

/* Start:/local/components/bitrix/news.list/templates/services-section/style.css?17702022038165*/


.dark #our-services .services-list .services-item {
  background-color: var(--text-dark-grey-v2);
}

.dark #our-services .services-list .services-item .services-bottom-content .child-link li a {
  color: var(--background-basic);
}

.dark #our-services .services-list .services-item .caption,
.dark #our-services .services-list .services-item .caption-p,
.dark #our-services .services-list .services-item .h6 {
  color: var(--white);
}
#our-services .services-list .services-item#seo::before {
    content: url("/local/components/bitrix/news.list/templates/services-section/./img/seo.svg");
    display: block;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 0;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

#our-services .services-list .services-item#context::before {
    content: url("/local/components/bitrix/news.list/templates/services-section/./img/context.svg");
    display: block;
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: 0;
  }

#our-services .services-list .services-item#serm::before {
    content: url("/local/components/bitrix/news.list/templates/services-section/./img/star.svg");
    display: block;
    position: absolute;
    top: 45px;
    left: 10px;
    z-index: 0;
  }

#our-services .services-list .services-item#develop::before,
#our-services .services-list .services-item#web-dev::before {
    content: url("/local/components/bitrix/news.list/templates/services-section/./img/develop.svg");
    display: block;
    position: absolute;
    bottom: -3px;
    right: -8px;
    z-index: 0;
  }

#our-services .services-list .services-item#design::before {
    content: url("/local/components/bitrix/news.list/templates/services-section/./img/design.svg");
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    z-index: 0;
  }

#our-services .services-list .services-item#bitrix24::before {
    content: url("/local/components/bitrix/news.list/templates/services-section/./img/bitrix24.svg");
    display: block;
    position: absolute;
    top: 5px;
    left: -46px;
    z-index: 0;
  }
.dark #our-services .services-list .services-item#seo::before {
  content: url("/local/components/bitrix/news.list/templates/services-section/./img/dark-mode/seo.svg");
}

.dark #our-services .services-list .services-item#context::before {
  content: url("/local/components/bitrix/news.list/templates/services-section/./img/dark-mode/context.svg");
}

.dark #our-services .services-list .services-item#serm::before {
  content: url("/local/components/bitrix/news.list/templates/services-section/./img/dark-mode/star.svg");
}

.dark #our-services .services-list .services-item#web-dev::before {
  content: url("/local/components/bitrix/news.list/templates/services-section/./img/dark-mode/develop.svg");
}

.dark #our-services .services-list .services-item#design::before {
  content: url("/local/components/bitrix/news.list/templates/services-section/./img/dark-mode/design.svg");
}

.dark #our-services .services-list .services-item#bitrix24::before {
  content: url("/local/components/bitrix/news.list/templates/services-section/./img/dark-mode/bitrix24.svg");
}

@media (min-width: 320px) {
	.services-item {
    background-color: var(--background-light);
    padding: 20px 20px 36px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .services-item:hover {
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }

  .services-bottom-content {
    position: relative;
    max-width: 100%;
    line-height: 1.3;
    bottom: 0px;
  }

  .link-service-more {
    width: 42px;
    height: 42px;
    border: 1px solid var(--main-basic);
    border-radius: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .link-service-more::before {
    content: url("/img/arrow-blue.svg");
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .services-item:hover .link-service-more {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .services-item .h6,
  .services-item ul,
  .services-item p {
    z-index: 10;
    position: relative;
  }

  .services-item .h6 {
    margin-bottom: 24px;
    max-width: 50%;
  }

  .child-link {
    display: none;
  }
}
.services-item {
    background-color: var(--background-light);
    padding: 20px 20px 36px 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .services-item:hover {
    -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.15);
    cursor: pointer;
  }

  .services-bottom-content {
    position: relative;
    max-width: 100%;
    line-height: 1.3;
    bottom: 0px;
  }

  .link-service-more {
    width: 42px;
    height: 42px;
    border: 1px solid var(--main-basic);
    border-radius: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .link-service-more::before {
    content: url("/local/components/bitrix/news.list/templates/services-section/./img/arrow-blue.svg");
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .services-item:hover .link-service-more {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .services-item .h6,
  .services-item ul,
  .services-item p {
    z-index: 10;
    position: relative;
  }

  .services-item .h6 {
    margin-bottom: 24px;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .services-item#seo::before {
    top: 30px;
    left: 0px;
  }

  .services-item#context::before {
    bottom: 0;
    right: 12px;
  }

  .services-item#serm::before {
    top: -11px;
    left: -32px;
  }

  .services-item#develop::before {
    top: -40px;
    left: -82px;
  }

  .services-item#design::before {
    top: -40px;
    left: -20px;
  }

  .services-item#bitrix24::before {
    top: 5px;
    right: 0px;
    left: 0;
  }
  .services-item .h6,
  .advantages-item .h6 {
    font-size: 20px;
  }
  .services-item .caption,
  .services-item .caption-p {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {

  .services-item {
    padding: 20px 20px 38px 20px;
  }

  .services-item .h6 {
    margin-bottom: 16px;
  }

  .services-item#seo::before {
    top: 30px;
    left: 0px;
  }

  .services-item#context::before {
    top: -66px;
    right: inherit;
    left: 11px;
  }

  .services-item#serm::before {
    top: -11px;
    left: -32px;
  }

  .services-item#develop::before {
    top: -40px;
    left: 0px;
  }

  .services-item#design::before {
    top: -40px;
    left: 0px;
  }

  .services-item#bitrix24::before {
    top: -4px;
    right: 0px;
    left: 0;
  }

}
@media (min-width: 1350px) {
	.services-item .h6 {
    font-size: 24px;
  }
  .services-item .child-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 0;
    font-size: 12px;
    margin-bottom: 32px;
  }

  .services-item .child-link li a {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    color: var(--text-light);
    text-decoration: none;
  }

  .services-item .child-link li a:hover {
    color: var(--main-basic);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .services-item {
    height: 378px;
  }

  .services-bottom-content {
    position: absolute;
    bottom: 24px;
    right: 24px;
    left: 24px;
  }
  .services-item#context::before {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }

  .services-item#serm::before {
    top: 45px;
    right: inherit;
    bottom: inherit;
    left: 13px;
  }

  .services-item#develop::before {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }

  .services-item#design::before {
    top: 28px;
    right: inherit;
    bottom: inherit;
    left: -4px;
  }

  .services-item#bitrix24::before {
    bottom: 48px;
    right: -35px;
    top: inherit;
    left: inherit;
  }
}
 @media (min-width: 1140px){
	.services-item p{
	 	font-family: Wix Madefor Text;
		font-weight: 400;
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0;
		vertical-align: bottom;
	}
 }
/* End */


/* Start:/local/components/bitrix/news.detail/templates/mainpage-banner/style.css?17701168841154*/
@media (min-width: 320px) {
	#about-company {
    background-color: var(--main-basic);
    padding: 25px 0px 45px;
    color: var(--white);
    overflow: hidden;
    position: relative;
    background-image: url("/local/components/bitrix/news.detail/templates/mainpage-banner/./img/about-back.png");
    background-size: cover;
    background-position: center;
  }

  #about-company .h6 {
    margin-bottom: 16px;
  }

  #about-company .body1 {
    margin-bottom: 32px;
  }
  #about-company .about-more {
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    font-family: "Unbounded";
    font-weight: 200;
  }
  #about-company .about-more:hover::after {
    -webkit-transform: rotate(56deg);
    -ms-transform: rotate(56deg);
    transform: rotate(56deg);
  }

  #about-company .about-more::after,
  {
    content: url("/local/components/bitrix/news.detail/templates/mainpage-banner/./img/arrow-white.svg");
    display: inline-block;
    position: relative;
    margin-left: 34px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
@media (min-width: 768px) {
	#about-company {
    	padding: 56px 0px 45px 0px;
  	}
	#about-company .content-block {
    	max-width: 402px;
	}
}
/* End */


/* Start:/local/components/bitrix/news.list/templates/mainpage-cases/style.css?17706186337731*/
@media(min-width:320px){
	.case-info .subtitle1-title {
		min-height: 38px;
		display: flex;
		align-items: end;
        color: var(--text-basic);
	}
	.your-site .case-info .subtitle1-title {
		color: var(--white);
	}
    .case-content {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
    }
    .cases-list{
        gap: 32px 0px;
        margin-bottom: 24px;
    }
    .case-item{
        background-color: var(--background-light);
        overflow: hidden;
    }
    .case-content {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px;
    }
    .case-item .case-info{
        color: inherit;
        text-decoration: none;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .case-item .case-info:first-child:hover picture{
        transform: scale(1.015);
        transition: .4s;
    }
    .case-item.your-site a:first-child:hover picture{
        transform: none;
    }
	.case-item.your-site a {
		transition: background-color .4s, color .4s;
	}
	.case-item.your-site a:first-child:hover .case-type-item {
		background-color: #EFF4FB;
		border-color: #D7E1EC;
	}
	.case-item.your-site a:first-child:hover .case-type-item .case-type {
		color: #28313D;
	}
	.case-item.your-site a:first-child:hover .case-type-item .case-type::before {
		background-color: #28313D;
	}
    .case-item picture{
        transition: .4s;
    }    

    .case-item.your-site .case-type-item {
        background-color: var(--white);
    }

    .case-item.your-site .case-type-item .case-type {
        color: #000;
    }
    
    .case-info{
        position: relative;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        gap: 28px;
    }
    
    .thumb-block{
        padding: 34px 53px 0px;
        position: relative;
        background-color: #F8FAFD;
        overflow:hidden;
        display: flex;
        flex-grow: 1;
    }

    .thumb-block img{    
        display: block;
        width: 100%;
        object-fit: contain;
        height: 100%;
        box-shadow: 0px -6.39px 12.3px 0px #1E385521;
        border-radius:1.06px;
    }
    

    .type-list-wrapper {
        margin-bottom: 16px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    
    .type-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
        margin-right: -16px;
        margin-left: -16px;
        padding-left: 16px;
        padding-right: 16px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .type-list::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
        background: transparent;
    }
    
    .case-type-item {
        border: 1px solid #D7E1EC;
        border-radius: 100px;
        display: flex;
        align-items: center;
        flex-shrink: 0;
        height: fit-content;
        padding: 5px 8px 5px 16px;
        white-space: nowrap;
    }
    
    .case-type {
        font-family: Wix Madefor Text;
        font-weight: 400;
        font-size: 10px;
        line-height: 1.4;
        letter-spacing: 0.02;
    }
    
    .case-type::before {
        content: '';
        width: 3px;
        height: 3px;
        background-color: #28313D;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        top: -3px;
        left: -7px;
    }
    .scroll-indicator-right {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        background: linear-gradient(to right, transparent, var(--background-light));
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s;
    }
    
    .type-list-wrapper:hover .scroll-indicator-right {
        opacity: 1;
    }
    
    .type-list .case-type-item {
        display: flex;
    }
    
    .case-info .subtitle1-title{
        margin-bottom: 12px;
        word-break: break-word;
    }
    
    .work-type{
        font-size: 12px;
        color: var(--text-light);
    }
    
    .case-more{
        width:42px;
        height: 42px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--background-basic);
        transition: .4s;
        position: absolute;
        right: 16px;
        bottom: 16px;
    }
    
    .case-more::before{
        content: url('/assets/img/arrow-grey.svg');
    }
    
    .case-item:hover .case-more::before{
        transform: rotate(45deg);
        transition: .4s;
    }
    
    .case-item.your-site{
        color: var(--white);
        background: var(--main-basic);
    }

    .case-item.your-site:hover .subtitle1-title{
        color: var(--white);
    }
    
    .case-item.your-site .thumb-block{
        background: linear-gradient(180deg, #006FFF 0%, #004CB4 100%);
    }
    
    .case-item.your-site .case-type::before {
        background-color: #000;
    }
    
    .case-item.your-site .type-list {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .case-item.your-site .scroll-indicator-right {
        background: linear-gradient(to right, transparent, var(--main-basic));
    }
    
    .case-item.your-site .your-site--link{
        font-family: Wix Madefor Text;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: right;
    }
    
    .case-item.your-site .your-site--link::after{
        margin-left: 9px;
        transform: scale(0.8);
        position: relative;
        top: 2px;
    }
    
    .case-item.your-site:hover .your-site--link::after{
        transform: rotate(56deg);
    }
    
    .all-cases{
        display: block;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-light);
        border: 1px solid var(--background-basic);
        text-decoration: none;
        font-size: 14px;
        transition: .4s;
    }
    
    .all-cases:hover{
        background-color: var(--background-basic);
        color: var(--text-basic);
    }
    
    .all-cases:active{
        color: #6D737B;
    }
}

@media(min-width: 550px) {
    .cases-list {
        gap: 20px;
    }
}

@media(min-width:768px){
    .cases-list{
        gap: 20px;
    }
    
    .caption, .caption-p {
        font-size: 14px;
    }
    
    .case-item a:first-child:hover picture {
        transform: scale(1.2) translateY(-15px);
        transition: 0.4s;
    }
    
    .type-list {
        overflow-x: visible;
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .type-list-wrapper {
        overflow: visible;
    }
    
    .scroll-indicator-right {
        display: none; 
    }
    
    .case-type-item {
        flex-shrink: 1;
    }
}

@media(min-width:1024px){
    .case-item a:first-child:hover picture {
        transform: scale(1.15) translateY(-17px);
        transition: 0.4s;
    }
    
    .case-more{
        display: none;
    }
}

@media (min-width: 1140px) {
    .case-info{
        gap: 38px;
    }
	.case-type-item .case-type  {
		font-weight: 400;
		font-size: 12px;
		line-height: 1.3;
		letter-spacing: 0;
	}
}

@media(min-width:1350px){
    .case-item a:first-child:hover picture {
        transform: scale(1.05) translateY(-9px);
        transition: 0.4s;
    }
}
/* End */


/* Start:/local/components/bitrix/news.list/templates/dev-steps/style.css?17701168842507*/
@media (min-width: 320px) {

  .work-step-list {
    display: grid;
    gap: 24px;
  }

  .work-step-list .step-item {
    background: var(--background-light);
    padding: 20px;
    position: relative;
  }

  .work-step-list .step-number,
  .work-step-list .step-arrow::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
  }

  .work-step-list .step-number {
    background: var(--white);
    z-index: 10;
    position: relative;
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 12px;
  }

  .work-step-list  .step-arrow::before {
    content: url("/local/components/bitrix/news.list/templates/dev-steps/./img/arrow-blue.svg");
    z-index: 5;
    border: 1px solid #006DFE;
    position: absolute;
    top: 20px;
    left: 55px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 34px;
    height: 34px;
    left: 48px;
  }

  .work-step-list .step-arrow.check-blue::before {
    content: url("/local/components/bitrix/news.list/templates/dev-steps/./img/check-blue.svg");
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .work-step-list  .step-item .download-brif {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .work-step-list  .download-brif.step-link {
    color: #006DFE;
    text-decoration: none;
  }

  .work-step-list  .download-brif.step-link .brif-format {
    color: #D7E1EC;
  }

  .work-step-list  .step-item .subtitle1-title {
    margin-top: 30px;
    margin-bottom: 12px;
  }

  .work-step-list .step-item:not(.no-last-decorate):last-child {
    background: var(--main-basic);
    color: var(--white);
  }

  .work-step-list .step-item:not(.no-last-decorate):last-child .step-number {
    color: var(--text-basic);
  }

  .work-step-list .step-item:not(.no-last-decorate):last-child .step-arrow::before {
    content: url("/local/components/bitrix/news.list/templates/dev-steps/./img/check.svg");
    background: var(--main-dark);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 38px;
    height: 38px;
  }
}

@media (min-width: 1350px) {
  .work-step-list .step-item:nth-child(4) {
    grid-column: 2;
  }

  .work-step-list .step-item:last-child {
    grid-column: 3;
  }
}
/* End */


/* Start:/local/components/bitrix/news.list/templates/advantages/style.css?17701168841454*/
@media(min-width:320px){
	.advantages-list{
        display: grid;
        gap: 20px;
    }
    .advantages-item{
        height: 157px;
        position: relative;
        overflow: hidden;
        background-color: var(--background-light);
        padding: 20px;
    }
    .advantages-item h3{
        position: relative;
        z-index: 10;
    }
    .advantages-description{
        font-size: 12px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 90%;
        z-index: 10;
    }
    .advantages-item:first-child::after{
        content: url('/assets/img/communication.svg');
        position: absolute;
        z-index: 0;
        top:50%;
        left:50%;
        transform:translate(-50%, -50%);
    }
    .advantages-item:nth-child(2)::after{
        content: url('/assets/img/document.svg');
        position: absolute;
        z-index: 0;
        right:0;
        top: 0;
    }
    .advantages-item:nth-child(3)::after{
        content: url('/assets/img/complex.svg');
        position: absolute;
        z-index: 0;
        right:12px;
        top: 0;
    }
    .advantages-item:last-child::after{
        content: url('/assets/img/relocate.svg');
        position: absolute;
        z-index: 0;
        right:30px;
        top: 20px;
    }
}
@media(min-width:768px){
	.advantages-item .h6{
        font-size: 20px;
    }
}
@media(min-width:1350px){
	.services-item .h6 {
        font-size: 24px;
    }
}
/* End */


/* Start:/local/components/bitrix/news.list/templates/faq/style.css?17701882371905*/
@media(min-width:320px){
    .faq-list .section-title{
        border-bottom: 0;
    }
    .faq-list{
        gap: 16px;
    }
    .faq-list .faq-list__item{
        border-bottom: 1px solid var(--background-light);
    }

    .faq-list .accordion{
        padding: 13px 70px 13px 0px;
        position: relative;
        cursor: pointer;
        font-family: Wix Madefor Text;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0;
        margin: 0;

    }
    .faq-list .accordion:after{
        position: absolute;
        top: 12px;
        right: 0px;
        content: '';
        background-image: url('/local/components/bitrix/news.list/templates/faq/./img/faq-plus.svg');
        background-repeat: no-repeat;
        background-size: auto;
        background-position: center;
        width: 8px;
        height: 8px;
        transition: transform 0.3s ease;
        border: 1px solid var(--main-basic);
        border-radius: 50px;
        padding: 17px;
    }

    .faq-list .opened-faq__item .accordion:after {
        transform: rotate(45deg);
    }

    .faq-list .response{
        display: none;
    }
    .faq-list .opened-faq__item  .response {
        display: block;
        margin-bottom: 25px;
        margin-top: 25px;
    }
}
@media(min-width:425px){
    .faq-list .accordion {
        padding: 13px 148px 13px 0;
        position: relative;
        max-width: 100%;
    }
}
@media(min-width:500px){
    .faq-list .accordion {
        padding: 23px 0px 23px 0px;
    }
}
@media(min-width: 768px) {
    .faq-list .accordion{
        font-family: Wix Madefor Text;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0;
    }
}
@media(min-width: 1140px){
     .faq-list .accordion{
        font-family: Wix Madefor Text;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0;
    }

}
/* End */
/* /local/components/bitrix/news.list/templates/services-section/style.css?17702022038165 */
/* /local/components/bitrix/news.detail/templates/mainpage-banner/style.css?17701168841154 */
/* /local/components/bitrix/news.list/templates/mainpage-cases/style.css?17706186337731 */
/* /local/components/bitrix/news.list/templates/dev-steps/style.css?17701168842507 */
/* /local/components/bitrix/news.list/templates/advantages/style.css?17701168841454 */
/* /local/components/bitrix/news.list/templates/faq/style.css?17701882371905 */
