

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/ajax-manual/style.css?16807111332884*/
.site-btn-ajax-pager {
    display: block;
    text-align: center;
    width: 100%;
}

.site-btn-ajax-pager .nav-button.show-more {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-sizing: border-box;
    color: #2f2f2f;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px 25px;
    position: relative;
    text-align: center;
    transition: color .3s, background .3s;
    width: 100%;
}

.site-btn-ajax-pager .nav-button.show-more:hover {
    background: #ececec;
    color: #bd0b13;
}

.site-btn-ajax-pager .nav-button.show-more .loadnav {
    background-color: #f7f7f7;
    background-image: url(/img/icon-loader-infinity.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .2s, background-color .3s;
    width: 160px;
}

.site-btn-ajax-pager .nav-button.show-more .loadnav.active {
    opacity: 1;
}

.site-btn-ajax-pager .nav-button.show-more:hover .loadnav {
    background-color: #ececec;
}

.site-btn-ajax-pager .page-controls {
    display: inline-block;
    overflow: hidden;
}

.site-btn-ajax-pager .page-controls .control-item {
    border: 1px solid #ececec;
    border-right: none;
    color: #2f2f2f;
    cursor: default;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.site-btn-ajax-pager .page-controls .control-item:last-child {
    border-right: 1px solid #ececec;
}

.site-btn-ajax-pager .page-controls .control-item.selected {
    background: #ececec;
    color: #bd0b13;
}

.site-btn-ajax-pager .page-controls .control-item.to-start {
    border-radius: 5px;
    border-right: 1px solid #ececec;
    margin-right: 15px;
    padding: 0 15px;
    width: auto;
}

.site-btn-ajax-pager .page-controls .control-item.prev,
.site-btn-ajax-pager .page-controls .control-item.next {
    width: 40px;
}

.site-btn-ajax-pager .page-controls .control-item.prev,
.site-btn-ajax-pager .page-controls .control-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.site-btn-ajax-pager .page-controls .control-item.next,
.site-btn-ajax-pager .page-controls .control-item:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.site-btn-ajax-pager .page-controls .control-item a {
    border: none;
    color: #2f2f2f;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}

/** МОБИЛЬНАЯ ВЕРСИЯ **/
@media only screen and (orientation: portrait) and (max-device-width: 768px), only screen and (max-device-width: 670px) {
    .site-btn-ajax-pager .page-controls .control-item.to-start {
        float: none;
        margin: 0 auto 15px auto;
    }
}
/* End */


/* Start:/local/templates/pixelplus.ru_2015.mobile/components/bitrix/catalog.section/new_portfolio_list/style.css?16951184544999*/
.portfolio-items-wrapper .portfolio-item {
    margin-bottom: 65px;
    overflow: hidden;
}

.portfolio-items-wrapper .portfolio-item .left-col {
    float: left;
    width: 360px;
}

.portfolio-items-wrapper .portfolio-item .left-col a {
    border: none;
}

.portfolio-items-wrapper .portfolio-item .left-col img {
    border: 1px solid #ddd;
    display: block;
    max-width: 100%;
    height: auto;
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    /*image-rendering: pixelated;*/                 /* Universal support since 2021   */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

.portfolio-items-wrapper .portfolio-item .right-col {
    float: right;
    width: 335px;
}

.portfolio-items-wrapper .portfolio-item .client-logo {
    margin-bottom: 35px;
    position: relative;
}

.portfolio-items-wrapper .portfolio-item .client-logo img {
    margin: 0;
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    /*image-rendering: pixelated;*/                 /* Universal support since 2021   */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */
}

.portfolio-items-wrapper .portfolio-item .client-name-description {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.portfolio-items-wrapper .portfolio-item .client-name-description .client-name {
    color: #181818;
    font-size: 16px;
    font-weight: bold;
}

.portfolio-items-wrapper .portfolio-item .client-name-description .client-name a {
    border: none;
    color: #181818;
}

.portfolio-items-wrapper .portfolio-item .client-name-description .client-description {
    color: #181818;
    font-size: 14px;
}

.portfolio-items-wrapper .portfolio-item .client-props {
    color: #6e6e6e;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.portfolio-items-wrapper .portfolio-item .client-announce {
    color: #626161;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.portfolio-items-wrapper .portfolio-item .client-review {
    color: #6e6e6e;
    font-size: 13px;
    margin-bottom: 25px;
}

.portfolio-items-wrapper .portfolio-item .client-review a {
    border: none;
    color: #6e6e6e;
    text-decoration: none;
}

.portfolio-items-wrapper .portfolio-item .client-review a > span[class^=icon-] {
    font-size: 15px;
    vertical-align: middle;
}

.portfolio-items-wrapper .portfolio-item .client-review a > span.link-text {
    border-bottom: 1px solid #6e6e6e;
    transition: border-color .3s;
}

.portfolio-items-wrapper .portfolio-item .client-review a:hover > span.link-text {
    border-color: transparent;
}

.portfolio-items-wrapper .portfolio-item .competition-block {
    color: #777;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
}

.portfolio-items-wrapper .portfolio-item .competition-block .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.portfolio-items-wrapper .portfolio-item .competition-block img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
	max-width:70px;
}
.portfolio-items-wrapper .portfolio-item .competition-block .competition_img
{
    display: inline-block;
    margin: 0;
    vertical-align: middle;
	width:70px;
	height:70px;	
	border:1px solid #f1f1f1;
	border-radius:50%;
	overflow:hidden;
}
.portfolio-items-wrapper .portfolio-item .competition-block .description br 
{
	display:none;
} 
.portfolio-items-wrapper .portfolio-item .competition-block .description 
{
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
	width:calc(100% - 80px);
	box-sizing:border-box;
}

/** МОБИЛЬНАЯ ВЕРСИЯ **/
@media only screen and (orientation: portrait) and (max-device-width: 768px), only screen and (max-device-width: 670px) {
    .portfolio-items-wrapper .portfolio-item .left-col,
    .portfolio-items-wrapper .portfolio-item .right-col {
        float: none;
        max-width: 100%;
    }

    .portfolio-items-wrapper .portfolio-item .left-col {
        margin-bottom: 20px;
    }

    .portfolio-items-wrapper .portfolio-item .client-logo {
        text-align: center;
    }

    .portfolio-items-wrapper .portfolio-item .left-col img {
        box-sizing: border-box;
    }
}
/* End */


/* Start:/local/templates/pixelplus.ru_2015.mobile/css/components/callToAction.css?17206452053227*/
@keyframes pulse {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

.call-to-action {
    --cta-right-offset: 15px;
    --cta-bottom-offset: 15px;
    position: fixed;
    bottom: var(--cta-bottom-offset);
    right: var(--cta-right-offset);
    z-index: 10;
    transition: opacity .3s, visibility .3s
}

.call-to-action--hidden {
    opacity: 0;
    visibility: hidden
}

.call-to-action__open {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background-color: var(--color-white);
    cursor: pointer;
    transition: opacity .3s, visibility .3s
}

.call-to-action--opened .call-to-action__open {
    opacity: 0;
    visibility: hidden
}

.call-to-action__open::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--color-white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    animation: 2s infinite pulse
}

.call-to-action__image {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(/local/templates/pixelplus.ru_2015.mobile/css/components/../../images/rocket.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.call-to-action__open-text {
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    display: block;
    width: max-content;
    padding: 4px 8px;
    background-color: var(--color-white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s 1s, visibility .3s 1s, transform .3s 1s
}

.call-to-action--shown .call-to-action__open-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.call-to-action__form {
    --field-text-border-color: var(--color-gray--light);
    --field-text-color: var(--text-color);
    position: absolute;
    bottom: calc(-1 * var(--cta-bottom-offset));
    right: calc(-1 * var(--cta-right-offset));
    transform: translateY(100%);
    display: block;
    min-width: calc(100vw - 17px);
    padding: 48px 16px 24px;
    background-color: var(--color-gray--lighten);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, transform .3s
}

.call-to-action--opened .call-to-action__form {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.call-to-action__close {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: none;
    background-color: var(--color-primary);
    cursor: pointer
}

.call-to-action__close svg {
    width: 16px;
    height: 16px;
    stroke: var(--color-white);
    flex: 0 0 auto;
}

@media (min-width: 576px) {
    .call-to-action {
        --cta-right-offset: 48px;
        --cta-bottom-offset: 28px
    }

    .call-to-action__form {
        min-width: 420px;
        padding: 48px 32px 24px
    }
}

/* End */


/* Start:/local/templates/pixelplus.ru_2015.mobile/components/pixelplus/feedback/form-short/style.css?16383589543704*/
.form--short-feedback {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    padding: 20px 0 0 0;
    background: #fff;
    margin: 30px auto;
    font-size: 13px;
}

    .fancybox-opened .form--short-feedback {
        margin: 0;
        max-width: 250px;
        box-shadow: none;
    }

.form--short-feedback .form__title {
    font-family: Ubuntu, sans-serif;
    font-size: 21px;
    margin-bottom: 21px;
}

.form--short-feedback .form__intro {
    font-size: 13px;
    color: #555;
    margin-bottom: 21px;
}

.form--short-feedback .moving-placeholder {
    position: relative;
}

.form--short-feedback .moving-placeholder__field {
}

.form--short-feedback .moving-placeholder__label {
    color: inherit;
    font-size: inherit;
    line-height: 1;
    opacity: .8;
    pointer-events: none;
    position: absolute;
    top: .85em;
    left: .85em;
    transition: .3s;
}

.form--short-feedback .moving-placeholder__field:focus + .moving-placeholder__label,
.form--short-feedback .moving-placeholder__field.--focus + .moving-placeholder__label {
    font-size: 11px;
    top: -.5em;
    left: .6em;
    background: #fff;
    opacity: 1;
    padding: 0 .5em;
}

.form--short-feedback .form__field-input--required:after {
    content: '*';
    color: red;
    position: absolute;
    right: .85em;
    top: .85em;
}

.form--short-feedback .form__fields {
    margin-bottom: 20px;
}

.form__field-name {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    text-align: center;
}

.form--short-feedback .form__field {
    margin: 0;
}

.form--short-feedback .form__field + .form__field {
    margin-top: 15px;
}

.form--short-feedback .form__required-message {
    font-family: Ubuntu, sans-serif;
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    color: #555;
    margin-bottom: 26px;
}

.form--short-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 2.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--short-feedback .form__field--privacy-policy {
    text-align: center;
    color: #8d8d8d;
    font-style: italic;
    font-size: 13px;
    margin-top: 20px;
}

.form--short-feedback .form__field--privacy-policy .form__label {
    padding: 0;
}

.form--short-feedback .form__field--privacy-policy .fake-checkbox {
    display: none;
}

.form--short-feedback .field.field-theme {
    display: none;
}

.form--short-feedback .jq-selectbox__select,
/*.form--short-feedback .jq-selectbox.opened .jq-selectbox__select,*/
.form--short-feedback .jq-selectbox.focused .jq-selectbox__select {
    background: #fff;
    border: 1px solid #c7cfd6;
    border-radius: 3px;
    box-shadow: none;
    padding: 0.85em;
    transition: all 0.2s;
    width: 100%;
}

.form--short-feedback .jq-selectbox__dropdown {
    width: 100% !important;
}

.form--short-feedback .jq-selectbox__dropdown ul {
    max-height: 150px;
}

@media screen and (min-width: 1024px) {
    .form--short-feedback {
        padding: 40px 70px;
        font-size: 14px;
        max-width: 474px;
    }

    .fancybox-opened .form--short-feedback {
        max-width: 474px;
    }

    .form--short-feedback .form__fields {
        padding: 0 20px;
    }

    .form--short-feedback .form__button {
        padding: 0.95em 3.5em;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/ajax-manual/style.css?16807111332884 */
/* /local/templates/pixelplus.ru_2015.mobile/components/bitrix/catalog.section/new_portfolio_list/style.css?16951184544999 */
/* /local/templates/pixelplus.ru_2015.mobile/css/components/callToAction.css?17206452053227 */
/* /local/templates/pixelplus.ru_2015.mobile/components/pixelplus/feedback/form-short/style.css?16383589543704 */
