

/* Start:/local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/our.clients.legacy/style.css?17508447793766*/
.view-mode {
    margin-bottom: 30px;
}

.view-mode.grid {
    align-items: start;
    justify-content: space-between;
}

.view-mode__title {
    margin: 0;
}

.view-mode__switch {
    align-items: center;
    display: flex;
    position: relative;
    top: 1.5em;
}

@media screen and (max-width: 1023px) {
  .view-mode__switch {
    top: 1em;
  } 
}

.view-mode__item {
    color: #949494;
    font-size: 12px;
    margin-right: 40px;
    padding-left: 35px;
    position: relative;
    text-decoration: none;
}

.view-mode__item:hover,
.view-mode__item.is-active {
    color: #b30a1a;
}

.view-mode__item:last-child {
    margin-right: 0;
}

.view-mode__icon {
    background: url(/img/protfolio_type_list.png) no-repeat;
    height: 14px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.view-mode__item.is-active .view-mode__icon {
    background-position: 0 -14px;
}

.view-mode__item--list .view-mode__icon {
    background-position: -20px 0;
}

.view-mode__item--list.is-active .view-mode__icon {
    background-position: -20px -14px;
}

.our-clients-legacy.grid {
    align-items: stretch;
    justify-content: start;
    margin: 0 -10px;
}

.our-clients-legacy__item {
    margin-bottom: 20px;
}

.our-clients-legacy.list .our-clients-legacy__item {
    margin-bottom: 50px;
}

.our-clients-legacy.grid .our-clients-legacy__item {
    padding: 0 10px;
    width: 33.333%;
}

.our-clients-legacy__item-content {
    border-bottom: 1px solid #e4e4e4;
    height: 100%;
    padding-bottom: 20px;
}

.our-clients-legacy.list .our-clients-legacy__item-content {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    padding-bottom: 30px;
}

.our-clients-legacy__logo {
    align-items: center;
    display: flex;
}

.our-clients-legacy.grid .our-clients-legacy__logo {
    border: 2px solid #ececec;
    height: 235px;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.our-clients-legacy.grid .our-clients-legacy__logo img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

@media screen and (max-width: 1023px) {
    .our-clients-legacy.grid .our-clients-legacy__logo {
        height: 100px;
    }
}

.our-clients-legacy.list .our-clients-legacy__logo {
    width: 110px;
    margin-right: 35px;
}

.our-clients-legacy .our-clients-legacy__overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    bottom: 3px;
    color: #fff;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    left: 3px;
    opacity: 0;
    position: absolute;
    right: 3px;
    text-decoration: none;
    top: 3px;
    transition: opacity 0.2s;
}

.our-clients-legacy.list .our-clients-legacy__overlay {
    display: none;
}

.our-clients-legacy__overlay-icon {
    font-size: 26px;
    margin-bottom: 15px;
    transform: scale(2);
    transition: transform 0.2s;
}

.our-clients-legacy__logo:hover .our-clients-legacy__overlay {
    opacity: 1;
}

.our-clients-legacy__logo:hover .our-clients-legacy__overlay-icon {
    transform: scale(1);
}

.our-clients-legacy__link {
    color: #000;
}

.our-clients-legacy.list .our-clients-legacy__name {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.our-clients-legacy.list .our-clients-legacy__description {
    flex: 1 0;
}

.our-clients-legacy__logo:hover + .our-clients-legacy__description .our-clients-legacy__link {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.our-clients-legacy__works-list {
    color: #6f6f6f;
    font-size: 11px;
    line-height: 1.45;
    margin-top: 5px;
}

.our-clients-legacy__info {
    margin-top: 1.25em;
    width: 100%;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/team_slider/style.css?17187345001594*/
.team-wrapper.team-js-slider
{
	padding: 0 20px;
}

.team-wrapper .team-unit {
	float: left;
	width: 220px;
    height: 260px;
    border-bottom: 1px solid #b0b0b0;
    margin: 0 15px 35px 0;
}


.team-wrapper .team-unit .ramka {
	padding: 1px;
	border: 1px solid #b0b0b0;
	margin: 0 auto 15px auto;
	height: 180px;
}

.team-wrapper .team-unit .ramka .ramka-inner {
	height: 100%;
	overflow: hidden;
}

.team-wrapper .team-unit .ramka img {
	display: block;
	max-width: 100%;
	height: auto;
}

.team-wrapper .team-unit .role {
	color: #8a8a8a;
	display: inline-block;
	font-size: 12px;
}

.team-wrapper .team-unit .name {
	font-size: 18px;
	color: #181818;
	font-weight: normal;
	font-family: Ubuntu, 'Segoe UI', Arial, Helvetica, sans-serif;
}


.team-wrapper.team-js-slider .flickity-prev-next-button
{
	width:25px;
	height:40px;
}
.team-wrapper.team-js-slider .flickity-prev-next-button.next
{
    right: 0px;	
	background:url(/img/red_arrow.png) no-repeat right center;
}
.team-wrapper.team-js-slider .flickity-prev-next-button.previous
{
    left: 0px;
	background:url(/img/red_arrow.png) no-repeat left center;
}
.team-wrapper.team-js-slider .flickity-prev-next-button .flickity-button-icon
{
	display:none;
}


/** МОБИЛЬНАЯ ВЕРСИЯ **/
@media only screen and (orientation: portrait) and (max-device-width: 768px), only screen and (max-device-width: 670px) {
    .team-wrapper .team-unit {
        width: 250px;
        height: 225px;
        margin-right: 20px !important;
    }
    
    .team-wrapper .team-unit:nth-child(2n) {
        margin-right: 0 !important;
    }
}
/* End */


/* Start:/js/flickity/flickity.css?16320676602421*/
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* End */


/* Start:/js/flickity/flickity-fade.css?1556532885211*/
/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* End */


/* Start:/local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/reviews.list.short/style.css?15565328851548*/
.reviews-list-short {
    font-size: 0;
    margin: 0 -15px;
}

.reviews .reviews-list-short {
    margin: 0;
}

.reviews-list-short__item {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .reviews-list-short__item {
        width: 50%;
    }
}

.reviews .reviews-list-short__item {
    margin: 26px 0;
    text-align: left;
}

.reviews-list-short__picture,
.reviews-list-short__description {
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.reviews-list-short__picture {
    display: block;
    margin: 0 auto 20px;
    position: relative;
    width: 108px;
}

@media screen and (min-width: 1024px) {
    .reviews-list-short__picture {
        display: inline-block;
        margin: 0 20px 0 0;
    }
}

.reviews-list-short__picture-link {
    border: 1px solid #ececec;
    display: block;
    overflow: hidden;
}

.reviews-list-short__picture-link:hover,
a.reviews-list-short__picture-link:hover {
    border-color: #bd0b13;
}

.reviews-list-short__picture img {
    display: block;
}

.reviews-list-short__description {
    line-height: 1.5;
    width: 230px;
}

@media screen and (min-width: 1024px) {
    .reviews .reviews-list-short__description {
        width: 330px;
    }
}

@media screen and (max-width: 1023px) {
    .reviews .reviews-list-short__description {
        width: 100%;
    }
}

.reviews-list-short__title {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
/* End */


/* Start:/local/templates/.default/components/pixelplus/feedback/feedback.2019/style.css?166335374816031*/
.form--feedback {
    box-sizing: border-box;
    color: #000;
    line-height: 1.33;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}
@media screen and (max-width: 1023px) {
    .form--feedback {
        padding-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .form--feedback.form--has-border {
        background: repeating-linear-gradient(-45deg, #000, #000 10px, #fff 10px, #fff 20px, #bd0a13 20px, #bd0a13 30px, #fff 30px, #fff 40px), #fff;
        padding: 5px;
    }

    .form--feedback.form--has-border .form__content {
        background: #fff;
        padding: 25px;
    }
}

.form--feedback *,
.form--feedback *::before,
.form--feedback *::after {
    box-sizing: inherit;
}

.form--feedback input,
.form--feedback textarea,
.form--feedback select {
    font: inherit;
    max-width: 100%;
    outline: none;
}

.form--feedback textarea {
    max-height: 11em;
    min-height: 4.5em;
    resize: vertical;
}

.form--feedback p,
.outer-block .form--feedback p {
    line-height: inherit;
    margin: 1em 0;
}

.form--feedback .form__star-required {
    color: #bd0a13;
}

.form--feedback .form__title {
    font-size: 34px;
    margin-bottom: 0.7em;
}

.form--feedback .form__title--medium {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2em;
    text-transform: uppercase;
}

.form--feedback .form__title--small {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.form--feedback .form__announce {
    background: #bd0a13;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 1em;
    padding: 25px;
}

.form--feedback .form__announce .showform {
    border-bottom: 1px dashed #fff;
    color: #fff;
    transition: border-color 0.2s;
}

.form--feedback .form__announce .showform:hover {
    border-color: transparent;
}

.form--feedback .form__intro {
    font-size: 15px;
    margin-bottom: 4em;
    text-align: left;
}

.form--feedback .form__hint {
    color: #67696b;
    font-size: 13px;
    font-style: italic;
    margin-top: 8px;
}

.form--feedback .file-style-wrapper {
    margin-bottom: 0 !important;
}

.form--feedback .file-button-browse {
    margin-right: 0 !important;
    padding: 12px 8px !important;
    font-size: 11px !important;
}

.form--feedback .file-button-remove {
    margin-left: 0 !important;
}

.form--feedback .file-name {
    max-width: 84px;
    padding: 0 0 0 10px;
    text-align: right;
}

.form--feedback .form__input.jq-selectbox {
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

.form--feedback .jq-selectbox__select {
    background: inherit;
    border: 1px solid #c7cfd6;
    border-radius: 3px;
    color: inherit;
    padding: 0.85em 3.5em 0.85em 0.85em;
    transition: all 0.3s;
}

.form--feedback .jq-selectbox.opened .jq-selectbox__select {
    border: 1px solid #ffd06a;
    box-shadow: inset 0 0 7px 0 rgba(250, 189, 0, 0.45);
}

.form--feedback .jq-selectbox__select:hover {
    background: inherit;
}

.form--feedback .jq-selectbox__trigger {
    border: 0;
    width: 46px;
}

.form--feedback .calling-codes__select .jq-selectbox__select {
    padding: 0;
}

.form--feedback .calling-codes__select .jq-selectbox__trigger {
    width: 20px;
}

.form--feedback .jq-selectbox__trigger-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #d1d8de;
    margin: -3px -5px 0 0;
    transition: border-color 0.2s;
}

.form--feedback .jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #ffd06a;
}

.form--feedback .jq-selectbox__dropdown {
    background: #fff;
    border: 1px solid #c7cfd6;
    border-radius: 3px;
    margin: 2px 0;
    min-width: 100%;
    width: auto !important;
}

.form--feedback .jq-selectbox li {
    padding: 0.6em 0.85em;
    transition: background-color 0.3s;
}

.form--feedback .jq-selectbox li:hover {
    background: #ffd06a;
    color: inherit;
}

.form--feedback .jq-selectbox li.selected {
    background: #c7cfd6;
    color: inherit;
}

.form--feedback .jq-selectbox li.disabled {
    color: #565656;
    font-style: italic;
}

.form--feedback .form__section {
    font-size: 13px;
    margin-bottom: 60px;
}

.form--feedback .form__section:last-child {
    margin-bottom: 0;
}

.form--feedback .form__field {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    margin-bottom: 15px;
    position: relative;
    text-align: left;
}

.form--feedback .form__themes {
    display: block;
    position: relative;
}

.form--feedback .form__themes .form__option {
    margin-bottom: 10px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .form--feedback .form__themes .form__option {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .form--feedback .form__themes .form__option {
        width: 33.333%;
    }
}

.form--feedback .form__themes .form__option:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
    .form--feedback .form__themes .form__option:nth-last-of-type(-n + 3) {
        margin-bottom: 0;
    }
}

.form--feedback .form__label {
    cursor: pointer;
    display: block;
    position: relative;
}

.form--feedback .form__input {
    background: #fff;
    border: 1px solid #c7cfd6;
    border-radius: 3px;
    box-shadow: none;
    padding: 0.85em;
    transition: all 0.2s;
    width: 100%;
}

.form--feedback .form__input:focus {
    border-color: #ffd06a;
    box-shadow: inset 0 0 7px 0 rgba(250, 189, 0, 0.45);
}

.form--feedback .form__error .form__input:not(.form__input--ignore-error) {
    border-color: #f35b5e;
    box-shadow: inset 0 0 7px 0 rgba(186, 33, 29, 0.3);
}

.form--feedback .form__error-text {
    color: #bd0a13;
    flex: 0 1 100%;
    font-size: 11px;
    margin-top: 0.5em;
    text-align: left;
}

.form--feedback .form__error-text--global {
    font-size: 16px;
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
}

.form--feedback .form__error-text--restricted {
    display: none;
}

.form--feedback .form__themes .form__error-text {
    text-align: center;
}

.form--feedback .form__hidden {
    display: none !important;
    pointer-events: none;
    visibility: hidden;
}

.form--feedback .form__value--rounded {
    border: 1px solid #e1e6eb;
    border-radius: 2em;
    display: block;
    padding: 0.85em 1em;
    text-align: center;
    transition: all 0.2s;
}

.form--feedback .form__value--nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form--feedback .form__fields {
    margin-bottom: 1.2em;
}

@media screen and (min-width: 1024px) {
    .form--feedback .form__columns {
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: start;
        margin-left: -20px;
        margin-right: -20px;
    }
}

.form--feedback .form__columns--start {
    align-items: start;
}

@media screen and (min-width: 1024px) {
    .form--feedback .form__columns > .form__field {
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
    }
}

.form--feedback .form__field-name,
.form--feedback .form__field-input {
    width: 100%;
}

.form--feedback .form__field-name {
    margin-bottom: 0.5em;
}

@media screen and (min-width: 1024px) {
    .form--feedback .form__field-name {
        flex: 0 1 95px;
        margin: 0;
        padding-right: 0.5em;
    }
}

.form--feedback .form__field-input {
    flex: 1 0;
    position: relative;
}

.form--feedback .form__field-input--double {
    display: flex;
}

.form--feedback .form__field-input--double .form__input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    max-width: 74%;
}

.form--feedback .form__field-input--double .form__input--add {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0;
    max-width: 26%;
}

.form--feedback .form__label:hover .form__value--rounded,
.form--feedback .fake-select:hover .form__value--rounded {
    background: #e1e6eb;
    color: #000;
}

.form--feedback input:checked + .form__value--rounded,
.form--feedback .is-selected .form__value--rounded {
    background: #bd0a13;
    border-color: #bd0a13;
    color: #fff;
}

.form--feedback .form__label:hover input:checked + .form__value--rounded,
.form--feedback .fake-select:hover input:checked + .form__value--rounded,
.form--feedback .is-selected:hover .form__value--rounded {
    box-shadow: inset 0 0 0 2px #bd0a13;
}

.form--feedback .is-selected:hover .form__value--rounded {
    color: inherit;
}

.form--feedback .fake-select > .form__label::before {
    background: #e1e6eb;
    bottom: -10px;
    content: '';
    display: block;
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translate(0, -10px);
    transition: all 0.2s;
    visibility: hidden;
}

.form--feedback .fake-select:hover > .form__label::before {
    height: calc(50% + 10px);
    opacity: 1;
    transform: none;
    visibility: visible;
}

.form--feedback .fake-select > .form__label .form__value {
    position: relative;
    z-index: 2;
}

.form--feedback .fake-select__dropdown {
    align-items: start;
    background: #e1e6eb;
    display: flex;
    font-size: 13px;
    justify-content: space-between;
    left: -8px;
    opacity: 0;
    padding: 20px 25px;
    position: absolute;
    right: -8px;
    text-align: left;
    transform: none;
    transition: all 0.2s;
    visibility: hidden;
    z-index: 110;
}

.form--feedback .fake-select:nth-child(1n) .fake-select__dropdown {
    border-radius: 0 2em 2em 2em;
}

.form--feedback .fake-select:nth-child(2n) .fake-select__dropdown {
    border-radius: 2em;
}

.form--feedback .fake-select:nth-child(3n) .fake-select__dropdown {
    border-radius: 2em 0 2em 2em;
}

.form--feedback .fake-select:hover .fake-select__dropdown {
    opacity: 1;
    transform: translate(0, 10px);
    visibility: visible;
}

.form--feedback .fake-select__dropdown .form__label {
    margin-bottom: 0.65em;
}

.form--feedback .fake-select__dropdown .form__label:last-child {
    margin-bottom: 0;
}

.form--feedback .fake-select__dropdown .form__value {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: all 0.2s;
}

.form--feedback .fake-select__dropdown label:hover .form__value,
.form--feedback .fake-select__dropdown input:checked + .form__value {
    color: #bd0a13;
    text-decoration-color: currentColor;
}

.form--feedback .fake-select__dropdown label:hover input:checked + .form__value {
    color: #0847be;
}

.form--feedback .form__buttons {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    overflow: hidden;
    cursor: pointer;
}

    .form--feedback .form__buttons--desktop {
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        overflow: visible;
        flex-wrap: wrap;
    }

    .form--feedback .form__buttons--desktop svg {
        margin-top: -28px;
        fill-rule: nonzero;
    }

@media screen and (max-width: 1023px) {
    .form--feedback .form__buttons--desktop svg {
        display: none;
    }
}

.form--feedback .form__button {
    background: linear-gradient(to bottom, #c61526 0%, #b30a1a 100%);
    border: none;
    border-bottom: 2px solid #750712;
    border-radius: 2em;
    box-shadow: none;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 16px;
    margin: 0 auto;
    padding: 0.95em 3.5em;
    text-align: center;
    text-align-last: center;
    text-decoration: none;
    transition: all 0.2s;
    user-select: none;
    text-transform: uppercase;
    font-weight: 600;
}

    .form--feedback .form__buttons--desktop .form__button {
        margin: 0 30px;
    }

.form--feedback .form__call-action {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    .form--feedback .form__call-action {
        margin-top: 30px;
        text-align: center;
    }
}

.form--feedback .form__button:disabled {
    /*background: linear-gradient(to bottom, #bbb 0%, #949494 100%);
    border-color: #686868;*/
    /*cursor: not-allowed;*/
}

.form--feedback .form__button:not(:disabled):not(:active):hover {
    box-shadow: inset 0 0 40px 0 #ff1822;
}

.form--feedback .form__button:active {
    background: linear-gradient(to bottom, #a00918 0%, #b4101e 100%);
    border-bottom-width: 0;
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: 2px;
}

.form--feedback .form__field--attachment {
    display: block;
}

.form--feedback .form__field--attachment .form__field-name {
    margin-bottom: 0.5em;
}

.form--feedback .form__field--message .form__input {
    height: 105px;
}

@media screen and (min-width: 1024px) {
    .form--feedback .form__field--message .form__field-name {
        align-self: start;
        margin-top: 13px;
    }
}

.form--feedback .form__field--tender .form__field-name {
    flex-basis: 50%;
}

.form--feedback .form__field--tender .form__field-input {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}

.form--feedback .form__field--tender .form__label {
    margin-right: 20px;
}

.form--feedback .form__field--tender .form__label:last-child {
    margin-right: 0;
}

@media screen and (min-width: 1024px) {
    .form--feedback .form__field--how-found .form__field-input {
        max-width: 238px;
    }
}

.form--feedback .form__required-message {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    color: #8d8d8d;
    font-style: italic;
}

.form--feedback .form__field--privacy-policy {
    text-align: center;
    color: #8d8d8d;
    font-style: italic;
    font-size: 13px;
}

.form--feedback .form__field--privacy-policy a {
    color: #8d8d8d;
}

.form--feedback .form__field--privacy-policy .form__label {
    padding-left: 0;
    margin: 0 auto;
}

.form--feedback .form__field--privacy-policy .fake-checkbox {
    left: 0;
    position: relative;
    top: 0;
}

.form--feedback .form__field--privacy-policy .fake-checkbox__mark {
    border-color: #8d8d8d;
}

.form--feedback .form__field--budget {
    align-items: start;
    flex-flow: column wrap;
}

.form--feedback .form__field--budget .form__input {
    border: none;
    box-shadow: none;
    font-size: 16px;
    padding: 0;
}

.form--feedback .form__field--budget .form__field-name {
    flex: 0;
    margin-bottom: 0.5em;
}

.form--feedback .form__field--budget .form__field-input {
    margin-top: 1em;
}

.form--feedback .form__field--budget .form__field-input::before {
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.form--feedback .form__budget-slider.ui-slider {
    border-color: #c7cfd6;
    box-shadow: none;
    margin: 15px 0 0;
}

.form--feedback .form__budget-slider.ui-slider .ui-slider-handle {
    background: #fff;
    border: 3px solid #bd0a13;
    outline: none;
    transition: border-color 0.2s, border-width 0.2s, left 0.2s ease-out;
}

.form--feedback .form__budget-slider.ui-slider .ui-slider-handle:hover,
.form--feedback .form__budget-slider.ui-slider .ui-slider-handle.ui-state-active {
    border-color: #bd0a13;
    border-width: 6px;
}

.form--feedback .form__budget-slider.ui-slider .ui-slider-range {
    background-color: #bd0a13;
    transition: all 0.2s ease-out;
}

.form--feedback .form__success {
    color: #0cad21;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

.form--feedback {
    max-width: 300px;
}

@media screen and (min-width: 1200px) {
    .form--feedback {
        max-width: 750px;
    }
}

.form-wrapper .form--feedback {
    max-width: 690px;
}

.form-wrapper .form--has-border {
    background: none;
    padding: 0;
}

.form-wrapper .form--has-border .form__content {
    padding: 0;
}
/* End */
/* /local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/our.clients.legacy/style.css?17508447793766 */
/* /local/templates/.default/components/bitrix/catalog.section/team_slider/style.css?17187345001594 */
/* /js/flickity/flickity.css?16320676602421 */
/* /js/flickity/flickity-fade.css?1556532885211 */
/* /local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/reviews.list.short/style.css?15565328851548 */
/* /local/templates/.default/components/pixelplus/feedback/feedback.2019/style.css?166335374816031 */
