.dp-categories-buttons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
  list-style: none;
  padding: 0;
}
.dp-categories-buttons__item {
  list-style: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0 10px 20px;
  max-width: 100%;
}
.dp-categories-buttons__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: color, background-color;
  background-color: #ffffff;
  color: #111111;
  font-size: 16px;
  line-height: 1.5;
  height: 66px;
  padding-left: 20px;
  padding-right: 24px;
  border-radius: 20px;
}
.dp-categories-buttons__link:hover, .dp-categories-buttons__link:focus {
  text-decoration: none;
}
.dp-categories-buttons__link:hover {
  color: #ffffff;
  background-color: #1421b0;
}
.dp-categories-buttons__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 36px;
  margin-right: 10px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .categories-buttons__link {
    font-size: 14px;
  }
}
.dp-categories-item {
  display: block;
  position: relative;
  height: 620px;
  border-radius: 30px;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
  -webkit-overflow-scrolling: touch;
}
.dp-categories-item:hover, .dp-categories-item:focus {
  color: #ffffff;
  text-decoration: none;
}
.dp-categories-item__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.dp-categories-item:hover .dp-categories-item__image {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.dp-categories-item__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  padding: 50px 60px;
}
.dp-categories-item__title {
  font-weight: 500;
  margin-bottom: 0;
}
.dp-categories-item__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 60px;
}

@media (max-width: 1799px) {
  .dp-categories-item {
    height: 520px;
  }
  .dp-categories-item__header {
    padding: 40px 50px;
    max-width: 600px;
  }
  .dp-categories-item__footer {
    padding: 40px 50px;
  }
  .dp-categories-item .dp-tags .dp-btn {
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 14px;
    border-radius: 13px;
  }
}
@media (max-width: 1519px) {
  .dp-categories-item {
    height: 420px;
    border-radius: 20px;
  }
  .dp-categories-item__header {
    padding: 30px 40px;
    max-width: 460px;
  }
  .dp-categories-item__footer {
    padding: 30px 40px;
  }
  .dp-categories-item .dp-tags .dp-btn {
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 12px;
  }
}
@media (max-width: 1199px) {
  .dp-categories-item {
    height: 380px;
  }
  .dp-categories-item .dp-tags .dp-btn {
    height: 29px;
    font-size: 14px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .dp-categories-item {
    height: 200px;
  }
  .dp-categories-item.mobile-lg {
    height: 380px;
  }
  .dp-categories-item__header {
    padding: 20px 24px;
    max-width: 300px;
  }
  .dp-categories-item__footer {
    padding: 20px 24px;
  }
  .dp-categories-item .dp-tags .dp-btn {
    height: 26px;
    font-size: 12px;
    line-height: 24px;
    border-radius: 10px;
  }
}
.dp-services-item {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  height: 640px;
  border-radius: 30px;
  overflow: hidden;
  color: #111111;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-overflow-scrolling: touch;
}
.dp-services-item.bg-blue {
  background-color: #1421b0;
  color: #ffffff;
}
.dp-services-item.bg-white {
  background-color: #ffffff;
  color: #111111;
}
.dp-services-item__bgimage {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.dp-services-item__header {
  position: relative;
  width: 100%;
  padding: 50px 60px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.dp-services-item__title {
  margin-bottom: 20px;
}
.dp-services-item__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 20px 60px;
}
.dp-services-item__image img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 1799px) {
  .dp-services-item {
    height: 500px;
  }
  .dp-services-item__header {
    padding: 40px 50px 0;
  }
  .dp-services-item__title {
    margin-bottom: 15px;
  }
  .dp-services-item__image {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1519px) {
  .dp-services-item {
    height: 420px;
  }
  .dp-services-item__header {
    padding: 30px 40px 0;
  }
  .dp-services-item__title {
    margin-bottom: 10px;
  }
  .dp-services-item__image {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .dp-services-item__header {
    padding: 20px 24px;
  }
  .dp-services-item__image {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.dp-about-item {
  display: block;
  position: relative;
  height: 840px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-about-item__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}

@media (max-width: 1799px) {
  .dp-about-item {
    height: 700px;
  }
}
@media (max-width: 1519px) {
  .dp-about-item {
    height: 556px;
  }
}
@media (max-width: 1199px) {
  .dp-about-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .dp-about-item {
    height: 475px;
  }
}
.dp-tags__list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}
.dp-tags__list_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 0 -10px;
}
.dp-tags__list_column .dp-tags__item {
  padding: 0 0 10px;
}
.dp-tags__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 5px 10px;
  margin: 0;
}
.dp-tags input[type=checkbox] {
  display: none;
}
.dp-tags label.dp-btn {
  margin: 0;
}
.dp-tags input[type=checkbox]:checked + label.dp-btn_white,
.dp-tags label.dp-btn_white.selected {
  background-color: #1421b0;
  color: #ffffff;
}

.dp-tag {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 17px;
  min-width: 38px;
  height: 38px;
  line-height: 36px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  background-color: #ffffff;
  color: #111111;
  border: 1px solid transparent;
  cursor: pointer;
  outline: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none !important;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-color, color, border-color;
  border-radius: 16px;
}
.dp-tag svg,
.dp-tag .icon,
.dp-tag span {
  display: inline-block;
  vertical-align: top;
}
.dp-tag svg {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.dp-tag svg,
.dp-tag .icon {
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 16px;
  margin-right: 16px;
  fill: #ffffff;
  width: 10px;
}
.dp-tag svg:first-child,
.dp-tag .icon:first-child {
  margin-left: 0;
}
.dp-tag svg:last-child,
.dp-tag .icon:last-child {
  margin-right: 0;
}
.dp-tag:hover, .dp-tag:active {
  background-color: #1421b0;
  color: #ffffff;
  border-color: transparent;
}
.dp-tag:hover svg,
.dp-tag:hover .icon, .dp-tag:active svg,
.dp-tag:active .icon {
  fill: #ffffff;
}
.dp-tag.dp-tag-blue, .dp-tag.selected {
  background-color: #1421b0;
  color: #ffffff;
}
.dp-tag.dp-tag-blue svg,
.dp-tag.dp-tag-blue .icon, .dp-tag.selected svg,
.dp-tag.selected .icon {
  fill: #ffffff;
}
.dp-tag.dp-tag-blue:hover, .dp-tag.dp-tag-blue:active, .dp-tag.selected:hover, .dp-tag.selected:active {
  background-color: #ffffff;
  color: #111111;
}
.dp-tag.dp-tag-blue:hover svg,
.dp-tag.dp-tag-blue:hover .icon, .dp-tag.dp-tag-blue:active svg,
.dp-tag.dp-tag-blue:active .icon, .dp-tag.selected:hover svg,
.dp-tag.selected:hover .icon, .dp-tag.selected:active svg,
.dp-tag.selected:active .icon {
  fill: #1421b0;
}
.dp-tag.tag-lg {
  height: 46px;
  line-height: 44px;
  border-radius: 20px;
}
.dp-tag.tag-lg svg,
.dp-tag.tag-lg .icon {
  height: 44px;
}
.dp-tag.disabled, .dp-tag:disabled, .dp-tag[disabled] {
  background-color: transparent !important;
  color: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
  pointer-events: none !important;
  cursor: default;
}
.dp-tag.disabled svg,
.dp-tag.disabled .icon, .dp-tag:disabled svg,
.dp-tag:disabled .icon, .dp-tag[disabled] svg,
.dp-tag[disabled] .icon {
  fill: #b1b1b1 !important;
}

input:checked + label.dp-tag {
  background-color: #1421b0;
  color: #ffffff;
}
input:checked + label.dp-tag svg,
input:checked + label.dp-tag .icon {
  fill: #ffffff;
}
input:checked + label.dp-tag:hover, input:checked + label.dp-tag:active {
  background-color: #ffffff;
  color: #111111;
}
input:checked + label.dp-tag:hover svg,
input:checked + label.dp-tag:hover .icon, input:checked + label.dp-tag:active svg,
input:checked + label.dp-tag:active .icon {
  fill: #1421b0;
}

input:checked + label.dp-tag.dp-tag-blue {
  background-color: #ffffff;
  color: #111111;
}
input:checked + label.dp-tag.dp-tag-blue svg,
input:checked + label.dp-tag.dp-tag-blue .icon {
  fill: #111111;
}
input:checked + label.dp-tag.dp-tag-blue:hover, input:checked + label.dp-tag.dp-tag-blue:active {
  background-color: #1421b0;
  color: #ffffff;
}
input:checked + label.dp-tag.dp-tag-blue:hover svg,
input:checked + label.dp-tag.dp-tag-blue:hover .icon, input:checked + label.dp-tag.dp-tag-blue:active svg,
input:checked + label.dp-tag.dp-tag-blue:active .icon {
  fill: #ffffff;
}

@media (max-width: 1519px) {
  .dp-tag {
    padding: 0 13px;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 13px;
  }
  .dp-tag svg,
  .dp-tag .icon {
    height: 30px;
  }
  .dp-tag.tag-lg {
    height: 38px;
    line-height: 36px;
    border-radius: 16px;
  }
  .dp-tag.tag-lg svg,
  .dp-tag.tag-lg .icon {
    height: 36px;
  }
}
@media (max-width: 1199px) {
  .dp-tag {
    padding: 0 17px;
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 16px;
  }
  .dp-tag svg,
  .dp-tag .icon {
    height: 36px;
  }
  .dp-tag.tag-lg {
    height: 40px;
    line-height: 38px;
    border-radius: 16px;
  }
  .dp-tag.tag-lg svg,
  .dp-tag.tag-lg .icon {
    height: 38px;
  }
}
@media (max-width: 767px) {
  .dp-tag {
    padding: 0 13px;
    min-width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 13px;
  }
  .dp-tag svg,
  .dp-tag .icon {
    height: 30px;
  }
  .dp-tag.tag-lg {
    height: 38px;
    line-height: 36px;
    border-radius: 16px;
  }
  .dp-tag.tag-lg svg,
  .dp-tag.tag-lg .icon {
    height: 36px;
  }
}
.dp-catalog-item {
  display: block;
  position: relative;
  border-radius: 30px;
  padding: 30px;
  background-color: #ffffff;
  color: #111111;
  text-decoration: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-catalog-item:hover, .dp-catalog-item:focus {
  color: #111111;
  text-decoration: none;
}
.dp-catalog-item__image {
  width: 100%;
  height: 360px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
.dp-catalog-item__image picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dp-catalog-item__image img {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.dp-catalog-item__image_alt {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
.dp-catalog-item__image_alt picture {
  display: block;
  height: 100%;
  position: relative;
}
.dp-catalog-item__image_alt picture:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.5;
}
.dp-catalog-item__image_alt picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-catalog-item__title {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.dp-catalog-item__subtitle {
  font-size: 16px;
  color: #b1b1b1;
  position: relative;
  z-index: 3;
}
.dp-catalog-item__labels {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
  left: 0;
  padding: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dp-catalog-item__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.dp-catalog-item_toggle {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: color;
}
.dp-catalog-item_toggle:hover, .dp-catalog-item_toggle:focus {
  color: #ffffff;
  text-decoration: none;
}
.dp-catalog-item_toggle:hover .dp-catalog-item__image, .dp-catalog-item_toggle:focus .dp-catalog-item__image {
  opacity: 0;
}
.dp-catalog-item_toggle:hover .dp-catalog-item__image_alt, .dp-catalog-item_toggle:focus .dp-catalog-item__image_alt {
  opacity: 1;
}

@media (max-width: 1799px) {
  .dp-catalog-item__image {
    height: 285px;
  }
}
@media (max-width: 1519px) {
  .dp-catalog-item__image {
    height: 210px;
  }
}
@media (max-width: 1199px) {
  .dp-catalog-item__image {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .dp-catalog-item__image {
    height: 270px;
  }
}
@media (max-width: 767px) {
  .dp-catalog-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dp-catalog-item__image {
    height: 265px;
  }
}
.dp-designer-item .row {
  margin-bottom: -30px;
}
.dp-designer-item .row .col,
.dp-designer-item .row [class*=col-] {
  padding-bottom: 30px;
}
.dp-designer-item__image {
  width: 495px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  -webkit-overflow-scrolling: touch;
}
.dp-designer-item__image picture {
  position: relative;
  width: 100%;
  padding-top: 129.2929292929%;
  display: block;
}
.dp-designer-item__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-designer-item__title {
  margin-bottom: 20px;
}
.dp-designer-item__desc {
  max-width: 600px;
  margin-bottom: 150px;
}
.dp-designer-item__desc p, .dp-designer-item__desc ul, .dp-designer-item__desc ol {
  margin: 0.5em 0;
}
.dp-designer-item__desc p:first-child, .dp-designer-item__desc ul:first-child, .dp-designer-item__desc ol:first-child {
  margin-top: 0;
}
.dp-designer-item__desc p:last-child, .dp-designer-item__desc ul:last-child, .dp-designer-item__desc ol:last-child {
  margin-bottom: 0;
}
.dp-designer-item__links {
  font-size: 16px;
  max-width: 300px;
}
.dp-designer-item__links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -10px -20px;
}
.dp-designer-item__links-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 10px 20px;
}
.dp-designer-item__link {
  text-decoration: underline;
  color: #ffffff;
}
.dp-designer-item__link:hover, .dp-designer-item__link:focus, .dp-designer-item__link:active {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

@media (max-width: 1799px) {
  .dp-designer-item__image {
    width: 400px;
  }
  .dp-designer-item__desc {
    max-width: 500px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1519px) {
  .dp-designer-item__image {
    width: 330px;
    border-radius: 20px;
  }
  .dp-designer-item__desc {
    max-width: 380px;
    margin-bottom: 85px;
  }
}
@media (max-width: 991px) {
  .dp-designer-item__image {
    width: 240px;
  }
  .dp-designer-item__desc {
    max-width: 350px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .dp-designer-item__image {
    width: 100%;
  }
  .dp-designer-item__desc {
    max-width: none;
    margin-bottom: 30px;
  }
}
.dp-aside-menu {
  margin-bottom: 7vh;
  font-size: 16px;
  line-height: 18px;
}
.dp-aside-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dp-aside-menu__item {
  margin: 0 0 20px;
}
.dp-aside-menu__item:last-child {
  margin-bottom: 0;
}
.dp-aside-menu__link {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  color: inherit;
  position: relative;
}
.dp-aside-menu__link:hover, .dp-aside-menu__link:focus, .dp-aside-menu__link:active {
  color: #1421b0;
}
.dp-aside-menu__item.selected .dp-aside-menu__link, .dp-aside-menu__subitem.selected .dp-aside-menu__sublink {
  padding-left: 17px;
}
.dp-aside-menu__item.selected .dp-aside-menu__link:before, .dp-aside-menu__subitem.selected .dp-aside-menu__sublink:before {
  content: "";
  width: 7px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 9px;
  margin-top: -8px;
  background-image: url(../img/icons/drop-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.dp-aside-menu__text {
  display: inline;
}
.dp-aside-menu__quantity, .dp-aside-menu__label {
  display: inline-block;
  vertical-align: top;
}
.dp-aside-menu__quantity {
  line-height: 1;
  color: #b1b1b1;
  margin-left: 5px;
  font-size: 11px;
  font-weight: 400;
}
.dp-aside-menu__label {
  margin-top: -7px;
  margin-bottom: -7px;
  margin-left: 5px;
}

.dp-aside-menu:last-child {
  margin-bottom: 0;
}

@media (max-width: 1519px) {
  .dp-aside-menu {
    font-size: 14px;
  }
  .dp-aside-menu__item {
    margin-bottom: 10px;
  }
}
.dp-aside-menu__title .dp-aside-menu__item:not(:last-child) {
  margin-bottom: 20px;
}
.dp-aside-menu__title .dp-aside-menu__link {
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  background-color: #ffffff;
  border-radius: 16px;
}
.dp-aside-menu__title .dp-aside-menu__sublist {
  margin-top: 20px;
  padding-left: 20px;
}
.dp-aside-menu__title .dp-aside-menu__sublist .dp-aside-menu__subitem:not(:last-child) {
  margin-bottom: 15px;
}
.dp-aside-menu__title .dp-aside-menu__sublist .dp-aside-menu__sublink {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: #111111;
}
.dp-aside-menu__title .dp-aside-menu__sublist .dp-aside-menu__sublink:hover {
  color: #1421b0;
}

@media (max-width: 1519px) {
  .dp-aside-menu__title .dp-aside-menu__link {
    font-size: 14px;
  }
  .dp-aside-menu__title .dp-aside-menu__sublist .dp-aside-menu__sublink {
    font-size: 14px;
  }
}
.dp-catalog-filter {
  margin-bottom: 40px;
}
.dp-catalog-filter > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -20px;
}
.dp-catalog-filter > .row > [class^=col] {
  margin-bottom: 20px;
}
.dp-catalog-filter-toggler.dp-btn svg,
.dp-catalog-filter-toggler.dp-btn .icon {
  fill: #111111;
}
.dp-catalog-filter-toggler.dp-btn:hover svg,
.dp-catalog-filter-toggler.dp-btn:hover .icon, .dp-catalog-filter-toggler.dp-btn:active svg,
.dp-catalog-filter-toggler.dp-btn:active .icon {
  fill: #ffffff;
}
.dp-catalog-filter .selectric-wrapper .selectric-items {
  width: auto !important;
  min-width: 100%;
  max-width: 320px;
}

@media (max-width: 767px) {
  .dp-catalog-filter {
    margin-bottom: 30px;
  }
  .dp-catalog-filter-toggler {
    width: 100%;
  }
}
.dp-aside-filter__item {
  margin-bottom: 30px;
}
.dp-aside-filter__item:last-child {
  margin-bottom: 0;
}
.dp-aside-filter__item-title {
  font-weight: 600;
}
.dp-aside-filter__item-body {
  padding-top: 20px;
}
.dp-aside-filter__item-body > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -15px;
}
.dp-aside-filter__item-body > .row > [class^=col] {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .dp-aside-filter__close {
    display: none !important;
  }
  .dp-aside-filter__title {
    display: none !important;
  }
}
.dp-individual__item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.dp-individual__item:last-child {
  margin-bottom: 0;
}

.dp-individual__item-img {
  max-width: 684px;
}
.dp-individual__item-img img {
  width: 100%;
  border-radius: 30px;
}

.dp-individual__item-description {
  max-width: 580px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.dp-individual__item-description p {
  margin: 0;
}

.dp-individual__text-designing {
  color: #1421b0;
  font-weight: 600;
}

.dp-individual__text-link {
  font-size: 16px;
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}

@media (max-width: 1519px) {
  .dp-individual__item-description {
    max-width: 430px;
    font-size: 18px;
  }
  .dp-individual__item-img {
    max-width: 430px;
  }
  .dp-individual__item-img img {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .dp-individual__item-img {
    max-width: 350px;
  }
  .dp-individual__item-img img {
    border-radius: 20px;
  }
  .dp-individual__item-description {
    max-width: 350px;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .dp-individual__item {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dp-individual__item-description {
    max-width: 100%;
    font-size: 16px;
  }
}
.materials-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.materials-item__description {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  max-width: 580px;
}
.materials-item__description .materials-item__title {
  margin: 0;
}
.materials-item__description p {
  margin-bottom: 20px;
}
.materials-item__description p:last-child {
  margin-bottom: 0;
}
.materials-item__description .materials-item__subtitle {
  font-weight: 600;
}
.materials-item__description .materials-item__button {
  margin-top: auto;
  padding-top: 14px;
  color: #ffffff;
  height: 48px;
  line-height: 100%;
}
.materials-item__description ul {
  margin: 0;
}

.materials-item__button span {
  font-size: 16px;
}

.materials-item__title {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}

.materials-item__image {
  max-width: 684px;
}
.materials-item__image img {
  width: 100%;
}

.materials-item__images {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.materials-item__images .materials-item__img {
  position: relative;
  width: calc(25% - 15px);
  overflow: hidden;
  border-radius: 30px;
  -webkit-overflow-scrolling: touch;
}
.materials-item__images .materials-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.materials-item__images .materials-item__img p {
  margin: 0;
  position: absolute;
  left: 30px;
  top: 30px;
  color: #ffffff;
  font-weight: 600;
  word-break: break-all;
  width: calc(100% - 50px);
}
.materials-item__images .materials-item__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.materials-item__colors-wrapper {
  margin-top: 40px;
}
.materials-item__colors-wrapper .materials-item__title {
  margin-bottom: 60px;
}
.materials-item__colors-wrapper a {
  display: none;
  margin-top: 50px;
}

.materials-item__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.materials-item__colors .materials-item__color {
  width: 128px;
  text-align: center;
}
.materials-item__colors .materials-item__color svg {
  margin-bottom: 10px;
  width: 128px;
  height: auto;
}
.materials-item__colors .materials-item__color p {
  margin: 0;
  font-size: 14px;
}

.materials-engineering__wrapper {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.materials-engineering__wrapper .materials-engineering__image {
  max-width: 684px;
}
.materials-engineering__wrapper .materials-engineering__image img {
  width: 100%;
}
.materials-engineering__wrapper .materials-engineering__description {
  max-width: 570px;
}
.materials-engineering__wrapper .materials-engineering__description .materials-engineering__title {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
.materials-engineering__wrapper .materials-engineering__description .materials-engineering__text {
  margin-bottom: 60px;
}
.materials-engineering__wrapper .materials-engineering__button {
  padding: 12px 28px 15px;
  height: 48px;
  line-height: 100%;
  color: #ffffff;
}

.section-materials__also-item {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.section-materials__also-item .materials-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.section-materials__also-item .materials-card__image img {
  width: 100%;
  border-radius: 30px;
}
.section-materials__also-item .materials-item__title {
  margin-bottom: 30px;
}
.section-materials__also-item .materials-item__text {
  margin-bottom: 30px;
  font-size: 20px;
}
.section-materials__also-item .materials-item__text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.materials-item__text_hide {
  margin-top: 20px;
}

@media (max-width: 1519px) {
  .materials-wrapper .materials-item__title {
    font-size: 20px;
  }
  .materials-item__description {
    max-width: 430px;
  }
  .materials-item__description a {
    font-size: 14px;
  }
  .materials-item__images .materials-item__img {
    width: calc(33% - 12px);
    border-radius: 20px;
  }
  .materials-item__images .materials-item__img p {
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
  }
  .materials-item__colors .materials-item__color {
    width: 80px;
  }
  .materials-item__colors .materials-item__color svg {
    margin-bottom: 5px;
    width: 80px;
  }
  .materials-engineering__wrapper {
    margin-top: 40px;
    gap: 20px;
  }
  .materials-engineering__wrapper .materials-engineering__image {
    max-width: 455px;
  }
  .materials-engineering__wrapper .materials-engineering__description {
    max-width: 420px;
  }
  .materials-engineering__wrapper .materials-engineering__description .materials-engineering__title {
    font-size: 20px;
  }
  .materials-engineering__wrapper .materials-engineering__button {
    padding: 9px 20px;
    height: 42px;
  }
  .section-materials__also-item .materials-card__image img {
    border-radius: 20px;
  }
  .section-materials__also-item .materials-item__title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .section-materials__also-item .materials-item__text {
    font-size: 18px;
  }
  .materials-item__button span {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .materials-item__wrapper {
    display: block;
  }
  .materials-item__description {
    margin-bottom: 20px;
    max-width: 100%;
  }
  .materials-item__description a {
    font-size: 16px;
  }
  .materials-item__description .materials-item__button {
    padding-top: 9px;
    height: 42px;
  }
  .materials-item__image {
    max-width: 49%;
  }
  .materials-item__colors-wrapper {
    margin-top: 50px;
  }
  .materials-item__colors-wrapper .materials-item__title {
    margin-bottom: 50px;
  }
  .materials-item__colors .materials-item__color {
    width: 103px;
  }
  .materials-item__colors .materials-item__color svg {
    width: 103px;
  }
  .materials-engineering__wrapper .materials-engineering__description .materials-engineering__text {
    margin-bottom: 50px;
  }
  .materials-engineering__wrapper .materials-engineering__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
@media (max-width: 767px) {
  .materials-item__image {
    max-width: 100%;
  }
  .materials-item__images .materials-item__img {
    width: calc(50% - 10px);
  }
  .materials-item__colors-wrapper {
    margin-top: 40px;
  }
  .materials-item__colors-wrapper .materials-item__title {
    margin-bottom: 40px;
  }
  .materials-item__colors-wrapper a {
    margin-top: 50px;
  }
  .materials-item__colors {
    gap: 15px;
  }
  .materials-item__colors .materials-item__color {
    width: 70px;
  }
  .materials-item__colors .materials-item__color svg {
    width: 70px;
  }
  .materials-item__colors .materials-item__color p {
    font-size: 12px;
  }
  .materials-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .materials-item__wrapper .materials-item__description {
    display: contents;
  }
  .materials-item__wrapper .materials-item__description .materials-item__button {
    margin-top: 10px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .materials-engineering__wrapper {
    display: block;
  }
  .materials-engineering__wrapper .materials-engineering__image {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .materials-engineering__wrapper .materials-engineering__description {
    max-width: 100%;
  }
  .materials-engineering__wrapper .materials-engineering__description .materials-engineering__text {
    margin-bottom: 30px;
  }
  .materials-engineering__wrapper .materials-engineering__button {
    width: 100%;
  }
  .section-materials__also-item {
    margin-bottom: 40px;
    display: block;
  }
  .section-materials__also-item img {
    margin-bottom: 20px;
  }
  .section-materials__also-item .materials-item__title {
    margin-bottom: 20px;
  }
  .section-materials__also-item .materials-item__text {
    font-size: 16px;
  }
  .materials-item__button {
    width: 100%;
  }
}
.dp-range-block {
  font-size: 16px;
}
.dp-range-block__title {
  margin-bottom: 20px;
}
.dp-range-block__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -10px -10px;
}
.dp-range-block__input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
.dp-range-block__input label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #b1b1b1;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
  margin-bottom: 0;
  text-align: right;
  width: 40px;
}
.dp-range-block__input input {
  width: 120px;
}
.dp-range-block__input label ~ input {
  padding-left: 45px;
}

@media (max-width: 767px) {
  .dp-range-block {
    font-size: 14px;
  }
  .dp-range-block__title {
    margin-bottom: 10px;
  }
}
.dp-model-card {
  padding: 40px 0;
  border-top: 1px solid #bcbcbc;
}
.dp-model-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
}
.dp-model-card__block {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin-bottom: 20px;
}
.dp-model-card__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
  max-width: 36%;
}
.dp-model-card__title {
  margin-bottom: 0;
}
.dp-model-card__subtitle {
  font-size: 16px;
  color: #b1b1b1;
  margin-bottom: 0;
}
.dp-model-card__files {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  max-width: 64%;
  padding-top: 34px;
}
.dp-model-card__files .dp-model-card__block-title {
  margin-bottom: 20px;
}
.dp-model-card__files .dp-tags__list {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -16px;
}
.dp-model-card__files .dp-tags__item {
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
}
.dp-model-card__gallery {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.dp-model-card__gallery .swiper-container {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-model-card__gallery .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.dp-model-card__gallery .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 0;
  width: auto;
}
.dp-model-card__gallery-item {
  display: block;
  outline: none !important;
}
.dp-model-card__gallery-item img {
  display: block;
  width: auto;
  height: 320px;
}
.dp-model-card__samples-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.dp-model-card__samples-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  width: auto;
  margin-bottom: 40px;
}
.dp-model-card__samples-block .dp-model-card__block-title {
  margin-bottom: 30px;
}
.dp-model-card__block-link {
  font-size: 16px;
}
.dp-model-card__block-link a {
  color: inherit;
  display: inline;
  text-decoration: underline;
}
.dp-model-card__block-link a:hover, .dp-model-card__block-link a:focus, .dp-model-card__block-link a:active {
  color: #1421b0;
  text-decoration: none;
}
.dp-model-card__samples-block .dp-model-card__block-link {
  margin-top: 30px;
}
.dp-model-card__samples-list {
  list-style: none;
  margin: 0 -5px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.dp-model-card__samples-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 5px 10px;
  margin: 0;
}
.dp-model-card__sample {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-model-card__sample img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-model-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
}
.dp-model-card__bottom .dp-model-card__block {
  padding-top: 20px;
}
.dp-model-card__chars {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34%;
          flex: 0 0 34%;
  max-width: 34%;
}
.dp-model-card__chars .dp-model-card__block-title {
  margin-bottom: 10px;
}
.dp-model-card__chars .dp-model-card__block-link {
  margin-top: 10px;
}
.dp-model-card__kit {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: auto;
  max-width: 100%;
}
.dp-model-card__kit .dp-model-card__block-title {
  margin-bottom: 10px;
}
.dp-model-card__buttons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.dp-model-card__buttons .dp-buttons-line {
  margin-top: 0;
}
.dp-model-card__chars-list {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dp-model-card__chars-list li {
  margin-bottom: 4px;
}
.dp-model-card__chars-list li:last-child {
  margin-bottom: 0;
}
.dp-model-card__chars .dp-model-card__chars-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.dp-model-card__chars .dp-model-card__chars-list li {
  overflow: hidden;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  break-inside: avoid-column;
  -webkit-overflow-scrolling: touch;
}
.dp-model-card-config {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #bcbcbc;
  display: none;
}
.dp-model-card-config__header {
  position: relative;
  margin-bottom: 40px;
  padding-right: 40px;
}
.dp-model-card-config__close {
  width: 24px;
  height: 24px;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 0;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dp-model-card-config__close .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #111111;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.dp-model-card-config__close:hover .icon, .dp-model-card-config__close:focus .icon, .dp-model-card-config__close:active .icon {
  fill: #1421b0;
}
.dp-model-card-config.active {
  display: block;
}
.dp-model-card-config .dp-model-card__inner {
  margin-bottom: -40px;
}
.dp-model-card-config .dp-model-card__block {
  margin-bottom: 40px;
}
.dp-model-card-config .dp-model-card__image {
  max-width: 27%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
}
.dp-model-card-config .dp-model-card__image img {
  display: block;
}
.dp-model-card-config .dp-model-card__options {
  max-width: 73%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73%;
          flex: 0 0 73%;
}
.dp-model-card-config .dp-model-card__options .dp-buttons-line {
  margin-top: 40px;
}
.dp-model-card-config .dp-model-card__fields-group {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.dp-model-card-config .dp-model-card__fields-group .dp-form-group {
  margin-bottom: 30px;
}
.dp-model-card-config .dp-model-card__fields-group .dp-form-group:last-child {
  margin-bottom: 0;
}
.dp-model-card-config .dp-model-card__fields-group .dp-form-control-label {
  font-size: 16px;
  margin-bottom: 10px;
  color: #b1b1b1;
}
.dp-model-card-config .dp-btn .dp-model-card__sample {
  display: inline-block;
  vertical-align: top;
  margin: -6px 14px;
}
.dp-model-card-config .dp-btn .dp-model-card__sample:first-child {
  margin-left: 0;
}
.dp-model-card-config .dp-btn .dp-model-card__sample:last-child {
  margin-right: 0;
}

@media (max-width: 1799px) {
  .dp-model-card__files {
    padding-top: 28px;
  }
  .dp-model-card__gallery-item img {
    height: 280px;
  }
  .dp-model-card__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dp-model-card__chars {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .dp-model-card__kit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
  .dp-model-card__buttons {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1519px) {
  .dp-model-card__files {
    padding-top: 24px;
  }
}
@media (max-width: 1199px) {
  .dp-model-card__inner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .dp-model-card__block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dp-model-card__header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .dp-model-card__files {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .dp-model-card__gallery .swiper-container {
    overflow: visible;
  }
  .dp-model-card__gallery-item img {
    height: 260px;
  }
  .dp-model-card__samples-wrapper {
    margin-bottom: -30px;
  }
  .dp-model-card__samples-block {
    margin-bottom: 30px;
  }
  .dp-model-card__samples-block .dp-model-card__block-title {
    margin-bottom: 20px;
  }
  .dp-model-card__samples-block .dp-model-card__block-link {
    margin-top: 20px;
  }
  .dp-model-card__chars {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .dp-model-card__chars .dp-model-card__chars-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .dp-model-card__kit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .dp-model-card-config .dp-model-card__image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dp-model-card-config .dp-model-card__options {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .dp-model-card__inner {
    margin-bottom: 0;
  }
  .dp-model-card__block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .dp-model-card__subtitle {
    font-size: 14px;
  }
  .dp-model-card__header {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .dp-model-card__gallery {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 20px;
  }
  .dp-model-card__gallery .swiper-slide {
    max-width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .dp-model-card__gallery-item img {
    height: auto;
    max-height: 200px;
    max-width: 100%;
  }
  .dp-model-card__samples-wrapper {
    margin-bottom: 0;
  }
  .dp-model-card__files, .dp-model-card__samples-wrapper, .dp-model-card__bottom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dp-model-card__block-head {
    border-top: 1px solid #bcbcbc;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    margin-bottom: 0;
    padding-right: 30px;
    position: relative;
  }
  .dp-model-card__block-head:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 8px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background-image: url(../img/icons/drop-bottom.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .dp-model-card__files .dp-model-card__block-title {
    margin-bottom: 0;
  }
  .dp-model-card__samples-block .dp-model-card__block-title {
    margin-bottom: 0;
  }
  .dp-model-card__block-body {
    border-top: 1px solid #bcbcbc;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }
  .dp-model-card__bottom {
    padding-top: 0;
  }
  .dp-model-card__bottom .dp-model-card__block {
    padding-top: 0;
  }
  .dp-model-card__chars .dp-model-card__block-title {
    margin-bottom: 0;
  }
  .dp-model-card__kit .dp-model-card__block-title {
    margin-bottom: 0;
  }
  .dp-model-card__block-link {
    font-size: 14px;
  }
  .dp-model-card__samples-block .dp-model-card__block-link {
    margin-top: 10px;
  }
  .dp-model-card__buttons:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    background: #bcbcbc;
  }
  .dp-model-card__buttons .dp-buttons-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-model-card__config-toggler {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .dp-model-card__chars .dp-model-card__chars-list {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .dp-model-card__block.active .dp-model-card__block-head:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .dp-model-card__block.active .dp-model-card__block-body {
    display: block;
  }
  .dp-model-card-config .dp-model-card__inner {
    margin-bottom: -30px;
  }
  .dp-model-card-config .dp-model-card__block {
    margin-bottom: 30px;
  }
  .dp-model-card-config .dp-model-card__options .dp-buttons-line {
    margin-top: 30px;
  }
  .dp-model-card-config .dp-model-card__fields-group {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dp-model-card-config .dp-model-card__fields-group .dp-form-group {
    margin-bottom: 20px;
  }
  .dp-model-card-config .dp-model-card__fields-group .dp-form-control-label {
    font-size: 14px;
  }
}
.search__result-item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-radius: 30px;
  background-color: #ffffff;
}

.search__result-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
.search__result-image img {
  width: 100%;
}
.search__result-image:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.search__result-name {
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 100%;
  font-weight: 500;
  color: #111111;
  display: block;
}

.search__result-text {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #111111;
}

.search__result-link {
  color: #1421b0;
}

.search__result-breadcrumbs {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #111111;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 30px;
}
.breadcrumbs__link {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #b1b1b1;
  cursor: pointer;
}
.breadcrumbs__link:hover {
  color: #1421b0;
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
}
.breadcrumbs__item:not(:last-child)::before {
  position: absolute;
  content: "";
  right: -19px;
  top: calc(50% - 8px);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #b1b1b1;
  border-bottom: 8px solid transparent;
}

@media (max-width: 1199px) {
  .search__result-item {
    border-radius: 20px;
  }
  .search__result-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
  .search__result-name {
    font-size: 36px;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .breadcrumbs__link {
    font-size: 14px;
  }
  .breadcrumbs__item:not(:last-child)::before {
    right: -18px;
    top: calc(50% - 6px);
    border-top: 6px solid transparent;
    border-left: 6px solid #b1b1b1;
    border-bottom: 6px solid transparent;
  }
  .search__result-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .search__result-item {
    padding: 20px;
    display: block;
  }
  .search__result-image {
    margin-bottom: 20px;
  }
  .search__result-name {
    font-size: 28px;
  }
  .breadcrumbs__list {
    gap: 10px 30px;
  }
  .search__result-more {
    width: 100%;
  }
}
.dp-series-mobile-filter__item {
  margin-bottom: 20px;
}
.dp-series-mobile-filter__item:last-child {
  margin-bottom: 0;
}
.dp-series-mobile-filter__item-title {
  font-weight: 600;
}
.dp-series-mobile-filter__item-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.dp-series-mobile-filter__item-body > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -15px;
}
.dp-series-mobile-filter__item-body > .row > [class^=col] {
  margin-bottom: 15px;
}
.dp-series-mobile-filter__item.collapsed {
  margin-bottom: 0;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
}
.dp-series-mobile-filter__item.collapsed + .dp-series-mobile-filter__item.collapsed {
  border-top: none;
}
.dp-series-mobile-filter__item.collapsed .dp-series-mobile-filter__item-head {
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
  margin-bottom: 0;
  padding-right: 30px;
  position: relative;
}
.dp-series-mobile-filter__item.collapsed .dp-series-mobile-filter__item-head:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-image: url(../img/icons/drop-bottom.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dp-series-mobile-filter__item.collapsed .dp-series-mobile-filter__item-body {
  padding-top: 0;
  padding-bottom: 30px;
  display: none;
}
.dp-series-mobile-filter__item.collapsed.active .dp-series-mobile-filter__item-head:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dp-series-mobile-filter__item.collapsed.active .dp-series-mobile-filter__item-body {
  display: block;
}

@media (min-width: 1200px) {
  .dp-series-mobile-filter {
    display: none;
  }
}
.dp-promo {
  position: relative;
  height: 870px;
  color: #ffffff;
}
.dp-promo .dp-section__bg {
  width: 100%;
  height: 100%;
}
.dp-promo .dp-section__bg video,
.dp-promo .dp-section__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-promo .dp-section__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 80px;
}
.dp-promo .dp-section__title {
  margin-bottom: 0;
  font-size: 140px;
  font-weight: 600;
  line-height: 0.8571428571;
  max-width: none;
}
.dp-promo .dp-section__desc {
  margin-bottom: 40px;
  max-width: 410px;
  line-height: 1.2;
}
.dp-promo .dp-section__desc p:first-child, .dp-promo .dp-section__desc ul:first-child, .dp-promo .dp-section__desc ol:first-child {
  margin-top: 0;
}
.dp-promo .dp-section__desc p:last-child, .dp-promo .dp-section__desc ul:last-child, .dp-promo .dp-section__desc ol:last-child {
  margin-bottom: 0;
}

@media (max-width: 1799px) {
  .dp-promo .dp-section__title {
    font-size: 110px;
  }
}
@media (max-width: 1519px) {
  .dp-promo {
    height: 700px;
  }
  .dp-promo .dp-section__title {
    font-size: 65px;
    line-height: 1;
  }
  .dp-promo .dp-section__desc {
    max-width: 400px;
    line-height: 1.5;
  }
}
@media (max-width: 991px) {
  .dp-promo {
    height: 840px;
  }
}
@media (max-width: 767px) {
  .dp-promo {
    height: 630px;
  }
  .dp-promo .dp-section__content {
    padding-bottom: 60px;
  }
  .dp-promo .dp-section__title {
    font-size: 36px;
  }
  .dp-promo .dp-section__desc {
    margin-bottom: 30px;
  }
}
.dp-categories-slider .dp-item-list {
  margin-bottom: 40px;
}
.dp-categories-slider .swiper-slide {
  width: calc((100% - 40px) / 24 * 6);
  max-width: calc((100% - 40px) / 24 * 6);
}
.dp-categories-slider .swiper-slide:first-child {
  width: calc((100% - 40px) / 24 * 16);
  max-width: calc((100% - 40px) / 24 * 16);
}

@media (max-width: 1199px) {
  .dp-categories-slider .swiper-slide {
    width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }
  .dp-categories-slider .swiper-slide:first-child {
    width: calc((100% - 40px) / 24 * 21);
    max-width: calc((100% - 40px) / 24 * 21);
  }
}
@media (max-width: 767px) {
  .dp-categories-slider .dp-section__header {
    padding-right: 60px;
  }
  .dp-categories-slider .dp-item-list {
    margin-bottom: 30px;
  }
  .dp-categories-slider .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .dp-categories-slider .swiper-slide:first-child {
    width: 100%;
    max-width: 100%;
  }
  .dp-categories-slider .dp-categories-buttons .swiper-wrapper {
    margin-left: 0;
    margin-right: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .dp-categories-slider .dp-categories-buttons .swiper-slide {
    width: auto;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .dp-portfolio .dp-section__header_aside {
    margin-bottom: 0;
  }
}
.dp-services-slider .swiper-slide {
  width: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.dp-services-slider .swiper-slide:last-child {
  margin-right: 0;
}
.dp-services-slider.has-hover-slide .swiper-slide {
  width: calc((100% - 40px) / 24 * 5);
  max-width: calc((100% - 40px) / 24 * 5);
}
.dp-services-slider.has-hover-slide .swiper-slide.hover {
  width: calc((100% - 40px) / 24 * 14);
  max-width: calc((100% - 40px) / 24 * 14);
}

@media (max-width: 1199px) {
  .dp-services-slider .dp-section__header .dp-section__desc {
    max-width: 100%;
  }
  .dp-services-slider .dp-section__header .dp-section__link {
    position: relative;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    margin-top: 40px;
  }
  .dp-services-slider .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .dp-services-slider .swiper-slide {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .dp-services-slider.has-hover-slide .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .dp-services-slider.has-hover-slide .swiper-slide.hover {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .dp-services-slider .dp-section__header .dp-section__link {
    margin-top: 30px;
  }
}
.dp-about-slider .dp-slider-arrows {
  position: static;
}
.dp-about-slider .dp-section__body {
  position: relative;
}
.dp-about-slider .dp-slider-arrow {
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.dp-about-slider .dp-slider-arrow.prev {
  left: 60px;
}
.dp-about-slider .dp-slider-arrow.next {
  right: 60px;
}
.dp-about-slider .dp-section__desc {
  max-width: 480px;
}

@media (min-width: 1200px) {
  .dp-about-slider .swiper-container {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1519px) {
  .dp-about-slider .dp-slider-arrow {
    margin-top: -35px/2;
  }
  .dp-about-slider .dp-slider-arrow.prev {
    left: 50px;
  }
  .dp-about-slider .dp-slider-arrow.next {
    right: 50px;
  }
  .dp-about-slider .dp-section__desc {
    max-width: 300px;
  }
  .dp-about-slider .dp-section__title {
    max-width: 360px;
  }
}
@media (max-width: 1199px) {
  .dp-about-slider .dp-section__desc {
    max-width: 465px;
  }
  .dp-about-slider .dp-section__title {
    max-width: 465px;
  }
  .dp-about-slider .dp-slider-arrow.prev {
    left: 30px;
  }
  .dp-about-slider .dp-slider-arrow.next {
    right: 30px;
  }
}
.dp-subscribe .dp-section__link {
  margin-top: 0;
}
.dp-subscribe .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 768px) {
  .dp-subscribe .dp-section__header {
    margin-bottom: 0;
  }
  .dp-subscribe .dp-section__title {
    margin-bottom: 0;
    max-width: none;
  }
}
@media (max-width: 1519px) {
  .dp-subscribe .dp-section__title {
    font-size: 20px;
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .dp-subscribe .dp-section__title {
    max-width: 324px;
  }
}
.dp-collections-filter {
  margin-bottom: 40px;
}
.dp-collections-filter .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -20px;
}
.dp-collections-filter .row > [class^=col] {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .dp-collections-menu {
    position: relative;
    height: 100%;
  }
  .dp-collections-menu .dp-tags.dp-sticky-fixed {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .dp-collections-menu {
    margin-bottom: 40px;
  }
  .dp-collections-menu .dp-tags {
    position: static !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .dp-collections-filter {
    margin-bottom: 30px;
  }
  .dp-collections-menu {
    margin-bottom: 30px;
  }
}
.dp-catalog-menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 120;
  background-color: #eeeeee;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.dp-catalog-menu-mobile.active {
  display: block;
  -webkit-animation: menu-mobile-animation 0.3s;
          animation: menu-mobile-animation 0.3s;
}
.dp-catalog-menu-mobile__close {
  position: absolute;
  top: 40px;
  right: 24px;
  cursor: pointer;
}
.dp-catalog-menu-mobile__close svg,
.dp-catalog-menu-mobile__close .icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: #111111;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.dp-catalog-menu-mobile__close:hover svg,
.dp-catalog-menu-mobile__close:hover .icon {
  fill: #1421b0;
}
.dp-catalog-menu-mobile__title {
  margin-bottom: 40px;
}
.dp-catalog-menu-mobile .container {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.dp-catalog-menu-mobile-toggler {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 40px;
  z-index: 110;
}
.dp-catalog-menu-mobile-toggler .container {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.dp-catalog-menu-mobile-toggler .dp-btn {
  width: 100%;
}
.dp-catalog-section {
  margin-bottom: 40px;
}
.dp-catalog-section:last-child {
  margin-bottom: 0;
}
.dp-catalog-section .dp-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.dp-catalog-section .dp-section__header .dp-section__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  margin-bottom: 0;
  max-width: none;
  padding-right: 20px;
}
.dp-catalog-section .dp-section__header .dp-section__link {
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: auto;
}
.dp-catalog-section .dp-item-list .row {
  margin-bottom: -20px;
}
.dp-catalog-section .dp-item-list .col,
.dp-catalog-section .dp-item-list [class*=col-] {
  padding-bottom: 20px;
}
.dp-catalog-section .dp-catalog-slider .swiper-slide {
  width: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
}
.dp-catalog-section .dp-section__mobile-link {
  margin-top: 30px;
}

body.dp-catalog-menu-mobile-open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@-webkit-keyframes menu-mobile-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu-mobile-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .dp-catalog-section .dp-section__mobile-link {
    display: none;
  }
}
@media (min-width: 1200px) {
  .dp-catalog-menu-mobile,
  .dp-catalog-menu-mobile-toggler {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .dp-catalog-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .dp-catalog-section .dp-catalog-slider .swiper-slide {
    width: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .dp-catalog-menu-mobile {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dp-catalog-menu-mobile__close {
    top: 30px;
  }
  .dp-catalog-menu-mobile__title {
    margin-bottom: 30px;
  }
  .dp-catalog-menu-mobile-toggler {
    padding-bottom: 30px;
  }
  .dp-catalog-section .dp-section__header {
    margin-bottom: 20px;
  }
  .dp-catalog-section .dp-section__header .dp-section__link {
    display: none;
  }
  .dp-catalog-section .dp-catalog-slider .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .dp-catalog-section .dp-section__mobile-link {
    margin-top: 20px;
  }
}
.dp-404 .dp-section__image img {
  max-width: 100%;
  display: block;
  mix-blend-mode: darken;
}
.dp-404 .dp-section__body {
  padding-top: 73px;
  padding-bottom: 73px;
}
.dp-404 .dp-section__title {
  margin-bottom: 32px;
  max-width: none;
}
.dp-404 .dp-section__desc {
  margin-bottom: 32px;
  max-width: 600px;
}
.dp-404 .dp-section__desc:last-child {
  margin-bottom: 0;
}
.dp-404 .dp-section__desc p:first-child, .dp-404 .dp-section__desc ul:first-child, .dp-404 .dp-section__desc ol:first-child {
  margin-top: 0;
}
.dp-404 .dp-section__desc p:last-child, .dp-404 .dp-section__desc ul:last-child, .dp-404 .dp-section__desc ol:last-child {
  margin-bottom: 0;
}
.dp-404 .dp-section__link {
  margin-top: 0;
}

@media (max-width: 1519px) {
  .dp-404 .dp-section__desc {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .dp-404 .dp-section__body {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .dp-404 .dp-section__desc {
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .dp-404 .dp-section__image img {
    margin-left: auto;
    margin-right: auto;
    max-height: 455px;
  }
}
@media (max-width: 767px) {
  .dp-404 .dp-section__image img {
    max-height: 315px;
  }
  .dp-404 .dp-section__body {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .dp-404 .dp-section__title {
    margin-bottom: 30px;
  }
  .dp-404 .dp-section__desc {
    margin-bottom: 30px;
  }
}
.dp-designers-info .dp-section__title {
  margin-bottom: 0;
  max-width: none;
}
.dp-designers-info .dp-section__aside {
  margin-bottom: 0;
}
.dp-designers-info .dp-section__body {
  padding-top: 80px;
}
.dp-designers-info .dp-section__desc {
  font-size: 32px;
  line-height: 1.3125;
  font-weight: 400;
}

@media (max-width: 1799px) {
  .dp-designers-info .dp-section__desc {
    font-size: 26px;
  }
}
@media (max-width: 1519px) {
  .dp-designers-info .dp-section__body {
    padding-top: 90px;
  }
  .dp-designers-info .dp-section__desc {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 1199px) {
  .dp-designers-info .dp-section__body {
    padding-top: 64px;
  }
  .dp-designers-info .dp-section__desc {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .dp-designers-info .dp-section__aside {
    margin-bottom: 30px;
  }
  .dp-designers-info .dp-section__body {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .dp-designers-persons .row {
    margin-bottom: -60px;
  }
  .dp-designers-persons .row .col,
  .dp-designers-persons .row [class*=col-] {
    padding-bottom: 60px;
  }
}
.dp-series-gallery__main {
  position: relative;
}
.dp-series-gallery__main-item {
  position: relative;
  height: 800px;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
}
.dp-series-gallery__main-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-series-gallery__main .dp-slider-arrows {
  position: static;
}
.dp-series-gallery__main .dp-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -20px;
}
.dp-series-gallery__main .dp-slider-arrow .icon {
  fill: #ffffff;
}
.dp-series-gallery__main .dp-slider-arrow:hover .icon {
  fill: rgba(255, 255, 255, 0.75);
}
.dp-series-gallery__main .dp-slider-arrow.prev {
  left: 40px;
}
.dp-series-gallery__main .dp-slider-arrow.next {
  right: 40px;
}
.dp-series-gallery__main .dp-slider-arrow.swiper-button-disabled .icon {
  fill: rgba(255, 255, 255, 0.25) !important;
}
.dp-series-gallery__main-container {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-series-gallery__main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-series-gallery__nav {
  margin-top: 20px;
}
.dp-series-gallery__nav .swiper-container {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-series-gallery__nav .swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.dp-series-gallery__nav .swiper-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.dp-series-gallery__nav .swiper-slide:last-child .dp-series-gallery__nav-item {
  margin-right: 0;
}
.dp-series-gallery__nav-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  width: 144px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 144px;
          flex: 0 0 144px;
  max-width: 144px;
  height: 97px;
  margin-right: 20px;
  -webkit-overflow-scrolling: touch;
}
.dp-series-gallery__nav-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-series-gallery__nav-container {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-series-gallery__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1799px) {
  .dp-series-gallery__main-item {
    height: 540px;
  }
  .dp-series-gallery__main .dp-slider-arrow.prev {
    left: 30px;
  }
  .dp-series-gallery__main .dp-slider-arrow.next {
    right: 30px;
  }
  .dp-series-gallery__nav-item {
    width: 130px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    max-width: 130px;
    height: 87px;
  }
}
@media (max-width: 1199px) {
  .dp-series-gallery__main-item {
    height: 420px;
    border-radius: 20px;
  }
  .dp-series-gallery__nav {
    margin-top: 10px;
  }
  .dp-series-gallery__nav .swiper-container {
    overflow: visible;
  }
  .dp-series-gallery__nav .swiper-slide:last-child .dp-series-gallery__nav-item {
    margin-right: 0;
  }
  .dp-series-gallery__nav-item {
    width: 112px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 112px;
            flex: 0 0 112px;
    max-width: 112px;
    height: 76px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .dp-series-gallery__main-item {
    height: 340px;
  }
  .dp-series-gallery__main .dp-slider-arrow.prev {
    left: 16px;
  }
  .dp-series-gallery__main .dp-slider-arrow.next {
    right: 16px;
  }
  .dp-series-gallery__nav {
    margin-top: 10px;
  }
  .dp-series-gallery__nav-item {
    width: 103px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 103px;
            flex: 0 0 103px;
    max-width: 103px;
    height: 70px;
  }
}
.dp-series-info {
  font-size: 16px;
}
.dp-series-info .dp-section__header,
.dp-series-info .dp-section__title {
  margin-bottom: 0;
}
.dp-series-info .dp-section__title {
  line-height: 1;
}
.dp-series-info .dp-section__body {
  line-height: 1.5;
}
.dp-series-info .dp-section__body p:last-child,
.dp-series-info .dp-section__body ul:last-child {
  margin-bottom: 0;
}
.dp-series-info .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dp-series-info .row > .col-24:not(:last-child) {
  margin-bottom: 24px;
}
.dp-series-info a {
  color: #111111;
  text-decoration: underline;
}
.dp-series-info a:hover {
  color: #111111;
  text-decoration: none;
}

.dp-series-manufacturer .dp-section__title {
  padding-right: 36px;
}

.dp-series-designers-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dp-series-designers-list li {
  margin-right: 20px;
}

@media (max-width: 1799px) {
  .dp-series-manufacturer .dp-section__title {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .dp-series-info .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dp-series-info .row > .col-24:not(:last-child) {
    margin-bottom: 20px;
  }
  .dp-series-manufacturer .dp-section__title {
    padding-right: 16px;
  }
}
@media (max-width: 767px) {
  .dp-series-info {
    font-size: 14px;
  }
  .dp-series-info .dp-section__header {
    margin-bottom: 20px;
  }
  .dp-series-info .row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .dp-series-info .row > .col-24:not(:last-child) {
    margin-bottom: 0;
  }
  .dp-series-designers-list {
    display: block;
  }
  .dp-series-designers-list li {
    margin-right: 0;
  }
  .dp-series-designers-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .dp-series-manufacturer .dp-section__title {
    padding-right: 0;
  }
}
.dp-series-materials {
  background-color: #1421b0;
  color: #ffffff;
  padding: 60px;
  border-radius: 30px;
}
.dp-series-materials .dp-section__title {
  margin-bottom: 30px;
}
.dp-series-materials .dp-item-list .row {
  margin-bottom: -20px;
}
.dp-series-materials .dp-item-list .row > [class^=col] {
  padding-bottom: 20px;
}
.dp-series-materials .dp-section__link {
  margin-top: 30px;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
}
.dp-series-materials .dp-section__link:hover, .dp-series-materials .dp-section__link:focus, .dp-series-materials .dp-section__link:active {
  background-color: #ffffff;
  color: #1421b0;
}
.dp-series-materials__item {
  width: 128px;
}
.dp-series-materials__item img {
  width: 100%;
  -webkit-clip-path: path("M4.96476 34.4055L58.9648 2.93453C62.0766 1.12093 65.9234 1.12094 69.0353 2.93453L123.035 34.4055C126.109 36.1971 128 39.4872 128 43.0453V106.045C128 109.607 126.105 112.9 123.025 114.691L69.0254 146.079C65.9185 147.885 62.0815 147.885 58.9746 146.079L4.97463 114.691C1.89493 112.9 0 109.607 0 106.045V43.0453C0 39.4872 1.89063 36.1971 4.96476 34.4055Z");
          clip-path: path("M4.96476 34.4055L58.9648 2.93453C62.0766 1.12093 65.9234 1.12094 69.0353 2.93453L123.035 34.4055C126.109 36.1971 128 39.4872 128 43.0453V106.045C128 109.607 126.105 112.9 123.025 114.691L69.0254 146.079C65.9185 147.885 62.0815 147.885 58.9746 146.079L4.97463 114.691C1.89493 112.9 0 109.607 0 106.045V43.0453C0 39.4872 1.89063 36.1971 4.96476 34.4055Z");
}

@media (max-width: 1799px) {
  .dp-series-materials {
    padding: 40px;
    border-radius: 20px;
  }
  .dp-series-materials__item {
    width: 80px;
  }
  .dp-series-materials__item img {
    -webkit-clip-path: path("M4.96612 20.4102L34.9661 2.93265C38.0773 1.12013 41.9227 1.12012 45.0339 2.93265L75.0339 20.4101C78.1088 22.2015 80 25.4921 80 29.0508V64.0938C80 67.6565 78.1045 70.9502 75.024 72.7401L45.024 90.1717C41.9178 91.9766 38.0822 91.9766 34.976 90.1717L4.97601 72.7401C1.89552 70.9502 0 67.6565 0 64.0938V29.0508C0 25.4921 1.89121 22.2015 4.96612 20.4102Z");
            clip-path: path("M4.96612 20.4102L34.9661 2.93265C38.0773 1.12013 41.9227 1.12012 45.0339 2.93265L75.0339 20.4101C78.1088 22.2015 80 25.4921 80 29.0508V64.0938C80 67.6565 78.1045 70.9502 75.024 72.7401L45.024 90.1717C41.9178 91.9766 38.0822 91.9766 34.976 90.1717L4.97601 72.7401C1.89552 70.9502 0 67.6565 0 64.0938V29.0508C0 25.4921 1.89121 22.2015 4.96612 20.4102Z");
  }
}
@media (max-width: 1199px) {
  .dp-series-materials {
    padding: 30px;
  }
  .dp-series-materials__item {
    width: 103px;
  }
  .dp-series-materials__item img {
    -webkit-clip-path: path("M4.99229 26.9065L46.4923 2.89715C49.5902 1.10488 53.4098 1.10488 56.5077 2.89715L98.0077 26.9065C101.097 28.6939 103 31.9928 103 35.5623V83.5306C103 87.1042 101.093 90.4061 97.9978 92.1921L56.4978 116.138C53.4049 117.923 49.5951 117.923 46.5022 116.138L5.00216 92.1921C1.90693 90.4061 0 87.1042 0 83.5306V35.5623C0 31.9928 1.90262 28.6939 4.99229 26.9065Z");
            clip-path: path("M4.99229 26.9065L46.4923 2.89715C49.5902 1.10488 53.4098 1.10488 56.5077 2.89715L98.0077 26.9065C101.097 28.6939 103 31.9928 103 35.5623V83.5306C103 87.1042 101.093 90.4061 97.9978 92.1921L56.4978 116.138C53.4049 117.923 49.5951 117.923 46.5022 116.138L5.00216 92.1921C1.90693 90.4061 0 87.1042 0 83.5306V35.5623C0 31.9928 1.90262 28.6939 4.99229 26.9065Z");
  }
}
@media (max-width: 767px) {
  .dp-series-materials .dp-section {
    margin-bottom: 30px;
  }
  .dp-series-materials .dp-section__link {
    width: 100%;
  }
  .dp-series-materials__item {
    width: 70px;
  }
  .dp-series-materials__item img {
    -webkit-clip-path: path("M4.94102 17.6291L29.941 2.96701C33.0649 1.13492 36.9351 1.13493 40.059 2.96701L65.059 17.6291C68.1197 19.4242 70 22.7068 70 26.2551V55.7912C70 59.3436 68.1154 62.6293 65.0491 64.423L40.0491 79.0466C36.9302 80.8709 33.0698 80.8709 29.9509 79.0466L4.95092 64.423C1.8846 62.6293 0 59.3436 0 55.7912V26.2551C0 22.7068 1.88029 19.4242 4.94102 17.6291Z");
            clip-path: path("M4.94102 17.6291L29.941 2.96701C33.0649 1.13492 36.9351 1.13493 40.059 2.96701L65.059 17.6291C68.1197 19.4242 70 22.7068 70 26.2551V55.7912C70 59.3436 68.1154 62.6293 65.0491 64.423L40.0491 79.0466C36.9302 80.8709 33.0698 80.8709 29.9509 79.0466L4.95092 64.423C1.8846 62.6293 0 59.3436 0 55.7912V26.2551C0 22.7068 1.88029 19.4242 4.94102 17.6291Z");
  }
}
.dp-series-recommended .dp-section__link {
  display: none;
}
.dp-series-recommended .dp-section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 30px;
}
.dp-series-recommended .dp-section__header .dp-section__link {
  display: block;
  position: static;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
.dp-series-recommended .dp-section__header .dp-section__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  padding-right: 20px;
  margin-bottom: 0;
}
.dp-series-recommended .dp-catalog-slider {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-series-recommended .dp-catalog-slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.dp-series-recommended .dp-catalog-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: auto;
  width: calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
}
.dp-series-recommended .dp-catalog-slider .swiper-slide:first-child {
  width: calc((100% - 20px) / 3 * 2);
  max-width: calc((100% - 20px) / 3 * 2);
}
.dp-series-recommended .dp-catalog-slider .dp-catalog-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1199px) {
  .dp-series-recommended .dp-catalog-slider {
    overflow: visible;
  }
  .dp-series-recommended .dp-catalog-slider .swiper-slide {
    width: calc((100% - 20px) / 10 * 4);
    max-width: calc((100% - 20px) / 10 * 4);
  }
  .dp-series-recommended .dp-catalog-slider .swiper-slide:first-child {
    width: calc((100% - 20px) / 10 * 6);
    max-width: calc((100% - 20px) / 10 * 6);
  }
}
@media (max-width: 767px) {
  .dp-series-recommended .dp-section__link {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .dp-series-recommended .dp-section__header {
    display: block;
    margin-bottom: 20px;
  }
  .dp-series-recommended .dp-section__header .dp-section__link {
    display: none;
  }
  .dp-series-recommended .dp-section__header .dp-section__title {
    padding-right: 0;
  }
  .dp-series-recommended .dp-catalog-slider .swiper-slide {
    width: 100%;
    max-width: 100%;
  }
  .dp-series-recommended .dp-catalog-slider .swiper-slide:first-child {
    width: 100%;
    max-width: 100%;
  }
}
.dp-page-individual .dp-page__body .dp-section {
  margin-bottom: 60px;
}

.aside__contact-title {
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #b1b1b1;
}

.aside__contact-link {
  margin-bottom: 4px;
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #111111;
}

.aside__contact {
  height: 65vh;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aside__contact .dp-btn {
  max-width: 263px;
}

.individual__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 640px;
}

.individual__slide {
  cursor: pointer;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 166px;
}

.individual__slide img {
  height: 100%;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

.individual__slide.individual__slide-active {
  width: 1018px;
  cursor: default;
}

.dp-section__individual-title {
  margin-bottom: 60px;
  font-size: 70px;
  font-weight: 600;
  line-height: 100%;
  max-width: 850px;
}

.dp-section__header .dp-section__individual-desc {
  max-width: 684px;
}

.dp-section__individual-subscribe {
  font-size: 32px;
  max-width: 1100px;
}

.individual__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.individual__image img {
  max-width: 1389px;
  width: 100%;
  border-radius: 30px;
}

@media (max-width: 1799px) {
  .individual__slider {
    height: 550px;
  }
}
@media (max-width: 1519px) {
  .dp-page-individual .dp-page__body .dp-section {
    margin-bottom: 40px;
  }
  .aside__contact-title {
    font-size: 18px;
  }
  .aside__contact-link {
    font-size: 18px;
  }
  .individual__slider {
    height: 430px;
  }
  .dp-section__individual-title {
    margin-bottom: 30px;
    font-size: 32px;
    max-width: 380px;
  }
  .dp-section__header .dp-section__individual-desc {
    max-width: 450px;
  }
  .dp-section__individual-subscribe {
    font-size: 20px;
    line-height: 1.2;
    max-width: 640px;
  }
}
@media (max-width: 1199px) {
  .aside__contact {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .aside__contact .dp-btn {
    max-width: none;
  }
  .individual__slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .individual__slide {
    width: auto;
    height: 176px;
  }
  .individual__slide img {
    height: 100%;
    width: 100%;
    border-radius: 20px;
  }
  .individual__image img {
    border-radius: 20px;
  }
  .individual__slide.individual__slide-active {
    width: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .dp-section__header .dp-section__individual-desc {
    max-width: 100%;
  }
  .dp-page-individual .dp-btn.dp-section__link {
    margin-top: 30px;
    position: relative;
  }
  .dp-section__individual-subscribe {
    max-width: 520px;
  }
}
@media (max-width: 767px) {
  .aside__contact-title {
    font-size: 16px;
  }
  .aside__contact-link {
    font-size: 16px;
  }
  .aside__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .aside__contact .dp-btn {
    margin-top: 20px;
    width: 100%;
    max-width: none;
  }
  .individual__slide {
    width: auto;
    height: 120px;
  }
  .individual__image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .individual__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .individual__wrapper .dp-section__header, .individual__wrapper .dp-section__body {
    display: contents;
  }
  .individual__wrapper .dp-section__link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .individual__wrapper .dp-section__individual-desc {
    margin-bottom: 30px;
  }
}
.contacts-requisites {
  margin-bottom: 30px;
}
.contacts-requisites dl {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 20px;
  gap: 20px;
}
.contacts-requisites dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 276px;
          flex: 0 0 276px;
  font-weight: 500;
  color: #b1b1b1;
}
.contacts-requisites dl dd {
  margin: 0;
}
.contacts-requisites dl:last-child {
  margin: 0;
}

.contacts-link {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #111111;
}

.contacts-way {
  margin-bottom: 30px;
  padding: 28px 30px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 20px;
}

.contacts-way-title {
  position: relative;
  cursor: pointer;
  font-size: 32px;
}
.contacts-way-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  border: 7px solid transparent;
  border-bottom-width: 0;
  border-top-color: #1421b0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts-way-title:hover::before {
  border-top-color: #1421b0;
}

.contacts-way-title_open::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.contacts-way-toggle {
  display: none;
}

.contacts-way-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.contacts-way-text {
  font-size: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 389px;
          flex: 0 0 389px;
}

.contacts-way-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contacts-way-images .contacts-way-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.contacts-way-images .contacts-way-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
}

.map-wrapper {
  width: 100%;
  height: 840px;
  border-radius: 30px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1519px) {
  .contacts-requisites dl {
    font-size: 18px;
  }
  .contacts-requisites dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 230px;
            flex: 0 0 230px;
  }
  .contacts-link {
    font-size: 20px;
  }
  .map-wrapper {
    height: 530px;
    border-radius: 20px;
  }
  .contacts-way-title {
    font-size: 20px;
  }
  .contacts-way-text {
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 278px;
            flex: 0 0 278px;
  }
}
@media (max-width: 1199px) {
  .dp-page-contacts .dp-aside-menu {
    display: none;
  }
  .contacts-requisites dl {
    display: block;
  }
  .contacts-requisites dl dt {
    margin-bottom: 10px;
  }
  .contacts-way {
    padding: 20px;
  }
  .contacts-way-wrapper {
    display: block;
  }
  .contacts-way-text {
    margin-bottom: 20px;
  }
  .map-wrapper {
    height: 593px;
  }
}
@media (max-width: 767px) {
  .contacts-requisites dl {
    font-size: 16px;
  }
  .contacts-requisites dl dt {
    margin-bottom: 15px;
  }
  .contacts-requisites .dp-btn {
    width: 100%;
  }
  .contacts-way-images {
    display: block;
  }
  .contacts-way-images img {
    width: 100%;
    max-width: 450px;
    border-radius: 20px;
  }
  .contacts-way-image:not(:last-child) {
    margin-bottom: 20px;
  }
  .map-wrapper {
    height: 512px;
  }
}
.dp-page-materials h2 {
  margin-bottom: 40px;
  max-width: 1050px;
}

.materials-wrapper {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #bcbcbc;
}
.materials-wrapper img {
  width: 100%;
  max-width: 1389px;
  border-radius: 30px;
}
.materials-wrapper:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.materials-wrapper a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  color: #111111;
}
.materials-wrapper a:hover {
  color: #1421b0;
}

.dp-aside-materials-button {
  display: none;
  position: fixed;
  left: calc(50% - 360px);
  top: 90%;
  height: 42px;
  width: 720px;
}

.dp-page-materials h3 {
  margin: 20px 0;
  font-size: 32px;
}

.materials-colors__list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.materials-colors__item {
  width: 80px;
  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;
  gap: 5px;
}
.materials-colors__item p {
  font-size: 14px;
  text-align: center;
  word-wrap: break-word;
}

.dp-sticky-materials.dp-sticky.dp-sticky-top .dp-aside__title {
  display: none;
}

@media (max-width: 1519px) {
  .materials-wrapper {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .materials-wrapper a {
    font-size: 14px;
  }
  .materials-item__button {
    height: 42px;
  }
}
@media (max-width: 1199px) {
  .materials-wrapper img {
    border-radius: 20px;
  }
  .materials-wrapper p {
    font-size: 18px;
  }
  .materials-wrapper a {
    font-size: 16px;
  }
  .dp-aside-materials-button {
    display: block;
  }
  .materials-colors__item {
    width: 103px;
  }
}
@media (max-width: 767px) {
  .dp-aside-materials-button {
    left: calc(50% - 164px);
    width: 328px;
  }
  .materials-wrapper p {
    font-size: 16px;
  }
  .materials-wrapper a {
    font-size: 14px;
  }
  .materials-colors__list {
    gap: 15px;
  }
  .materials-colors__item {
    width: 70px;
  }
  .materials-colors__item p {
    font-size: 12px;
  }
}
.dp-page-materials .materials-card__title {
  font-size: 70px;
}

.materials-card__wrapper {
  margin-bottom: 40px;
}
.materials-card__wrapper img {
  border-radius: 30px;
}

.materials-card__text {
  margin-bottom: 20px;
  font-size: 20px;
  max-width: 1000px;
}
.materials-card__text:last-of-type {
  margin-bottom: 0;
}

.materials-card__images {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.materials-card__images .materials-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.materials-card__images .materials-card__image img {
  width: 100%;
}

.dp-page-materials .materials-card__also {
  margin: 60px 0;
}

.materials-card__button {
  margin-bottom: 30px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
}
.materials-card__button svg {
  margin-right: 8px;
  width: 6px;
  height: 16px;
  fill: #1421b0;
}

.section-materials__description .materials-item__button, .materials-item__btn {
  margin-top: auto;
  padding-top: 14px;
  color: #ffffff;
  height: 48px;
  line-height: 100%;
}
.section-materials__description .materials-item__button:hover, .materials-item__btn:hover {
  color: #111111;
}

@media (max-width: 1519px) {
  .dp-page-materials .materials-card__title {
    font-size: 32px;
  }
  .dp-page-materials .materials-card__subtitle {
    font-size: 20px;
  }
  .materials-card__text {
    font-size: 18px;
    max-width: 700px;
  }
  .dp-page-materials .materials-card__also {
    margin: 40px 0;
    font-size: 20px;
  }
  .section-materials__description .materials-item__button, .materials-item__btn {
    padding-top: 9px;
    height: 42px;
  }
}
@media (max-width: 1199px) {
  .dp-page-materials .materials-card__title {
    font-size: 65px;
  }
  .materials-card__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .materials-card__text {
    max-width: 100%;
  }
  .materials-colors__wrapper {
    margin: 20px 0 30px;
  }
  .materials-colors__wrapper .materials-card__subtitle {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .dp-page-materials .materials-card__title {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .materials-card__wrapper {
    margin-bottom: 30px;
  }
  .materials-card__text {
    font-size: 16px;
  }
  .materials-card__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .materials-card__images .materials-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .dp-page-materials .materials-card__also {
    margin: 30px 0;
  }
  .materials-item__btn {
    width: 100%;
  }
}
.dp-page-production h1 {
  font-size: 90px;
}
.dp-page-production h2 {
  margin-bottom: 60px;
}
.dp-page-production h3 {
  font-size: 65px;
  margin-bottom: 60px;
}
.dp-page-production .dp-sticky {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.production__wrapper:not(:last-of-type) {
  margin-bottom: 60px;
}

.production__image {
  margin-bottom: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.production__image img {
  text-align: center;
  border-radius: 30px;
}
.production__image:last-of-type {
  margin-bottom: 0;
}

.production__text-wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.production__text-wrapper .production__text {
  margin-bottom: 20px;
}
.production__text-wrapper .production__image {
  margin-bottom: 0;
}
.production__text-wrapper:last-child {
  margin-bottom: 0;
}

.production__image-wrapper {
  margin-bottom: 40px;
  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;
  gap: 20px;
}

.production__text {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.production__text a {
  color: #ffffff;
  text-decoration: underline;
}
.production__text a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.production__mb {
  margin-bottom: 60px;
}

.production__short {
  max-width: 50%;
}

@media (max-width: 1519px) {
  .dp-page-production h1 {
    font-size: 65px;
  }
  .dp-page-production h2 {
    margin-bottom: 40px;
  }
  .dp-page-production h3 {
    font-size: 32px;
  }
  .production__wrapper:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .production__short {
    max-width: 100%;
  }
  .production__image img {
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .dp-page-production .dp-aside-menu {
    display: none;
  }
  .dp-page-production h2 {
    margin-bottom: 50px;
  }
  .dp-page-production h3 {
    margin-bottom: 50px;
  }
  .dp-page-production .dp-btn.dp-btn_xs {
    height: 36px;
    font-size: 14px;
  }
  .production__wrapper:not(:last-of-type) {
    margin-bottom: 60px;
  }
  .production__text {
    font-size: 18px;
  }
  .production__image-wrapper {
    margin-bottom: 50px;
    display: block;
  }
  .production__image-wrapper .production__image {
    margin-bottom: 20px;
    max-width: 50%;
  }
  .production__image {
    margin-bottom: 50px;
  }
  .production__mb {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .dp-page-production h1 {
    font-size: 36px;
  }
  .dp-page-production h2 {
    margin-bottom: 40px;
  }
  .dp-page-production h3 {
    margin-bottom: 40px;
  }
  .dp-page-production .dp-tags__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .production__wrapper:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .production__text-wrapper {
    display: block;
  }
  .production__text-wrapper .production__image:not(:last-child) {
    margin-bottom: 20px;
  }
  .production__image-wrapper {
    margin-bottom: 40px;
  }
  .production__image-wrapper .production__image {
    max-width: 100%;
  }
  .production__image {
    margin-bottom: 40px;
  }
  .production__mb {
    margin-bottom: 40px;
  }
}
.dp-page-content h1 {
  font-size: 90px;
}
.dp-page-content h2 {
  margin-bottom: 40px;
  font-size: 70px;
}
.dp-page-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
}
.dp-page-content .content__faq-title {
  margin-bottom: 40px;
  font-size: 65px;
  max-width: 900px;
}

.content__wrapper {
  margin-bottom: 60px;
}
.content__wrapper:last-child {
  margin-bottom: 0;
}
.content__wrapper img {
  width: 100%;
  border-radius: 30px;
}
.content__wrapper p {
  margin-bottom: 20px;
  font-size: 20px;
}
.content__wrapper p:last-of-type {
  margin: 0;
}

.content__text-wrapper {
  margin-bottom: 40px;
  max-width: 940px;
}
.content__text-wrapper:last-child {
  margin-bottom: 0;
}

.content__images {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.content__images .content__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}

.content__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.content__texts .content__text-wrapper {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}

.content__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;
  gap: 40px;
}

.content__item {
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  position: relative;
}
.content__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1421b0;
}

.content__faq {
  margin-bottom: 20px;
  padding: 30px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 30px;
}
.content__faq:last-child {
  margin-bottom: 0;
}

.content__faq-question {
  position: relative;
  cursor: pointer;
}
.content__faq-question::before {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  border: 7px solid transparent;
  border-bottom-width: 0;
  border-top-color: #1421b0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content__faq-question:hover::before {
  border-top-color: #1421b0;
}

.content__faq-question_open::before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.content__faq-answer {
  display: none;
  margin-top: 30px;
  font-weight: 500;
  max-width: 1230px;
}

.content__slider {
  width: 100%;
}
.content__slider .swiper-slide {
  height: auto;
}
.content__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content__slider .swiper-button-next, .content__slider .swiper-button-prev {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.content__slider .swiper-button-next::after, .content__slider .swiper-button-prev::after {
  content: none;
}
.content__slider .swiper-button-next:hover, .content__slider .swiper-button-prev:hover {
  opacity: 0.7;
}
.content__slider .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 40px);
  border-right: 16px solid #ffffff;
}
.content__slider .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 40px);
  border-left: 16px solid #ffffff;
}

.content__slider-main {
  margin-bottom: 20px;
}

.content__slider-second .swiper-slide {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.content__slider-second .swiper-slide-thumb-active {
  cursor: default;
  opacity: 1;
}
.content__slider-second img {
  border-radius: 15px;
}

@media (max-width: 1519px) {
  .dp-page-content h1 {
    font-size: 65px;
  }
  .dp-page-content h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .dp-page-content h3 {
    font-size: 20px;
  }
  .dp-page-content .content__faq-title {
    margin-bottom: 30px;
  }
  .content__wrapper {
    margin-bottom: 40px;
  }
  .content__wrapper p {
    font-size: 18px;
  }
  .content__text-wrapper {
    max-width: 100%;
  }
  .content__list {
    gap: 20px 40px;
  }
  .content__faq-title {
    margin-bottom: 30px;
  }
  .content__faq {
    font-size: 18px;
  }
  .content__faq-answer {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .dp-page-content h1 {
    font-size: 20px;
  }
  .dp-page-content h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .dp-page-content .content__faq-title {
    margin-bottom: 20px;
  }
  .content__wrapper {
    margin-bottom: 30px;
  }
  .content__slider .swiper-button-next, .content__slider .swiper-button-prev {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }
  .content__slider .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 30px);
    border-right: 15px solid #ffffff;
  }
  .content__slider .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 30px);
    border-left: 15px solid #ffffff;
  }
}
@media (max-width: 767px) {
  .dp-page-content .content__faq-title {
    font-size: 36px;
  }
  .content__wrapper {
    margin-bottom: 30px;
  }
  .content__wrapper p {
    font-size: 16px;
  }
  .content__images {
    display: block;
  }
  .content__images .content__image:not(:last-child) {
    margin-bottom: 20px;
  }
  .content__texts {
    display: block;
  }
  .content__texts .content__text-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
  .content__list {
    display: block;
  }
  .content__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .content__faq {
    padding: 20px;
    font-size: 16px;
  }
  .content__slider .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 16px);
  }
  .content__slider .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 16px);
  }
}
.dp-page-search .dp-page {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100vh;
          flex: 0 0 100vh;
}
.dp-page-search .dp-section__body {
  margin: 0 auto;
  width: 100%;
  max-width: 1463px;
}

.search__result-main {
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 100%;
  font-weight: 500;
  color: #111111;
}
.search__result-main span {
  color: #1421b0;
}

.search__wrapper {
  width: 100%;
}
.search__wrapper form {
  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;
}

.search__button {
  border: none;
  outline: none;
  background-color: transparent;
}
.search__button svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search__button:hover svg {
  fill: #b1b1b1;
}

.search__wrapper_close {
  margin-left: auto;
  position: relative;
  border: none;
  outline: none;
}
.search__wrapper_close::before, .search__wrapper_close::after {
  position: absolute;
  content: "";
  right: -2px;
  top: calc(50% - 1px);
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #000000;
}
.search__wrapper_close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search__wrapper_close:hover::before, .search__wrapper_close:hover::after {
  background-color: #1421b0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.search__input {
  padding-right: 20px;
  width: 100%;
  font-size: 70px;
  line-height: 100%;
  font-weight: 500;
  color: #111111;
  background-color: transparent;
  border: none;
  outline: none;
}
.search__input::-webkit-input-placeholder {
  color: #b1b1b1;
}
.search__input::-moz-placeholder {
  color: #b1b1b1;
}
.search__input:-ms-input-placeholder {
  color: #b1b1b1;
}
.search__input::-ms-input-placeholder {
  color: #b1b1b1;
}
.search__input::placeholder {
  color: #b1b1b1;
}

.search__result-list {
  margin: 0;
}

.search__result-quantity {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #b1b1b1;
}

.search__result-title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #111111;
}

.search__result-item:not(:last-of-type) {
  margin-bottom: 20px;
}

.search__result-more {
  margin-top: 20px;
}

@media (max-width: 1519px) {
  .search__input {
    font-size: 65px;
  }
  .search__result-main {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .search__input {
    font-size: 36px;
  }
  .search__button svg {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .search__result-main {
    font-size: 36px;
  }
  .search__button svg {
    width: 24px;
    height: 24px;
  }
  .search__input {
    font-size: 18px;
  }
}
.dp-page-comparison .dp-page__title {
  margin-bottom: 40px;
}

.comparison__wrapper:not(:last-child) {
  margin-bottom: 120px;
}

.comparison__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.comparison__images img {
  border-radius: 30px;
}
.comparison__images .comparison__detail {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #ffffff;
}

.comparison__image {
  position: relative;
}

.comparison__detail {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.comparison__plus {
  width: 60px;
  height: 60px;
  background-color: #27ae60;
  border-radius: 50%;
  position: relative;
}
.comparison__plus::before {
  position: absolute;
  content: "";
  left: calc(50% - 15px);
  top: calc(50% - 10px);
  width: 30px;
  height: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.comparison__minus {
  width: 60px;
  height: 60px;
  background-color: #ff0000;
  border-radius: 50%;
  position: relative;
}
.comparison__minus::before {
  position: absolute;
  content: "";
  left: calc(50% - 2px);
  top: calc(50% - 20px);
  width: 4px;
  height: 40px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.comparison__minus::after {
  position: absolute;
  content: "";
  left: calc(50% - 2px);
  top: calc(50% - 20px);
  width: 4px;
  height: 40px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.comparison__advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.comparison__advantages-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
}

.comparison__advantages-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}

.comparison__advantages-text {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #111111;
}

.comparison__importance {
  padding: 60px;
  background-color: #1421b0;
  border-radius: 30px;
  color: #ffffff;
}
.comparison__importance h2 {
  margin-bottom: 60px;
  max-width: 670px;
  line-height: 100%;
}
.comparison__importance p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 640px;
}
.comparison__importance p:last-of-type {
  margin-bottom: 0;
}
.comparison__importance .comparison__plus, .comparison__importance .comparison__minus {
  margin-bottom: 30px;
}

.comparison__importance-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.comparison__importances {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
}

.comparison__item-wrapper {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.comparison__item-wrapper:last-child {
  margin-bottom: 0;
}
.comparison__item-wrapper h2 {
  margin: 0;
  line-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.comparison__item-wrapper h2 span {
  display: block;
  max-width: 710px;
}
.comparison__item-wrapper p {
  margin-bottom: 12px;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.comparison__item-wrapper p:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  margin-bottom: 0;
}
.comparison__item-wrapper .comparison__item-title {
  font-weight: 600;
}

.comparison__item-block {
  padding: 30px;
  border: 1px solid #bcbcbc;
  border-radius: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
}
.comparison__item-block .comparison__detail {
  margin-bottom: 76px;
}

.comparison__item-images {
  margin-bottom: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.comparison__item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 13.333px);
          flex: 0 0 calc(33.333% - 13.333px);
}
.comparison__item-image img {
  border-radius: 20px;
}

.comparison__item-list {
  margin: 0;
}
.comparison__item-list li {
  padding-left: 20px;
  position: relative;
}
.comparison__item-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1421b0;
}

.comparison__invitation {
  padding: 60px;
  background-color: #1421b0;
  border-radius: 30px;
  color: #ffffff;
}
.comparison__invitation h2 {
  margin-bottom: 60px;
  max-width: 900px;
  line-height: 100%;
}
.comparison__invitation p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 640px;
}
.comparison__invitation p:last-of-type {
  margin-bottom: 60px;
}

.comparison__invitation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media (max-width: 1519px) {
  .comparison__images img {
    border-radius: 20px;
  }
  .comparison__detail {
    font-size: 20px;
  }
  .comparison__plus {
    width: 40px;
    height: 40px;
  }
  .comparison__plus::before {
    left: calc(50% - 12px);
    top: calc(50% - 8px);
    width: 24px;
    height: 12px;
  }
  .comparison__minus {
    width: 40px;
    height: 40px;
  }
  .comparison__minus::before {
    top: calc(50% - 15px);
    height: 30px;
  }
  .comparison__minus::after {
    top: calc(50% - 15px);
    height: 30px;
  }
  .comparison__wrapper:not(:last-child) {
    margin-bottom: 100px;
  }
  .comparison__advantages-title {
    font-size: 20px;
  }
  .comparison__advantages-text {
    font-size: 18px;
  }
  .comparison__importance {
    border-radius: 20px;
  }
  .comparison__importance h2 {
    max-width: 300px;
  }
  .comparison__importance p {
    font-size: 18px;
  }
  .comparison__item-wrapper h2 span {
    max-width: 337px;
  }
  .comparison__item-wrapper p {
    font-size: 18px;
  }
  .comparison__item-list li::before {
    top: 9px;
  }
  .comparison__item-block {
    border-radius: 20px;
  }
  .comparison__item-block .comparison__detail {
    margin-bottom: 50px;
    font-size: 20px;
  }
  .comparison__item-images {
    margin-bottom: 50px;
  }
  .comparison__invitation {
    border-radius: 20px;
  }
  .comparison__invitation h2 {
    max-width: 450px;
  }
  .comparison__invitation p {
    font-size: 18px;
    max-width: 100%;
  }
  .comparison__invitation-links .dp-btn.dp-btn_sm {
    padding-top: 3px;
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .comparison__advantages-list {
    gap: 40px 20px;
  }
  .comparison__advantages-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
  .comparison__importance {
    padding: 40px;
  }
  .comparison__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comparison__item-block .comparison__detail {
    margin-bottom: 40px;
  }
  .comparison__invitation {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .comparison__wrapper:not(:last-child) {
    margin-bottom: 80px;
  }
  .comparison__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comparison__images .comparison__detail {
    left: 20px;
    top: 20px;
  }
  .comparison__plus {
    width: 30px;
    height: 30px;
  }
  .comparison__plus::before {
    left: calc(50% - 10px);
    top: calc(50% - 7px);
    width: 20px;
    height: 10px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
  }
  .comparison__minus {
    width: 30px;
    height: 30px;
  }
  .comparison__minus::before {
    top: calc(50% - 10px);
    height: 20px;
    width: 3px;
  }
  .comparison__minus::after {
    top: calc(50% - 10px);
    height: 20px;
    width: 3px;
  }
  .comparison__advantages-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .comparison__advantages-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .comparison__advantages-title {
    margin-bottom: 10px;
  }
  .comparison__advantages-text {
    font-size: 16px;
  }
  .comparison__importance-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .comparison__importance {
    padding: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .comparison__importance h2 {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .comparison__importance p {
    margin-bottom: 20px;
    font-size: 16px;
    max-width: 100%;
  }
  .comparison__item-images {
    margin-bottom: 40px;
    gap: 10px;
  }
  .comparison__item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
  }
  .comparison__item-image img {
    border-radius: 16px;
  }
  .comparison__item-wrapper p {
    font-size: 16px;
  }
  .comparison__item-list li::before {
    top: 8px;
  }
  .comparison__invitation {
    padding: 20px;
  }
  .comparison__invitation h2 {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .comparison__invitation p {
    margin-bottom: 10px;
    font-size: 16px;
    max-width: 100%;
  }
  .comparison__invitation p:last-of-type {
    margin-bottom: 40px;
  }
  .comparison__invitation-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.dp-series-models__short-filter {
  margin-bottom: 40px;
}
.dp-series-models__short-filter .row {
  margin-bottom: -20px;
}
.dp-series-models__short-filter .row > [class^=col] {
  padding-bottom: 20px;
}
.dp-series-models__short-filter .dp-btn.dp-btn_white .icon {
  fill: #111111;
}
.dp-series-models__short-filter .dp-btn.dp-btn_white:hover .icon, .dp-series-models__short-filter .dp-btn.dp-btn_white:active .icon {
  fill: #ffffff;
}
.dp-series-models-aside-filter-toggler .icon {
  margin-right: 0;
}
.dp-series-models-aside-filter-toggler:not(.active) .text-hide,
.dp-series-models-aside-filter-toggler:not(.active) .icon-close {
  display: none;
}
.dp-series-models-aside-filter-toggler.active .text-show,
.dp-series-models-aside-filter-toggler.active .icon-filter {
  display: none;
}
.dp-series-models-aside-filter {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  z-index: 10;
  background-color: #eeeeee;
  padding: 60px 40px;
  overflow: auto;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-overflow-scrolling: touch;
}
.dp-series-models-aside-filter.active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.dp-series-models-aside-filter__close {
  width: 40px;
  height: 40px;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.dp-series-models-aside-filter__close .icon {
  display: block;
  width: 100%;
  height: 100%;
  fill: #111111;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.dp-series-models-aside-filter__close:hover .icon, .dp-series-models-aside-filter__close:focus .icon, .dp-series-models-aside-filter__close:active .icon {
  fill: #1421b0;
}
.dp-series-models-aside-filter__item {
  margin-bottom: 40px;
}
.dp-series-models-aside-filter__item:last-child {
  margin-bottom: 0;
}
.dp-series-models-list {
  margin-bottom: -40px;
}

@media (max-width: 1199px) {
  .dp-series-models-aside-filter {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .dp-series-models__short-filter .dp-series-models-aside-filter-toggler {
    width: 100%;
  }
  .dp-series-models-aside-filter {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dp-series-models-aside-filter__item {
    margin-bottom: 20px;
  }
}
.dp-page-about h2 {
  margin-bottom: 60px;
}

.dp-about-img {
  margin-bottom: 60px;
}
.dp-about-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.dp-about-img:last-child {
  margin-bottom: 0;
}

.dp-about-desc {
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 1080px;
}
.dp-about-desc:last-child {
  margin-bottom: 0;
}
.dp-about-desc p, .dp-about-desc ul, .dp-about-desc ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-about-desc p:first-child, .dp-about-desc ul:first-child, .dp-about-desc ol:first-child {
  margin-top: 0;
}
.dp-about-desc p:last-child, .dp-about-desc ul:last-child, .dp-about-desc ol:last-child {
  margin-bottom: 0;
}
.dp-about-desc__btn-wrpapper {
  text-align: right;
  display: none;
}

.dp-about-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.dp-about-table td {
  vertical-align: top;
  padding-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.dp-about-table td:first-child {
  width: 31.5%;
  font-weight: 600;
  padding-right: 20px;
}
.dp-about-table td:last-child {
  width: 68.5%;
}
.dp-about-table tr:last-child td {
  padding-bottom: 0;
}
.dp-about-table a {
  color: #111111;
  text-decoration: underline;
}
.dp-about-table a:hover {
  color: #111111;
  text-decoration: none;
}
.dp-about-table__links {
  font-size: 16px;
}
.dp-about-table__links a {
  white-space: nowrap;
  display: inline-block;
  margin-top: 30px;
  position: relative;
  text-decoration: none;
}
.dp-about-table__links a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 1px;
  background: #000000;
  -webkit-transition: opacity 0.24s;
  transition: opacity 0.24s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
.dp-about-table__links a:focus {
  text-decoration: none;
}
.dp-about-table__links a:hover {
  text-decoration: none;
}
.dp-about-table__links a:hover:after {
  opacity: 0;
}
.dp-about-table .dp-btn {
  margin-top: 30px;
}

.dp-about-requisites {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dp-about-requisites li, .dp-about-requisites__item {
  margin-bottom: 10px;
}
.dp-about-requisites li:last-child, .dp-about-requisites__item:last-child {
  margin-bottom: 0;
}
.dp-about-requisites__label {
  display: block;
  color: #b1b1b1;
  margin-bottom: 10px;
}

.dp-about-contact-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 100;
  display: none;
}

.dp-content-aside {
  display: none;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .dp-page-about .dp-subscribe [class*=col-] {
    width: 100%;
  }
  .dp-page-about .dp-subscribe [class*=col-]:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .dp-page-about .dp-subscribe [class*=col-]:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1519px) {
  .dp-page-about h2 {
    margin-bottom: 40px;
    max-width: 580px;
  }
  .dp-about-img {
    margin-bottom: 40px;
  }
  .dp-about-img img {
    border-radius: 20px;
  }
  .dp-about-table td {
    font-size: 18px;
  }
  .dp-about-table .dp-btn {
    margin-top: 20px;
  }
  .dp-about-desc {
    max-width: 780px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .dp-page-about .dp-page__aside {
    display: none;
  }
  .dp-page-about .dp-page__body .dp-content-aside {
    display: block;
    margin-top: -20px;
  }
  .dp-about-desc {
    font-size: 16px;
    margin-bottom: 50px;
    max-width: none;
  }
  .dp-about-table {
    display: block;
  }
  .dp-about-table tbody,
  .dp-about-table tr,
  .dp-about-table td {
    display: block;
    width: auto;
  }
  .dp-about-table td {
    font-size: 16px;
    padding-bottom: 50px;
  }
  .dp-about-table td:first-child {
    width: auto;
    padding-bottom: 20px;
  }
  .dp-about-table td:last-child {
    width: auto;
    padding-bottom: 50px;
  }
  .dp-about-table tr:last-child td:first-child {
    padding-bottom: 20px;
  }
  .dp-about-contact-btn {
    display: block;
  }
  .dp-about-requisites li, .dp-about-requisites__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .dp-page-about .dp-page-aside-content .dp-page__body .dp-section {
    margin-bottom: 40px;
  }
  .dp-page-about .dp-page-aside-content .dp-page__body .dp-section:last-child {
    margin-bottom: 0;
  }
  .dp-page-about .dp-page-aside-content .dp-page__body .dp-content-aside {
    display: block;
    margin-top: 0;
  }
  .dp-about-img {
    padding-bottom: 73.4%;
    position: relative;
  }
  .dp-about-img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .dp-about-desc {
    margin-bottom: 40px;
  }
  .dp-about-table td:last-child {
    padding-bottom: 40px;
  }
  .dp-about-table .dp-btn {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .dp-about-requisites li, .dp-about-requisites__item {
    margin-bottom: 10px;
  }
  .dp-about-contact-btn {
    left: 24px;
  }
}
.dp-page-project .dp-tags .dp-btn.dp-btn_xs.dp-btn_white {
  background-color: #1421b0;
  color: #ffffff;
}
.dp-page-project .dp-tags .dp-btn.dp-btn_xs.dp-btn_white:hover, .dp-page-project .dp-tags .dp-btn.dp-btn_xs.dp-btn_white:active {
  color: #111111;
  background-color: #ffffff;
  border-color: transparent;
}
.dp-page-project .dp-sticky-top .dp-tags {
  position: fixed;
  bottom: 80px;
}
.dp-page-project .dp-sticky-fixed {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dp-page-project .dp-sticky-fixed .dp-tags {
  margin-top: auto;
  margin-bottom: 50px;
}
.dp-page-project .dp-sticky-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-overflow-scrolling: touch;
}
.dp-page-project .dp-sticky-bottom .dp-tags {
  margin-top: auto;
  margin-bottom: 50px;
}
.dp-page-project .dp-page__body .dp-project-details {
  margin-bottom: 80px;
}
.dp-page-project .dp-page__back {
  margin-bottom: 30px;
}
.dp-page-project .dp-page__title {
  letter-spacing: -0.02em;
}
.dp-page-project .dp-page-aside-content .dp-page__header {
  margin-bottom: 30px;
}
.dp-page-project .dp-project-details + .dp-catalog-section .dp-section__header {
  margin-bottom: 40px;
}
.dp-page-project .dp-subscribe {
  padding-top: 20px;
}
.dp-page-project .dp-page__aside .dp-btn.dp-btn_used-in-project {
  font-size: 16px;
  border-radius: 16px;
  padding: 0 16px;
  height: 38px;
  line-height: 36px;
}
@media (max-width: 1519px) {
  .dp-page-project .dp-page__aside .dp-btn.dp-btn_used-in-project {
    font-size: 14px;
    padding: 0 20px;
    height: 42px;
    line-height: 40px;
  }
}
@media (max-width: 1199px) {
  .dp-page-project .dp-page__header .dp-btn.dp-btn_used-in-project {
    font-size: 16px;
    padding: 0 20px;
    height: 42px;
    line-height: 40px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .dp-page-project .dp-page__header .dp-btn.dp-btn_used-in-project {
    font-size: 14px;
    line-height: 38px;
    padding-bottom: 2px;
  }
}

.dp-project-details {
  letter-spacing: -0.02em;
}
.dp-project-details img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
.dp-project-details picture {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.dp-project-details-additional > figure,
.dp-project-details-additional > picture,
.dp-project-details-additional > .row,
.dp-project-details-additional > img {
  margin-bottom: 80px;
}
.dp-project-details-additional picture {
  display: block;
}
.dp-project-details-additional .row p, .dp-project-details-additional .row ul, .dp-project-details-additional .row ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-project-details-additional .row p:first-child, .dp-project-details-additional .row ul:first-child, .dp-project-details-additional .row ol:first-child {
  margin-top: 0;
}
.dp-project-details-additional .row p:last-child, .dp-project-details-additional .row ul:last-child, .dp-project-details-additional .row ol:last-child {
  margin-bottom: 0;
}
.dp-project-details-additional figcaption {
  display: block;
  width: 50%;
  margin-left: auto;
  margin-top: 30px;
}
.dp-project-details-additional [class*=col] figcaption {
  width: auto;
}

.dp-project-details-main__img {
  margin-bottom: 80px;
}
.dp-project-details-main__img img {
  display: block;
}
.dp-project-details-main__desc {
  margin-bottom: 40px;
}
.dp-project-details-main__desc p, .dp-project-details-main__desc ul, .dp-project-details-main__desc ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-project-details-main__desc p:first-child, .dp-project-details-main__desc ul:first-child, .dp-project-details-main__desc ol:first-child {
  margin-top: 0;
}
.dp-project-details-main__desc p:last-child, .dp-project-details-main__desc ul:last-child, .dp-project-details-main__desc ol:last-child {
  margin-bottom: 0;
}

.dp-project-details-meta {
  display: none;
}

.dp-project-details-summary {
  margin-bottom: 60px;
}
.dp-project-details-summary__title {
  color: #1421b0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
}
.dp-project-details-summary__title + .dp-project-details-summary__desc {
  margin-top: 20px;
}
.dp-project-details-summary__desc {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
}

.dp-project-details-design-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 20px;
}

.dp-project-details-designer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.dp-project-details-designer__photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-project-details-designer__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-project-details-designer__caption {
  width: calc(100% - 140px);
  padding-left: 30px;
}
.dp-project-details-designer__company {
  font-size: 16px;
  font-weight: 500;
  color: #b1b1b1;
  margin-top: 0;
  margin-bottom: 10px;
}
.dp-project-details-designer__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #111111;
  margin-top: 0;
  margin-bottom: 0;
}

.dp-project-details-design-blockquote {
  margin-bottom: 80px;
  display: block;
  padding-top: 82px;
  position: relative;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  color: #111111;
}
.dp-project-details-design-blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 62px;
  background: url(../img/design/quote.svg) no-repeat left top/contain;
}
.dp-project-details-design-blockquote p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-project-details-design-blockquote p:first-child {
  margin-top: 0;
}
.dp-project-details-design-blockquote p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .dp-page-project .dp-subscribe [class*=col-] {
    width: 100%;
  }
  .dp-page-project .dp-subscribe [class*=col-]:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
    max-width: 80%;
  }
  .dp-page-project .dp-subscribe [class*=col-]:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1799px) {
  .dp-page-project .dp-page__title {
    font-size: 76px;
  }
  .dp-page-project .dp-page__body .dp-project-details {
    margin-bottom: 65px;
  }
  .dp-page-project .dp-page__body .dp-catalog-section {
    margin-bottom: 65px;
  }
  .dp-page-project .dp-page-aside-content > .dp-section:last-child {
    margin-bottom: 100px;
  }
  .dp-project-details-additional > figure,
  .dp-project-details-additional > picture,
  .dp-project-details-additional > .row,
  .dp-project-details-additional > img {
    margin-bottom: 65px;
  }
  .dp-project-details-main__img {
    margin-bottom: 65px;
  }
  .dp-project-details-main__desc {
    margin-bottom: 65px;
  }
  .dp-project-details-summary {
    margin-bottom: 60px;
  }
  .dp-project-details-designer {
    margin-bottom: 65px;
  }
  .dp-project-details-design-blockquote {
    margin-bottom: 65px;
  }
}
@media (max-width: 1519px) {
  .dp-page-project .dp-page__title {
    font-size: 60px;
  }
  .dp-page-project .dp-page__body .dp-project-details {
    margin-bottom: 40px;
  }
  .dp-page-project .dp-page__body .dp-catalog-section {
    margin-bottom: 40px;
  }
  .dp-page-project .dp-page-aside-content > .dp-section:last-child {
    margin-bottom: 80px;
  }
  .dp-page-project .dp-subscribe {
    padding-top: 0;
  }
  .dp-project-details img {
    border-radius: 20px;
  }
  .dp-project-details picture {
    border-radius: 20px;
  }
  .dp-project-details-additional > figure,
  .dp-project-details-additional > picture,
  .dp-project-details-additional > .row,
  .dp-project-details-additional > img {
    margin-bottom: 40px;
  }
  .dp-project-details-main__img {
    margin-bottom: 40px;
  }
  .dp-project-details-main__desc {
    margin-bottom: 40px;
  }
  .dp-project-details-summary {
    margin-bottom: 60px;
  }
  .dp-project-details-summary__title {
    color: #1421b0;
    font-size: 20px;
  }
  .dp-project-details-summary__desc {
    font-size: 18px;
  }
  .dp-project-details-design-title {
    font-size: 20px;
  }
  .dp-project-details-designer {
    margin-bottom: 40px;
  }
  .dp-project-details-designer__company {
    font-size: 16px;
    letter-spacing: -0.02em;
  }
  .dp-project-details-designer__name {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .dp-project-details-design-blockquote {
    margin-bottom: 40px;
    padding-top: 82px;
    font-size: 18px;
    max-width: 92%;
  }
}
@media (max-width: 1199px) {
  .dp-page-project .dp-page-aside-content .dp-page__header {
    margin-bottom: 40px;
  }
  .dp-page-project .dp-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dp-page-project .dp-page__header .dp-page__title {
    margin-bottom: 0;
    width: 100%;
    -webkit-box-flex: calc(100% - 220px);
        -ms-flex: calc(100% - 220px);
            flex: calc(100% - 220px);
    padding-right: 24px;
  }
  .dp-page-project .dp-page__header .dp-btn {
    width: 196px;
    height: 42px;
    border-radius: 16px;
    background-color: #1421b0;
    border: 1px solid #ffffff;
    color: #ffffff;
    letter-spacing: -0.02em;
    -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: color, background-color, border-color;
  }
  .dp-page-project .dp-page__header .dp-btn:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #111111;
  }
  .dp-page-project .dp-page__back {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .dp-page-project .dp-sticky-top .dp-tags {
    position: static;
    bottom: auto;
  }
  .dp-page-project .dp-sticky-fixed {
    height: auto;
    display: block;
  }
  .dp-page-project .dp-sticky-fixed .dp-tags {
    margin-top: 0;
    margin-bottom: 0;
  }
  .dp-page-project .dp-page__aside {
    display: none;
  }
  .dp-project-details-meta {
    display: block;
    margin-bottom: 40px;
    font-size: 16px;
  }
  .dp-project-details-date {
    display: block;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .dp-project-details-designer__photo {
    width: 110px;
    height: 110px;
  }
  .dp-project-details-designer__caption {
    width: calc(100% - 110px);
    padding-left: 30px;
  }
  .dp-project-details-design-blockquote {
    max-width: none;
    padding-top: 71px;
    font-size: 16px;
  }
  .dp-project-details-design-blockquote:before {
    width: 62px;
    height: 51px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .dp-page-project .dp-page__title {
    font-size: 48px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .dp-page-project .dp-page__title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .dp-page-project .dp-page__title {
    font-size: 28px;
  }
  .dp-project-details-meta {
    font-size: 14px;
  }
  .dp-project-details-summary [class*=col-]:not(:first-child) {
    margin-top: 40px;
  }
  .dp-project-details-summary__desc {
    font-size: 16px;
  }
  .dp-project-details-summary__title + .dp-project-details-summary__desc {
    margin-top: 10px;
  }
  .dp-project-details-designer__photo {
    width: 96px;
    height: 96px;
  }
  .dp-project-details-designer__caption {
    padding-left: 20px;
  }
  .dp-project-details-designer__company {
    font-size: 14px;
  }
  .dp-project-details-designer__name {
    font-size: 16px;
  }
  .dp-project-details-design-blockquote {
    padding-top: 68px;
    letter-spacing: normal;
  }
  .dp-project-details-design-blockquote:before {
    width: 58px;
    height: 48px;
  }
  .dp-project-details-additional > .row > [class*=col-]:first-child picture {
    margin-bottom: 40px;
  }
  .dp-project-details-additional > .row > [class*=col-]:last-child p:first-child {
    margin-top: -10px;
  }
  .dp-project-details-additional figcaption {
    width: auto;
    margin-left: 0;
  }
  .dp-project-details-main img,
  .dp-project-details-additional img {
    width: 100%;
  }
  .dp-project-details-main picture,
  .dp-project-details-additional picture {
    position: relative;
    overflow: hidden;
    padding-bottom: 117%;
    -webkit-overflow-scrolling: touch;
  }
  .dp-project-details-main picture img,
  .dp-project-details-additional picture img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575px) {
  .dp-page-project .dp-page__title {
    font-size: 32px;
  }
  .dp-page-project .dp-page__header {
    display: block;
  }
  .dp-page-project .dp-page__header .dp-page__title {
    padding-right: 0;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
  .dp-page-project .dp-page__header .dp-btn {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
    margin-top: 40px;
    width: 100%;
  }
  .dp-page-project .dp-page__header .dp-page__back {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}
.dp-page-collection .dp-aside__title {
  letter-spacing: -0.01em;
}
.dp-page-collection .dp-series-materials .dp-series-materials__item {
  width: 80px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.dp-page-collection .dp-series-materials .dp-series-materials__item img {
  -webkit-clip-path: path("M4.96612 20.4102L34.9661 2.93265C38.0773 1.12013 41.9227 1.12012 45.0339 2.93265L75.0339 20.4101C78.1088 22.2015 80 25.4921 80 29.0508V64.0938C80 67.6565 78.1045 70.9502 75.024 72.7401L45.024 90.1717C41.9178 91.9766 38.0822 91.9766 34.976 90.1717L4.97601 72.7401C1.89552 70.9502 0 67.6565 0 64.0938V29.0508C0 25.4921 1.89121 22.2015 4.96612 20.4102Z");
          clip-path: path("M4.96612 20.4102L34.9661 2.93265C38.0773 1.12013 41.9227 1.12012 45.0339 2.93265L75.0339 20.4101C78.1088 22.2015 80 25.4921 80 29.0508V64.0938C80 67.6565 78.1045 70.9502 75.024 72.7401L45.024 90.1717C41.9178 91.9766 38.0822 91.9766 34.976 90.1717L4.97601 72.7401C1.89552 70.9502 0 67.6565 0 64.0938V29.0508C0 25.4921 1.89121 22.2015 4.96612 20.4102Z");
}
.dp-page-collection .dp-series-materials .dp-series-materials__item:hover {
  -webkit-transform: scale(1.375);
      -ms-transform: scale(1.375);
          transform: scale(1.375);
}
.dp-page-collection .dp-series-materials .dp-item-list {
  max-width: 580px;
}
.dp-page-collection .dp-page-top-nav {
  display: none;
}

.dp-tags-slider {
  overflow: hidden;
  margin-left: -24px;
  margin-right: -24px;
  -webkit-overflow-scrolling: touch;
}
.dp-tags-slider .dp-tags__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.dp-tags-slider .dp-tags__item {
  width: auto;
  height: auto;
  padding-bottom: 0;
}
.dp-tags-slider .dp-tags__item:first-child {
  padding-left: 24px;
}
.dp-tags-slider .dp-tags__item:last-child {
  padding-right: 24px;
}

@media (min-width: 1520px) {
  .dp-page-collection .dp-section__link {
    height: 48px;
    line-height: 46px;
    padding: 0 28px;
    border-radius: 20px;
  }
}
@media (max-width: 1199px) {
  .dp-page-collection .dp-page-top-nav {
    display: block;
  }
  .dp-page-collection .dp-aside {
    display: none;
  }
  .dp-page-collection .dp-series-materials {
    padding: 40px;
  }
  .dp-page-collection .dp-series-materials .dp-series-materials__item {
    width: 103px;
  }
  .dp-page-collection .dp-series-materials .dp-series-materials__item img {
    -webkit-clip-path: path("M4.99229 26.9065L46.4923 2.89715C49.5902 1.10488 53.4098 1.10488 56.5077 2.89715L98.0077 26.9065C101.097 28.6939 103 31.9928 103 35.5623V83.5306C103 87.1042 101.093 90.4061 97.9978 92.1921L56.4978 116.138C53.4049 117.923 49.5951 117.923 46.5022 116.138L5.00216 92.1921C1.90693 90.4061 0 87.1042 0 83.5306V35.5623C0 31.9928 1.90262 28.6939 4.99229 26.9065Z");
            clip-path: path("M4.99229 26.9065L46.4923 2.89715C49.5902 1.10488 53.4098 1.10488 56.5077 2.89715L98.0077 26.9065C101.097 28.6939 103 31.9928 103 35.5623V83.5306C103 87.1042 101.093 90.4061 97.9978 92.1921L56.4978 116.138C53.4049 117.923 49.5951 117.923 46.5022 116.138L5.00216 92.1921C1.90693 90.4061 0 87.1042 0 83.5306V35.5623C0 31.9928 1.90262 28.6939 4.99229 26.9065Z");
  }
  .dp-page-collection .dp-series-materials .dp-item-list {
    max-width: 718px;
  }
}
@media (max-width: 767px) {
  .dp-page-collection .dp-tags-slider .dp-tag {
    padding: 0 16px;
    height: 36px;
    line-height: 34px;
    border-radius: 16px;
  }
  .dp-page-collection .dp-series-materials {
    padding: 40px 30px;
  }
  .dp-page-collection .dp-series-materials .dp-series-materials__item {
    width: 70px;
  }
  .dp-page-collection .dp-series-materials .dp-series-materials__item img {
    -webkit-clip-path: path("M4.94102 17.6291L29.941 2.96701C33.0649 1.13492 36.9351 1.13493 40.059 2.96701L65.059 17.6291C68.1197 19.4242 70 22.7068 70 26.2551V55.7912C70 59.3436 68.1154 62.6293 65.0491 64.423L40.0491 79.0466C36.9302 80.8709 33.0698 80.8709 29.9509 79.0466L4.95092 64.423C1.8846 62.6293 0 59.3436 0 55.7912V26.2551C0 22.7068 1.88029 19.4242 4.94102 17.6291Z");
            clip-path: path("M4.94102 17.6291L29.941 2.96701C33.0649 1.13492 36.9351 1.13493 40.059 2.96701L65.059 17.6291C68.1197 19.4242 70 22.7068 70 26.2551V55.7912C70 59.3436 68.1154 62.6293 65.0491 64.423L40.0491 79.0466C36.9302 80.8709 33.0698 80.8709 29.9509 79.0466L4.95092 64.423C1.8846 62.6293 0 59.3436 0 55.7912V26.2551C0 22.7068 1.88029 19.4242 4.94102 17.6291Z");
  }
  .dp-page-collection .dp-series-materials .dp-section__link {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    text-align: center;
  }
  .dp-page-collection .dp-series-materials .dp-section__link span {
    line-height: 1;
    display: block;
  }
  .dp-page-collection .dp-series-materials .dp-item-list {
    max-width: 495px;
  }
  .dp-page-collection .dp-series-materials .dp-item-list .row {
    margin-left: -7px;
    margin-right: -8px;
  }
  .dp-page-collection .dp-series-materials .dp-item-list .row > [class^=col] {
    padding-bottom: 15px;
    padding-left: 7px;
    padding-right: 8px;
  }
}
.dp-account-profile-block {
  margin-bottom: 40px;
  max-width: 498px;
}
.dp-account-profile-block__tile {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  color: #111111;
}
.dp-account-profile-block:last-child {
  margin-bottom: 0;
}
.dp-account-profile-block .dp-btn {
  width: 100%;
  height: 60px;
}
.dp-account-profile-block .dp-form__cancel {
  height: 38px;
  line-height: 36px;
  border-radius: 16px;
  background-color: transparent;
}
.dp-account-profile-block .dp-form__cancel:active, .dp-account-profile-block .dp-form__cancel:hover {
  background-color: transparent;
  color: #1421b0;
}

.dp-form-account input[type=text], .dp-form-account input[type=tel], .dp-form-account input[type=email], .dp-form-account input[type=url], .dp-form-account input[type=number], .dp-form-account input[type=password] {
  height: 60px;
}
.dp-form-account input[type=checkbox] + label:before, .dp-form-account input[type=radio] + label:before {
  border: 1px solid #ffffff;
}
.dp-form-account .dp-form__footer {
  margin-top: 20px;
}
.dp-form-account .dp-form__submit,
.dp-form-account .dp-btn {
  width: 100%;
}
.dp-form-account .dp-form__submit {
  margin-bottom: 0;
}
.dp-form-account .dp-form__cancel {
  width: auto;
  height: 38px;
  line-height: 36px;
  border-radius: 16px;
  background-color: transparent;
}
.dp-form-account .dp-form__cancel:active, .dp-form-account .dp-form__cancel:hover {
  background-color: transparent;
  color: #1421b0;
}
.dp-form-account .dp-form__actions {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dp-form-account .dp-form__actions .dp-form__submit {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.dp-form-account .dp-form__actions .dp-form__submit + .dp-form__cancel {
  margin-left: 20px;
}

.dp-form-account-modal .dp-form__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.dp-form-account-modal .dp-form__actions {
  width: 100%;
  max-width: 224px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dp-form-account-modal .dp-form__actions .dp-btn {
  margin-bottom: 10px;
}
.dp-form-account-modal .dp-form__actions .dp-btn:last-child {
  margin-bottom: 0;
}
.dp-form-account-modal .dp-form__actions .dp-form__cancel {
  height: 38px;
  line-height: 36px;
  border-radius: 16px;
  background-color: transparent;
}
.dp-form-account-modal .dp-form__actions .dp-form__cancel:active, .dp-form-account-modal .dp-form__actions .dp-form__cancel:hover {
  background-color: transparent;
  color: #1421b0;
}
.dp-form-account-modal .dp-form__body p, .dp-form-account-modal .dp-form__body ol, .dp-form-account-modal .dp-form__body ul {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.dp-form-account-modal .dp-form__body p:first-child, .dp-form-account-modal .dp-form__body ol:first-child, .dp-form-account-modal .dp-form__body ul:first-child {
  margin-top: 0;
}
.dp-form-account-modal .dp-form__body p:last-child, .dp-form-account-modal .dp-form__body ol:last-child, .dp-form-account-modal .dp-form__body ul:last-child {
  margin-bottom: 0;
}

.dp-form-change-password {
  display: none;
}

.dp-account-subscribe-block {
  max-width: none;
}
.dp-account-subscribe-block .dp-form-account {
  max-width: 498px;
}
.dp-account-subscribe-block__message {
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 40px;
  max-width: 720px;
  letter-spacing: 0;
}
.dp-account-subscribe-block__message:not([class*=font-weight_]) {
  font-weight: 500;
}

.dp-account-remove-link,
.dp-account-unsubscribe-link {
  vertical-align: top;
}

.nb-back-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: color;
}
.nb-back-link:hover {
  text-decoration: none;
}

.dp-modal-account .dp-modal__header {
  padding: 44px 40px 20px;
  border-bottom: 0;
}
.dp-modal-account .dp-modal__title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
}
.dp-modal-account .dp-modal__dialog {
  max-width: 720px;
  border: 0 none #ffffff;
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
}
.dp-modal-account .dp-modal__body {
  padding: 44px 0 0;
}

.dp-modal__success-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' rx='30' fill='%2327AE60'/%3E%3Cpath d='M49 18.3843L46.6093 16L23.3318 39.2146L13.3907 29.3004L11 31.6847L23.3318 44L25.7225 41.6157L49 18.3843Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center center/contain;
}

.dp-modal-commercial-offer-success .dp-modal__dialog,
.dp-modal-individual-production-success .dp-modal__dialog {
  font-size: 16px;
  line-height: 1.5;
}
.dp-modal-commercial-offer-success .dp-modal__body,
.dp-modal-individual-production-success .dp-modal__body {
  padding-top: 0;
  padding-bottom: 32px;
}
.dp-modal-commercial-offer-success .dp-modal__body p, .dp-modal-commercial-offer-success .dp-modal__body ul, .dp-modal-commercial-offer-success .dp-modal__body ol,
.dp-modal-individual-production-success .dp-modal__body p,
.dp-modal-individual-production-success .dp-modal__body ul,
.dp-modal-individual-production-success .dp-modal__body ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-modal-commercial-offer-success .dp-modal__body p:first-child, .dp-modal-commercial-offer-success .dp-modal__body ul:first-child, .dp-modal-commercial-offer-success .dp-modal__body ol:first-child,
.dp-modal-individual-production-success .dp-modal__body p:first-child,
.dp-modal-individual-production-success .dp-modal__body ul:first-child,
.dp-modal-individual-production-success .dp-modal__body ol:first-child {
  margin-top: 0;
}
.dp-modal-commercial-offer-success .dp-modal__body p:last-child, .dp-modal-commercial-offer-success .dp-modal__body ul:last-child, .dp-modal-commercial-offer-success .dp-modal__body ol:last-child,
.dp-modal-individual-production-success .dp-modal__body p:last-child,
.dp-modal-individual-production-success .dp-modal__body ul:last-child,
.dp-modal-individual-production-success .dp-modal__body ol:last-child {
  margin-bottom: 0;
}
.dp-modal-commercial-offer-success .dp-modal__body .dp-modal__desc,
.dp-modal-individual-production-success .dp-modal__body .dp-modal__desc {
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.dp-modal-commercial-offer-calc .dp-modal__dialog,
.dp-modal-individual-production .dp-modal__dialog {
  font-size: 16px;
  line-height: 1.5;
}
.dp-modal-commercial-offer-calc .dp-modal__dialog,
.dp-modal-commercial-offer-calc .dp-modal__title,
.dp-modal-individual-production .dp-modal__dialog,
.dp-modal-individual-production .dp-modal__title {
  text-align: left;
}
.dp-modal-commercial-offer-calc .dp-modal__header,
.dp-modal-individual-production .dp-modal__header {
  padding-left: 0;
  padding-right: 0;
}
.dp-modal-commercial-offer-calc .dp-modal__title,
.dp-modal-individual-production .dp-modal__title {
  letter-spacing: -0.02em;
}
.dp-modal-commercial-offer-calc .dp-modal__body,
.dp-modal-individual-production .dp-modal__body {
  padding-top: 0;
}

.dp-modal-commercial-offer-phone .dp-modal__dialog {
  font-size: 16px;
  line-height: 1.5;
}
.dp-modal-commercial-offer-phone .dp-modal__title {
  font-size: 20px;
}
.dp-modal-commercial-offer-phone .dp-modal__body {
  padding-top: 0;
}

.dp-form-commercial-offer-calc .dp-form__desc,
.dp-form-individual-production .dp-form__desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.dp-form-commercial-offer-calc .dp-form__desc p, .dp-form-commercial-offer-calc .dp-form__desc ol, .dp-form-commercial-offer-calc .dp-form__desc ul,
.dp-form-individual-production .dp-form__desc p,
.dp-form-individual-production .dp-form__desc ol,
.dp-form-individual-production .dp-form__desc ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-form-commercial-offer-calc .dp-form__desc p:first-child, .dp-form-commercial-offer-calc .dp-form__desc ol:first-child, .dp-form-commercial-offer-calc .dp-form__desc ul:first-child,
.dp-form-individual-production .dp-form__desc p:first-child,
.dp-form-individual-production .dp-form__desc ol:first-child,
.dp-form-individual-production .dp-form__desc ul:first-child {
  margin-top: 0;
}
.dp-form-commercial-offer-calc .dp-form__desc p:last-child, .dp-form-commercial-offer-calc .dp-form__desc ol:last-child, .dp-form-commercial-offer-calc .dp-form__desc ul:last-child,
.dp-form-individual-production .dp-form__desc p:last-child,
.dp-form-individual-production .dp-form__desc ol:last-child,
.dp-form-individual-production .dp-form__desc ul:last-child {
  margin-bottom: 0;
}
.dp-form-commercial-offer-calc .dp-form__actions,
.dp-form-individual-production .dp-form__actions {
  max-width: none;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.dp-form-commercial-offer-calc .dp-form__submit,
.dp-form-individual-production .dp-form__submit {
  width: auto;
}
.dp-form-commercial-offer-calc .dp-form__submit:hover, .dp-form-commercial-offer-calc .dp-form__submit:active,
.dp-form-individual-production .dp-form__submit:hover,
.dp-form-individual-production .dp-form__submit:active {
  background-color: #eeeeee;
}
.dp-form-commercial-offer-calc .dp-form__desc,
.dp-form-individual-production .dp-form__desc {
  margin-bottom: 20px;
}
.dp-form-commercial-offer-calc .dp-form__footer,
.dp-form-individual-production .dp-form__footer {
  margin-top: 20px;
}

.dp-form-commercial-offer-calc textarea {
  background-color: #eeeeee;
}

.dp-form-individual-production .dp-form__footer {
  margin-top: 0;
}

.dp-form-commercial-offer-summary,
.dp-form-commercial-offer-details {
  margin-bottom: 20px;
}

.dp-form-commercial-offer-summary .dp-form__submit {
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 28px;
}

.dp-form-commercial-offer-details {
  padding: 20px 0;
  border-top: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}
.dp-form-commercial-offer-details__inner {
  height: 148px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.dp-form-commercial-offer-summary-list,
.dp-form-commercial-offer-details-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 480px;
  font-weight: 500;
}
.dp-form-commercial-offer-summary-list__qnt,
.dp-form-commercial-offer-details-list__qnt {
  width: 60px;
  text-align: right;
  margin-left: auto;
}
.dp-form-commercial-offer-summary-list__item,
.dp-form-commercial-offer-details-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}
.dp-form-commercial-offer-summary-list__item:last-child,
.dp-form-commercial-offer-details-list__item:last-child {
  margin-bottom: 0;
}

.dp-form-commercial-offer-summary-list__title {
  color: #bcbcbc;
  width: calc(100% - 60px);
}

.dp-form-commercial-offer-details-list__code {
  color: #bcbcbc;
  font-weight: 400;
  font-size: 14px;
  margin-left: 10px;
  padding-top: 2px;
}

.dp-form-commercial-offer-phone .dp-form-field,
.dp-form-commercial-offer-phone .dp-form__actions {
  width: 100%;
  max-width: 196px;
  margin-left: auto;
  margin-right: auto;
}
.dp-form-commercial-offer-phone .dp-form__desc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
.dp-form-commercial-offer-phone .dp-form__desc p, .dp-form-commercial-offer-phone .dp-form__desc ol, .dp-form-commercial-offer-phone .dp-form__desc ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
.dp-form-commercial-offer-phone .dp-form__desc p:first-child, .dp-form-commercial-offer-phone .dp-form__desc ol:first-child, .dp-form-commercial-offer-phone .dp-form__desc ul:first-child {
  margin-top: 0;
}
.dp-form-commercial-offer-phone .dp-form__desc p:last-child, .dp-form-commercial-offer-phone .dp-form__desc ol:last-child, .dp-form-commercial-offer-phone .dp-form__desc ul:last-child {
  margin-bottom: 0;
}
.dp-form-commercial-offer-phone .dp-form__footer {
  margin-top: 20px;
}
.dp-form-commercial-offer-phone .dp-form__submit:hover, .dp-form-commercial-offer-phone .dp-form__submit:active {
  background-color: #eeeeee;
}
.dp-form-commercial-offer-phone input[type=text], .dp-form-commercial-offer-phone input[type=tel], .dp-form-commercial-offer-phone input[type=email] {
  background-color: #eeeeee;
  text-align: center;
}

.dp-account-support {
  padding-top: 15px;
  padding-bottom: 14px;
}
.dp-account-support [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dp-chat-block {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.dp-chat-block__link {
  padding: 24px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: box-shadow;
}
.dp-chat-block__link .icon {
  display: block;
  width: 30px;
  height: 24px;
  margin-right: 15px;
}
.dp-chat-block__link span {
  display: block;
  max-width: calc(100% - 45px);
}
.dp-chat-block__link:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.dp-question-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 30px 0;
}
.dp-question-block p {
  margin: 0;
}

.dp-form-support {
  padding: 34px 40px 44px;
  background-color: #ffffff;
}
.dp-form-support__title {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.dp-form-support__note {
  display: block;
  margin-top: 9px;
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}
.dp-form-support + .dp-chat-block {
  margin-top: 30px;
}

.dp-order-detail-meta {
  margin-bottom: 40px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.dp-order-detail-meta__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dp-order-detail-meta__cancel-order {
  display: inline-block;
  margin-top: 7px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: color;
}
.dp-order-detail-meta__cancel-order:hover {
  text-decoration: none;
}
.dp-order-detail-meta__repeat-order {
  margin-top: 25px;
}

.dp-order-detail-goods {
  padding: 34px 40px;
  background-color: #ffffff;
}
.dp-order-detail-goods__title {
  color: #1421b0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 34px;
  margin-top: 0;
}
.dp-order-detail-good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 660px;
}
.dp-order-detail-good:not(:last-child) {
  margin-bottom: 40px;
}
.dp-order-detail-good__img {
  width: 130px;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-order-detail-good__img img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.dp-order-detail-good__img-link {
  padding-bottom: 156.73%;
  display: block;
  overflow: hidden;
  color: #1421b0;
  text-decoration: none;
  -webkit-overflow-scrolling: touch;
}
.dp-order-detail-good__img-link:hover {
  text-decoration: none;
  color: #1421b0;
}
.dp-order-detail-good__img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.dp-order-detail-good__caption {
  padding-left: 40px;
  width: calc(100% - 130px);
}
.dp-order-detail-good__title {
  color: #1421b0;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.dp-order-detail-good__title-link {
  color: #1421b0;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: color;
}
.dp-order-detail-good__title-link:hover {
  text-decoration: none;
}
.dp-order-detail-good__id {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 4px;
  margin-bottom: 0;
}
.dp-order-detail-good__props {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dp-order-detail-good__props-list:not(:last-child) {
  margin-right: 48px;
}
.dp-order-detail-good__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-order-detail-good__prop-label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin-right: 20px;
}
.dp-order-detail-good__qnt {
  margin-top: 20px;
}
.dp-order-detail-good__price {
  display: block;
  color: #1421b0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.selectric-dp-order-detail-good__prop-select .selectric {
  background: none;
  border: 0 none;
  border-radius: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-color;
}
.selectric-dp-order-detail-good__prop-select .selectric .label {
  background: none;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  height: auto;
  margin-left: 0;
  margin-right: 14px;
}
.selectric-dp-order-detail-good__prop-select .selectric .button {
  width: 6px;
  height: 4px;
  line-height: 1;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.selectric-dp-order-detail-good__prop-select .selectric .button:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 0 none transparent;
}
.selectric-dp-order-detail-good__prop-select .selectric-items {
  width: auto !important;
  left: auto;
  top: 110%;
  right: 0;
  border: 0;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.selectric-dp-order-detail-good__prop-select .selectric-items ul, .selectric-dp-order-detail-good__prop-select .selectric-items li {
  font-size: 15px;
  line-height: 1.4;
  padding: 7px 14px;
}
.selectric-dp-order-detail-good__prop-select .selectric-items ul {
  padding: 0;
}
.selectric-dp-order-detail-good__prop-select .selectric-items li {
  white-space: nowrap;
  color: #000000;
}
.selectric-dp-order-detail-good__prop-select .selectric-items li.selected {
  color: #ffffff !important;
}
.dp-account-order-stat {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
}
.dp-account-order-stat__icon {
  width: 50px;
  height: 40px;
  background: url(../img/design/folder.svg) no-repeat center center;
  background-size: contain;
  margin-right: 15px;
}

.dp-account-order-actions {
  margin-bottom: 60px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dp-account-order-selected {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #111111;
  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-right: 20px;
}
.dp-account-order-selected__goods {
  margin-right: 10px;
}
.dp-account-order-selected__remove {
  color: #ff0000;
}
.dp-account-order-selected__remove .icon {
  fill: #ff0000;
}
.dp-account-order-selected__remove:hover {
  color: #bcbcbc;
}
.dp-account-order-selected__remove:hover .icon {
  fill: #bcbcbc;
}

.dp-account-order-download {
  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;
}
.dp-account-order-download .dp-btn {
  margin-right: 20px;
}
.dp-account-order-download .dp-btn:last-child {
  margin-right: 0;
}

.dp-account-order-submit {
  margin-left: 20px;
}
.dp-account-order-submit.dp-btn {
  padding-left: 28px;
  padding-right: 28px;
}

.dp-account-order {
  font-size: 16px;
  padding: 40px 0;
  border-top: 1px solid #bcbcbc;
}
.dp-account-order__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.dp-account-order__head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dp-account-order__col {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.dp-account-order__col-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
.dp-account-order__col-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
  max-width: 265px;
}
.dp-account-order__col-qnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  max-width: 270px;
}
.dp-account-order__col-checkbox {
  padding-left: 0;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
}
.dp-account-order__col-remove {
  padding-right: 0;
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: none;
}
.dp-account-order__remove {
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.dp-account-order__remove .icon {
  display: block;
  width: 18px;
  height: 20px;
  fill: #b1b1b1;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.dp-account-order__remove:hover .icon {
  fill: #ff0000;
}
.dp-account-order__checkbox {
  position: relative;
}
.dp-account-order__checkbox label {
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: relative;
}
.dp-account-order__checkbox label:before {
  content: "";
  display: block;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #b1b1b1;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 2px 3px;
}
.dp-account-order__checkbox input {
  display: block;
  width: 0;
  height: 0;
  border: 0;
  outline: 0;
  padding: 0;
  background: none;
  font-size: 0;
  position: absolute;
  z-index: -1;
  left: -1px;
  right: -1px;
  opacity: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.dp-account-order__checkbox input:checked + label:before {
  background-color: #1421b0;
  border-color: #1421b0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.87267 7.5H3.68944L0 3.38643L1.18323 2.06717L4.28571 5.51593L9.32609 0L10.5 1.32964L4.87267 7.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
.dp-account-order__img {
  width: 120px;
  height: 80px;
  line-height: 1;
  mix-blend-mode: darken;
}
.dp-account-order__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dp-account-order__img-link {
  display: block;
  color: #111111;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
.dp-account-order__img-link:hover {
  color: #111111;
  text-decoration: none;
  opacity: 0.7;
}
.dp-account-order__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin: 0;
}
.dp-account-order__title + .dp-account-order__code {
  margin-top: 6px;
}
.dp-account-order__title-link {
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity;
}
.dp-account-order__title-link:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}
.dp-account-order__code {
  font-size: 14px;
  font-weight: 400;
  color: #b1b1b1;
  margin: 0;
}
.dp-account-order__materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px -20px;
}
.dp-account-order__material {
  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;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.dp-account-order__material-img {
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-overflow-scrolling: touch;
}
.dp-account-order__material-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dp-account-order__material-label {
  display: block;
  max-width: 220px;
}
.dp-account-order__props-toggle {
  margin-top: 30px;
}
.dp-account-order__desc {
  color: #111111;
  padding-left: 216px;
}
.dp-account-order__desc .dp-btn_select-like {
  width: auto;
  display: inline-block;
}
.dp-account-order__props {
  padding-top: 30px;
  display: none;
}
.dp-account-order__props_show {
  display: block;
}
.dp-account-order__props-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 10px;
}
.dp-account-order__props-list {
  margin-bottom: -4px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  display: inline-block;
}
.dp-account-order__props-item {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.dp-account-order__props-more {
  margin-top: 10px;
}
.dp-account-order__props-more-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  color: #111111;
}
.dp-account-order__props-more-link:hover {
  color: #111111;
  text-decoration: none;
}

.dp-btn_toggle {
  position: relative;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  padding: 0 46px 0 28px;
  background-color: #ffffff;
  color: #111111;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: background-color, color;
}
.dp-btn_toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 15.7' width='40' height='15.7'%3E%3Cpath fill='%23111111' d='M0,0l40,0L20,15.7L0,0z'/%3E%3C/svg%3E");
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
}
.dp-btn_toggle:hover {
  color: #ffffff;
  background-color: #1421b0;
}
.dp-btn_toggle:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 15.7' width='40' height='15.7'%3E%3Cpath fill='%23ffffff' d='M0,0l40,0L20,15.7L0,0z'/%3E%3C/svg%3E");
}
.dp-btn_toggle_active:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 15.7' width='40' height='15.7'%3E%3Cpath fill='%23ffffff' d='M0,0l40,0L20,15.7L0,0z'/%3E%3C/svg%3E");
}

button.dp-btn_toggle {
  line-height: 1;
}

.dp-section-account-delete {
  margin: 0;
  padding-bottom: 20px;
  min-height: 300px;
  height: calc(100vh - 140px);
  max-height: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.dp-section-account-delete__title {
  margin: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
}
.dp-section-account-delete__title + .dp-section-account-delete__btn {
  margin-top: 40px;
}
.dp-section-account-delete__btn {
  width: 100%;
  max-width: 498px;
  margin-left: auto;
  margin-right: auto;
}

.dp-form-account-unsubscribe .dp-form__actions {
  max-width: 181px;
}

.dp-form-account-subscribe input[disabled] {
  pointer-events: none;
}
.dp-form-account-subscribe .dp-form__actions {
  display: none;
}
.dp-form-account-subscribe .dp-form__cancel {
  width: 101px;
  margin-left: 20px;
}
.dp-form-account-subscribe_changed .dp-form-account-subscribe__change-email-btn {
  display: none;
}
.dp-form-account-subscribe_changed .dp-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1799px) {
  .dp-section-account-delete {
    height: calc(100vh - 120px);
  }
  .dp-section-account-delete__title {
    font-size: 60px;
  }
  .dp-section-account-delete__btn {
    max-width: 400px;
  }
}
@media (max-width: 1519px) {
  .dp-account-order-actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .dp-account-order-selected {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .dp-account-order-download {
    margin-right: 40px;
  }
  .dp-account-order-submit {
    margin-left: 0;
  }
  .dp-account-order-submit.dp-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dp-account-order-stat {
    font-size: 20px;
  }
  .dp-account-order-stat__icon {
    width: 42px;
    height: 33px;
  }
  .dp-qnt-field {
    width: 206px;
  }
  .dp-qnt-field__input {
    height: 42px;
  }
  .dp-qnt-field__btn {
    width: 60px;
    height: 42px;
  }
  .dp-account-order__col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .dp-account-order__col-checkbox {
    padding-left: 0;
  }
  .dp-account-order__col-remove {
    padding-right: 0;
  }
  .dp-account-order__col-qnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 226px;
            flex: 0 0 226px;
    max-width: 226px;
  }
  .dp-account-order__col-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
  .dp-account-order__head {
    display: block;
  }
  .dp-account-order .dp-account-order__title + .dp-account-order__code {
    margin-top: 5px;
  }
  .dp-account-order__materials {
    margin-top: 40px;
    margin-bottom: -15px;
  }
  .dp-account-order__material {
    font-size: 14px;
    padding-bottom: 15px;
  }
  .dp-account-order__desc {
    padding-left: 40px;
  }
  .dp-btn_toggle {
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    padding: 0 42px 0 20px;
    border-radius: 16px;
  }
  .dp-btn_toggle:after {
    right: 14px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 15.7' width='40' height='15.7'%3E%3Cpath fill='%231421B0' d='M0,0l40,0L20,15.7L0,0z'/%3E%3C/svg%3E");
  }
  .dp-btn_toggle_active:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 15.7' width='40' height='15.7'%3E%3Cpath fill='%231421B0' d='M0,0l40,0L20,15.7L0,0z'/%3E%3C/svg%3E");
  }
  .dp-btn_toggle:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 15.7' width='40' height='15.7'%3E%3Cpath fill='%23ffffff' d='M0,0l40,0L20,15.7L0,0z'/%3E%3C/svg%3E");
  }
  .dp-account-profile-block {
    margin-bottom: 40px;
    max-width: 330px;
  }
  .dp-account-profile-block__tile {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .dp-account-profile-block .dp-btn {
    height: 48px;
    font-size: 16px;
  }
  .dp-account-subscribe-block {
    max-width: none;
  }
  .dp-account-subscribe-block .dp-form-account {
    max-width: 330px;
  }
  .dp-account-subscribe-block__message {
    font-size: 18px;
    max-width: 720px;
  }
  .dp-form-account input[type=text], .dp-form-account input[type=tel], .dp-form-account input[type=email], .dp-form-account input[type=url], .dp-form-account input[type=number], .dp-form-account input[type=password] {
    height: 48px;
  }
  .dp-form-account .dp-form__footer {
    margin-top: 20px;
  }
  .dp-form-account-modal .dp-form__title {
    font-size: 18px;
    max-width: 340px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .dp-form-account-modal .dp-btn {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dp-modal-account .dp-modal__dialog {
    max-width: 480px;
    padding: 30px;
  }
  .dp-modal-account .dp-modal__body {
    padding: 44px 0 0;
  }
  .dp-modal-account .dp-modal__title {
    font-size: 20px;
  }
  .dp-section-account-delete {
    height: calc(100vh - 100px);
  }
  .dp-section-account-delete__title {
    font-size: 32px;
  }
  .dp-section-account-delete__btn {
    max-width: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .dp-account-remove-link,
  .dp-account-unsubscribe-link {
    font-size: 14px;
  }
  .dp-account-remove-link span + .icon,
  .dp-account-unsubscribe-link span + .icon {
    margin-left: 10px;
  }
  .dp-modal-commercial-offer-calc .dp-modal__body,
  .dp-modal-individual-production .dp-modal__body {
    padding-top: 0;
  }
  .dp-form-commercial-offer-details {
    padding: 12px 0;
  }
  .dp-form-commercial-offer-summary-list,
  .dp-form-commercial-offer-details-list {
    max-width: 366px;
  }
  .dp-form-commercial-offer-summary-list__item {
    margin-bottom: 5px;
  }
  .dp-form-commercial-offer-summary-list__item:last-child {
    margin-bottom: 0;
  }
  .dp-modal-commercial-offer-phone .dp-modal__header {
    padding-left: 0;
    padding-right: 0;
  }
  .dp-modal-commercial-offer-phone .dp-modal__title {
    font-size: 18px;
    letter-spacing: -0.02em;
  }
  .dp-modal-commercial-offer-phone .dp-modal__body {
    padding-top: 0;
  }
  .dp-form-commercial-offer-phone .dp-form-field,
  .dp-form-commercial-offer-phone .dp-form__actions {
    max-width: 174px;
  }
  .dp-form-commercial-offer-phone input[type=text], .dp-form-commercial-offer-phone input[type=tel], .dp-form-commercial-offer-phone input[type=email] {
    height: 48px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 20px;
  }
  .dp-form-commercial-offer-phone .dp-form__submit {
    height: 48px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 20px;
    width: 100%;
  }
  .dp-modal-commercial-offer-success .dp-modal__body,
  .dp-modal-individual-production-success .dp-modal__body {
    padding-top: 0;
  }
  .dp-modal__success-icon {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1519px) and (min-width: 1200px) {
  .dp-account-profile {
    padding-left: 55px;
  }
}
@media (max-width: 1199px) {
  .dp-account-order-stat {
    margin-bottom: 40px;
  }
  .dp-account-order-actions {
    margin-bottom: 40px;
  }
  .dp-account-order {
    padding: 30px 0;
  }
  .dp-account-order__materials {
    margin-top: 30px;
  }
  .dp-account-order-selected {
    margin-bottom: 30px;
  }
  .dp-page-account .dp-page__aside .dp-aside {
    width: auto !important;
  }
  .dp-page-account .dp-aside-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
  }
  .dp-page-account .dp-aside-menu__link {
    height: 36px;
    line-height: 34px;
    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;
    border-radius: 16px;
    background-color: #ffffff;
    padding: 0 16px;
  }
  .dp-page-account .dp-aside-menu__item {
    margin-right: 10px;
  }
  .dp-page-account .dp-aside-menu__item:last-child {
    display: none;
  }
  .dp-page-account .dp-aside-menu__item.selected .dp-aside-menu__link {
    background-color: #1421b0;
    color: #ffffff;
    padding-left: 16px;
  }
  .dp-page-account .dp-aside-menu__item.selected .dp-aside-menu__link:before {
    content: normal;
  }
  .dp-account-subscribe-block__message {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .dp-account-order-stat {
    margin-bottom: 40px;
  }
  .dp-account-order-actions {
    margin-bottom: 40px;
  }
  .dp-account-order-selected {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: none;
    margin-bottom: 0;
    padding-right: 20px;
    margin-right: auto;
  }
  .dp-account-order-submit {
    margin-top: 30px;
  }
  .dp-account-order-download {
    margin-right: 0;
  }
  .dp-account-order {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dp-account-order__main {
    display: contents;
  }
  .dp-account-order__head {
    width: calc(100% - 26px);
    padding-left: 10px;
  }
  .dp-account-order__materials {
    margin-top: 20px;
    margin-bottom: -20px;
  }
  .dp-account-order__material {
    padding-bottom: 20px;
  }
  .dp-account-order__props {
    padding-top: 20px;
  }
  .dp-account-order__props-toggle {
    margin-top: 20px;
  }
  .dp-account-order__col-qnt {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-left: 36px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
    max-width: 210px;
  }
  .dp-account-order__col-remove {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .dp-account-order__remove {
    margin-top: 11px;
  }
  .dp-account-order__desc {
    padding-left: 46px;
    margin-bottom: 20px;
    width: 100%;
  }
  .dp-qnt-field {
    width: 190px;
  }
  .dp-qnt-field__btn {
    width: 52px;
  }
  .dp-account-profile-block {
    max-width: 350px;
  }
  .dp-modal-account .dp-modal__dialog {
    max-width: 720px;
  }
  .dp-account-subscribe-block {
    max-width: none;
  }
  .dp-account-subscribe-block .dp-form-account {
    max-width: 350px;
  }
  .dp-account-subscribe-block__message {
    font-size: 16px;
    max-width: none;
  }
  .dp-form-account-modal .dp-form__title {
    max-width: 520px;
  }
  .dp-section-account-delete {
    height: calc(100vh - 80px);
  }
  .dp-modal-commercial-offer-phone .dp-modal__title {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .dp-account-order-selected {
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .dp-account-order-download {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .dp-account-order-submit {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .dp-account-order-selected {
    margin-bottom: 40px;
  }
  .dp-account-order-submit {
    margin-top: 0;
    display: block;
    width: 100%;
  }
  .dp-account-order-download {
    display: block;
  }
  .dp-account-order-download .dp-btn {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .dp-account-order__props-list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .dp-account-order__head {
    padding-left: 0;
  }
  .dp-account-order__desc {
    padding-left: 36px;
  }
  .dp-account-order__col-qnt {
    margin-left: 26px;
  }
  .dp-account-profile-block {
    max-width: none;
  }
  .dp-account-profile-block .dp-btn {
    font-size: 14px;
  }
  .dp-account-remove-link {
    height: 48px;
    border-radius: 20px;
    border: 1px solid #b1b1b1;
    padding: 0 18px;
    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: 14px;
  }
  .dp-account-remove-link span + .icon {
    margin-left: 12px;
  }
  .dp-modal-account .dp-modal__dialog {
    padding: 20px;
  }
  .dp-form-account-modal .dp-form__title {
    font-size: 16px;
  }
  .dp-form-account .dp-form__actions,
  .dp-form-account-modal .dp-form__actions {
    max-width: none;
  }
  .dp-form-account .dp-form__actions .dp-btn,
  .dp-form-account-modal .dp-form__actions .dp-btn {
    width: 100%;
  }
  .dp-form-account .dp-form__actions .dp-btn:not(:last-child),
  .dp-form-account-modal .dp-form__actions .dp-btn:not(:last-child) {
    margin-bottom: 20px;
  }
  .dp-form-account .dp-form__actions .dp-form__cancel,
  .dp-form-account-modal .dp-form__actions .dp-form__cancel {
    height: 48px;
    border-radius: 20px;
    border: 1px solid #b1b1b1;
    padding: 0 18px;
    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: 14px;
    margin-left: 0;
  }
  .dp-form-account .dp-form__actions .dp-form__submit + .dp-form__cancel,
  .dp-form-account-modal .dp-form__actions .dp-form__submit + .dp-form__cancel {
    margin-left: 0;
  }
  .dp-account-profile-block-unsubscribe {
    text-align: center;
    margin-top: -20px;
  }
  .dp-modal-commercial-offer-calc .dp-modal__dialog,
  .dp-modal-individual-production .dp-modal__dialog {
    font-size: 14px;
  }
  .dp-form-commercial-offer-calc .dp-form__desc,
  .dp-form-individual-production .dp-form__desc {
    font-size: 14px;
  }
  .dp-form-commercial-offer-details__inner {
    padding-right: 30px;
    height: 186px;
  }
  .dp-form-commercial-offer-summary-list,
  .dp-form-commercial-offer-details-list {
    max-width: none;
  }
  .dp-form-commercial-offer-details-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dp-form-commercial-offer-details-list__title {
    width: calc(100% - 60px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 60px);
            flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dp-form-commercial-offer-details-list__code {
    padding-top: 0;
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .dp-form-commercial-offer-details-list__qnt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
  }
  .dp-modal-commercial-offer-phone .dp-modal__title {
    font-size: 16px;
  }
  .dp-form-commercial-offer-phone .dp-form-field,
  .dp-form-commercial-offer-phone .dp-form__actions {
    max-width: 200px;
  }
  .dp-modal-commercial-offer-success .dp-modal__dialog,
  .dp-modal-individual-production-success .dp-modal__dialog {
    font-size: 14px;
  }
  .dp-modal-commercial-offer-success .dp-modal__body .dp-modal__desc,
  .dp-modal-individual-production-success .dp-modal__body .dp-modal__desc {
    max-width: 300px;
  }
}
@media (max-width: 420px) {
  .dp-form-commercial-offer-phone .dp-form-field,
  .dp-form-commercial-offer-phone .dp-form__actions {
    max-width: none;
  }
}