

/* Start:/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/style.css?166367113231520*/
.support-case-detail {
    color: #2f2e2f;
}
.cms_logo {
    max-width: 210px;
}
.cms_logo_block
{
    margin-top: 20px;
}
.support-case-detail .bx-wrapper {
    position: relative;
}

.support-case-detail .bx-wrapper .bx-controls {
    position: absolute;
    top: 50%;
    width: 100%;
}

.support-case-detail .bx-wrapper .bx-controls-direction > span {
    bottom: auto;
    height: 55px;
    margin: -27px 0 0;
    opacity: 1;
    top: 50%;
    transition: opacity 0.3s, visibility .3s;
    visibility: visible;
    width: 55px;
}
.case-realise-steps .title_realise,
.results-block .title_results
{
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:40px;
}
.results-block .title_results
{
	margin-bottom:15px;
}


.support-case-detail .bx-wrapper .bx-controls-direction > span > span {
    display: none;
}

.support-case-detail .bx-wrapper .bx-controls-direction > span.disabled {
    display: block;
    opacity: 0;
    visibility: hidden;
}

.support-case-detail .bx-wrapper .bx-controls-direction .bx-prev {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/slider-arrow-prev.svg) center no-repeat;
    left: -55px;
}

.support-case-detail .bx-wrapper .bx-controls-direction .bx-next {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/slider-arrow-next.svg) center no-repeat;
    right: -55px;
}

.support-case-detail .wide-block {
    padding: 55px 0;
}

.support-case-detail .support-case-detail__flex-container {
    width: 940px;
	display:flex;
	flex-wrap:wrap;
    align-items: center;
}

.support-case-detail .block-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 35px 0;
    text-transform: uppercase;
}

.support-case-detail .block-text {
    font-size: 16px;
    line-height: 1.5;
}

.support-case-detail .case-main-banner {
    background: center/cover no-repeat, #383d44;
    color: #fff;
    padding: 80px 0 40px 0;
    position: relative;
}

.support-case-detail .case-main-banner .main-banner-stripe {
    background-color: #fff;
    height: 2px;
    margin: 40px auto;
    width: 90px;
}

.support-case-detail .case-main-banner .main-banner-text {
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}
.support-case-detail .case-main-banner .main-banner-hr {
    width: 90px;
    margin: 46px auto;
    border-bottom: 2px solid #fff;
}
.support-case-detail .case-main-banner .main-banner-name
{
}
.support-case-detail .case-client-description .description-text {
    font-size: 18px;
    line-height: 1.45;
}

.support-case-detail .case-client-description .description-image {
    margin-top: 40px;
}

.support-case-detail .company-about {
    background: center/cover no-repeat;
}

.support-case-detail .company-about .icon-pre-header {
    margin-bottom: 20px;
}

.support-case-detail .company-about .company-about-icons {
    font-size: 0;
    margin: 0 auto 35px 0;
    width: 100%;
}

.support-case-detail .company-about .company-about-icons .company-about-icons-inner {
    margin: 0 -10px;
}

.support-case-detail .company-about .company-about-icons .about-icons-item {
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
    vertical-align: top;
    width: 33.3333%;
}

.support-case-detail .company-about .company-about-icons .about-icons-item:nth-last-child(4),
.support-case-detail .company-about .company-about-icons .about-icons-item:nth-last-child(4) ~ .about-icons-item {
    width: 25%;
}

.support-case-detail .company-about .company-about-icons .about-icons-item .item-picture {
    line-height: 70px;
    margin-bottom: 25px;
}

.support-case-detail .company-about .company-about-icons .about-icons-item .item-picture img {
    vertical-align: middle;
}

.support-case-detail .company-about .company-about-icons .about-icons-item .item-description {
    line-height: 1.3;
}

.support-case-detail .company-about .company-about-icons .about-icons-item .item-description > span {
    font-size: 14px;
}

.support-case-detail .case-problem-solution {
    background-color: #f2f4f6;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
}

.support-case-detail .case-problem-solution .p-s-item {
    height: 100%;
    position: absolute;
    width: 100%;
}

.support-case-detail .case-problem-solution.static .p-s-item {
    height: 440px;
    position: static;
    vertical-align: top;
	display:inline-block;
}

.support-case-detail .case-problem-solution .p-s-item .container {
    box-sizing: border-box;
    display: table;
    height: 100%;
    position: relative;
    width: 680px;
}

.support-case-detail .case-problem-solution .p-s-item .container .content-valign {
    display: table-cell;
    padding: 35px 0 285px 0;
    vertical-align: middle;
}

.support-case-detail .case-problem-solution .p-s-item.pic-custom .container .content-valign {
    padding-bottom: 35px;
}

.support-case-detail .case-problem-solution .p-s-item.no-pics .container .content-valign {
    padding-bottom: 0;
}

.support-case-detail .case-problem-solution.static .p-s-item .container .content-valign {
    padding-bottom: 35px;
}

.support-case-detail .case-problem-solution .p-s-item .block-text {
    font-size: 18px;
    font-weight: 300;
    width: 60%;
    margin: 0 auto;
}

.support-case-detail .case-problem-solution .p-s-laptop {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-laptop-screen.png) no-repeat center bottom;
    bottom: 0;
    height: 220px;
    left: 50%;
    margin-left: -250px;
    overflow: hidden;
    position: absolute;
    width: 500px;
}

.support-case-detail .case-problem-solution .p-s-laptop .laptop-screen {
    background: center/cover no-repeat;
    bottom: 0;
    height: 210px;
    left: 50%;
    margin-left: -232px;
    position: absolute;
    width: 465px;
}

.support-case-detail .case-problem-solution .p-s-laptop .laptop-shadow {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-laptop-shadow.png) repeat-x center bottom;
    bottom: 0;
    height: 10px;
    left: 10px;
    position: absolute;
    right: 10px;
}

.support-case-detail .case-problem-solution .p-s-item .icon-problem {
    color: #b80002;
    font-size: 42px;
    margin-bottom: 15px;
}

.support-case-detail .case-problem-solution .p-s-item .icon-solution {
    color: #d6dbe1;
    font-size: 56px;
    margin-bottom: 10px;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution 
{
    width: 54.75%;
    background: url(/img/case_solutions.png) no-repeat left center;
    background-size: auto 100% !important;
    color: #fff;
}
.support-case-detail .case-problem-solution .p-s-item.case-problem
{
    width: 45%;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-brace {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-brace.png) no-repeat right center;
    background-size: auto 100% !important;
    bottom: 0;
    left: 1px;
    min-width: 211px;
    position: absolute;
    top: 0;
    transform: translate(-100%, 0);
}

.support-case-detail .case-problem-solution.static .p-s-item.case-solution .solution-brace {
    display: none;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-brace .brace-shape {
    bottom: -3%;
    position: absolute;
    top: -3%;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-brace .brace-shape svg {
    height: 100%;
    width: auto;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-slider-wrapper {
    margin-top: 30px;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-slider {
    font-size: 16px;
    height: 100%;
    width: 5000%;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-slider:after {
    clear: both;
    content: '';
    display: table;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-slider .slide-item {
    display: table;
    float: left;
    height: 100%;
    width: 680px;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-slider .slide-item .slide-item-content {
    display: table-cell;
    vertical-align: middle;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .solution-slider img {
    margin: 0 auto;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .bx-wrapper .bx-controls-direction > span {
    height: 34px;
    margin-top: -17px;
    width: 34px;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .bx-wrapper .bx-controls-direction .bx-prev {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/slider-arrow-prev-white.svg) center no-repeat;
    left: -34px;
}

.support-case-detail .case-problem-solution .p-s-item.case-solution .bx-wrapper .bx-controls-direction .bx-next {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/slider-arrow-next-white.svg) center no-repeat;
    right: -34px;
}

.support-case-detail .icon-prototyping {
    color: #d6dbe1;
    font-size: 39px;
    margin-bottom: 25px;
}

.support-case-detail .case-prototyping-pre .block-title {
    margin-bottom: 0;
}

.support-case-detail .case-prototyping-pre .block-text {
    margin-top: 35px;
}

.support-case-detail .case-prototyping {
    background: #f6f9fb url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-graph-paper.jpg) repeat fixed;
    padding: 85px 0 60px 0;
}

.support-case-detail .case-prototyping-slider {
    padding: 50px 0;
}

.support-case-detail .case-prototyping-slider .bx-wrapper {
    margin: 0;
}

.support-case-detail .case-prototyping-slider .bx-viewport {
    box-sizing: content-box;
    margin: 0 -1000px;
    padding: 0 1000px;
}

.support-case-detail .case-prototyping-slider .proto-slider {
    height: 100%;
    text-align: center;
}

.support-case-detail .case-prototyping-slider .proto-slider .slide-item {
    display: table;
    height: 100%;
}

.support-case-detail .case-prototyping-slider .proto-slider .slide-item .slide-item-content {
    box-sizing: border-box;
    display: table-cell;
    padding: 0 45px;
    vertical-align: middle;
    width: 100%;
}

.support-case-detail .case-prototyping-slider .proto-slider img {
    margin: 0 auto;
}

.support-case-detail .case-prototyping .prototypes-list {
    font-size: 0;
    margin: 0 -55px;
    text-align: justify;
    text-align-last: justify;
}

.support-case-detail .case-prototyping .prototypes-list .prototype-item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 65px;
    vertical-align: top;
}

.support-case-detail .case-prototyping .prototypes-list .prototype-item:after {
    clear: both;
    content: '';
    display: table;
    width: 100%;
}

.support-case-detail .case-prototyping .prototypes-list .prototype-item .prototype-description {
    float: left;
    font-style: italic;
    margin-top: 25px;
    padding: 0 0 0 55px;
    text-align: left;
    text-align-last: left;
    width: 300px;
}

.support-case-detail .case-prototyping .prototypes-list .prototype-item:nth-child(2n) .prototype-description {
    float: right;
    padding: 0 55px 0 0;
    text-align: right;
    text-align-last: right;
}

.support-case-detail .case-prototyping .prototyping-epilogue {
    text-align: left;
}

.support-case-detail .case-prototyping .prototyping-epilogue::after {
    clear: both;
    content: '';
    display: table;
}

.support-case-detail .case-prototyping .prototyping-epilogue .prototype-picture {
    float: left;
    width: 600px;
}

.support-case-detail .case-prototyping .prototyping-epilogue .prototype-picture + .prototype-description {
    float: right;
    width: 305px;
}

.support-case-detail .case-design {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/arrow.png) no-repeat center 10px;
    padding-top: 120px;
}

.support-case-detail .case-design .layout-list {
    margin-top: 50px;
}

.support-case-detail .case-design .layout-list .layout-item {
    margin-bottom: 40px;
}

.support-case-detail .case-design .layout-list .layout-item .layout-picture {
    margin-bottom: 25px;
}

.support-case-detail .case-design .layout-list .layout-item .layout-picture img {
    display: inline-block;
}

.support-case-detail .case-design .layout-list .layout-item .layout-description {
    font-style: italic;
}

.support-case-detail .case-design .layout-list.list-horizontal {
    margin-top: 40px;
    overflow: hidden;
}

.support-case-detail .case-design .layout-list.list-horizontal .list-acenter {
    font-size: 0;
    left: 50%;
    position: relative;
    text-align: center;
    transform: translate(-50%, 0);
    width: 500%;
}

.support-case-detail .case-design .layout-list.list-horizontal .layout-item {
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: top;
}

.support-case-detail .case-design .layout-list.list-horizontal .layout-item:last-child {
    margin-right: 0;
}

.support-case-detail .markup-integration {
    background: #89bdd9 url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-abstract-blue.jpg) no-repeat fixed;
    background-size: cover;
    color: #fff;
    padding: 0;
}

.support-case-detail .markup-integration .container {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-logo-bitrix-transparent.png) no-repeat center;
    box-sizing: border-box;
    min-height: 380px;
    padding: 60px 0;
}

.support-case-detail .integration-epilogue {
    padding-bottom: 0;
}

.support-case-detail .integration-epilogue .block-text + .laptop {
    margin-top: 50px;
}

.support-case-detail .integration-epilogue .laptop {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-laptop-full.png) no-repeat center;
    height: 555px;
    position: relative;
    width: 940px;
}

.support-case-detail .integration-epilogue .laptop .laptop-screen {
    background-color: #333;
    height: 408px;
    left: 141px;
    overflow: hidden;
    position: absolute;
    top: 37px;
    width: 654px;
}

.support-case-detail .case-epilogue {
    background-color: #e3e8ec;
}

.support-case-detail .case-epilogue .client-review {
    font-size: 0;
    margin-top: 35px;
    text-align: left;
}

.support-case-detail .case-epilogue .client-review .review-description,
.support-case-detail .case-epilogue .client-review .review-text {
    display: inline-block;
    font-size: 14px;
    vertical-align: bottom;
}

.support-case-detail .case-epilogue .client-review .review-description {
    width: 36%;
}

.support-case-detail .case-epilogue .client-review .review-description .review-photo {
    border-radius: 50%;
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100px;
}

.support-case-detail .case-epilogue .client-review .review-description .review-info {
    line-height: 1.6;
}

.support-case-detail .case-epilogue .client-review .review-description .review-name {
    font-size: 16px;
    font-weight: bold;
}

.support-case-detail .case-epilogue .client-review .review-text {
    box-sizing: border-box;
    padding: 0 45px 0 50px;
    position: relative;
    width: 64%;
}

.support-case-detail .case-epilogue .client-review .review-text .text-quote {
    color: #fff;
    font-size: 70px;
    font-style: italic;
    position: absolute;
}

.support-case-detail .case-epilogue .client-review .review-text .text-quote.quote-open {
    left: 0;
    top: -4px;
}

.support-case-detail .case-epilogue .client-review .review-text .text-quote.quote-close {
    bottom: 8px;
    right: 0;
}

.support-case-detail .case-epilogue .client-review .review-text .text-content {
    font-style: italic;
    line-height: 1.6;
}

/** Client specific */
.support-case-detail.heineken-excursion .case-problem-solution .p-s-item.case-solution {
    background: #25803a url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-green.jpg) no-repeat left center;
}

.support-case-detail.heineken-excursion .case-problem-solution .p-s-item.case-solution .solution-brace {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-brace-green.png) no-repeat right center;
}

.support-case-detail.olk-lk .case-problem-solution .p-s-item.case-solution {
    background: #007cba url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-blue.jpg) no-repeat left center;
}

.support-case-detail.olk-lk .case-problem-solution .p-s-item.case-solution .solution-brace {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-brace-blue.png) no-repeat right center;
}

.support-case-detail.smartguard-lk .case-problem-solution .p-s-item.case-solution {
    background: #f54c13 url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-orange.jpg) no-repeat left center;
}

.support-case-detail.smartguard-lk .case-problem-solution .p-s-item.case-solution .solution-brace {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-brace-orange.png) no-repeat right center;
}

.support-case-detail.kedr-3d-configurator .case-problem-solution .p-s-item.case-solution {
    background: #0d5a48 url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-dark-green.jpg) no-repeat left center;
}

.support-case-detail.kedr-3d-configurator .case-problem-solution .p-s-item.case-solution .solution-brace {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-brace-dark-green.png) no-repeat right center;
}

.support-case-detail.samsonite-loyalty-program .case-problem-solution .p-s-item.case-solution,
.support-case-detail.aksbazzar-integration .case-problem-solution .p-s-item.case-solution,
.support-case-detail.dominos-pizza-feedback .case-problem-solution .p-s-item.case-solution {
    background: #004d8f url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-dark-blue.jpg) no-repeat left center;
}

.support-case-detail.samsonite-loyalty-program .case-problem-solution .p-s-item.case-solution .solution-brace,
.support-case-detail.aksbazzar-integration .case-problem-solution .p-s-item.case-solution .solution-brace,
.support-case-detail.dominos-pizza-feedback .case-problem-solution .p-s-item.case-solution .solution-brace {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-brace-dark-blue.png) no-repeat right center;
}

.support-case-detail.marie-by-marie .case-problem-solution .p-s-item.case-solution {
    background: #c08d91 url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-pink.jpg) no-repeat left center;
}

.support-case-detail.marie-by-marie .case-problem-solution .p-s-item.case-solution .solution-brace {
    background: url(/local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/images/bg-solution-brace-pink.png) no-repeat right center;
}

.support-case-detail.marie-by-marie .case-problem-solution .p-s-item.case-solution,
.support-case-detail.marie-by-marie .case-problem-solution .p-s-item .icon-solution {
    color: #000;
}
.case-realise-steps .block_steps
{
	width:calc(100% - 185px);
	display:inline-block;
	vertical-align:top;
	text-align:left;
}
.case-realise-steps .block_all_time_realise
{
	width:175px;
	display:inline-block;
	vertical-align:top;
	height:135px;
	background:url(/img/skoba.png) no-repeat left center;
    margin-top: 20px;
}
.case-realise-steps .block_steps .item_step_realise:last-child
{
	border-bottom:none;	
}
.case-realise-steps .block_steps .item_step_realise
{
	padding:25px 25px 25px 0;
	border-bottom:1px dashed #d1d7dd;  
	margin-right: 30px;
}
.case-realise-steps .block_steps .item_step_realise .realise_head
{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:10px;
	text-transform:uppercase;
}
.case-realise-steps .block_steps .item_step_realise .realise_head .step_number
{
	color:#bd1113;
}
.case-realise-steps .block_steps .item_step_realise .realise_head .time_realise
{
	color:#d4dadf;
	font-weight:normal;
}
.case-realise-steps .block_steps .item_step_realise .step_realise_descr
{
	font-size:16px;
	line-height:20px;
}
.case-realise-steps  .block_all_time_realise .icon_all_time_realise
{
	width:35px;
	height:35px;
	background:url(/img/time.png) no-repeat center;
	margin:20px auto 5px auto;
}
.case-realise-steps  .block_all_time_realise .all_time_realise
{
	font-size:32px;
	color:#b80002;	
    font-weight: 500;
    margin-left: 30px;
}
.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}
.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}
.cd-image-container {
    position: relative;
}
.cd-handle {
    position: absolute;
    height: 100%;
    width: 50px;
    left: 50%;
    top: 0%;
    background: url(/img/cd-arrows.png) no-repeat center center;
    background-size: cover;
    cursor: move;
    opacity: 0;
    z-index: 99;
    margin-left: -25px;
}
.slider_compare_img .slick-slide > img
{
    width: 100%;
}
.slider_compare_img .slick-slide img
{
    height: 100%;
}	
.is-visible .cd-handle {
    opacity: 1;
}
.slider_compare_img
{
	max-height:715px;
	position:relative;
}
.slider_compare_img .slick-arrow:hover 
{
	opacity:1;
}
.slider_compare_img .slick-arrow
{
	top: 47%;
    bottom: auto;
    display: block;
    height: 75px;
    opacity: .5;
    transition: opacity .2s;
    width: 40px;
    font-size: 0;
    border: none;
    position: absolute;
    z-index: 99;
    outline: 0;
    cursor: pointer;
}
.slider_compare_img .slick-next
{
    background: rgba(0,0,0,0.1) url(/img/main-slider-nav-arrow-right.svg) center no-repeat;
    right: 40px;
    background-size: 60%;
}
.slider_compare_img .slick-prev
{
	background: rgba(0,0,0,0.1) url(/img/main-slider-nav-arrow-left.svg) center no-repeat;
    left: 40px;
    background-size: 60%;
}
.wide-block.results-block
{
	background:#dce3e8;
	padding:55px 0;
}
.wide-block.results-block .results_ico
{
	width:55px;
	height:55px;
	background:url(/img/results_ico.png) no-repeat center;
	margin:0 auto 10px;
}
.wide-block.results-block .results_ico
{
	font-size:16px;
	text-align:center;
}

@media only screen and (max-width : 1300px)
{
	.support-case-detail .case-problem-solution .p-s-item.case-solution 
	{
		width: 54.65%;
	}
}
@media only screen and (max-width : 1024px)
{
	.support-case-detail .case-problem-solution .p-s-item.case-problem 
	{
		width: 35%;
	}
	.support-case-detail .case-problem-solution .p-s-item .container
	{		
		width: 100%;
	}
	.support-case-detail .case-problem-solution .p-s-item.case-solution
	{		    
		width: 64.5%;
		padding-left: 70px;
		box-sizing: border-box;
	}
	.support-case-detail .case-problem-solution .p-s-item .block-text
	{
		width: 70%;
	}
	.support-case-detail .wide-block .container 
	{
		width: 95%;
		margin: 0 auto;
	}
}
@media only screen and (max-width : 850px)
{
	.support-case-detail .case-problem-solution .p-s-item.case-solution 
	{
		width: 49.35%;
		background: url(/img/case_solutions_mobile.png) no-repeat left center;
		padding-left:0;
	}
	.support-case-detail .case-problem-solution .p-s-item.case-problem
	{
		width:50%;
	}
	.cms_logo_block,
	.support-case-detail .case-main-banner .main-banner-name
	{
	}
	.cms_logo_block
	{	
	}
}
@media only screen and (max-width : 650px)
{
	.support-case-detail .case-problem-solution .p-s-item.case-solution
	{ 
		width: 49.1%;
	}
	.support-case-detail .case-problem-solution .p-s-item .block-text
	{
		font-size: 14px;
		line-height: 18px;
		width: 85%;
	}
	.support-case-detail .block-title 
	{
		font-size: 24px;
		margin: 0 0 25px 0;
	}
	.case-realise-steps .block_steps .item_step_realise .step_realise_descr 
	{
		font-size: 14px;
		line-height: 18px;
	}
	
}
@media only screen and (max-width : 500px)
{
	.support-case-detail .case-main-banner .main-banner-text
	{
		font-size:32px;
	}
	.cms_logo 
	{
	}
	.support-case-detail .case-problem-solution .p-s-item.case-problem,
	.support-case-detail .case-problem-solution .p-s-item.case-solution
	{
		width: 100%;
		height: auto;
		display: block;
		padding: 30px 40px;
	}
	.case-realise-steps .block_steps .item_step_realise
	{
		margin-right:0;
	}
	.case-realise-steps .block_all_time_realise .all_time_realise
	{		
		font-size: 26px;
	}
	.case-realise-steps .block_all_time_realise
	{
		width: 135px;
	}
	.case-realise-steps .block_steps .item_step_realise 
	{
		padding: 25px 5px 25px 0;
	}
	.case-realise-steps .block_steps 
	{
    width: calc(100% - 145px);
	}
	.results_text
	{
		font-size:14px;
		line-height:16px;
	}
	.slider_compare_img .slick-next
	{
		right:20px;
	}
	.slider_compare_img .slick-prev
	{
		left:20px;
	}
	.slider_compare_img .slick-arrow
	{
		width: 30px;		
		top: 42%;
		height: 45px;
	}
}
@media only screen and (max-width : 400px)
{
	.support-case-detail .case-problem-solution .p-s-item .block-text
	{
		width:100%;
	}
	.slider_compare_img .slick-arrow
	{
		width: 20px;	
		height: 35px;
	}
	.case-realise-steps .title_realise, .results-block .title_results 
	{
		font-size:24px;
	}
}

@media only screen and (max-device-width: 768px) and (orientation: portrait), only screen and (max-device-width: 670px) {
    .support-case-detail .block-title {
        font-size: 24px;
    }

    .support-case-detail .wide-block .container {
        width: 300px;
    }

    .support-case-detail .case-main-banner .main-banner-text {
        font-size: 17px;
    }

    .support-case-detail .case-client-description .description-text {
        font-size: 17px;
    }

    .support-case-detail .company-about .company-about-icons .about-icons-item {
        display: block;
        margin: 0 0 15px 0;
        width: 100% !important;
    }

    .support-case-detail .company-about .company-about-icons .about-icons-item:last-child {
        margin-bottom: 0;
    }

    .support-case-detail .case-problem-solution .p-s-item {
        height: auto;
        position: static;
    }
    .support-case-detail .case-problem-solution .p-s-item .container .content-valign {
        padding-bottom: 120px;
    }

    .support-case-detail .case-problem-solution .p-s-item .block-text {
        font-size: 18px;
    }
	.support-case-detail .block-text
	{
        font-size: 18px;
    }
    .support-case-detail .case-problem-solution .p-s-item.case-solution .solution-brace {
        display: none;
    }

    .support-case-detail .case-problem-solution .p-s-laptop {
        background-size: contain;
        height: 145px;
        margin-left: -160px;
        width: 320px;
    }

    .support-case-detail .case-problem-solution .p-s-laptop .laptop-screen {
        height: 130px;
        margin-left: -145px;
        width: 290px;
    }

    .support-case-detail .case-problem-solution .p-s-item.case-solution .solution-slider,
    .support-case-detail .case-problem-solution .p-s-item.case-solution .solution-slider .slide-item {
        width: 100%;
    }

    .support-case-detail .case-prototyping .prototypes-list {
        margin: 0;
    }

    .support-case-detail .case-prototyping .prototypes-list .prototype-item {
        display: block;
        margin-bottom: 30px;
        text-align: center;
        text-align-last: center;
        width: 100%;
    }

    .support-case-detail .case-prototyping .prototypes-list .prototype-item .prototype-description,
    .support-case-detail .case-prototyping .prototypes-list .prototype-item:nth-child(2n) .prototype-description {
        margin-top: 10px;
        padding: 0;
        text-align: center;
        text-align-last: center;
        width: 100%;
    }

    .support-case-detail .case-prototyping .prototyping-epilogue .prototype-picture,
    .support-case-detail .case-prototyping .prototyping-epilogue .prototype-picture + .prototype-description {
        float: none;
        width: 100%;
    }

    .support-case-detail .case-prototyping .prototyping-epilogue .prototype-picture {
        margin-bottom: 30px;
    }

    .support-case-detail .case-prototyping-slider .proto-slider .slide-item .slide-item-content {
        padding: 0 20px;
    }

    .support-case-detail .case-design .layout-list.list-horizontal .list-acenter {
        position: static;
        transform: none;
        width: 100%;
    }

    .support-case-detail .case-design .layout-list.list-horizontal .layout-item {
        margin: 0 0 10px 0;
        width: 100%;
    }

    .support-case-detail .markup-integration .container {
        background-size: contain;
    }

    .support-case-detail .integration-epilogue .laptop {
        background: none;
        height: auto;
        width: 100%;
    }

    .support-case-detail .integration-epilogue .block-text + .laptop {
        margin: 30px 0;
    }

    .support-case-detail .integration-epilogue .laptop .laptop-screen {
        height: auto;
        position: static;
        width: 100%;
    }

    .support-case-detail .case-epilogue .client-review .review-description,
    .support-case-detail .case-epilogue .client-review .review-text {
        width: 100%;
    }

    .support-case-detail .case-epilogue .client-review .review-description {
        margin-bottom: 30px;
    }

    .support-case-detail .case-epilogue .client-review .review-description .review-photo {
        margin-left: auto;
        margin-right: auto;
    }

    .support-case-detail .case-epilogue .client-review .review-description .review-info,
    .support-case-detail .case-epilogue .client-review .review-description .review-name {
        text-align: center;
    }

    .support-case-detail .case-epilogue .client-review .review-text {
        padding-left: 30px;
        padding-right: 25px;
    }

    .support-case-detail .case-epilogue .client-review .review-text .text-quote {
        font-size: 50px;
    }
}

.support-case-detail .breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.support-case-detail .breadcrumbs .container--wide {
    max-width: 1146px !important;
    justify-content: center;
}

.support-case-detail .breadcrumbs__link {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding: 0 17px 0 11px;
    position: relative;
    z-index: 90;
}
.support-case-detail .breadcrumbs__item {
    margin-right: 0;
}
.support-case-detail .breadcrumbs__item:first-child .breadcrumbs__link {
    padding-left: 0px;
}
.support-case-detail .breadcrumbs__link::before {
    display: none;
}
.support-case-detail span.breadcrumbs__link::after {
    display: none;
}
.support-case-detail a.breadcrumbs__link::after {
    content: '';
    display: inline-block;
    border: none;
    width: 5px;
    height: 11px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 11px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDYgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC45OTk0NjQgMC40NTkzNTFDMC43ODA0NjQgMC40NTkzNTEgMC41NTk0NjQgMC41MjU4NDEgMC4zNzU0NjQgMC42NjE1OTNDLTAuMDU2NTM2IDAuOTgwMTk0IC0wLjEyNTUzNiAxLjU2MTA2IDAuMjE5NDY0IDEuOTYwMDFMMy43MTk0NiA2LjAwMDI0TDAuMjE5NDY0IDEwLjA0MDVDLTAuMTI1NTM2IDEwLjQzOTQgLTAuMDU2NTM2NSAxMS4wMjAzIDAuMzc1NDY0IDExLjMzODlDMC44MDY0NjQgMTEuNjU2NiAxLjQzNjQ2IDExLjU5MjggMS43ODA0NiAxMS4xOTQ4TDUuNzgwNDYgNi41Nzc0MkM2LjA3MzQ2IDYuMjM5NDIgNi4wNzM0NiA1Ljc2MTA2IDUuNzgwNDYgNS40MjMwN0wxLjc4MDQ2IDAuODA1NjU2QzEuNTgzNDYgMC41Nzc1NTYgMS4yOTI0NiAwLjQ1OTM1MSAwLjk5OTQ2NCAwLjQ1OTM1MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=")
}
.support-case-detail a.breadcrumbs__link:hover {
    background: transparent;
}
.support-case-detail .breadcrumbs__link span {
    transition: color 0.25s ease 0s;
}
.support-case-detail a.breadcrumbs__link:hover span {
    color: rgba(255, 255, 255, 0.75);
}

.container.container--wide {
    max-width: 1150px!important;
    width: 100% !important;
}

@media screen and (max-width: 1023px) {
    .container.container--wide {
        width: 300px!important;
        max-width: 100% !important;
    }
}
/* End */


/* Start:/js/slick/slick.css?15445210271776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/js/bxSlider/jquery.bxslider.css?15332835744528*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/js/bxSlider/images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 10px;
	outline: 0;
	border: 2px solid #c1c1c1;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: border-color .3s, background .3s;
	-moz-transition: border-color .3s, background .3s;
	-o-transition: border-color .3s, background .3s;
	transition: border-color .3s, background .3s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #b30a1a;
	border-color: #b30a1a;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction > span {
	text-align: center;
	line-height: 34px;
	position: absolute;
	bottom: -30px;
	margin-bottom: -10px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border: none !important;
}

.bx-wrapper .bx-controls-direction > span > span {
	display: block;
	position: absolute;
	color: #c1c1c1;
	font-size: 34px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	width: 35px;
	height: 35px;
}

.bx-wrapper .bx-controls-direction > span.disabled { display: none; }
.bx-wrapper .bx-controls-direction > span:hover > span { color: #b30a1a !important; }

.bx-wrapper .bx-next { right: 10px; }
.bx-wrapper .bx-prev { left: 10px; }

.bx-wrapper .bx-next > span {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 0;
	left: -1px;
}

.bx-wrapper .bx-prev > span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 1px;
	left: 0;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/js/bxSlider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/js/bxSlider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/cases.ocenka-slider-new/style.css?16343035429295*/
.support-cases-slider {
	margin: 0 -15px;
	align-items: stretch;
}

.support-cases-slider__item {
	padding: 11px;
	min-height: 100%;
	height: 100%;
}

.support-cases-slider-sections {
	display: flex;
	flex-wrap: wrap;
	padding-right: 70px;
}
.support-cases-slider-sections__link, a.support-cases-slider-sections__link {
	background: #F3F3F3;
	border-radius: 7px;
	font-size: 15px;
	line-height: 20px;
	color: #757575;
	text-align: center;
	padding: 12px;
	border: none;
	min-width: 80px;
	display: block;
}

.support-cases-slider-sections__link--active, a.support-cases-slider-sections__link--active {
	background-color: #CC0000;
	color: #fff;
	font-weight: 500;
}

.support-cases-slider__item {
	box-shadow: 0px 20px 50px rgba(14, 16, 20, 0.15);
}
.support-cases-slider__item-inner {
	background-color: #fff;
	padding: 21px 26px 53px 30px;
	border: none;
	border-radius: 10px;
	position: relative;
	height: 100%;
	width: 100%;
}
.support-cases-slider__name, .support-cases-slider__name a {
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #202020;
	padding-right: 0;
	height: auto;
	margin-bottom: 17px;
	text-decoration: none;
}
.support-cases-slider__item .support-cases-slider__item-inner:hover {
	background-color: #fff!important;
}

.support-cases-slider__time {
	display: inline-block;
	background: #F3F3F3;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #757575;
	padding: 6px 15px;
	position: static;
	margin-bottom: 12px;
}
.support-cases-slider__time::before {
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNzM2MjYgOS4zMDA5NUw2LjU5NjU2IDguMjk1MTNMNi40NjY5NCA3Ljk5NzYzVjYuMzc0ODNDNi40NjY5NCA1Ljk4MzgzIDYuMTQ5NjIgNS42NjY1IDUuNzU4NjIgNS42NjY1QzUuMzY3NjIgNS42NjY1IDUuMDUwMjkgNS45ODM4MyA1LjA1MDI5IDYuMzc0ODNWOC40OTk4M0M1LjA1MDI5IDguNzAzMTMgNS4xMzc0MiA4Ljg5NjUgNS4yODk3MiA5LjAzMTA4TDYuNzk4NDcgMTAuMzYyOEM2LjkzMzA0IDEwLjQ4MTEgNy4xMDAyMiAxMC41Mzk4IDcuMjY2NjcgMTAuNTM5OEM3LjQ2Mjg3IDEwLjUzOTggNy42NTgzNyAxMC40NTkxIDcuNzk4NjIgMTAuMzAwNEM4LjA1NzgzIDEwLjAwNzEgOC4wMjk1MSA5LjU1OTUgNy43MzYyNiA5LjMwMDk1WiIgZmlsbD0iIzc1NzU3NSIvPgo8cGF0aCBkPSJNOS4zMDA0MyAzLjk2ODhWMS40MTY2OEM5LjMwMDQzIDAuNjM1Mzc1IDguNjY1MDUgMCA3Ljg4Mzc1IDBIMy42MzM3NUMyLjg1MjQ1IDAgMi4yMTcwNyAwLjYzNTM3NSAyLjIxNzA3IDEuNDE2NjhWMy45Njg4QzAuODcwNTUzIDUuMDIzNSAwIDYuNjYwNDUgMCA4LjVDMCAxMC4zMzk2IDAuODcwNTUzIDExLjk3NjUgMi4yMTcwNyAxMy4wMzEyVjE1LjU4MzNDMi4yMTcwNyAxNi4zNjQ2IDIuODUyNDUgMTcgMy42MzM3NSAxN0g3Ljg4Mzc1QzguNjY1MDUgMTcgOS4zMDA0MyAxNi4zNjQ2IDkuMzAwNDMgMTUuNTgzM1YxMy4wMzEyQzEwLjY0NjkgMTEuOTc2NSAxMS41MTc1IDEwLjMzOTYgMTEuNTE3NSA4LjVDMTEuNTE3NSA2LjY2MDQ1IDEwLjY0NjkgNS4wMjM1IDkuMzAwNDMgMy45Njg4Wk03Ljg4Mzc1IDEuNDE2NjhWMy4xNTI4QzcuMjI1NyAyLjg5IDYuNTA5NTcgMi43NDEyNSA1Ljc1ODc1IDIuNzQxMjVDNS4wMDc5MyAyLjc0MTI1IDQuMjkxOCAyLjg5IDMuNjMzMDUgMy4xNTI4VjEuNDE2NjhINy44ODM3NVpNNy44ODM3NSAxNS41ODMzSDMuNjMzNzVWMTMuODQ3MkM0LjI5MTggMTQuMTEgNS4wMDc5MyAxNC4yNTg3IDUuNzU4NzUgMTQuMjU4N0M2LjUwOTU3IDE0LjI1ODcgNy4yMjU3IDE0LjExIDcuODgzNzUgMTMuODQ3MlYxNS41ODMzWk01Ljc1ODc1IDEyLjg0MjFDMy4zNjQ1NyAxMi44NDIxIDEuNDE2NjggMTAuODk0MSAxLjQxNjY4IDguNUMxLjQxNjY4IDYuMTA1ODYgMy4zNjQ1NyA0LjE1NzkzIDUuNzU4NzUgNC4xNTc5M0M4LjE1MjkzIDQuMTU3OTMgMTAuMTAwOCA2LjEwNTgyIDEwLjEwMDggOC41QzEwLjEwMDggMTAuODk0MiA4LjE1MjkzIDEyLjg0MjEgNS43NTg3NSAxMi44NDIxWiIgZmlsbD0iIzc1NzU3NSIvPgo8L3N2Zz4K");
	width: 12px;
	height: 17px;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
.support-cases-slider__site {
	font-size: 16px;
	line-height: 26px;
	text-decoration-line: underline;
	color: #CC0000;
	display: inline-block;
	margin-right: 18px;
	margin-bottom: 8px;
}
.support-cases-slider__cms {
	display: none;
}
.support-cases-slider__preview-text {
	font-size: 14px;
	line-height: 20px;
	color: #757575;
	font-family: 'Roboto';
	margin-bottom: 16px;
}
.support-cases-slider__info {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #F3F3F3;
	border-radius: 30px 0px 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	color: #757575;
	width: 40px;
	height: 40px;
	text-align: center;
	text-decoration: none;
}
.support-cases-slider__logo {
	position: absolute;
	bottom: 23px;
	left: 30px;
	right: 26px;
}
.support-cases-slider__logo img {
  margin-left: 0;
	max-width: 100%;
	max-height: 30px;
	object-fit: cover;
}

.support-cases-slider__logo-white {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.support-cases-slider .slick-track {
	display: flex;
	min-width: 100%;
}

.support-cases-slider .slick-track .slick-slide {
	display: flex;
	height: auto;
}
        
.support-cases-slider-sections {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}

.support-cases-slider-sections::after {
	clear: both;
	content: '';
	display: table;
}

.support-cases-slider-sections__item {
	font-size: 16px;
	margin: 0 10px 10px 0;
	cursor: pointer;
}

.support-cases-slider .slick-arrow {
	display: block;
	position: absolute;
	color: #c1c1c1;
	font-size: 34px;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border: none;
	top: -30px;
	background: none;
} 

.support-cases-slider .slick-prev {
	font-family: 'pixelplus', fantasy;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
	padding: 0;
	right: 65px;
}

.support-cases-slider .slick-next {
	font-family: 'pixelplus', fantasy;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	text-transform: none;
	padding: 0;
	right: 15px;
}

.support-cases-slider .slick-prev {
	transform: rotate(0deg);
	width: 15px;
	height: 25px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAxNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNS40NTc4N2UtMDcgMTIuNDg2MkwxMi44MjY5IDAuMzYwODg5QzEzLjA2ODYgMC4xMzIzMDQgMTMuODI3MSAtMC4zMjE5MDggMTQuNTQ5NiAwLjM2MDkzQzE1LjM0NTggMS4xMTMzMyAxNC43ODI5IDEuODQwODUgMTQuNTQ5NiAyLjA2MTM5TDMuNTIxNzkgMTIuNDg2MkwxNC41NDk2IDIyLjkxMDlDMTQuNzU0NyAyMy4xMDUgMTUuNDUxNCAyMy43NTk0IDE0LjU0OTYgMjQuNjExNkMxMy44MTYxIDI1LjMwNDcgMTMuMDY4NSAyNC44NCAxMi44MjY5IDI0LjYxMTZMLTUuNDU3ODdlLTA3IDEyLjQ4NjJaIiBmaWxsPSIjQzRDNEM0IiBmaWxsLW9wYWNpdHk9IjAuNzUiLz4KPC9zdmc+Cg==");
	background-size: cover;
	background-repeat: no-repeat;
}
.support-cases-slider .slick-prev:before {
	content: '';
}
.support-cases-slider .slick-next {
	transform: rotate(180deg);
	width: 15px;
	height: 25px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAxNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0tNS40NTc4N2UtMDcgMTIuNDg2MkwxMi44MjY5IDAuMzYwODg5QzEzLjA2ODYgMC4xMzIzMDQgMTMuODI3MSAtMC4zMjE5MDggMTQuNTQ5NiAwLjM2MDkzQzE1LjM0NTggMS4xMTMzMyAxNC43ODI5IDEuODQwODUgMTQuNTQ5NiAyLjA2MTM5TDMuNTIxNzkgMTIuNDg2MkwxNC41NDk2IDIyLjkxMDlDMTQuNzU0NyAyMy4xMDUgMTUuNDUxNCAyMy43NTk0IDE0LjU0OTYgMjQuNjExNkMxMy44MTYxIDI1LjMwNDcgMTMuMDY4NSAyNC44NCAxMi44MjY5IDI0LjYxMTZMLTUuNDU3ODdlLTA3IDEyLjQ4NjJaIiBmaWxsPSIjQzRDNEM0IiBmaWxsLW9wYWNpdHk9IjAuNzUiLz4KPC9zdmc+Cg==");
	background-size: cover;
	background-repeat: no-repeat;
}
.support-cases-slider .slick-next:before {
	content: '';
}
.support-cases-slider .slick-arrow {
	top: -60px;
}
.support-cases-slider .slick-dots {
	margin-top: 50px;
	padding-left: 0;
	display: flex;
	list-style-type: none;
	justify-content: center;
	align-items: center;
}
.support-cases-slider .slick-dots li {
	height: 3px;
	width: 45px;
	font-size: 0;
	line-height: 0;
}
.support-cases-slider .slick-dots button {
	font-size: 0;
	line-height: 0;
	color: transparent;
	background: rgba(196, 196, 196, 0.35);
	border-radius: 10px;
	height: 3px;
	width: 45px;
	transition: background-color 0.25s ease 0s;
	border: none;
	outline: none;
}
.support-cases-slider .slick-dots .slick-active button {
	background: rgba(196, 196, 196, 0.75);
}


@media screen and (max-width: 1023px) {
	.support-cases-slider .slick-dots button {
		width: 20px;
		margin: 0;
	}
	.support-cases-slider .slick-dots li button:before {
    width: 20px;
		height: 8px;
	}
	.support-cases-slider	.slick-dots li {
		width: 20px;
		height: 8px;
		margin: 0 4px;
	}
	.support-cases-slider	.slick-dots li:first-child {
		margin-left: 0;
	}
	.support-cases-slider	.slick-dots li button {
		padding: 4px;
	}
	.support-cases-slider .slick-dots {
		margin-top: 32px;
	}
	.support-cases-slider .slick-arrow {
    top: 0px;
		display: none!important;
	}
	.support-cases-slider-sections__link, a.support-cases-slider-sections__link {
    padding: 10px; 
    min-width: 70px;
	}
	.support-cases-slider__item {
    box-shadow: none;
	}
}
.support-cases-slider .slick-prev:before,
.support-cases-slider .slick-next:before {
	display: none;
}
.support-cases-slider .slick-track {
	align-items: stretch;
}

/* End */


/* 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/.default/components/pixelplus/feedback/feedback.2019/style.css?178481499916155*/
.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;
}

.form--mobile {
    padding: 15px;
}

.form--mobile.form--feedback .form__field--privacy-policy {
    text-align: left;
}

@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 */


/* Start:/local/templates/pixelplus.ru_2015.mobile/components/bitrix/menu/aside-menu/style.css?172683182712555*/
.aside__menu {
    font-family: 'Ubuntu', serif;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 99;
    box-sizing: border-box;
}

.aside__menu * {
    box-sizing: border-box;
}

.aside__menu-button {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45)), #CC0000;
    background-blend-mode: overlay, normal;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 0;
    padding: 12px;
    text-align: center;
    width: 100%;
}

.aside__menu-button:after {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M11.6816 6.53078L6.33014 1.17942C6.20636 1.05555 6.04114 0.987305 5.86496 0.987305C5.68879 0.987305 5.52356 1.05555 5.39979 1.17942L5.00569 1.57342C4.74925 1.83015 4.74925 2.24742 5.00569 2.50376L9.49944 6.99751L5.00071 11.4963C4.87693 11.6201 4.80859 11.7852 4.80859 11.9613C4.80859 12.1376 4.87693 12.3027 5.00071 12.4267L5.3948 12.8206C5.51867 12.9445 5.6838 13.0127 5.85998 13.0127C6.03615 13.0127 6.20138 12.9445 6.32515 12.8206L11.6816 7.46435C11.8057 7.34009 11.8738 7.17418 11.8734 6.99781C11.8738 6.82075 11.8057 6.65494 11.6816 6.53078Z' fill='white' fill-opacity='0.95'/><path d='M6.873 6.53078L1.52154 1.17942C1.39777 1.05555 1.23255 0.987305 1.05637 0.987305C0.880194 0.987305 0.714968 1.05555 0.591196 1.17942L0.197098 1.57342C-0.0593443 1.83015 -0.0593443 2.24742 0.197098 2.50376L4.69085 6.99751L0.192112 11.4963C0.068339 11.6201 0 11.7852 0 11.9613C0 12.1376 0.068339 12.3027 0.192112 12.4267L0.586209 12.8206C0.71008 12.9445 0.875208 13.0127 1.05138 13.0127C1.22756 13.0127 1.39278 12.9445 1.51656 12.8206L6.873 7.46435C6.99707 7.34009 7.06521 7.17418 7.06482 6.99781C7.06521 6.82075 6.99707 6.65494 6.873 6.53078Z' fill='white' fill-opacity='0.95'/></svg>");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 14px;
    margin-left: 11px;
    vertical-align: middle;
    width: 12px;
}

.aside__menu-inner {
    background: #CC0000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25) inset;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    direction: rtl;
}

@media screen and (min-width: 1024px) {
    .aside__menu-button {
        border-radius: 0 0 7px 7px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
        padding: 12px 36px 12px 33px;
        transform: rotate(-90deg) translateX(-100%);
        transform-origin: 0 0;
        transition: .3s;
        font-weight: 500;
    }

    .aside__menu-button--active {
        border-radius: 0;
    }

    .aside__menu-button:after {
        background-image: url("data:image/svg+xml;charset=utf-8,<svg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='20' height='2' rx='1' fill='white'/><rect y='8' width='20' height='2' rx='1' fill='white'/><rect y='16' width='20' height='2' rx='1' fill='white'/></svg>");
        width: 18px;
        height: 20px;
    }

    .aside__menu-button--active:after {
        background-image: url("data:image/svg+xml;charset=utf-8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.222168' y='14.3639' width='20' height='2' rx='1' transform='rotate(-45 0.222168 14.3639)' fill='white'/><rect x='1.41406' width='20' height='2' rx='1' transform='rotate(45 1.41406 0)' fill='white'/></svg>");
    }

    .aside__menu-inner {
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
        left: 45px;
        min-width: 285px;
        top: 0;
    }
}

.aside-menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    direction: ltr;
}

.aside-menu__list--lvl2 {
    font-size: .8em;
    margin-right: 0;
    overflow-y: auto;
    max-height: 600px;
    padding: 10px 0;
}

.aside-menu__list--lvl2::-webkit-scrollbar {
    width: 5px;
    background-color: #eee;
}

.aside-menu__list--lvl2::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
}

.aside-menu__list--lvl2::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primary);
}

.aside-menu__item {
    align-items: center;
}

span.aside-menu__link {
    cursor: default;
}

.aside-menu__item--lvl1 {
    padding: 0 25px;
}

.aside-menu__item--lvl1 > .aside-menu__link {
    padding: 9px 9px 9px 0;
}

.aside-menu__item--lvl2 > .aside-menu__link {
    color: #333;
    display: block;
    font-size: 13px;
}

.aside-menu__item--lvl2 {
    width: 100%;
}

.aside-menu__item--lvl2:last-child {
    border: none;
}

.aside-menu__item--lvl1 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 2px;
    padding-bottom: 3px;
    transition: background-color 0.25s ease 0s;
}

.aside-menu__item--lvl1:first-child {
    margin-top: 17px;
}

.aside-menu__item--lvl1:last-child {
    margin-bottom: 17px;
}

.aside-menu__item--lvl1:hover .aside-menu__item-dropdown {
    display: block;
    overflow: hidden;
}

.aside-menu__item--lvl1.aside-menu__item--selected-link {
    background-color: #fff;
}

.aside-menu__item--lvl1.aside-menu__item--selected-link + .aside-menu__item--lvl1::before {
    border-color: transparent;
}

.aside-menu__item--lvl1.aside-menu__item--selected-link .aside-menu__link {
    color: #cc0000;
}

.aside-menu__item--lvl1.aside-menu__item--selected-link svg path {
    fill: #cc0000;
}

.aside-menu__item--lvl1.aside-menu__item--selected-link svg.svg-stoke path {
    stroke: #cc0000;
}

.aside-menu__item--lvl1.aside-menu__item--selected-link .aside-menu__link--parent:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS41NDA0OCAwLjc4NTUyM0MxLjMyMTQ4IDAuNzg1NTIyIDEuMTAwNDggMC44NTIwMTMgMC45MTY0OCAwLjk4Nzc2NUMwLjQ4NDQ4IDEuMzA2MzcgMC40MTU0OCAxLjg4NzI0IDAuNzYwNDggMi4yODYxOEw0LjI2MDQ4IDYuMzI2NDFMMC43NjA0NzkgMTAuMzY2NkMwLjQxNTQ3OSAxMC43NjU2IDAuNDg0NDc5IDExLjM0NjUgMC45MTY0NzkgMTEuNjY1MUMxLjM0NzQ4IDExLjk4MjcgMS45Nzc0OCAxMS45MTkgMi4zMjE0OCAxMS41MjFMNi4zMjE0OCA2LjkwMzU5QzYuNjE0NDggNi41NjU2IDYuNjE0NDggNi4wODcyMyA2LjMyMTQ4IDUuNzQ5MjRMMi4zMjE0OCAxLjEzMTgzQzIuMTI0NDggMC45MDM3MjggMS44MzM0OCAwLjc4NTUyMyAxLjU0MDQ4IDAuNzg1NTIzWiIgZmlsbD0iI0NDMDAwMCIvPgo8L3N2Zz4K");
}

/* .aside-menu__item--lvl1 ~ .aside-menu__item--selected .aside-menu__item-dropdown {
    display: none;
} */
.aside-menu__item--lvl1 + .aside-menu__item--lvl1::before {
    content: '';
    position: relative;
    top: -2px;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    transition: border 0.25s ease 0s;
}

.aside-menu__item--lvl1:hover + .aside-menu__item--lvl1::before {
    border-color: transparent;
}

.aside-menu__item--lvl2 {
    padding: 5px 40px 5px 23px;
    transition: background-color 0.25s ease 0s;
}

.aside-menu__item--lvl2 + .aside-menu__item--lvl2 > .aside-menu__link::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    border-top: 1px solid #e3e3e3;
    transition: border-color 0.25s ease 0s;
}

.aside-menu__item--lvl2:hover + .aside-menu__item--lvl2 > .aside-menu__link::before {
    border-color: transparent;
}

.aside-menu__item--lvl2:hover {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.aside-menu__item--lvl1 svg {
    margin-right: 14px;
    max-width: 25px;
    max-height: 25px;
}

.aside-menu__link {
    color: #fff;
    text-decoration: none;
    position: relative;
    flex: 1;
}

.aside-menu__link--parent {
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
}

.aside-menu__item--lvl1 svg path {
    transition: fill 0.25s ease 0s, stroke 0.25s ease 0s;
}

.aside-menu__item--lvl1:hover {
    background-color: #fff;
}

.aside-menu__item--lvl1:hover .aside-menu__link {
    color: #333;
}

.aside-menu__item--lvl1:hover svg path {
    fill: #cc0000;
}

.aside-menu__item--lvl1:hover svg.svg-stoke path {
    stroke: #cc0000;
}

.aside-menu__link--parent:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 7px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,<svg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M1.54048 0.459351C1.32148 0.459351 1.10048 0.525841 0.91648 0.661593C0.48448 0.980194 0.41548 1.56106 0.76048 1.96001L4.26048 6.00024L0.760479 10.0405C0.415479 10.4394 0.484479 11.0203 0.916479 11.3389C1.34748 11.6566 1.97748 11.5928 2.32148 11.1948L6.32148 6.57742C6.61448 6.23942 6.61448 5.76106 6.32148 5.42307L2.32148 0.805656C2.12448 0.577556 1.83348 0.459351 1.54048 0.459351Z' fill='white' fill-opacity='0.8'/></svg>");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: .3s;
}

.aside-menu__item--lvl1:hover .aside-menu__link--parent:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMS41NDA0OCAwLjc4NTUyM0MxLjMyMTQ4IDAuNzg1NTIyIDEuMTAwNDggMC44NTIwMTMgMC45MTY0OCAwLjk4Nzc2NUMwLjQ4NDQ4IDEuMzA2MzcgMC40MTU0OCAxLjg4NzI0IDAuNzYwNDggMi4yODYxOEw0LjI2MDQ4IDYuMzI2NDFMMC43NjA0NzkgMTAuMzY2NkMwLjQxNTQ3OSAxMC43NjU2IDAuNDg0NDc5IDExLjM0NjUgMC45MTY0NzkgMTEuNjY1MUMxLjM0NzQ4IDExLjk4MjcgMS45Nzc0OCAxMS45MTkgMi4zMjE0OCAxMS41MjFMNi4zMjE0OCA2LjkwMzU5QzYuNjE0NDggNi41NjU2IDYuNjE0NDggNi4wODcyMyA2LjMyMTQ4IDUuNzQ5MjRMMi4zMjE0OCAxLjEzMTgzQzIuMTI0NDggMC45MDM3MjggMS44MzM0OCAwLjc4NTUyMyAxLjU0MDQ4IDAuNzg1NTIzWiIgZmlsbD0iI0NDMDAwMCIvPgo8L3N2Zz4K");
}

.aside-menu__item-dropdown {
    display: none;
    flex: 0 0 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    min-height: 100%;
    width: 300px;
    background-color: #eee;
    box-shadow: 2px 5px 10px #7a7a7a3d;
}

.aside-menu__item--lvl2 .aside-menu__item-dropdown {
    display: block;
    padding: 6px 15px 0 6px;
}

.aside-menu__item--lvl3 {
    padding: 3px 0;
}

/* TODO */
/* .aside-menu__link--selected + .aside-menu__item-dropdown {
    display: block;
} */
@media screen and (min-width: 1024px) {
    .aside-menu {
        overflow: hidden;
    }

    .aside__menu {
        left: 0;
        position: fixed;
        z-index: 1000;
        right: auto;
        top: 25vh;
    }

    .aside-menu__inner {
        overflow-y: auto;
        max-height: 70vh;
    }

    @media screen and (min-width: 1260px) and (max-height: 850px) {
        .aside__menu {
            top: 22vh;
        }

        .aside-menu__inner {
            max-height: 75vh;
        }
    }
    @media screen and (min-width: 1300px) and (max-height: 700px) {
        .aside__menu {
            top: 15vh;
        }

        .aside-menu__inner {
            max-height: 82vh;
        }

        .aside-menu__item--lvl1:first-child {
            margin-top: 10px;
        }

        .aside-menu__item--lvl1:last-child {
            margin-bottom: 10px;
        }

        .aside-menu__item--lvl1 > .aside-menu__link {
            padding: 6px 0;
        }

        .aside-menu__item--lvl1 {
            padding-bottom: 2px;
        }
    }
    @media screen and (min-width: 1300px) and (max-height: 640px) {
        .aside__menu {
            top: 10vh;
        }

        .aside-menu__inner {
            max-height: 87vh;
        }
    }
}

/* search */
.searchable-list {
    margin-top: 15px;
    margin-bottom: 10 !important;
}

.search-region__input {
    width: 100%;
    margin-top: -10px;
}

.search-region__input input {
    font-family: 'Ubuntu', serif;
    width: 100%;
    border: none;
    height: 40px;
    background-color: #fff;
    margin: 0;
    padding: 14px 23px 13px;
    font-size: 13px;
    line-height: 100%;
    color: #333;
}

.search-region__input input:focus-visible {
    outline: none;
}

.search-region__input + .aside-menu__list .aside-menu__item:not(:nth-child(-n+15)) {
    display: none;
}

mark[data-markjs="true"] {
    background-color: transparent;
    font-weight: bold;
}

@media (max-width: 1260px) {
    .aside__menu {
        display: none;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/cases.ocenka.detail/style.css?166367113231520 */
/* /js/slick/slick.css?15445210271776 */
/* /js/bxSlider/jquery.bxslider.css?15332835744528 */
/* /local/templates/.default/components/bitrix/news.list/cases.ocenka-slider-new/style.css?16343035429295 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/ajax-manual/style.css?16807111332884 */
/* /local/templates/.default/components/pixelplus/feedback/feedback.2019/style.css?178481499916155 */
/* /local/templates/pixelplus.ru_2015.mobile/components/bitrix/menu/aside-menu/style.css?172683182712555 */
