

/* 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/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/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 */
/* /local/components/teamprofi/constructor.main/templates/.default/style.css?173469381922116 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984 */
/* /local/templates/2019/components/bitrix/news.list/construct-why/style.css?17346938192017 */
