

/* Start:/local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/our.clients/style.css?15565328852226*/
.our-clients {
    margin-bottom: 55px;
    overflow: hidden;
    text-align: center;
}

.our-clients--adaptive {
    margin: 0 auto 55px auto;
    max-width: 300px;
}

@media (min-width: 768px) {
    .our-clients--adaptive {
        max-height: 645px;
        max-width: 1470px;
    }
}

.our-clients__item {
    background: #fff;
    box-sizing: border-box;
    height: 214px;
    margin: 0 0 1px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .our-clients__item {
        font-size: 12px;
        margin: 0 1px 1px 0;
        width: 244px;
    }
}

.wide-block .our-clients__item {
    border: 1px solid #eee;
}

.wide-block--bg-grey .our-clients__item {
    border: none;
}

.our-clients__content {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    justify-content: center;
    padding: 20px 30px;
    text-decoration: none;
    width: 100%;
}

.our-clients__logo {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.our-clients__work {
    color: #666;
    position: relative;
    transition: color 0.3s;
}

.our-clients__overlay {
    display: none;
}

@media (min-width: 768px) {
    .our-clients__overlay {
        background: rgba(179, 10, 26, 0.9);
        bottom: -100%;
        color: #fff;
        display: block;
        font-size: 12px;
        height: 100%;
        left: 0;
        padding: 30px 20px;
        position: absolute;
        transition: bottom 0.5s cubic-bezier(0.31, 0.91, 0.24, 0.99);
        width: 100%;
    }

    .our-clients__item:hover .our-clients__overlay {
        bottom: 0;
    }

    .our-clients__name {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 15px;
        opacity: 0;
        transition: opacity 0.2s;
    }

    .our-clients__item:hover .our-clients__name {
        opacity: 1;
        transition: opacity 0.3s 0.2s;
    }

    .our-clients__description {
        opacity: 0;
        transition: opacity 0.2s;
    }

    .our-clients__item:hover .our-clients__description {
        opacity: 1;
        transition: opacity 0.3s 0.4s;
    }
}
/* End */


/* Start:/local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.line/news.and.articles.slider/style.css?15565328852684*/
.news-and-articles {
    text-align: left;
}

.news-and-articles__filter {
    margin-bottom: 35px;
}

.news-and-articles__filter.grid {
    justify-content: start;
}

.news-and-articles__filter-item.btn {
    border-color: transparent;
    margin-right: 0.5em;
}

@media (min-width: 1024px) {
    .news-and-articles__filter-item.btn {
        margin-right: 1em;
    }

    .news-and-articles__filter-item.btn:last-child {
        margin-right: 0;
    }
}

.news-and-articles__filter-item.btn:hover {
    background: transparent;
    border-color: #d4d4d4;
    color: #bd0b13;
}

.news-and-articles__filter-item.btn.is-active {
    border-color: #d4d4d4;
    color: #000;
}

.news-and-articles__slider {
    margin: 0 -10px;
}

.news-and-articles__item {
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 1200px) {
    .news-and-articles__item {
        width: 33.333%;
    }
}

.news-and-articles__item-content {
    border: 1px solid #e7e6e6;
    min-height: 200px;
    padding: 20px 30px;
    position: relative;
    transition: border-color 0.2s;
}

@media (min-width: 1024px) {
    .news-and-articles__item-content {
        border-color: transparent;
        min-height: 345px;
        padding-top: 185px;
    }

    .news-and-articles__item-content:hover {
        border-color: #e7e6e6;
    }
}

.news-and-articles__link {
    display: none;
}

@media (min-width: 1024px) {
    .news-and-articles__link {
        align-items: center;
        background: #eee;
        display: flex;
        height: 165px;
        justify-content: center;
        left: 0;
        position: absolute;
        right: 0;
        text-decoration: none;
        top: 0;
    }
}

.news-and-articles__placeholder {
    color: #bd0b13;
    font-size: 60px;
}

.news-and-articles__date {
    color: #b6b6b6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 1em;
    text-transform: lowercase;
}

.news-and-articles__name {
    color: #bd0b13;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
}

.news-and-articles__link:hover ~ .news-and-articles__name {
    text-decoration-color: transparent;
}

.news-and-articles__description {
    font-size: 13px;
}

.news-and-articles__category {
    color: #b6b6b6;
    font-size: 11px;
    text-transform: uppercase;
}

.news-and-articles__slider .flickity-prev-next-button {
    top: -78px;
    transform: none;
}

@media (max-width: 1023px) {
    .news-and-articles__slider .flickity-prev-next-button {
        display: none;
    }
}

.news-and-articles__slider .flickity-prev-next-button.previous {
    left: auto;
    right: 55px;
}

.news-and-articles__slider .flickity-prev-next-button.next {
    right: 10px;
}
/* End */


/* Start:/local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/video.slider/style.css?15565328851264*/
.videos {
    text-align: left;
}

.videos__slider {
    margin: 0 -10px;
    padding-bottom: 50px;
}

.videos__item {
    height: 168px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

@media (min-width: 1200px) {
    .videos__item {
        height: 175px;
        width: 33.333%;
    }
}

.videos__item-content {
    background: #dedede;
    height: 100%;
}

.videos__link {
    color: #fff;
    display: block;
    height: 100%;
    text-decoration: none;
}

.videos__link:hover {
    color: #bd0b13;
}

.videos__play-icon {
    font-size: 48px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.videos__image {
    height: auto;
    opacity: 0;
    transition: opacity 0.4s;
    width: 100%;
}

.videos__image.flickity-lazyloaded {
    opacity: 1;
}

.videos__slider .flickity-prev-next-button {
    bottom: 0;
    top: auto;
    transform: none;
}

@media (max-width: 1199px) {
    .videos__slider .flickity-prev-next-button {
        display: none;
    }
}

.videos__slider .flickity-prev-next-button.previous {
    left: 10px;
}

.videos__slider .flickity-prev-next-button.next {
    right: 10px;
}

.videos__slider .flickity-page-dots {
    bottom: 10px;
}
/* End */


/* Start:/local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/mass.media.slider/style.css?15565328851927*/
.mass-media {
    text-align: left;
}

.mass-media__slider {
    margin: 0 -10px;
    padding-bottom: 50px;
}

.mass-media__item {
    padding: 0 10px;
    width: 100%;
}

@media (min-width: 1200px) {
    .mass-media__item {
        width: 33.333%;
    }
}

.mass-media__item-content {
    border: 1px solid #e7e6e6;
    min-height: 200px;
    padding: 20px 30px;
    position: relative;
    transition: border-color 0.2s;
}

@media (min-width: 1200px) {
    .mass-media__item-content {
        border-color: transparent;
        min-height: 345px;
        padding-top: 185px;
    }

    .mass-media__item-content:hover {
        border-color: #e7e6e6;
    }
}

.mass-media__link {
    align-items: center;
    display: flex;
    height: 165px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
}

@media (max-width: 1199px) {
    .mass-media__link {
        display: none;
    }
}

.mass-media__picture {
    opacity: 0;
    transition: opacity 0.4s;
}

.mass-media__picture.flickity-lazyloaded {
    opacity: 1;
}

.mass-media__placeholder {
    color: #bd0b13;
    font-size: 60px;
}

.mass-media__date {
    color: #b6b6b6;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 1em;
    text-transform: lowercase;
}

.mass-media__name {
    color: #bd0b13;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.35;
}

.mass-media__link:hover ~ .mass-media__name {
    text-decoration-color: transparent;
}

.mass-media__slider .flickity-prev-next-button {
    bottom: 0;
    top: auto;
    transform: none;
}

@media (max-width: 1199px) {
    .mass-media__slider .flickity-prev-next-button {
        display: none;
    }
}

.mass-media__slider .flickity-prev-next-button.previous {
    left: 10px;
}

.mass-media__slider .flickity-prev-next-button.next {
    right: 10px;
}

.mass-media__slider .flickity-page-dots {
    bottom: 10px;
}
/* End */


/* Start:/local/templates/.default/components/pixelplus/feedback/feedback.2019/style.css?160734276815921*/
.form--feedback {
    box-sizing: border-box;
    color: #000;
    line-height: 1.33;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

@media screen and (min-width: 769px) {
    .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: 769px) {
    .form--feedback .form__themes .form__option {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 769px) {
    .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: 769px) {
    .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: 769px) {
    .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: 769px) {
    .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: 769px) {
    .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:nth-last-child(2) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    max-width: 77%;
}

.form--feedback .form__field-input--double .form__input:nth-last-child(2) ~ .form__input {
    border-bottom-left-radius: 0;
    border-left: 0;
    border-top-left-radius: 0;
    max-width: 23%;
}

.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: 0;
    opacity: 0;
    padding: 20px 25px;
    position: absolute;
    right: 1px;
    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;
}

    .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;
    }

@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: 769px) {
    .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: 769px) {
    .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/style.css?15565328852226 */
/* /local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.line/news.and.articles.slider/style.css?15565328852684 */
/* /local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/video.slider/style.css?15565328851264 */
/* /local/templates/pixelplus.ru_2015.mobile/components/bitrix/news.list/mass.media.slider/style.css?15565328851927 */
/* /local/templates/.default/components/pixelplus/feedback/feedback.2019/style.css?160734276815921 */
