

/* Start:/local/templates/prsite/components/bitrix/news.list/portfolio-no-menu/style.css?17154393451388*/
.slide-portfolio-inside--small .slide-portfolio-inside__logo img {
	transition: filter 0.3s  linear;
    filter: brightness(0) invert(1);
}

.slide-portfolio-inside--big .slide-portfolio-inside__logo img {
	transition: filter 0.3s linear;
    filter: brightness(0) invert(1);
}

.slide-portfolio-inside--small:hover .slide-portfolio-inside__logo img  {
    filter: none;
}
.slide-portfolio-inside--big:hover .slide-portfolio-inside__logo img  {
    filter: none;
}

.slide-portfolio-name{
	font-weight: 600;
    font-size: 24px;
    color: #FFF;
    margin: 0px 0px 16px 0px;
}
@media (min-width:600px)  {
	.slide-portfolio-inside--big,
	.slide-portfolio-inside--small {
		transition: transform .3s linear;
		transform: scale(1);
	}
	
	.slide-portfolio-inside--big:hover {
		transition: transform .3s linear;
		transform: scale(1.03);
	}

	.slide-portfolio-inside--small:hover {
		transition: transform .3s linear;
		transform: scale(1.03);
	}
}

@media (max-width:600px) {
	.portfolio-inside__head{
		display: none;
	}

	
	
}

@media (min-width:600px){
	.block-portfolio__image{
		display:none;
	}	
}

.portfolio-inside__slider {
	 margin: 0 !important; 
}
.slide-portfolio-inside__item { 
	background-size: cover;
	background-position: center;
}

.slide-portfolio-inside__logo_name {
    height: 100%;
	line-height: 28px;
}

.slide-portfolio-inside__logo_text {
	line-height: 25px;
}



/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/services-wide-list/style.css?17771079424830*/
.vp-packages-container {
    margin: 0 0 50px 0;
}

.vp-packages {
    margin: 0 0 50px;
}

.vp-packages:last-child {
    margin-bottom: 0;
}

.vp-packages,
.vp-packages * {
    box-sizing: border-box;
}

.vp-packages__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-bottom: 40px;
}

.vp-packages__title.section-title {
    margin: 0 !important;
    line-height: 1.2;
}

.vp-packages__description {
    max-width: 520px;
    margin: 0;
    padding-top: 4px;
    color: rgba(40, 40, 40, 0.5);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.vp-packages__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vp-packages__more {
    margin-top: 24px;
    text-align: center;
}

.vp-packages__more-link {
    display: inline-block;
    color: rgba(40, 40, 40, 0.5);
    font-size: 16px;
    line-height: 1.4;
    text-decoration: underline;
    transition: color 0.25s ease;
}

.vp-packages__card {
    min-height: 450px;
    padding: 40px;
    border-radius: 20px;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}

.vp-packages__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.vp-packages__card-title {
    margin: 0;
    color: #1F60D1;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.vp-packages__card-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease;
}

.vp-packages__card-link--static {
    cursor: default;
}

.vp-packages__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.vp-packages__list li {
    position: relative;
    margin: 0;
    padding-left: 20px;
    color: rgba(40, 40, 40, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.vp-packages__list li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1f60d1;
}

.vp-packages__footer {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vp-packages__term {
    margin: 0;
    color: rgba(40, 40, 40, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.vp-packages__price {
    margin: 0;
    color: #282828;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}

.vp-packages__button {
    display: inline-flex;
    width: 100%;
    padding: 15px 24px;
    border: 0;
    border-radius: 60px;
    background: #1f60d1;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.vp-packages__button span {
    display: block;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

@media (any-hover: hover) {
    .vp-packages__card-link:hover {
        color: #174ead;
    }

    .vp-packages__more-link:hover {
        color: #174ead;
    }

    .vp-packages__button:hover {
        background: #174ead;
        transform: translateY(-1px);
    }
}

.vp-packages__button:active {
    transform: translateY(0);
}

@media (max-width: 1279px) {
    .vp-packages__head {
        flex-direction: column;
    }

    .vp-packages__description {
        max-width: 720px;
    }

    .vp-packages__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .vp-packages {
        margin-bottom: 56px;
    }

    .vp-packages__head {
        gap: 18px;
        margin-bottom: 24px;
        align-items: flex-start;
    }

    .vp-packages__title {
        font-size: 38px;
    }

    .vp-packages__description {
        font-size: 18px;
    }

    .vp-packages__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vp-packages__card {
        min-height: 0;
        padding: 28px 24px;
    }

    .vp-packages__card-title {
        font-size: 26px;
    }

    .vp-packages__price {
        font-size: 32px;
    }
}

@media (max-width: 479px) {
    .vp-packages__title {
        font-size: 31px;
    }

    .vp-packages__description {
        font-size: 16px;
    }

    .vp-packages__card {
        padding: 24px 20px;
        border-radius: 22px;
    }

    .vp-packages__card-title {
        font-size: 24px;
    }

    .vp-packages__list li {
        padding-left: 22px;
        font-size: 16px;
    }

    .vp-packages__list li::before {
        top: 6px;
        width: 8px;
        height: 8px;
    }

    .vp-packages__price {
        font-size: 28px;
    }
}

/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/cases-gallery/style.css?17771124598241*/
.cases-gallery {
    color: #282828;
}

.cases-gallery__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 700px);
    gap: 40px;
    align-items: start;
    margin-bottom: 60px;
}

.cases-gallery__title {
    margin: 0;
}

.cases-gallery__lead {
    justify-self: end;
    max-width: 700px;
    font-size: 18px;
    line-height: 140%;
    color: rgba(40, 40, 40, 0.5);
}

.cases-gallery__grid {
    overflow: hidden;
    margin-bottom: 50px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.cases-gallery__grid.is-switching {
    opacity: 0;
    transform: translateY(10px);
}

.cases-gallery__wrapper {
    display: grid;
    grid-template-columns: repeat(15, minmax(0, 1fr));
    gap: 30px;
}

.cases-gallery__item {
    min-width: 0;
}

.cases-gallery__item--hidden {
    display: none;
}

.cases-gallery__tabs {
    margin: -30px 0 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cases-gallery__tab {
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid #d8e3fb;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.72);
    color: #282828;
    cursor: pointer;
    font: 500 16px/1.2 "VelaSans", sans-serif;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cases-gallery__tab:hover,
.cases-gallery__tab._active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}

.cases-gallery__control {
    display: none;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

.cases-gallery__fraction {
    min-width: 44px;
    text-align: center;
}

.cases-gallery__item--top-wide {
    grid-column: span 9;
}

.cases-gallery__item--top-narrow {
    grid-column: span 6;
}

.cases-gallery__item--bottom-small {
    grid-column: span 5;
}

.cases-gallery__item--bottom-large {
    grid-column: span 5;
}

.cases-gallery__card {
    position: relative;
    min-height: 450px;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
    background-color: #152026;
    background-size: cover;
    background-position: center;
}

.cases-gallery__overlay {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
}

.cases-gallery__overlay--top {
    top: 0;
    height: 355px;
    background: linear-gradient(180deg, #152026 0%, rgba(21, 32, 38, 0) 100%);
}

.cases-gallery__overlay--bottom {
    left: 0;
    right: 0;
    bottom: 0;
    height: 250px;
    background: linear-gradient(180deg, rgba(21, 32, 38, 0) 0%, #152026 100%);
}

.cases-gallery__item--top-narrow .cases-gallery__overlay--bottom,
.cases-gallery__item--bottom-small .cases-gallery__overlay--bottom {
    height: 180px;
}

.cases-gallery__body {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
}

.cases-gallery__caption {
    
}

.cases-gallery__card-title {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
}

.cases-gallery__card-text {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.7);
}

.cases-gallery__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: end;
    margin-top: auto;
    padding-top: 24px;
    color: #fff;
}

.cases-gallery__item--type-22 .cases-gallery__stats {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.cases-gallery__item--type-22 .cases-gallery__stat {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.cases-gallery__stat-name {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.8);
}

.cases-gallery__item--type-22 .cases-gallery__stat-name{
    margin-bottom: 0;
}

.cases-gallery__stat-value {
    font-size: 22px;
    line-height: 130%;
    color: #fff;
}

.cases-gallery__item--type-22 .cases-gallery__stat-value{
    font-size: 15px !important;
    text-align: right;
}

@media (max-width: 640px) {
    .cases-gallery__item--type-22 .cases-gallery__stat-value{
        font-size: 12px !important;
    }
}

.cases-gallery__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 50px;
    margin-top: 28px;
    padding: 14px 26px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cases-gallery__item:nth-child(-n+2) .cases-gallery__button {
    background: #fff;
    color: #282828;
}

@media (any-hover: hover) {
    .cases-gallery__button:hover {
        background: #fff;
        border-color: #fff;
        color: #282828;
    }

    .cases-gallery__item:nth-child(-n+2) .cases-gallery__button:hover {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }
}

@media (max-width: 1440px) {
    .cases-gallery__card {
        min-height: 550px;
    }
}

@media (max-width: 1200px) {
    .cases-gallery__head {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .cases-gallery__card {
        min-height: 350px;
    }

    .cases-gallery__lead {
        justify-self: start;
        max-width: 100%;
    }

    .cases-gallery__wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cases-gallery__item--top-wide,
    .cases-gallery__item--top-narrow,
    .cases-gallery__item--bottom-small,
    .cases-gallery__item--bottom-large {
        grid-column: span 3;
    }
}

@media (max-width: 900px) {
    .cases-gallery__wrapper {
        grid-template-columns: 1fr;
    }

    .cases-gallery__card {
        min-height: 520px;
    }

    .cases-gallery__item--top-wide,
    .cases-gallery__item--top-narrow,
    .cases-gallery__item--bottom-small,
    .cases-gallery__item--bottom-large {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .cases-gallery__grid {
        overflow: visible;
        margin: 0 -13px 32px;
    }

    .cases-gallery__tabs {
        margin: -18px 0 30px;
        gap: 10px;
    }

    .cases-gallery__tab {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 15px;
    }

    .cases-gallery__wrapper {
        display: flex;
        gap: 0;
    }

    .cases-gallery__card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cases-gallery__item {
        width: 100%;
        padding: 0 13px;
    }

    .cases-gallery__grid.swiper .cases-gallery__item {
        flex-shrink: 0;
    }

    .cases-gallery__item--top-wide,
    .cases-gallery__item--top-narrow,
    .cases-gallery__item--bottom-small,
    .cases-gallery__item--bottom-large {
        grid-column: auto;
    }

    .cases-gallery__control {
        display: flex;
    }

    .cases-gallery__button {
        min-height: 44px;
        margin-top: 20px;
        padding: 11px 26px;
    }

    .context-cases{
        margin-bottom: 40px !important;
    }
    .seo_text{
        margin-bottom: 40px !important;
    }
}

@media (max-width: 640px) {
    .cases-gallery__lead {
        font-size: 16px;
    }

    .cases-gallery__body {
        padding: 24px;
    }

    .cases-gallery__card {
        min-height: 420px;
        border-radius: 24px;
    }

    .cases-gallery__card-text {
        font-size: 16px;
    }

    .cases-gallery__stats {
        gap: 16px;
        padding-top: 18px;
    }

    .cases-gallery__stat-name {
        font-size: 12px;
    }

    .cases-gallery__stat-value {
        font-size: 18px;
    }
}

.landing-offer__cta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: center;
}


.landing-offer__card p{
    margin-bottom: 10px;
}

.landing-offer__cta .btn p{
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

.landing-offer__cta-note {
    font-size: 16px;
    line-height: 145%;
    color: rgba(255,255,255,.82);
}

/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/reviews-list/style.css?17771079425325*/
.reviews-list {
    overflow: hidden;
}

.reviews-list .reviews-block__slider {
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.reviews-list .reviews-block__slider.is-switching {
    opacity: 0;
    transform: translateY(10px);
}

.reviews-list .swiper-wrapper {
    display: flex;
}

.reviews-list .slide-reviews-block {
    box-sizing: border-box;
    height: auto;
    flex-shrink: 0;
}

.reviews-list .slide-reviews-block:before {
    display: none;
}

.reviews-block__head{
    margin-bottom: 30px !important;
}

.reviews-list__tabs {
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.reviews-list__tab {
    min-height: 44px;
    padding: 10px 22px;
    border: 1px solid #d8e3fb;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.72);
    color: #282828;
    cursor: pointer;
    font: 500 16px/1.2 "VelaSans", sans-serif;
    transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
    border-radius: 10px;
}

.reviews-list__tab:hover,
.reviews-list__tab._active {
    border-color: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}

.reviews-list__card {
    padding: 30px;
    
    border: 1px solid #d8e3fb;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(10px);

    border-radius: 20px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.reviews-list__logo-wrap {
    min-height: 40px;
    display: flex;
    align-items: flex-start;
}

.reviews-list__logo {
    width: 100%;
    max-width: 120px;
    max-height: 40px;
    object-fit: contain;
    object-position: left top;
}

.reviews-list__logo-placeholder {
    max-width: 220px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.reviews-list__content {
    flex: 1 1 auto;
}

.reviews-list__text {
    margin: 0;
    color: #282828;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

.reviews-list__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.reviews-list__meta {
    min-width: 0;
}

.reviews-list__company {
    color: #282828;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.reviews-list__person {
    margin-top: 9px;
    color: rgba(40, 40, 40, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

.reviews-list__file {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.reviews-list__file img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reviews-list__nav {
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.reviews-list__counter {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #282828;
    font-family: "VelaSans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.reviews-list__counter-divider {
    width: 60px;
    height: 1px;
    background: #282828;
}

.reviews-list__controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.reviews-list__controls .arrow {
    width: 54px;
    height: 54px;
    border: 1px solid #282828;
    background: transparent;
    box-shadow: none;
}

.reviews-list__controls .arrow:before {
    width: 12px;
    height: 12px;
    border-right: 1.6px solid #282828;
    border-bottom: 1.6px solid #282828;
    background-image: none;
}

.reviews-list__controls .arrow-prev:before {
    transform: rotate(135deg);
    left: 3px !important;
}

.reviews-list__controls .arrow-next:before {
    transform: rotate(-45deg);
    right: 3px !important;
}

.reviews-list__controls .arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.reviews-block.reviews-block--list .slide-reviews-block{
    margin: 0;
}

.reviews-block.reviews-block--list .arrow-prev {
    margin-right: 10px;
}

.reviews-block.reviews-block--list .arrow:hover {
    box-shadow: none;
}

@media (max-width: 1279px) {
    .reviews-list__text {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .reviews-list__card {
        padding: 28px 24px;
    }

    .reviews-list .reviews-block__slider {
        overflow: visible;
    }

    .reviews-list__text,
    .reviews-list__company,
    .reviews-list__counter {
        font-size: 18px;
    }

    .reviews-list__person {
        font-size: 15px;
    }

    .reviews-list__nav {
        margin-top: 30px;
    }

    .reviews-list__tabs {
        gap: 10px;
    }

    .reviews-list__tab {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 15px;
    }

    .reviews-list__counter {
        justify-content: flex-start;
    }

    .reviews-list__controls {
        justify-content: flex-end;
    }
}

@media (max-width: 479px) {
    .reviews-list__card {
        padding: 24px 20px;
    }

    .reviews-list__footer {
        align-items: center;
    }

    .reviews-list__controls .arrow,
    .reviews-list__file {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
    }

    .reviews-list__controls .arrow:before {
        width: 14px;
        height: 14px;
    }
}

/* End */


/* Start:/local/templates/prsite/components/bitrix/form.result.new/.default/style.css?1715439345940*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/prsite/components/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/prsite/components/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* 
.btn-fos{
    border-radius: 33px;
    font-family: "Roboto_Regular",Helvetica,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    min-width: 214px;

}

.btn-fos p{
	white-space: nowrap;
    position: relative;
    z-index: 2;
} */

/* End */


/* Start:/local/templates/prsite/components/bitrix/form.result.new/call_order/style.css?1715439345270*/
/* .btn-fos{
    border-radius: 33px;
    font-family: "Roboto_Regular",Helvetica,Arial,sans-serif;
    text-align: center;
    text-decoration: none;
    min-width: 214px;

} */

.btn-fos p{
	white-space: nowrap;
    position: relative;
    z-index: 2;
}

/* End */
/* /local/templates/prsite/components/bitrix/news.list/portfolio-no-menu/style.css?17154393451388 */
/* /local/templates/prsite/components/bitrix/news.list/services-wide-list/style.css?17771079424830 */
/* /local/templates/prsite/components/bitrix/news.list/cases-gallery/style.css?17771124598241 */
/* /local/templates/prsite/components/bitrix/news.list/reviews-list/style.css?17771079425325 */
/* /local/templates/prsite/components/bitrix/form.result.new/.default/style.css?1715439345940 */
/* /local/templates/prsite/components/bitrix/form.result.new/call_order/style.css?1715439345270 */
