

/* 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/breadcrumb/breadcrumbs/style.css?1715439345585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


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

.tariffs__title.section-title{
    color: #1F60D1;
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 40px;
}
.tariffs-table__row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0 0 40%;
}
.tariffs-table{
    border: 1px solid #B5D0FF;
}

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

.tariffs-swiper__row .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -5px;
}
/* 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/reviews-slider/style.css?1715439345159*/
.logo-image{
	object-fit: scale-down !important;
	object-position: left;
}
.reviews-block .slide-reviews-block .image-reviews-main__block p{
font-size: 14px;
}
/* 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.detail/support-header/style.css?1715439345155 */
/* /local/templates/prsite/components/bitrix/form.result.new/call_order/style.css?1715439345270 */
/* /local/templates/prsite/components/bitrix/breadcrumb/breadcrumbs/style.css?1715439345585 */
/* /local/templates/prsite/components/bitrix/news.list/tariffs/style.css?17742676454599 */
/* /local/templates/prsite/components/bitrix/news.list/team-photos/style.css?17742676451461 */
/* /local/templates/prsite/components/bitrix/news.list/reviews-slider/style.css?1715439345159 */
/* /local/templates/prsite/components/bitrix/news.detail/suggestions-bar/style.css?1715439345155 */
