

/* 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.detail/support-header/style.css?1715439345155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

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


/* 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/news.list/team-photos/style.css?17742676451461*/
.team-photos-swiper__control{
    gap: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.team-photos__title{
    max-width: calc(100% - 200px);
}

.team-photos__header{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: baseline;
}

.team-photos-swiper__row{
    margin: 0 -15px;
    overflow: hidden;
}
.team-photos__item{
    padding: 0 15px 45px 15px;
    width: 25%;
    min-width: 327px;
}

.team-photos__image{
    border-radius: 20px;
    overflow: hidden;
}

.team-photos__image img{
    width: 100%;
    height: 396px;
    object-fit: cover;
}
.team-photos-swiper__row .swiper-wrapper{
    display: flex;
    flex-wrap: nowrap;

}
.team-photos__name{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}
.team-photos__position{
    font-size: 16px;
}

.team-photos-swiper__control--mobile{
    display: none;
}

.team-photos-swiper__control--desktop{
    display: flex;
}

@media (max-width: 700px) {
    .team-photos-swiper__row{
        overflow: visible;
        margin: 0 -13px;
    }
    .team-photos__item{
        width: 297px;
        min-width: 297px;
        padding: 0 13px 45px 13px;
    }
    .team-photos-swiper__control--mobile{
        display: flex;
        gap: 15px;
    }
    .team-photos-swiper__control--desktop{
        display: none;
    }
    .team-photos__title{
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/prsite/components/bitrix/news.list/tariffs/style.css?17774593004948*/
.tariffs__desktop{
    /* border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 42px 42px 83px 60px;
    border-radius: 20px; */
}

.tariffs-block__title.section-title{
    margin-bottom: 40px;
}
.tariffs-table__row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0 0 40%;
}
.tariffs-table{
    border: 1px solid #B5D0FF;
    border-radius: 20px;
    overflow: hidden;
}

.tariffs-table__row{
    background: #E8F0FF;
    color: #000;
    font-size: 16px;
    line-height: 130%;
}

.tariffs-table__row:hover{
    background: #d0dfff;
}

.tariffs-table__row + .tariffs-table__row{
    border-top: 1px solid #B5D0FF;
}

.tariffs-table__header{
    background: #1F60D1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    height: 60px;
}

.tariffs-table__header:hover{
    background: #1F60D1;
}

.tariffs-table__cell-header,
.tariffs-table__cell{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.tariffs-table__cell-header + .tariffs-table__cell-header,
.tariffs-table__cell + .tariffs-table__cell{
    border-left: 1px solid #B5D0FF;
}

.tariffs-table__cell-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    height: 100%;
}

.tariffs-table__col1{
    width: 40%;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    padding: 20px 26px 20px 16px;
    text-align: left;
    align-items: flex-start;
}

.tariffs-table__col-item{
    flex-grow: 1;
    flex-shrink: 1;
    width: 100%;
}

.tariffs-table__row-total{
    font-weight: 700;
}

.btn.tariffs__btn{
    cursor: pointer;
    padding: 15px 30px;
    color:#FF4B2B;
    border: 1px solid #FF4B2B;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    margin-top: auto;
    text-align: center;
    background: none;
}
@media (max-width: 1080px) {
    .btn.tariffs__btn:hover p{
        color: #fff;
    }
}
.btn.tariffs__btn span{
    background: linear-gradient(92.12deg, #ff4b2b -0.03%, #ff416c 64.03%);
}
.btn.tariffs__btn:hover span {
    width: 450px;
    height: 320px;
}

/* .btn.tariffs__btn:hover{
    color: #fff;
    background: #FF4B2B;
} */

/* -------- */


.tariffs-item{
    border: 1px solid #E7E7E7;
    background: #FFF;
    display: flex;
    flex-direction: column;
    width: 275px;
    flex: 0 0 275px;
    margin: 0 5px;
}

.tariffs-item__header{
    height: 60px;
    min-height: 60px;
    background: #1F60D1;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}

.tariffs-item__body{
    display: flex;
    flex-direction: column;
    padding: 21px 15px 30px 15px;
    height: 100%;
}

.tariffs-item__header{
    background: #1F60D1;
    color: #FFF;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tariffs-item__cell{
    padding: 18px 0;
}

.tariffs-item__cell + .tariffs-item__cell{
    border-top: 1px solid #B5D0FF;
}

.tariffs-item__cell{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tariffs-item__cell-title{
    color: #000;
    line-height: 130%;
}

.tariffs-item__cell-title span{
    font-weight: 700;
}

.tariffs-item__cell-data{
    font-size: 14px;
    line-height: 100%;
}

.tariffs-item__cell-data span{
    font-weight: 700;
    color: #1F60D1;
}

.tariffs-spoiler__head{
    background: #1F60D1;
    color: #FFF;
    padding: 12px 12px 12px 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    cursor: pointer;
}

.tariffs-item__arrow.arrow-circle{
    width: 16px;
    height: 16px;
    background: #fff;
    transition: transform 0.5s, top 0.5s;
}

.tariffs-item__arrow.arrow-circle::before{
    border: solid #1F60D1;
    border-width: 0 2px 2px 0;
    content: "";
    position: absolute;
    top: 4px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: transform 0.5s, top 0.5s;
}

.tariffs-spoiler__head._active .tariffs-item__arrow{
    transform: rotateZ(180deg);
}

.tariffs-spoiler__body{
    border: 1px solid #1F60D1;
    padding: 10px;
}

.tariffs__mobile{
    display: none;
}

.tariffs__desktop{
    display: block;
}

@media (max-width: 1080px) {
    .tariffs__mobile{
        display: block;
    }
    
    .tariffs__desktop{
        display: none;
    }
}

@media (max-width: 768px) {
    .tariffs-block__title.section-title{
        margin-bottom: 15px;
    }
    .services-block .section-title{
        margin-bottom: 15px;
    }
    .support-services-block .vp-packages-container{
        margin-top: 15px !important;
    }
    .tariffs-item{
        border-radius: 20px;
        overflow: hidden;
    }
}

.tariffs-swiper__row .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -5px;
}

/* End */


/* Start:/local/templates/prsite/components/bitrix/news.detail/suggestions-bar/style.css?1715439345155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/prsite/components/bitrix/news.list/services-wide-list/style.css?17771079424830 */
/* /local/templates/prsite/components/bitrix/news.detail/support-header/style.css?1715439345155 */
/* /local/templates/prsite/components/bitrix/form.result.new/call_order/style.css?1715439345270 */
/* /local/templates/prsite/components/bitrix/news.list/reviews-list/style.css?17771079425325 */
/* /local/templates/prsite/components/bitrix/news.list/team-photos/style.css?17742676451461 */
/* /local/templates/prsite/components/bitrix/news.list/tariffs/style.css?17774593004948 */
/* /local/templates/prsite/components/bitrix/news.detail/suggestions-bar/style.css?1715439345155 */
