

/* Start:/local/templates/spiritfit-v3/components/bitrix/news.detail/service/style.css?17503796624787*/
.personal-training__main.content-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.personal-training__main-video,
.personal-training__main-text{
    width: calc(50% - 20px);
    flex:0 0 calc(50% - 20px);
}
.personal-training__main-video video {
    width: 100%;
    border-radius: 10px;
}
.personal-training__main-text {
    background: #f5f5f4;
    padding: 30px;
    font-weight: 300;
    font-size: 18px;
}
h2.personal-training__main-title {
    margin-bottom: 20px;
    text-align: center;
}
a.button.card-btn {
    position: absolute;
    bottom: 30px;
}
.utp-slider{
    margin-top:40px!important;
}

@media screen and (max-width: 1199px) {
    .personal-training__main-video{
        width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
    .personal-training__main-video {
        z-index: 20;
    }
    .personal-training__main-text {
        flex: 0 0 55%;
        transform: translateX(-50px);
        padding: 50px 80px;
        z-index: 10;
    }
    h2.personal-training__main-title {
        font-size: 24px;
    }
    .b-image-block__text-content h2 {
        font-size: 24px;
    }
    .b-image-block__content.b-image-block__content_reverse {
        padding: 50px 0 80px;
    }
}
@media screen and (max-width: 767px) {
    .personal-training__main.content-center {
        display: flex;
        flex-direction: column;
    }
    .personal-training__main-video {
        width: 100%;
        flex: 0 0 100%;
    }
    .personal-training__main-text {
        width: 100%;
        flex: 0 0 100%;
        transform: none;
        padding: 50px 20px;
    }
}
@media screen and (max-width: 480px) {
    button.trainer-block__club-control {
        font-size: 16px;
        max-width: 80vw;
    }
    .personal-training__main-text {
        text-align: center;
    }
}

.banner-detail__img {
    height: 650px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}
.banner-detail__description-title{
    margin-top:32px;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
}
.banner-detail__description-content {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-top:32px;
}

.banner-detail__description-content h3 {
    font-weight: 800;
    font-size: 22px;
}
.banner-detail__description-content {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 32px;
}
.banner-detail__description-content li {
    margin: 15px 0;
}
.banner-detail__description-content ul {
    list-style: inside;
}
.banner-detail__description-content b {
    font-weight: bold;
}
.banner-detail__description-content h3 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 15px;
}
.banner-detail__description-content div{
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .banner-detail__description-content{
        font-size: 18px;
        line-height: 28px;
    }
}

.header-info {
    width: 550px;
    margin-left: auto;
    max-width: 100%;
    height: 650px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
h2.header-info__title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
}
.header-info__title-background {
    background-color: #fff;
    padding: 3px 0;
}
.header-info__title-text.bg-gradient {
    padding: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(90deg, #E23834 0%, #7A27F1 100%);
}
.header-info__description {
    margin-top: 32px;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
    font-size: 20px;
}
.header-info__actions{
    margin-top: 32px;
    width: 100%;
}
.header-info__actions .select2-black.select-bg-black {
    width: 100%;
    color: white;
}
.header-info__action-container {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

.header-info__action-container a.button{
    padding: 24px !important;
}

@media screen and (max-width: 768px) {
    h2.header-info__title{
        font-size: 32px;
    }
    .header-info{
        width: 100%;
    }
    .header-info__description {
        font-size: 18px;
        margin-top: 24px;
    }
    .header-info__actions{
        margin-top: 24px;
    }
    .header-info__action-container {
        margin-top: 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 425px) {
    h2.header-info__title{
        font-size: 28px;
    }
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/custom/form.request.new/on.page.block/style.css?175037966212161*/
/*.form-request-new__fields-list {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: baseline;*/
/*    flex-wrap: wrap;*/
/*    justify-content: flex-start;*/
/*    margin: -25px -25px 25px;*/
/*}*/
/*.form-request-new__field {*/
/*    width: calc(33.3% - 50px);*/
/*    margin: 25px;*/
/*    flex: 0 0 calc(33.3% - 50px);*/
/*    position: relative;*/
/*}*/

/*label.form-request-new__label{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    pointer-events: none;*/
/*    transform: translate(12px,28px);*/
/*    transition: transform ease .35s;*/
/*}*/
/*label.form-request-new__label.select-item {*/
/*    transform: none;*/
/*    top: -28px;*/
/*}*/
/*.form-request-new__field.is-focused label.form-request-new__label,*/
/*.form-request-new__field.is-not-empty label.form-request-new__label{*/
/*    transform: none;*/
/*}*/
/*.form-request-new__none, .form-request-new__error {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: -17px;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    background-image: linear-gradient(90deg, #E03838 3.26%, #7B27EF 98.07%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    display: none;*/
/*}*/

/*.is-empty .form-request-new__none{*/
/*    display: block;*/
/*}*/
/*.is-error .form-request-new__error{*/
/*    display: block;*/
/*}*/

/*.form-request-new__footer {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*    flex-wrap: nowrap;*/
/*    margin: 0 -25px;*/
/*}*/
/*.form-request-new__field_agreement {*/
/*    width: auto;*/
/*    margin: 25px;*/
/*}*/
/*.form-request-new__buttons {*/
/*    margin: 25px;*/
/*    width: calc(33.3% - 50px);*/
/*    min-width: 200px;*/
/*    text-align: center;*/
/*}*/
/*.form-request-new__field.code-field{*/
/*    width: calc(33.3% - 50px);*/
/*    flex:0 0 calc(33.3% - 50px);*/
/*}*/
/*.form-request-new__code {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.form-request-new__fields-list .select2-container--default.select2-container--disabled .select2-selection--single {*/
/*    background-color: #eee0!important;*/
/*    cursor: default;*/
/*}*/
/*input.form-request-new__input.code-input {*/
/*    font-size: 26px;*/
/*}*/
/*.code-field label.form-request-new__label{*/
/*    transform: none;*/
/*}*/
/*.subscription__sent-text {*/
/*    text-align: center;*/
/*    margin-bottom: 10px!important;*/
/*    font-size: 14px!important;*/
/*}*/
/*.subscription__sent-tel {*/
/*     margin-bottom: 0;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*}*/

/*    !*AUTOFILL*!*/
/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*input:-webkit-autofill:active {*/
/*    -webkit-transition-delay: 9999s;*/
/*    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;*/
/*    outline: none;*/
/*    -webkit-box-shadow: inset 0 0 0 50px #fff !important;*/

/*}*/
/*!*AUTOFILL*!*/


/*.message-modal {*/
/*    background: #0000006e;*/
/*    z-index: 0;*/
/*    display: none;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position:static;*/
/*}*/
/*.message-modal.active{*/
/*    z-index: 1000;*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.message-body {*/
/*    padding: 50px 100px;*/
/*    background: white;*/
/*    color: black;*/
/*    border-radius: 3px;*/
/*    font-size: 32px;*/
/*    font-weight: 500;*/
/*    position: relative;*/
/*    max-width: 100%;*/
/*}*/

/*.form-request-new__field span.field-error {*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    color: #ff4701;*/
/*    float: right;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*    .form-request-new__fields-list{*/
/*        flex-direction: column;*/
/*        margin: 50px 0 25px;*/
/*    }*/
/*    .form-request-new__field {*/
/*        width: calc(100% - 50px);*/
/*        flex: 0 0 calc(100% - 50px);*/
/*    }*/
/*    .form-request-new__footer{*/
/*        margin:0*/
/*    }*/
/*}*/

/*@media screen and (max-width: 849px) {*/
/*    .form-request-new__footer {*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        flex-wrap: nowrap;*/
/*        !* margin: 0 -25px; *!*/
/*        flex-direction: column;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 496px) {*/
/*    .form-request-new__field{*/
/*        margin:15px 0;*/
/*        width: 100%;*/
/*        flex: 0 0 100%*/
/*    }*/
/*    .form-request-new__field.code-field {*/
/*        width: calc(80% - 50px);*/
/*        flex: 0 0 calc(80% - 50px);*/
/*    }*/
/*    .message-body {*/
/*        font-size: 26px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*    .form-request-new__field.code-field {*/
/*        width: calc(50% - 50px);*/
/*        flex: 0 0 calc(50% - 50px);*/
/*    }*/
/*    .message-body {*/
/*        !* width: 100%; *!*/
/*        padding: 30px 50px;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*.form-standart__plate {*/
/*    border: 2px solid black;*/
/*    padding: 75px 8% 100px;*/
/*}*/
/*.form-standart__title.h2 {*/
/*    text-align: center;*/
/*    margin-bottom: 52px;*/
/*}*/
/*a.subscription__code {*/
/*    font-size: 14px;*/
/*    text-decoration: underline;*/
/*}*/
/*input.sms-code__input-container {*/
/*    font-size: 24px;*/
/*    width: 50px;*/
/*    margin: 0 10px;*/
/*    padding: 10px;*/
/*    color: black;*/
/*    text-align: center;*/
/*    border: 1px solid;*/
/*    border-radius: 5px;*/
/*}*/
/*.sms-code__row {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/



.form-standart.form-request-container {
    border: 2px solid black;
    padding: 75px 8% 100px;
    min-height: 650px;
}
h2.form-request__title.h2 {
    text-align: center;
}
.form-request__fields {
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.form-request__field-row {
    width: calc(33.3% - 33px);
    margin: 25px;
    flex: 0 0 calc(33.3% - 33px);
    position: relative;
}
.form-request__field-row:nth-child(3n+1){
    margin-left: 0;
}
.form-request__field-row:nth-child(3n){
    margin-right: 0;
}
.form-request__field-row.form-request__field_checkbox{
    margin:25px 0;
}
label.form-request-new__label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    pointer-events: none;
    transform: translate(12px,28px);
    transition: transform ease .35s;
}
span.form-request__field-placeholder {
    font-weight: 500;
    font-size: 14px;
    pointer-events: none;
    opacity: 0.5;
}
input.form-request__field-input {
    line-height: 32px;
    padding: 0;
    font-size: 18px;
}


.select2-container--block .select2-selection__rendered{
    padding-left: 0!important;
}
.select2-container--block.select2-container .select2-selection--single{
    height: unset;
}
.select2-container--block.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    min-height: 32px;
}
.select2-container--block .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 2px solid black;
    line-height: 32px;
    font-size: 18px;
    color: black;
    padding: 0;
    margin-bottom: 5px;
}
.select2-black .select2-container--block .select2-dropdown{
    background:transparent;
}
.select2-container--block .select2-results__options {
    max-height: 260px;
    overflow: auto;
}
.select2-container--block span.select2-dropdown.select2-dropdown--above {
    display: flex;
    flex-direction: column-reverse;
    transform: translateY(73px);
}
.select2-container--block span.select2-dropdown.select2-dropdown--above  .select2-search__field{
    margin-top: 5px;
}
.select2-container--block span.select2-selection__arrow {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    position: absolute;
}
.select2-container--block  span.select2-selection__arrow:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-request__input-message {
    float: right;
    font-size: 14px;
    font-weight: 600;
}
.form-request__field-row.form-request__field_agreement {
    width: 100%;
}
.form-request__field_agreement .form-request__input-message{
    float: unset;
}
.form-request__agreements {
    width: 50%;
    flex: 0 0 50%;
}
.form-request__footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
}


.form-request__step-code{
    display: none;
}
.step-code .form-request__step-reg{
    display: none;
}
.step-code .form-request__step-code{
    display: flex;
    justify-content: flex-end;
}

.form-request-container .escapingBallG-animation.active {
    display: block;
    opacity: 1;
    transform: translateY(-45px);
}
span.b-checkbox__text a {
    text-decoration: underline;
}
.form-request__step-code {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.subscription__sent {
    font-size: 16px;
    text-align: center;
}
.subscription__sent-tel {
    font-size: 24px;
    margin-top: 12px;
}
.form-request__field-row.code-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
input.sms-code__input-container {
    border: 2px solid black;
    font-size: 24px;
    width: 50px;
    margin: 0 10px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}
button.text-btn {
    display: block;
    margin: auto;
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 12px;
    cursor: pointer;
}
button.text-btn.reload-btn {
    font-size: 14px;
}
.form-request__submit {
    margin-top: 24px;
}
form.form-request {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.form-request-container .popup__modal-info {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}
span.form-request__input-message {
    height: 16px;
}

@media screen and (max-width: 1230px) {
    .form-request__fields {
        flex-direction: column;
    }
    .form-request__field-row {
        margin: 25px 0;
        width: 100%;
    }
    .form-request__field-row.code-field {
        width: 50%;
    }
}
@media screen and (max-width: 988px) {
    .form-request__footer {
        flex-direction: column;
    }
    .form-request__agreements {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 768px) {
    .form-request__buttons {
        margin: 0;
        width: 100%;
    }
    .form-request__buttons input.button-outline{
        width: 100%;
        border-width: 2px;
    }

    .form-request__field-row.code-field{
        width: 100%;
        flex: unset;
    }
    .step-code .form-request__step-code{
        justify-content: center;
    }
}
@media screen and (max-width: 525px) {
    h2.form-request__title.h2 {
        font-size: 20px;
        text-align: start;
    }
    .form-request__fields {
        margin-top: 12px;
    }
    .form-request__field-row {
        margin: 16px 0 0;
    }
    span.form-request__field-placeholder {
        font-size: 12px;
    }
    input.form-request__field-input {
        font-size: 16px;
        line-height: 22px;
    }
    .form-standart.form-request-container {
        padding: 24px 12px;
    }
}

input.form-request__field-input:-webkit-autofill,
input.form-request__field-input:-webkit-autofill:hover,
input.form-request__field-input:-webkit-autofill:focus,
input.form-request__field-input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: black !important;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/system.pagenavigation/.default/style.css?17503796623019*/
.bx-pagination {
    margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: transparent;
    padding: 8px 15px;
    display: block;
    min-width: 32px;
    color: #444;
    font-size: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li.pag-active span{
    border: 1px solid;
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.pag-prev a span,
.bx-pagination .bx-pagination-container ul li.pag-next a span {
    line-height: 28px;
    padding: 0 18px;
    color: #444;
    position: relative;
    display: inline-block;
}
.bx-pagination-container svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.pag-prev span,
.bx-pagination .bx-pagination-container ul li.pag-next span{
    color: #aab1b4;
    line-height: 28px;
    padding: 0 18px;
    position: relative;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.apg-active span{
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.pag-active span{
    background: #F9A91D;
    color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.pag-active span{
    background: #E22B2B;
    color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.pag-active span{
    background: #0083d1;
    color: #fff;
}
.pag-prev span,
.pag-next span{
    border:none!important;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.list/blog/style.css?1750379662814*/
.blog-cards{
    position: relative;
    overflow: hidden;
}
.blog-card__item {
    width: 500px;
    margin: 0 20px;
}
.blog-card__img {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.blog-card__tag {
    position: absolute;
    top: 25px;
    left: 25px;
    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
    color: white;
    padding: 5px 10px;
}
.blog-card__content {
    background-color: #f5f5f4;
    padding: 25px;
}

.blog-card__item:not(:first-child){
    opacity: 0;
    display: none;
    transition:opacity .3s ease-out;
}
.slick-initialized .blog-card__item{
    display: block;
    opacity:1;
}
@media screen and (max-width: 456px) {
    .blog-card__item {
        margin: 0 5px;
    }
}
/* End */


/* Start:/local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776*/
/* 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 */
/* /local/templates/spiritfit-v3/components/bitrix/news.detail/service/style.css?17503796624787 */
/* /local/templates/spiritfit-v3/components/custom/form.request.new/on.page.block/style.css?175037966212161 */
/* /local/templates/spiritfit-v3/components/bitrix/system.pagenavigation/.default/style.css?17503796623019 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/blog/style.css?1750379662814 */
/* /local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776 */
