

/* Start:/local/components/firstbit/cart.text/templates/cart/style.css?1732199181141*/
.clickable {
    transition: all 0.5s;
}
.clickable:hover {
    box-shadow: 0 20px 10px darkgray;
    transform: translate(0, -10px);
}
/* End */


/* Start:/local/components/firstbit/firstbit.questionnaries/templates/.default/style.css?173823734418709*/
.mtop30 {
    margin-top: 30px;
}

/*element*/

.custom-checkbox {
    display: block;
    margin: 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.custom-checkbox input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.custom-checkbox span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 160%;
    color: #3C4249;
}

.custom-checkbox span:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
    transition: background 0.3s ease;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #CDD0DE;
    border-radius: 3px;
    z-index: 1;
}
.custom-checkbox span.error:before {

    border: 1px solid #c9163f;

}

.custom-checkbox span:after {
    content: '';
    display: block;
    width: 15px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 1.9155L6.18585 11L0 4.62441L1.85849 2.70892L6.18585 7.16901L13.1415 0L15 1.9155Z' fill='%230084E8'/%3E%3C/svg%3E");
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 2;
    opacity: 0;
    transition-duration: .2s;
}

.custom-checkbox input[type=checkbox]:checked + span:after {
    /*opacity: 1;*/
}

.custom-radios {

}

.custom-radios input[type=radio] {
    display: none;
}

.custom-radios label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    user-select: none;
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 160%;
    color: #3C4249;
}

.custom-radios label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: -2px;
    background: #FFFFFF;
    border: 1px solid #CDD0DE;
    border-radius: 100%;
    z-index: 1;
}

.custom-radios label:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 7px;
    top: 5px;
    background: #0084E8;
    border-radius: 100%;
    z-index: 2;
    opacity: 0;
    transition-duration: .2s;
}

.custom-radios input[type=radio]:checked + label:after {
    opacity: 1;
}

/*element*/

.f-quest {
    background: #D0DFF2;
    border-radius: 16px;
    padding: 5px;
    display:none;
}
.f-quest.active{
    display:block;
}

.f-quest__wrapper {
    border: 2px solid #FFFFFF;
    border-radius: 12px;
    padding: 35px 40px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.f-quest__bg1 {
    background-image: url("/local/components/firstbit/firstbit.questionnaries/templates/.default/images/bg1.png");
}

.f-quest__bg2 {
    background-image: url("/local/components/firstbit/firstbit.questionnaries/templates/.default/images/bg2.png");
}

.f-quest__body {
    display: flex;
    height: 100%;
    width: 100%;
}

.f-quest__v {
    width: 400px;
    border-right: 2px solid rgba(255, 255, 255, .6);
    padding-right: 45px;
    min-height: 250px;
    padding-bottom: 80px;
    position: relative;
}

.f-quest__c {
    width: calc(100% - 400px);
    padding-left: 45px;
    padding-bottom: 80px;
    position: relative;
}

.f-quest-big .f-quest__v {
    width: 520px;
}

.f-quest-big .f-quest__c {
    width: calc(100% - 520px);
}

.f-quest__v-caption {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #171B26;
    margin-bottom: 20px;
}

.f-quest__v-caption span {
    color: #E50071;
}

.f-quest__v-text {
    font-size: 16px;
    line-height: 160%;
    color: #3C4249;
}

.f-quest__v-text li {
    margin-bottom: 10px;
}

.f-quest__v-text li:last-child {
    margin-bottom: 0;
}

.f-quest__v-butt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.f-quest__v-counter {
    font-size: 24px;
    line-height: 120%;
    color: #8793A3;
    margin-bottom: 28px;
}

.f-quest__v-current {

}

.f-quest__c-w {
    display: flex;
    flex-wrap: wrap;
}

.f-quest__c-w .custom-checkbox {
    margin-bottom: 5px;
    min-height: 51px;
    width: 33%;
    padding-right: 30px;
}

.f-quest__c-w .custom-radios {
    margin-bottom: 5px;
    min-height: 51px;
    width: 33%;
    padding-right: 30px;
}

.f-quest__butt {
    position: absolute;
    left: 45px;
    bottom: 0;
}

.button-action-white {
    background: #F3F4F6;
    color: #3C4249 !important;
    border-color: #F3F4F6;
}

.button-action-white:hover {
    background: #F3F4F6;
}

.f-quest__butt .button-action-white {
    margin-right: 10px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 18px;
    line-height: 120%;
    color: #3C4249 !important;
    border: 3px solid #FFFFFF;
}
.f-quest__butt .button-action-white:hover{
    border: 3px solid #F5F5F5;
    background: #F5F5F5;
}
.f-quest__c-i {

}

.f-quest__c-i-wrapper {
    display: flex;
    margin-bottom: 18px;
}

.f-quest__c-i-t {
    width: calc(33% - 14px);
    margin-right: 20px;
}

.f-quest__c-i-two .f-quest__c-i-t {
    width: calc(50% - 10px);
}

.f-quest__c-i-t:last-child {
    margin-right: 0;
}

.f-quest__c-i-t input {
    border: 1px solid #CDD0DE !important;
    border-radius: 6px !important;
    outline: none;
}
.f-quest__c-i-t input.error {
    border: 1px solid #c9163f !important;
}
.f-quest__finish {

}

.f-quest__f {

}

.f-quest__f .custom-radios {
    margin-bottom: 5px;
    min-height: 51px;
}

.f-quest__finish .f-quest__v {
    width: 50%;
}

.f-quest__finish .f-quest__c {
    width: 50%;
}

@media all and (max-width: 1279px) {
    .f-quest__c-w .custom-checkbox {
        width: 50%;
    }

    .f-quest__c-w .custom-radios {
        width: 50%;
    }

    .f-quest__v {
        width: 300px;
    }

    .f-quest__c {
        width: calc(100% - 300px);
    }

    .f-quest-big .f-quest__v {
        width: 580px;
        border-right: none;
    }

    .f-quest-big .f-quest__c {
        width: calc(100% - 580px);
    }

    .f-quest__wrapper {
        height: 450px;
    }

    .f-quest__c-i-t {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .f-quest__c-i-t:nth-child(2n + 2) {
        margin-right: 0;
    }

    .f-quest__c-i-wrapper {
        flex-wrap: wrap;
    }

    .f-quest__finish .f-quest__v {
        width: 100%;
    }

    .f-quest__finish .f-quest__c {
        width: 100%;
    }

    .f-quest-big .f-quest__bg {
        background-position: right bottom;
    }

    .f-quest-big.f-quest-last .f-quest__v {
        width: 470px;
    }

    .f-quest-big.f-quest-last .f-quest__c {
        width: calc(100% - 470px);
    }

    .f-quest-big.f-quest-last .f-quest__butt a {
        margin-top: 10px;
    }
}

@media all and (max-width: 991px) {
    .f-quest__body {
        flex-wrap: wrap;
    }

    .f-quest__v {
        width: 100%;
        min-height: initial;
        padding-right: 0;
        padding-bottom: 0;
        border: 0;
        margin-bottom: 30px;
    }

    .f-quest__c {
        width: 100%;
        padding-left: 0;
    }

    .f-quest__butt {
        left: 0;
    }

    .f-quest__v {
        display: flex;
    }

    .f-quest__v-caption {
        margin-bottom: 0;
    }

    .f-quest__custom-text .f-quest__v {
        flex-wrap: wrap;
    }

    .f-quest__custom-text .f-quest__v-counter {
        width: 40px;
        margin-right: 10px;
    }

    .f-quest__custom-text .f-quest__v-caption {
        width: calc(100% - 50px);
    }

    .f-quest__custom-text .f-quest__v-text {
        width: 100%;
        padding-left: 50px;
        margin-top: 30px;
    }

    .f-quest__v-counter {
        margin-bottom: 0;
        margin-right: 23px;
    }

    .f-quest__c {
        padding-bottom: 60px;
    }

    .f-quest__wrapper {
        min-height: inherit;
    }

    .f-quest__c {
        min-height: 220px;
    }

    .f-quest {
        min-height: 400px;
    }

    .f-quest__c-w .custom-checkbox {
        min-height: initial;
        margin-bottom: 10px;
    }

    .f-quest__c-w .custom-radios {
        min-height: initial;
        margin-bottom: 10px;
    }

    .f-quest__bg {
        position: relative;
    }

    .f-quest__bg .f-quest__v {
        position: absolute;
        left: 30px;
        top: 0;
        padding-top: 45px;
        height: 100%;
        width: 300px;
        display: block;
        z-index: 2;
    }

    .f-quest__bg .f-quest__v-butt {
        bottom: 45px;
    }

    .f-quest__bg {
        background-size: 600px auto;
    }

    .f-quest__bg .f-quest__v-caption {
        margin-bottom: 20px;
    }

    .f-quest__f {
        display: flex;
    }

    .f-quest__f .custom-radios {
        width: 50%;
        padding-right: 30px;
    }

    .f-quest__custom-text .f-quest__c {
        min-height: initial;
    }

    .f-quest__custom-text .f-quest__c-i-wrapper {
        margin-bottom: 0;
    }

    .f-quest-big .f-quest__bg .f-quest__v {
        width: 450px;
    }

    .f-quest-big .f-quest__bg .f-quest__c {
        width: calc(100% - 450px);
    }

    .f-quest-big.f-quest-last .f-quest__v {
        width: 360px;
    }

    .f-quest-big.f-quest-last .f-quest__c {
        width: calc(100% - 360px);
    }

    .f-quest-big.f-quest-last .f-quest__v-text {
        padding-left: 0;
    }

}

@media all and (max-width: 768px) {
    .f-quest__c-w .custom-checkbox {
        width: 100%;
    }

    .f-quest__c-w .custom-radios {
        width: 100%;
    }

    .f-quest__v {
        display: block;
        text-align: center;
    }

    .f-quest__v-counter {
        margin-right: 0;
        margin-bottom: 4px;
    }

    .f-quest__butt {
        text-align: center;
        width: 100%;
        bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .f-quest__wrapper {
        padding: 20px;
        height: initial;
        position: relative;
    }

    .f-quest__c {
        min-height: initial;
        position: static;
    }

    .f-quest__body {
        display: block;
    }

    .f-quest__butt .button {
        padding-left: 15px;
        padding-right: 15px;
    }

    .f-quest__v-caption {
        font-size: 20px;
        line-height: 120%;
    }

    .f-quest__v-counter {
        font-size: 20px;
        line-height: 120%;
    }

    .f-quest__bg {
        background-size: 450px auto;
        padding-bottom: 200px;
        background-position: center bottom;
    }

    .f-quest__bg .f-quest__v {
        position: static;
        width: 100%;
        padding-top: 15px;
    }

    .f-quest-big .f-quest__bg .f-quest__v {
        width: 100%;
    }

    .f-quest-big .f-quest__bg .f-quest__c {
        width: 100%;
    }

    .f-quest-big .f-quest__bg {
        background-size: 600px auto;
        background-position: right bottom;
    }

    .f-quest__bg .f-quest__v-butt {
        position: static;
        margin-top: 20px;
    }

    .f-quest {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        border-radius: 0;
    }

    .f-quest__c-i-t {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .f-quest__f {
        display: block;
    }

    .f-quest__f .custom-radios {
        width: 100%;
        padding-right: 0;
    }

    .f-quest__custom-text .f-quest__v-text {
        padding-left: 0;
    }

    .f-quest__custom-text .f-quest__v-caption {
        width: 100%;
    }

    .f-quest__custom-text .f-quest__v-counter {
        width: 100%;
        margin-right: 0;
    }

    .f-quest__v-text {
        margin-top: 15px;
    }

    .f-quest__v-text li {
        text-align: left;
    }

    .f-quest-big .f-quest__v {
        width: 100%;
    }

    .f-quest__custom-text .f-quest__c {
        width: 100%;
    }

    .f-quest-big.f-quest-last .f-quest__v {
        width: 100%;
    }

    .f-quest-big.f-quest-last .f-quest__c {
        width: 100%;
    }

    .f-quest__c-i-two .f-quest__c-i-t {
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .f-quest-big .f-quest__bg {
        background-size: 400px auto;
    }
    .f-quest__bg {
        padding-bottom: 100px;
    }
}
@media all and (max-width: 390px) {
    .f-quest-big .f-quest__bg {
        background-position: left calc(50% - 15px) bottom;
    }
}

.quest-main-wrapper{
    margin-top:50px;
}

.f-quest__v-bonuses {
    margin-top: 17px;
}

.f-quest__v-bonus-caption {
    font-size: 16px;
    line-height: 160%;
    color: #3C4249;
    font-weight: 700;
}

.f-quest__v-bonus {
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    padding: 11px 60px 11px 17px;
    background-color: #FFFFFF;
    border: 2px solid #DEEAF2;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 200px;
    font-size: 11px;
    line-height: 120%;
    color: #161920;
    font-weight: 700;
}

.f-quest__v-bonus span {
    color: #E50071;
    display: block;
}

.f-quest__v-bonus:last-child {
    margin-right: 0;
}

.f-quest__v-bonus-lock {
    position: absolute;
    width: 18px;
    height: 18px;
    right: -3px;
    top: -3px;
    background-color: #E50071;
    border-radius: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.f-quest__v-bonuses.not-active .f-quest__v-bonus span {
    color: #161920;
}

.f-quest__v-bonuses.not-active .f-quest__v-bonus-lock {
    display: flex;
}

/*f-quest-slider*/

.f-quest-slider {

}
.f-quest-slider__wrapper{
    width:100%;
}
.f-quest-slider__caption {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #242A31;
    margin-bottom: 20px;
}

.f-quest-slider__items {
    display: flex;
    justify-content: center;
}
.f-quest-slider__item:last-child:after {
    content: none !important;
}

.f-quest-slider__item:first-child:before {
    content: none !important;
}
.f-quest-slider__item {
    width: 33%;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.f-quest-slider__item:nth-child(2):before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    height: 214px;
    width: 1px;
    background: #fff;
    display: block;
}

.f-quest-slider__item:nth-child(2):after {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    height: 214px;
    width: 1px;
    background: #fff;
    display: block;
}

.f-quest-slider__item-img {
    height: 150px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-quest-slider__item-ico {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -140px;
}

.f-quest-slider__item-image {
    max-height: 100%;
    position: relative;
    z-index: 2;
}

.f-quest-slider__item-name {
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #3C4249;
    font-weight: 700;
    margin-bottom: 10px;
}

.f-quest-slider__item-name a {
    font-size: 22px;
    line-height: 140%;
    color: #3C4249;
    font-weight: 700;
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 62px;*/
}

.f-quest-slider__item-name a:hover {
    color: #3C4249;
    text-decoration: underline;
}

.f-quest-slider__item-text {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    /*-webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 110px;*/
}

.f-quest-slider__item-butt {
    margin-top: 30px;
    text-align: center;
}

.f-quest-slider__item-butt .button {
    background: none;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    font-size: 15px;
    line-height: 120%;
    color: #3C4249 !important;
    padding: 9px 25px;
    box-shadow: none;
}

.f-quest-slider__item-butt .button:hover {
    border: 2px solid #3C4249;
    background: none;
}

.f-quest-slider__butt {
    text-align: center;
    margin-top: 32px;
}

.f-quest-slider__butt .button {
    position: relative;
}

.f-quest-slider__butt .button span {
    position: absolute;
    width: 37px;
    height: 37px;
    right: -19px;
    top: -19px;
    background: #E50071;
    border: 2px solid #FFFFFF;
    font-size: 13px;
    line-height: 120%;
    color: #F2F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.f-quest__item-alone .f-quest__body {
    justify-content: center;
}

.f-quest__item-alone .f-quest__body .f-quest-slider__items {
    text-align: center;
}

@media all and (max-width: 1279px) {
    .f-quest-slider .f-quest__wrapper {
        height: initial;
    }

    .f-quest-slider__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width: 767px) {
    .f-quest-slider__item-name a {
        height: initial;
        -webkit-line-clamp: initial;
    }

    .f-quest-slider__item-text {
        height: initial;
        -webkit-line-clamp: initial;
    }

    .f-quest-slider__items {
        flex-wrap: wrap;
    }

    .f-quest-slider__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .f-quest-slider__item:nth-child(2) {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .f-quest-slider__item:nth-child(2):before {
        content: none;
    }

    .f-quest-slider__item:nth-child(2):after {
        content: none;
    }

    .f-quest-slider__item-ico {
        margin-left: -120px;
    }
}

/*f-quest-slider*/

.f-quest-slider__butt .js-go2sendform span {
    display: none;
}
/* End */


/* Start:/local/components/firstbit/contain.banner/templates/.default/style.css?175706311322*/
.grm-custom {
    
}
/* End */


/* Start:/local/templates/1bitcloud/components/bitrix/news.list/our_sertificates_carousel/style.css?1727870949348*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.slide-item .sb_img{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

	display: block;
	width: 163px;
	height: 125px;
}
#slide_sertificates .owl-stage-outer{
	max-height: 140px;
}
/* End */


/* Start:/local/templates/1bitcloud/components/bitrix/news.list/our_clients_carousel/style.css?1727870949108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/1bitcloud/components/bitrix/news.list/our_reviews_carousel/style.css?17278709493190*/
div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}
#slide_reviews .owl-item{
    max-width: 384px;
}
.main-reviews-slider .slide-item {
    display: flex;
    flex-direction: row;
}

.slide-item-company-logo {
    width: 100%;
    min-height: 120px;

}

.slide-item-company {
    width: 30%;
}

.slide-item-company-name {
    font-weight: 700;
    margin-top: 15px;
}

.slide-item-message {
    width: 70%;
    text-align: left;
    margin-left: 15px;
}

.slide-item-message-text {
    margin-bottom: 15px;
}
.slide-item-message-text:before{
    content: '\201C';
    width: 20px;
    height: 20px;
    font-size: 70px;
    font-family: sans-serif;
    color: #8793A3;
    line-height: 66px;
    float: left;
    margin: 0 15px 13px 0;

}

.slide-item-message-fio{
    font-style: italic;
    width: auto;
    border-top: 1px solid #8793A3;
    padding-top:5px;
}

.main-reviews-slider .owl-carousel .owl-nav .owl-next{
    float: right;
    background-position: right top;
    right: -7%;
    position: relative;
    top: -15px;
    background-image: url(/local/templates/1bitcloud/images/banner_arrow_next.svg);

}
.main-reviews-slider .owl-carousel .owl-nav .owl-prev {
    position: relative;
    top: -15px;
    float: left;
    background-position: left top;
    left: -7%;
    background-image: url(/local/templates/1bitcloud/images/banner_arrow_prev.svg);
}
.main-reviews-slider .owl-carousel .owl-nav .owl-prev,
.main-reviews-slider .owl-carousel .owl-nav .owl-next{
    height: 41px;
    width: 23px;
}

.sb_hide_toggle{
    overflow-y: hidden;height: 200px;
}
.sb_toggle{
    color: #4683E4;
}

.main-reviews-slider .owl-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
}


.main-reviews-slider .owl-carousel .owl-nav .owl-prev:focus,
.main-reviews-slider .owl-carousel .owl-nav .owl-next:focus{
    outline:none;
}
.main-reviews-slider .owl-carousel .owl-nav .owl-prev,
.main-reviews-slider .owl-carousel .owl-nav .owl-next
{
    height: 41px;
    width: 23px;
}

.main-reviews-slider .owl-carousel .owl-nav .owl-prev {
    position: relative;
    top: -15px;
    float: left;
    background-position: left top;
    left: -55px;
    /*left: 20px;*/
    background-image: url(/local/templates/1bitcloud/images/banner_arrow_prev.svg);
}


.main-reviews-slider .owl-carousel .owl-nav .owl-next {
    float: right;
    background-position: right top;
    right: -55px;
    position: relative;
    top: -15px;
    background-image: url(/local/templates/1bitcloud/images/banner_arrow_next.svg);

}

.main-reviews-slider .owl-carousel .owl-nav span {
    display: none;
}

.main-reviews-slider .owl-carousel .owl-nav.disabled {
    display: block;
}


@media all and (max-width: 1307px) {
    .main-reviews-slider {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media all and (max-width: 991px) {
    .main-reviews-slider {
        padding-left: 55px;
        padding-right: 55px;
    }
}
/* End */


/* Start:/local/templates/1bitcloud/components/bitrix/news.list/snews/style.css?1727870949108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/components/firstbit/cart.text/templates/cart/style.css?1732199181141 */
/* /local/components/firstbit/firstbit.questionnaries/templates/.default/style.css?173823734418709 */
/* /local/components/firstbit/contain.banner/templates/.default/style.css?175706311322 */
/* /local/templates/1bitcloud/components/bitrix/news.list/our_sertificates_carousel/style.css?1727870949348 */
/* /local/templates/1bitcloud/components/bitrix/news.list/our_clients_carousel/style.css?1727870949108 */
/* /local/templates/1bitcloud/components/bitrix/news.list/our_reviews_carousel/style.css?17278709493190 */
/* /local/templates/1bitcloud/components/bitrix/news.list/snews/style.css?1727870949108 */
