

/* Start:/local/templates/2019/components/bitrix/breadcrumb/.default/style.css?17346938191672*/
.breadcrumbs-wrap {
  position: relative;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbs-wrap__where-to-buy .icon {
    display: none;
  }
  .breadcrumbs-wrap__where-to-buy .btn {
    font-size: 14px;
  }
}
.breadcrumbs-wrap__where-to-buy .breadcrumbs {
  padding: 12px 0;
}
.breadcrumbs-wrap__where-to-buy .breadcrumbs:after {
  background: none;
}
.breadcrumbs-wrap__where-to-buy .content-limit {
  display: flex;
  justify-content: space-between;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  height: 38px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  flex: 1;
}
.breadcrumbs:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(-90deg, #ffffff 10%, rgba(255, 255, 255, 0) 100%);
}
.breadcrumbs__item {
  display: inline;
  vertical-align: middle;
  color: #9c9c9c;
  font-size: 14px;
  line-height: 20px;
}
.breadcrumbs__item:not(:first-child):before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC43NSA0Ljk4OTg2TDIuODExNjIgMi45OTk5MUwwLjc1IDEuMDA5OTVMMS4yNzk0OSAwLjVMMy44NzUgM0wxLjI3OTQ5IDUuNUwwLjc1IDQuOTg5ODZaIiBmaWxsPSIjQjFCMkIzIi8+Cjwvc3ZnPgo=");
  width: 3px;
  height: 6px;
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.breadcrumbs__link {
  color: #9c9c9c;
  text-decoration: none;
}
html:not(.bx-touch) .breadcrumbs__link:hover, .bx-touch .breadcrumbs__link:active {
  text-decoration: underline;
}

/* End */


/* Start:/local/components/teamprofi/constructor.main/templates/.default/style.css?173469381922116*/
.constructor {
  overflow: hidden;
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .constructor {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 549px) {
  .constructor {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.constructor .constructor-row {
  overflow: hidden;
}
.constructor .image-block {
  position: relative;
  z-index: 1;
}
.constructor .image-block__head {
  position: relative;
  z-index: 3;
  background-color: #f7f7f7;
  padding-bottom: 5px;
  padding-top: 38px;
}
.constructor .image-block__title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #565655;
}
.constructor .image-block__title span {
  padding-left: 24px;
}
.constructor .image-block .construct-logo {
  position: absolute;
  left: 20px;
  top: 8px;
  z-index: 3;
}
.constructor .image-block .canvas {
  position: relative;
  width: 100%;
  z-index: 2;
  padding-top: 71.1%;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .canvas {
    padding-top: 71.1%;
  }
}
.constructor .image-block .canvas canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.constructor .image-block .items-block {
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .items-block {
    display: flex;
    height: calc(100% - 63px);
  }
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block #itemsForm {
    height: 100%;
  }
}
.constructor .image-block .tools {
  background: rgba(246, 246, 246, 0.85);
  padding: 0 16px;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .tools {
    position: relative;
    flex: 1;
    padding: 0 0 0 16px;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .tools__inner {
    overflow-y: scroll;
    height: 100%;
    margin-right: -25px;
  }
}
.constructor .image-block .tools:before, .constructor .image-block .tools:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: -2px;
  width: 100%;
  height: 2px;
}
.constructor .image-block .tools:before {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
}
.constructor .image-block .tabs {
  font-size: 0;
}
@media only screen and (max-width: 1439px) {
  .constructor .image-block .tabs {
    overflow: initial;
  }
}
.constructor .image-block .tabs__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 64px;
  height: 64px;
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.45px;
  color: #565655;
  vertical-align: middle;
  text-decoration: none;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .tabs__item {
    padding: 0 16px;
    width: 308px;
    font-size: 12px;
    justify-content: flex-start;
    align-items: center;
    flex-direction: unset;
    height: 56px;
    text-align: left;
    border-bottom: 1px solid #EEEEEE;
  }
}
@media only screen and (max-width: 1439px) {
  .constructor .image-block .tabs__item {
    display: inline-flex;
  }
}
@media only screen and (max-width: 767px) {
  .constructor .image-block .tabs__item {
    width: 65px;
    height: 65px;
  }
}
.constructor .image-block .tabs__item .ico {
  display: table;
  width: 100%;
  height: 30px;
  transition: padding-bottom 0.1s;
  box-sizing: content-box;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .tabs__item .ico {
    transition: none;
    width: 30px;
    margin-right: 16px;
    text-align: center;
  }
}
.constructor .image-block .tabs__item .ico .ico-in {
  display: table-cell;
  height: 30px;
  vertical-align: middle;
  font-size: 0;
}
.constructor .image-block .tabs__item .ico img, .constructor .image-block .tabs__item .ico svg {
  max-width: 30px;
  max-height: 30px;
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.constructor .image-block .tabs__item .icon {
  font-size: 5px;
  transition: transform 0.1s ease-out;
  position: absolute;
  right: 16px;
}
@media only screen and (max-width: 1439px) {
  .constructor .image-block .tabs__item .icon {
    display: none;
  }
}
.constructor .image-block .tabs__item .name {
  line-height: 1.15;
  display: none;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .tabs__item .name {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  html:not(.bx-touch) .constructor .image-block .tabs__item:hover, .bx-touch .constructor .image-block .tabs__item:active {
    background: rgba(255, 255, 255, 0.65);
  }
}
.constructor .image-block .tabs__item.active {
  background: rgba(255, 255, 255, 0.65);
}
.constructor .image-block .tabs__item.active .ico {
  padding: 4px 0;
}
.constructor .image-block .tabs__item.active .name {
  display: block;
}
.constructor .image-block .tabs__item.active .icon {
  transform: rotateZ(180deg);
}
.constructor .image-block .tabs.expanded a.active {
  background: #ffffff;
}
.constructor .image-block .tabs.expanded a.active .ico {
  padding: 4px 0;
  color: #ec8213;
}
.constructor .image-block .tabs.expanded a.active .name {
  display: block;
}
.constructor .image-block .jspDrag {
  width: 6px;
  left: -1px;
}
.constructor .image-block .jspTrack {
  width: 4px;
  background: rgba(197, 198, 198, 0.5);
}
.constructor .image-block .jspVerticalBar {
  display: none;
  width: 8px;
  right: 7px;
  height: calc(100% - 10px);
  padding-left: 2px;
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .jspVerticalBar {
    display: block;
  }
}
.constructor .image-block .jspHorizontalBar {
  left: 0;
  height: 4px;
  bottom: 2px;
}
.constructor .image-block .jspHorizontalBar .jspDrag {
  top: -1px;
  height: 6px;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .jspCap {
    display: block;
    background: transparent;
    height: 10px;
  }
}
.constructor .image-block .jspCorner {
  display: none;
}
.constructor .image-block .jspScrollable .ckeck-custom {
  padding-right: 10px;
}
.constructor .image-block .jspContainer.scrolling:before, .constructor .image-block .jspContainer.scrolling:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: -2px;
  width: 100%;
  height: 2px;
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .jspContainer.scrolling:after {
    display: block;
    top: auto;
    bottom: -1px;
    height: 2px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.12), #ebebeb);
  }
}
@media only screen and (min-width: 1440px) {
  .constructor .image-block .jspContainer.scrolling:before {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    display: block;
  }
}
.constructor .image-block .jspContainer.scrolled:after {
  display: none;
}
.constructor .panes {
  padding: 14px 16px;
  border: solid 1px #f7f7f7;
  border-top: none;
  background: #ffffff;
}
@media only screen and (min-width: 1440px) {
  .constructor .panes {
    position: relative;
    flex: 1;
    padding: 14px 7px;
    border-left: none;
  }
}
.constructor .panes .pane {
  display: none;
}
.constructor .panes .pane__content {
  padding: 12px 16px;
  overflow: hidden;
  background: #ffffff;
  min-width: 100%;
}
@media only screen and (max-width: 1439px) {
  .constructor .panes .pane__content {
    min-width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.constructor .panes .pane__content--child {
  padding: 12px 0;
}
@media only screen and (max-width: 1439px) {
  .constructor .panes .pane__content--child {
    padding: 12px 16px;
  }
}
.constructor .panes .pane__content .items-list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
  max-width: 280px;
}
@media only screen and (max-width: 1439px) {
  .constructor .panes .pane__content .items-list {
    flex-wrap: nowrap;
    max-width: none;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1439px) {
  .constructor .panes .pane__scroll {
    height: auto;
    flex-wrap: nowrap;
  }
}
.constructor .panes .pane.active {
  display: flex;
}
@media only screen and (max-width: 1439px) {
  .constructor .panes .pane.active {
    order: 2;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .constructor .panes .pane.active {
    height: 100%;
    width: 308px;
    overflow: hidden;
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 1440px) {
  .constructor .panes .pane--child.active {
    width: 280px;
    height: auto;
  }
}
.constructor .panes .pane__subtitle {
  font-size: 12px;
  color: #565655;
  margin-bottom: 8px;
}
.constructor .panes .pane.disabled .pane.active + .pane.active {
  display: none;
}
.constructor .panes .item {
  position: relative;
  min-width: 130px;
  max-width: 130px;
  height: 98px;
  margin: 5px;
}
.constructor .panes .item.disabled {
  display: none;
}
.constructor .panes .item a.item-link {
  position: relative;
  display: block;
  border: solid 1px #f7f7f7;
  text-align: center;
  cursor: pointer;
}
.constructor .panes .item a.item-link img {
  height: 95px;
  max-width: 128px;
}
.constructor .panes .item a.item-link .no-photo {
  height: 95px;
  width: 128px;
}
.constructor .panes .item a.item-link.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ec8213;
  position: absolute;
  top: 0;
  left: 0;
}
.constructor .panes .item a.item-link--icon {
  padding: 22px 16px 20px 16px;
  text-decoration: none;
}
.constructor .panes .item a.item-link--icon span {
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #565655;
}
.constructor .panes .item a.item-link--icon .icon {
  display: block;
  color: #ec8213;
  width: 20px;
  height: 20px;
  margin: 0 auto 10px auto;
}
.constructor .panes .item .item-info {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  cursor: pointer;
}
.constructor .panes .item .item-info svg {
  color: #9c9c9c;
}
.constructor .panes .item .item-info > span {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .constructor .panes .item .item-info {
    font-size: 20px;
  }
}
.constructor .panes .item .item-info__title {
  font-weight: 600;
}
.constructor .panes .item.tmp-active .item-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ec8213;
  position: absolute;
  top: 0;
  left: 0;
}
.constructor .panes .item.tmp-active ~ .item .active:after {
  content: none;
}
.constructor .panes .no-items-info {
  display: none;
  text-align: center;
  font-size: 14px;
}
.constructor .panes .no-items-info.active {
  display: block;
}
.constructor .panes .no-items-info .cell-wrap {
  display: table;
  width: 100%;
}
.constructor .panes .no-items-info .cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 97px;
}
.constructor .options {
  position: relative;
  overflow: hidden;
  margin-left: -20px;
}
.constructor .options.options-ready {
  box-shadow: -3px 0 4px 0 rgba(0, 0, 0, 0.12);
  background-color: rgba(246, 246, 246, 0.85);
}
@media only screen and (min-width: 1440px) {
  .constructor .options.options-ready {
    z-index: 2;
    padding-top: 71.1%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .constructor .options.options-ready {
    box-shadow: none;
  }
}
.constructor .options.options-ready .image-block {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .constructor .options.options-ready .image-block {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .constructor .options .image-block {
    height: calc(100% - 77px);
    overflow: hidden;
  }
}
.constructor .options .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  color: #565655;
  margin-bottom: 10px;
}
.constructor .options .btn--gray {
  background: rgba(197, 198, 198, 0.3);
}
.constructor .options .room {
  padding: 0 24px;
  margin-bottom: 37px;
}
.constructor .options .room .input span {
  font-size: 14px;
  width: 50%;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
html:not(.bx-touch) .constructor .options .room .input span:hover, .bx-touch .constructor .options .room .input span:active {
  background: rgba(197, 198, 198, 0.85);
}
.constructor .options .room .input span.active {
  background: rgba(46, 61, 140, 0.85);
  color: #ffffff;
}
.constructor .options .items .title {
  padding: 0 24px;
}
.constructor .options .questions-wrap .questions-button-next,
.constructor .options .questions-wrap .questions-button-prev {
  display: none;
}
.constructor .options .questions-area {
  position: relative;
  overflow: hidden;
}
.constructor .options.options-ready .questions-area:before, .constructor .options.options-ready .questions-area:after {
  display: none;
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-image: linear-gradient(to top, rgba(235, 235, 235, 0), #ebebeb);
}
.constructor .options.options-ready .questions-area:after {
  display: block;
  top: auto;
  bottom: 0;
  height: 40px;
  background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0), #ebebeb);
}
.constructor .options.options-ready .questions-area.scrolling:before {
  display: block;
}
.constructor .options.options-ready .questions-area.scrolled:after {
  display: none;
}
.constructor .options .questions {
  overflow-y: scroll;
  padding: 0 24px 10px;
  margin-right: -18px;
}
.constructor .options .questions .item {
  padding: 20px 16px;
  background: #ffffff;
  margin-bottom: 8px;
}
.constructor .options .questions .item .name {
  font-size: 16px;
  line-height: 1.38;
  margin-bottom: 10px;
}
.constructor .options .questions .item .input span {
  display: inline-block;
  border-radius: 2em;
  white-space: nowrap;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.24px;
  padding: 0 12px;
  background: #ffffff;
  border: solid 1px #c5c6c6;
  cursor: pointer;
}
html:not(.bx-touch) .constructor .options .questions .item .input span:hover, .bx-touch .constructor .options .questions .item .input span:active {
  background: #f7f7f7;
}
.constructor .options .questions .item .input span.active {
  border-color: #2e3d8c;
  background: #2e3d8c;
  color: #ffffff;
}
html:not(.bx-touch) .constructor .options .questions .item .input span.active:hover, .bx-touch .constructor .options .questions .item .input span.active:active {
  border-color: #000356;
  background: #000356;
}
@media only screen and (max-width: 1439px) {
  .constructor .options {
    margin-left: 0;
    box-shadow: none;
  }
  .constructor .options .room {
    width: 50%;
    padding: 0 40px;
  }
  .constructor .options .items .title {
    padding: 0 40px;
  }
  .constructor .options .questions-wrap {
    position: relative;
  }
  .constructor .options .questions-wrap .questions-button-next,
.constructor .options .questions-wrap .questions-button-prev {
    display: block;
    top: 0;
    right: 40px;
    margin-top: 0;
    padding: 0;
    height: 126px;
    color: #878687;
    font-size: 10px;
    line-height: 1;
    box-shadow: none;
    border-radius: 0;
    background: linear-gradient(to right, rgba(243, 243, 243, 0), rgba(246, 246, 246, 0.85));
  }
  .constructor .options .questions-wrap .questions-button-next svg,
.constructor .options .questions-wrap .questions-button-prev svg {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
    transform: rotate(270deg);
    opacity: 0.8;
  }
  html:not(.bx-touch) .constructor .options .questions-wrap .questions-button-next:hover svg, .bx-touch .constructor .options .questions-wrap .questions-button-next:active svg,
html:not(.bx-touch) .constructor .options .questions-wrap .questions-button-prev:hover svg,
.bx-touch .constructor .options .questions-wrap .questions-button-prev:active svg {
    opacity: 1;
  }
  .constructor .options .questions-wrap .questions-button-prev {
    left: 40px;
    right: auto;
    background: linear-gradient(to left, rgba(243, 243, 243, 0), rgba(246, 246, 246, 0.85));
  }
  .constructor .options .questions-wrap .questions-button-prev svg {
    left: -20px;
    right: auto;
    transform: rotate(90deg);
  }
  .constructor .options .questions-area {
    box-shadow: none;
    margin: 0 40px 32px;
  }
  .constructor .options .questions-area:before, .constructor .options .questions-area:after {
    display: none !important;
  }
  .constructor .options .questions {
    padding: 0;
    margin: 0;
    overflow-y: visible;
  }
  .constructor .options .questions .item-area {
    width: 280px;
    margin-right: 12px;
  }
  .constructor .options .questions .item {
    margin-bottom: 0;
    width: 280px;
    height: 126px;
  }
  .constructor .options .questions .item .input {
    line-height: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .constructor .options .room {
    width: 100%;
    padding: 0 30px;
  }
  .constructor .options .items .title {
    padding: 0 30px;
  }
  .constructor .options .questions-wrap .questions-button-next svg,
.constructor .options .questions-wrap .questions-button-prev svg {
    display: none;
  }
  .constructor .options .questions-wrap .questions-button-next {
    right: 30px;
  }
  .constructor .options .questions-wrap .questions-button-prev {
    left: 30px;
  }
  .constructor .options .questions-area {
    margin: 0 30px 32px;
  }
  .constructor .options .questions .item {
    height: 126px;
  }
  .constructor .options .questions .item .name {
    font-size: 14px;
    line-height: 1.29;
  }
}
.constructor .mobile {
  position: relative;
  margin: 0;
}
.constructor .mobile .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 75px 50px 50px;
  background: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}
.constructor .mobile .text .i {
  font-size: 34px;
  margin-bottom: 20px;
}
.constructor .mobile .text .nw {
  white-space: nowrap;
}
.constructor .mobile .construct-logo {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.pane-form {
  display: flex;
  flex-wrap: wrap;
}

.pane-filter {
  margin: 0 -5px;
}
.pane-filter__item {
  margin-bottom: 12px;
  margin-right: 5px;
  margin-left: 5px;
}
.pane-filter__item:last-child {
  margin-right: 0;
}
.pane-filter__item--select {
  display: inline-flex;
  flex-wrap: wrap;
  width: 135px;
}
.pane-filter__item--select .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
}
.pane-filter__item--full-width {
  width: calc(100% - 10px);
}
@media only screen and (max-width: 1439px) {
  .pane-filter__item--full-width {
    width: 135px;
  }
}
@media only screen and (max-width: 1439px) {
  .pane-filter__selects .pane-filter__item--full-width {
    display: flex;
  }
}
@media only screen and (max-width: 1439px) {
  .pane-filter__item {
    min-width: 32%;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .pane-filter__item {
    min-width: 48%;
  }
}
.pane-filter__selects {
  width: 100%;
}
.pane-filter__title {
  font-size: 12px;
  color: #565655;
  margin-bottom: 4px;
}
.pane-filter__variants {
  margin: -2px;
  display: flex;
  flex-wrap: wrap;
}
.pane-filter__variant {
  margin: 2px;
  font-size: 11px;
  padding: 6px 8px;
  border: 1px solid #f7f7f7;
  color: #565655;
  cursor: pointer;
}
html:not(.bx-touch) .pane-filter__variant:hover, .bx-touch .pane-filter__variant:active {
  background: rgba(46, 61, 140, 0.85);
  border: 1px solid rgba(46, 61, 140, 0.85);
  color: #ffffff;
}
.pane-filter__variant.active {
  background: rgba(46, 61, 140, 0.85);
  border: 1px solid rgba(46, 61, 140, 0.85);
  color: #ffffff;
}
.pane-filter__variant.disabled {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #b1b2b3;
  cursor: default;
}
html:not(.bx-touch) .pane-filter__variant.disabled:hover, .bx-touch .pane-filter__variant.disabled:active {
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  color: #b1b2b3;
}

.select2-results__option {
  font-size: 12px;
}

.hint-help {
  display: none;
  position: absolute;
  z-index: 10000;
  width: 298px;
  background: #ffffff;
  padding: 12px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.12);
}
.hint-help:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  margin-left: -8px;
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-top-color: #ffffff;
}
.hint-help span {
  display: block;
}

.collection-warning {
  margin-top: 8px;
  background: rgba(46, 61, 140, 0.85);
  padding: 10px;
}
.collection-warning__text {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  margin-bottom: 8px;
}
.collection-warning__apply {
  cursor: pointer;
  background: #ffffff;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 12px;
  color: #565655;
}
html:not(.bx-touch) .collection-warning__apply:hover, .bx-touch .collection-warning__apply:active {
  background: #f7f7f7;
}
.collection-warning__no-apply {
  cursor: pointer;
  background: transparent;
  padding: 6px 8px;
  font-size: 11px;
  line-height: 12px;
  color: #ffffff;
  margin-left: 4px;
  border: 1px solid transparent;
}
html:not(.bx-touch) .collection-warning__no-apply:hover, .bx-touch .collection-warning__no-apply:active {
  border-color: #ffffff;
}

.construct-logo {
  display: block;
  font-size: 32px;
  color: #ffffff;
  filter: drop-shadow(0px 0px 10px #6F6F6E);
}
@media only screen and (max-width: 767px) {
  .construct-logo {
    font-size: 26px;
  }
}
@media only screen and (max-width: 549px) {
  .construct-logo {
    font-size: 25px;
  }
}

.hint-title {
  font-weight: 600;
}

/* End */


/* Start:/local/components/teamprofi/constructor.list/templates/.default/style.css?173469381917154*/
.list-title {
  color: #565655;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
}

.list-info {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: 0.15px;
  color: #565655;
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1023px) {
  .list-container {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .list-container {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 549px) {
  .list-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.list-container--simple #BuyDiscount {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .list-container--simple .list-block {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-container--products {
    margin-left: 0;
    margin-right: 0;
  }
}
.list-container--products .list-block {
  border: solid 1px rgba(246, 246, 246, 0.85);
  background-color: #ffffff;
  padding-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-container--products .list-block {
    padding: 0;
  }
}
.list-container--products .list-block + .total-sum-solution {
  margin-top: -80px;
}
.list-container--products .input-group-append, .list-container--products .input-group-prepend {
  display: none;
}
.list-container--products .list-block .list-items {
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-container--products .list-block .list-items {
    padding: 0;
  }
}
@media only screen and (max-width: 549px) {
  .list-container--products .list-block .list-items {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .list-container--products .list-block .list-items .list-items-inc {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 549px) {
  .list-container--products .list-block .list-items .list-items-inc {
    margin: 0 -10px;
  }
}
.list-container--products .list-block .list-items .prices {
  padding-right: 35px;
}
.list-container--products .list-block .list-items .prices .price {
  color: #2e3d8c;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 1023px) {
  .list-container--products .list-block .list-items .prices .price {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.59;
    letter-spacing: -0.17px;
  }
}
@media only screen and (max-width: 767px) {
  .list-container--products .list-block .list-items .prices .price {
    line-height: 1;
    margin-top: 5px;
  }
}
.list-container--products .list-block .list-items .count .form-control {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .list-container--products .list-block .list-items .count .form-control {
    width: 35px;
    text-align: left;
    padding: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .list-container--products .list-block .list-items .count .unit {
    left: 0;
    transform: none;
  }
}
.list-container .total-sum-solution {
  margin-bottom: 80px;
}

.list-head {
  overflow: hidden;
  color: #ffffff;
  margin-bottom: 32px;
  background-color: rgba(46, 61, 140, 0.85);
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 1023px) {
  .list-head {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .list-head {
    background-color: rgba(246, 246, 246, 0.85);
    padding: 0;
  }
}
.list-head__title-wr {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .list-head__title-wr {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .list-head__title-wr {
    display: block;
    background-color: rgba(46, 61, 140, 0.85);
    padding: 24px 22px 24px 15px;
  }
}
.list-head__title-wr .collapsed .icon--expand {
  transform: rotate(180deg);
}
.list-head__title {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  padding-left: 24px;
}
@media only screen and (max-width: 1023px) {
  .list-head__title {
    padding-left: 0;
  }
}
.list-head__title span {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .list-head__title span {
    font-size: 16px;
  }
}
.list-head__title span + span {
  cursor: pointer;
  margin-left: 8px;
  margin-top: -1px;
  font-size: 0;
}
.list-head__title .icon {
  font-size: 16px;
}
.list-head__title .icon--expand {
  font-size: 9px;
}
@media only screen and (max-width: 767px) {
  .list-head .params-inputs-area {
    padding: 12px 15px;
  }
}
.list-head .params-inputs {
  padding: 20px 24px;
}
@media only screen and (max-width: 1023px) {
  .list-head .params-inputs {
    padding: 0;
  }
}
.list-head .params-inputs .form-control {
  margin-left: 16px;
  padding: 9px 12px 9px;
}
@media only screen and (max-width: 767px) {
  .list-head .params-inputs .form-control {
    margin-left: 0;
    margin-top: 10px;
  }
}
.list-head .params-inputs .form-control:first-child {
  margin-left: 0;
  margin-top: 0;
}
.list-head .params-inputs::-webkit-outer-spin-button, .list-head .params-inputs::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.list-head .params-inputs[type=number] {
  -moz-appearance: textfield;
}

.input-group {
  position: relative;
}
.input-group > div {
  position: absolute;
}
.input-group > div.input-group-append {
  top: 0;
  right: 0;
}
.input-group > div.input-group-append .input-group-text {
  position: absolute;
  top: 8px;
  right: 30px;
}
.input-group .btn--spinner {
  position: absolute;
  width: 28px;
  height: 28px;
  background: #f7f7f7;
  color: #878687;
}
html:not(.bx-touch) .input-group .btn--spinner:hover, .bx-touch .input-group .btn--spinner:active {
  background: #f3f3f3;
}
.input-group .btn--spinner:before, .input-group .btn--spinner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background-color: #565655;
}
html:not(.bx-touch) .input-group .btn--spinner.btn-decrement:hover, .bx-touch .input-group .btn--spinner.btn-decrement:active {
  background: #f7f7f7;
}
.input-group .btn--spinner.btn-decrement:after {
  display: none;
}
.input-group .btn--spinner.btn-increment {
  top: 0;
  right: 0;
}
.input-group .btn--spinner.btn-increment:after {
  width: 2px;
  height: 10px;
}

.list-block {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1439px) {
  .list-block {
    margin-bottom: 64px;
  }
}
.list-block__item {
  padding: 16px 150px 16px 16px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .list-block__item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .list-block__item {
    padding-bottom: 74px;
  }
}
.list-block__item.disabled .list-items__desc-name, .list-block__item.disabled .count-number, .list-block__item.disabled .price, .list-block__item.disabled .count--unit .unit {
  text-decoration: line-through;
}
.list-block__item.disabled .list-items__image, .list-block__item.disabled .count, .list-block__item.disabled .price, .list-block__item.disabled .list-items__desc-name, .list-block__item.disabled .code, .list-block__item.disabled .product-hints {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.list-block__item.disabled .btn {
  display: none;
}
.list-block__item.disabled .list-items__back-btn.btn-light {
  margin-top: 10px;
  display: inline-flex;
}
@media only screen and (max-width: 767px) {
  .list-block__item--empty {
    padding-bottom: 48px;
  }
}
.list-block .list-items {
  margin-bottom: -16px;
  padding-right: 90px;
}
@media only screen and (max-width: 1439px) {
  .list-block .list-items {
    padding-right: 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 549px) {
  .list-block .list-items {
    padding-right: 0;
    padding-left: 0;
  }
}
.list-block__subsection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 12px 16px;
  margin-bottom: 15px;
  margin-top: 42px;
}
@media only screen and (max-width: 1439px) {
  .list-block__subsection {
    margin-top: 30px;
  }
}
.list-block__subsection:first-child {
  margin-top: 0;
}
.list-block__subsection-title {
  padding-top: 2px;
  font-size: 14px;
  line-height: 1;
  color: #565655;
  text-transform: uppercase;
}
.list-block__subsection-link {
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  color: #878687;
}
html:not(.bx-touch) .list-block__subsection-link:hover, .bx-touch .list-block__subsection-link:active {
  text-decoration: underline;
}
.list-block__subsection-link .no-active {
  display: none;
}
@media only screen and (max-width: 767px) {
  .list-block .inner-wrapper-sticky {
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 1023px) {
  .list-items .list-items-inc {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .list-items .list-items-inc {
    padding: 0;
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 549px) {
  .list-items .list-items-inc {
    margin: 0;
  }
}
.list-items__desc {
  padding-left: 18px;
  padding-right: 55px;
}
@media only screen and (max-width: 767px) {
  .list-items__desc {
    padding-left: 16px;
    padding-right: 0;
  }
}
.list-items__image {
  min-width: 80px;
  width: 80px;
  height: 80px;
  position: relative;
  border: solid 1px #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-items__image picture {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.list-items__image img {
  max-height: 100%;
}
.list-items__image .no-photo {
  width: 94px;
  height: 94px;
}
.list-items__back-btn.btn-light {
  display: none;
}
.list-items__desc-name {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #565655;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .list-items__desc-name {
    font-size: 14px;
    line-height: 16px;
  }
}
html:not(.bx-touch) .list-items a.list-items__desc-name:hover, .bx-touch .list-items a.list-items__desc-name:active {
  color: #000356;
}
html:not(.bx-touch) .list-items span.list-items__desc-name:hover, .bx-touch .list-items span.list-items__desc-name:active {
  color: #565655;
}
.list-items .code {
  font-size: 11px;
  color: #878687;
}
.list-items .product-hints {
  margin-top: 8px;
}
.list-items .prices {
  position: absolute;
  top: 13px;
  right: 0;
  width: 135px;
  text-align: right;
  white-space: nowrap;
  padding-right: 14px;
}
@media only screen and (max-width: 1023px) {
  .list-items .prices {
    position: relative;
    top: auto;
    width: auto;
    text-align: left;
    padding-right: 0;
    padding-top: 10px;
  }
}
.list-items .prices .price {
  font-size: 20px;
  line-height: 32px;
  color: #565655;
}
@media only screen and (max-width: 767px) {
  .list-items .prices .price {
    font-size: 14px;
    line-height: 16px;
  }
}
.list-items .prices .price-old {
  font-size: 12px;
  color: #878687;
  text-decoration: line-through;
}
.list-items .count {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .list-items .count {
    position: absolute;
    left: 93px;
    bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .list-items .count {
    left: 110px;
  }
}
.list-items .count--unit {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .list-items .count--unit {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
  }
}
.list-items .count .form-control {
  display: inline-block;
  text-align: center;
  width: 105px;
  border: none;
  padding: 5px 35px 5px;
}
.list-items .count .input-group {
  display: inline-block;
}
.list-items .count .unit {
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
  font-size: 11px;
  line-height: 13px;
  color: #878687;
}
.list-items .count .unit--cnt {
  position: relative;
  left: 0;
  transform: none;
}
.list-items .count input::-webkit-outer-spin-button,
.list-items .count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.list-items .count input[type=number] {
  -moz-appearance: textfield;
}
.list-items .count.min .btn-decrement {
  cursor: default;
  opacity: 0.5;
}

.total-wrap {
  width: 336px;
  min-width: 336px;
  height: max-content;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 1439px) {
  .total-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .total-wrap {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .total-wrap {
    margin: 0;
    min-width: 100%;
  }
}
.total-wrap__prices {
  padding: 28px 20px 20px;
  background: #f7f7f7;
  font-size: 14px;
  line-height: 18px;
  color: #878687;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .total-wrap__prices {
    padding: 20px 16px 20px;
  }
}
@media only screen and (max-width: 1439px) {
  .total-wrap__price-info {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .total-wrap__link {
    margin: 0 15px;
  }
}
.total-wrap__link .btn-light:first-child span, .total-wrap__link .share-block__title {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  .total-wrap__link .btn-light:first-child span, .total-wrap__link .share-block__title {
    font-size: 12px;
    line-height: 16px;
  }
}
.total-wrap__link .btn-light .icon {
  width: 28px;
  height: 28px;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .total-wrap__link .btn-light .icon {
    width: 20px;
    height: 20px;
    padding: 4px;
  }
}
.total-wrap__link .share-block .ya-share2__badge.ya-share2__badge_more,
.total-wrap__link .share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__icon_more {
  width: 28px;
  height: 28px;
  background-size: 12px;
}
@media only screen and (max-width: 767px) {
  .total-wrap__link .share-block .ya-share2__badge.ya-share2__badge_more,
.total-wrap__link .share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__icon_more {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}
.total-wrap__link + .message {
  margin-top: 24px;
}
@media only screen and (max-width: 1439px) {
  .total-wrap__link + .message {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .total-wrap__link + .message {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
.total-wrap__item {
  margin-top: 7px;
}
.total-wrap__item:first-child {
  margin-top: 0;
  margin-bottom: 10px;
}
.total-wrap .btn {
  transition: none;
  margin-top: 38px;
  margin-bottom: 12px;
  padding: 15px 12px;
}
@media only screen and (max-width: 1439px) {
  .total-wrap .btn {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.total-wrap .btn:disabled {
  border: 2px solid rgba(177, 178, 179, 0.5);
  padding: 13px 12px;
}
.total-wrap .total-wrap__text {
  font-weight: 300;
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 14px;
}
@media only screen and (max-width: 1439px) {
  .total-wrap .total-wrap__text {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .total-wrap .total-wrap__text {
    padding-left: 10px;
    padding-top: 15px;
  }
}

.currency-project {
  width: 13px;
  display: inline-block;
  vertical-align: baseline;
  text-align: left;
}
.currency-project--blr {
  width: 38px;
}

.project-sum {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #565655;
}
.project-sum--price-profit {
  color: #ec8213;
}
.project-sum .currency-project--blr {
  width: 28px;
}

.total-sum__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #565655;
}
@media only screen and (max-width: 767px) {
  .total-sum__title {
    font-size: 16px;
  }
}
.total-sum .val, .total-sum .currency-project {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  color: #565655;
}
@media only screen and (max-width: 767px) {
  .total-sum .val, .total-sum .currency-project {
    font-size: 21px;
  }
}
.total-sum .currency-project {
  width: 22px;
}
@media only screen and (max-width: 767px) {
  .total-sum .currency-project {
    width: 15px;
  }
}
.total-sum .currency-project--blr {
  width: 62px;
}
@media only screen and (max-width: 767px) {
  .total-sum .currency-project--blr {
    width: 43px;
  }
}

.total-sum-solution {
  padding: 32px;
  background-color: rgba(246, 246, 246, 0.85);
}
@media only screen and (max-width: 767px) {
  .total-sum-solution {
    padding: 20px;
  }
}

.list-head-help {
  background: #ffffff;
  padding: 4px 6px;
  font-size: 13px;
  line-height: 1.43;
  color: #565655;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/share.link/style.css?17346938195044*/
html:not(.bx-touch) .share-block:hover .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__link_more.ya-share2__link_more-button-type_short,
html:not(.bx-touch) .share-block:hover .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__badge_more, .bx-touch .share-block:active .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__link_more.ya-share2__link_more-button-type_short,
.bx-touch .share-block:active .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__badge_more {
  opacity: 1;
  background: #2e3d8c;
}
.share-block__title {
  font-size: 12px;
  line-height: 20px;
}
.construct-h1 .share-block {
  color: #565655;
}
.btn-light + .share-block {
  margin-left: 22px;
}
.share-block .ya-share2 {
  margin-left: 10px;
}
.share-block .ya-share2 .ya-share2__badge_more {
  border-radius: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9c9c9c;
}
.share-block .ya-share2__list.ya-share2__list_direction_horizontal, .share-block .ya-share2__list.ya-share2__list_direction_vertical {
  margin: 0;
}
.share-block .ya-share2__title, .share-block .ya-share2__mobile-popup-service-title {
  text-transform: none;
  font-size: 13px;
  line-height: 24px;
}
.share-block .ya-share2__title {
  margin-left: 8px;
}
.share-block .ya-share2__popup-description {
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .share-block .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible > .ya-share2__popup-content {
    bottom: 56px;
  }
}
.share-block .ya-share2.ya-share2_inited {
  min-width: 20px;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_mobile.ya-share2__container_size_s .ya-share2__badge_more .ya-share2__icon {
  width: 18px;
  height: 18px;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item {
  padding: 4px 8px;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) > :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding: 8px 0;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__link_more.ya-share2__link_more-button-type_short {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9c9c9c;
  border-radius: 0;
  padding: 1px;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__item {
  padding: 0;
  margin: 0;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__item:after, .share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__item:before {
  content: none;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__popup-tile .ya-share2__item {
  margin-bottom: 20px;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__badge {
  padding-top: 0;
}
.share-block .ya-share2.ya-share2_inited .ya-share2__container_size_s .ya-share2__icon_more {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk5NzIgMi4wNzU0OUMxMC45OTkzIDIuNDc4NDEgMTAuODg0MiAyLjg3MzI1IDEwLjY2NiAzLjIxMTk5QzEwLjQ0NzggMy41NTA3MyAxMC4xMzU5IDMuODE4NzYgOS43NjgyIDMuOTgzNDlDOS40MDMzNiA0LjE0MzUyIDguOTk5MDQgNC4xOTA5MyA4LjYwNzA3IDQuMTE5NjdDOC4yMTUxMSA0LjA0ODQgNy44NTMzNiAzLjg2MTcgNy41NjgyIDMuNTgzNDlMMy45OTcyIDUuNDQ0NDlDNC4wOTUzNyA1LjgwNzMgNC4wOTUzNyA2LjE4OTY4IDMuOTk3MiA2LjU1MjQ5TDcuNTY2MiA4LjQxMjQ5QzcuOTA4NjMgOC4wNzkxOSA4LjM1OTA5IDcuODc5NTIgOC44MzYwMiA3Ljg0OTYyQzkuMzEyOTQgNy44MTk3MiA5Ljc4NDgxIDcuOTYxNTcgMTAuMTY2MiA4LjI0OTQ5QzEwLjU1MjQgOC41NDIzMSAxMC44MjU0IDguOTU5NjggMTAuOTM4OSA5LjQzMDgzQzExLjA1MjUgOS45MDE5OCAxMC45OTk2IDEwLjM5NzkgMTAuNzg5MiAxMC44MzQ1QzEwLjU4NjIgMTEuMjY4NiAxMC4yMzU0IDExLjYxNjMgOS43OTk2MSAxMS44MTU2QzkuMzYzODEgMTIuMDE0OSA4Ljg3MTM1IDEyLjA1MjggOC40MTAyIDExLjkyMjVDNy45NDY3OCAxMS43ODQ4IDcuNTQ1OTYgMTEuNDg5NyA3LjI3Njg3IDExLjA4OEM3LjAwNzc4IDEwLjY4NjQgNi44ODcyOSAxMC4yMDM1IDYuOTM2MiA5LjcyMjQ5TDMuMTM2MTkgNy43NDE0OUMyLjcyNjMzIDguMDEzNSAyLjIzMDU5IDguMTI0OTMgMS43NDM3NSA4LjA1NDQ1QzEuMjU2OSA3Ljk4Mzk4IDAuODEzMTA2IDcuNzM2NTYgMC40OTcxOTUgNy4zNTk0OUMwLjE3NjExNiA2Ljk3ODg3IDAgNi40OTY5NSAwIDUuOTk4OTlDMCA1LjUwMTAzIDAuMTc2MTE2IDUuMDE5MTEgMC40OTcxOTUgNC42Mzg0OUMwLjgxMjUxNyA0LjI2MTA1IDEuMjU1ODYgNC4wMTMwMyAxLjc0MjUgMy45NDE4MkMyLjIyOTE0IDMuODcwNjIgMi43MjQ5NSAzLjk4MTIyIDMuMTM1MiA0LjI1MjQ5TDYuOTM1MiAyLjI3MTQ5QzYuODk5OTIgMS44OTkzMSA2Ljk2NDk4IDEuNTI0NDcgNy4xMjM2IDEuMTg1OTVDNy4yODIyMyAwLjg0NzQyIDcuNTI4NjMgMC41NTc1NTggNy44MzcyIDAuMzQ2NDkxQzguMTQyMDQgMC4xMzkwNiA4LjQ5ODMgMC4wMTk5Mzk5IDguODY2NiAwLjAwMjI5MjQzQzkuMjM0OSAtMC4wMTUzNTUgOS42MDA5MSAwLjA2OTE1NyA5LjkyNDIgMC4yNDY0OTFDMTAuMjUwNCAwLjQyNzQzNiAxMC41MjIgMC42OTI2MDEgMTAuNzEwNyAxLjAxNDMyQzEwLjg5OTUgMS4zMzYwMyAxMC45OTg0IDEuNzAyNSAxMC45OTcyIDIuMDc1NDlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-size: 11px;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/warning.popup/style.css?17713295923247*/
/* Отступы */
.block-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 390;
}
@media only screen and (max-width: 1023px) {
  .block-popup {
    bottom: 56px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-popup--bottom {
    bottom: 0;
  }
}
.block-popup .block-warning--cookie {
  max-width: 620px;
  margin-left: auto;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1439px) {
  .block-popup .block-warning--cookie {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-popup .block-warning--cookie {
    margin: 0 0 0 auto;
    max-width: 100%;
  }
}
.block-popup .block-warning--product-delete {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .block-popup .block-warning--product-delete {
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .block-popup .block-warning--product-delete {
    max-width: 100%;
    margin: 0;
  }
}

.block-warning {
  padding: 24px;
  background: rgba(86, 86, 85, 0.85);
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  .block-warning {
    padding: 16px;
  }
}
.block-warning__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  gap: 16px;
}
.block-warning--product-delete {
  padding: 16px;
}
.block-warning--product-delete .block-warning__text {
  font-size: 12px;
  line-height: 15px;
}
.block-warning--cookie {
  padding-left: 24px;
}
@media only screen and (max-width: 549px) {
  .block-warning--cookie {
    padding-left: 16px;
  }
}
.block-warning--cookie .block-warning__inner {
  padding-left: 40px;
}
@media only screen and (max-width: 549px) {
  .block-warning--cookie .block-warning__inner {
    padding-left: 0px;
  }
}
.block-warning--cookie .block-warning__inner:before {
  content: "";
  background: url("/local/templates/2019/components/teamprofi/empty/warning.popup/../warning.popup/images/cookie.png") 0 0 no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}
@media only screen and (max-width: 549px) {
  .block-warning--cookie .block-warning__inner:before {
    width: 20px;
    height: 20px;
    display: none;
    content: none;
    padding-left: 0px;
  }
}
.block-warning__text {
  font-size: 13px;
  line-height: 15px;
  padding-right: 16px;
  color: #ffffff;
}
@media only screen and (max-width: 549px) {
  .block-warning__text {
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
  }
}
.block-warning__text a {
  color: #ffffff;
}
.block-warning__btn {
  position: relative;
  cursor: pointer;
  height: fit-content;
}
.block-warning__btn .icon--close {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 10px;
  margin: 0 auto;
}
.block-warning__btn .loader-time {
  width: 30px;
  height: 30px;
}
.block-warning__btn .loader-time__progress {
  stroke-width: 5px;
  stroke: rgba(255, 255, 255, 0.5);
}
.block-warning__btn .loader-time__complete {
  stroke: #ffffff;
}
@media only screen and (max-width: 549px) {
  .block-warning__btn .btn {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/construct-why/style.css?17346938192017*/
.construct-why.matrix--big {
  margin: -15px -15px 50px -15px;
}
@media only screen and (max-width: 767px) {
  .construct-why.matrix--big {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.construct-why.matrix--big .matrix__item {
  margin: 15px 0;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  .construct-why.matrix--big .matrix__item {
    margin: 10px 0;
    padding: 0 10px;
  }
}
.construct-why__item {
  position: relative;
  background: #f7f7f7;
  padding: 40px;
  overflow: hidden;
  height: 100%;
}
@media only screen and (min-width: 1250px) and (max-width: 1439px) {
  .construct-why__item {
    padding: 24px;
  }
}
@media only screen and (max-width: 1439px) {
  .construct-why__item {
    padding: 24px;
  }
}
.construct-why__icon {
  position: absolute;
  right: -30px;
  bottom: -16px;
  opacity: 0.1;
}
@media only screen and (max-width: 1023px) {
  .construct-why__icon {
    right: -30px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .construct-why__icon {
    right: -45px;
    bottom: -5px;
  }
}
.construct-why__icon svg {
  width: 140px;
  height: 130px;
  fill: #2e3d8c;
}
.construct-why__name {
  font-size: 17px;
  line-height: 27px;
  color: #565655;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1250px) and (max-width: 1439px) {
  .construct-why__name {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 549px) {
  .construct-why__name {
    margin-bottom: 10px;
  }
}
.construct-why__desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #878687;
  max-width: 345px;
}
@media only screen and (min-width: 1250px) and (max-width: 1439px) {
  .construct-why__desc {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .construct-why__desc {
    max-width: 500px;
  }
}
@media only screen and (max-width: 549px) {
  .construct-why__desc {
    font-size: 15px;
  }
}

.construct-advantages--partner .construct-why {
  margin-bottom: 0;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984*/
.pager {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 549px) {
  .pager {
    margin-top: 30px;
  }
}
.pager__next {
  margin-bottom: 50px;
}
@media only screen and (max-width: 549px) {
  .pager__next {
    margin-bottom: 40px;
  }
}
.pager .preloader:before {
  filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(1693%) hue-rotate(216deg) brightness(92%) contrast(87%);
}
.pager .loader--active {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.content .paging {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 0 -4px;
}
.content .paging__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  padding-top: 1px;
  border-right: none;
  font-size: 16px;
  line-height: 35px;
  color: #565655;
  text-align: center;
  transition: all 0.1s ease-out;
  text-decoration: none;
  margin: 0 4px;
}
@media only screen and (max-width: 549px) {
  .content .paging__item {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
html:not(.bx-touch) .content .paging__item:hover, .bx-touch .content .paging__item:active {
  text-decoration: underline;
  color: #2e3d8c;
}
.content .paging__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.content .paging__item--arr {
  color: #b1b2b3;
  border: 1px solid #b1b2b3;
}
@media only screen and (max-width: 549px) {
  .content .paging__item--arr {
    display: none;
  }
}
html:not(.bx-touch) .content .paging__item--arr:hover, .bx-touch .content .paging__item--arr:active {
  color: #2e3d8c;
  border-color: #2e3d8c;
}
.content .paging__item--active {
  background-color: #f7f7f7;
}
html:not(.bx-touch) .content .paging__item--active:hover, .bx-touch .content .paging__item--active:active {
  text-decoration: none;
  pointer-events: none;
  color: #565655;
}

/* End */


/* Start:/local/components/teamprofi/banners/templates/.default/style.css?17346938191484*/
.catalog-list__filter .banners {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .catalog-list__filter .banners {
    margin-top: 30px;
  }
}
.map-wr ~ .banners {
  margin-top: 32px;
}
.map-text + .banners {
  margin-top: 12px;
}
.banners + .blog-wrap, .banners + .catalog-list-wrap, .banners + .catalog-list-head {
  margin-top: 30px;
}
.catalog-list-wrap .banners {
  margin-bottom: 40px;
}
.banners:not(.swiper-wrapper) {
  display: flex;
  justify-content: center;
}

.banners-gallery .banners__item {
  min-height: 85px;
}
.map-wr ~ .banners-gallery {
  margin-top: 32px;
}
.map-text + .banners-gallery {
  margin-top: 12px;
}
.banners-gallery.carousel-grid .swiper-container {
  margin: 0;
  width: 100%;
}
.banners-gallery.carousel-grid .swiper-container:after, .banners-gallery.carousel-grid .swiper-container:before {
  content: none;
}
.banners-gallery .swiper-button-next.swiper-button-area, .banners-gallery .swiper-button-prev.swiper-button-area {
  height: calc(100% - 30px);
}
.banners-gallery .swiper-button-next.swiper-button-area {
  right: -75px;
}
.banners-gallery .swiper-button-prev.swiper-button-area {
  left: -75px;
}
.banners-gallery.carousel-grid .swiper-button-next .icon, .banners-gallery.carousel-grid .swiper-button-prev .icon {
  font-size: 26px;
}
.banners-gallery .swiper-pagination {
  height: 30px;
  text-align: center;
  padding-top: 15px;
}
.banners-gallery .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

/* End */
/* /local/templates/2019/components/bitrix/breadcrumb/.default/style.css?17346938191672 */
/* /local/components/teamprofi/constructor.main/templates/.default/style.css?173469381922116 */
/* /local/components/teamprofi/constructor.list/templates/.default/style.css?173469381917154 */
/* /local/templates/2019/components/teamprofi/empty/share.link/style.css?17346938195044 */
/* /local/templates/2019/components/teamprofi/empty/warning.popup/style.css?17713295923247 */
/* /local/templates/2019/components/bitrix/news.list/construct-why/style.css?17346938192017 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984 */
/* /local/components/teamprofi/banners/templates/.default/style.css?17346938191484 */
