

/* Start:/local/templates/main/components/bitrix/catalog/main/style.css?178816597810929*/
.blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
.blocks--triple {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 24px;
}
.blocks--five {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 24px;
}
.blocks__block {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.blocks__block--vertical {
  flex-direction: column;
}
.blocks__block--five {
  width: calc((100% - 40px) / 3);
}
.blocks__check {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
}
.blocks__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blocks__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
.blocks__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width:1600px) {
  .blocks__title {
    font-size: 25px;
    line-height: 26px;
  }
  .blocks__text {
    font-size: 16;
    line-height: 23px;
  }
}
@media (max-width:992px) {
  .blocks {
    grid-template-columns: 1fr;
  }
  .blocks__block--five {
    width: calc((100% - 20px) / 2);
  }
  .blocks__block--five:last-child {
    width: 100%;
  }
  .blocks__title {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (max-width:640px) {
  .blocks__block {
    padding: 12px;
    gap: 24px;
  }
  .blocks__block--five {
    width: 100%;
  }
}

.cases {
  display: flex;
  gap: 25px;
}
.cases__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cases__heading {
  margin-bottom: 0 !important;
}
.cases__block {
  margin: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  list-style-type: none;
}
.cases__item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.cases__img {
  flex-shrink: 0;
  width: 783px;
  object-fit: contain;
  object-position: bottom;
}
.cases__img--mob {
  display: none;
}
@media (max-width:1600px) {
  .cases__item {
    font-size: 16px;
    line-height: 23px;
  }
  .cases__img {
    width: 590px;
  }
}
@media (max-width:992px) {
  .cases__img {
    display: none;
    margin-bottom: -40px;
    width: 100%;
    height: auto;
  }
  .cases__img--mob {
    display: block;
  }
}

.tasks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.tasks__item {
  position: relative;
  min-height: 394px;
}
.tasks__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tasks__inner {
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.tasks__name {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
.tasks__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.tasks__blockbutton {
  margin-top: auto;
  gap: 4px !important;
}
@media (max-width:1600px) {
  .tasks__name {
    font-size: 25px;
    line-height: 26px;
  }
  .tasks__text {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  .tasks {
    display: flex;
    overflow-x: auto;
  }
  .tasks__item {
    flex: 280px 0 0;
  }
  .tasks__name {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (max-width: 640px) {
  .tasks__item {
    padding: 12px;
  }
}

.sertsteps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content 1fr;
  column-gap: 24px;
  row-gap: 40px;
}
.sertsteps__heading {
  margin-bottom: 0 !important;
}
.sertsteps__list {
  margin: 0;
  padding: 0;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
}
.sertsteps__item {
  margin: 0;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: linear-gradient(90deg, rgba(227, 77, 42, 0.5) 0%, rgba(21, 23, 25, 0.5) 77.4%);
}

.sertsteps__item.gray{
    background: #FFFFFF1A;
}
.sertsteps__count {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 23px;
  line-height: 40px;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
}
.sertsteps__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sertsteps__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
.sertsteps__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.sertsteps__img {
  position: relative;
}
.sertsteps__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sertsteps__img--figure > img {
  top: auto;
  bottom: 0;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width:1600px) {
  .sertsteps {
    column-gap: 20px;
  }
  .sertsteps__title {
    font-size: 25px;
    line-height: 26px;
  }
  .sertsteps__text {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width: 992px) {
  .sertsteps {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 24px;
  }
  .sertsteps__heading {
    margin-bottom: 16px;
  }
  .sertsteps__list {
    grid-column: auto;
    grid-row: auto;
  }
  .sertsteps__title {
    font-size: 20px;
    line-height: 21px;
  }
  .sertsteps__img {
    height: 320px;
  }
  .sertsteps__img--figure {
    display: none;
  }
}
@media (max-width: 640px) {
  .sertsteps {
    row-gap: 12px;
  }
  .sertsteps__heading {
    margin-bottom: 28px;
  }
  .sertsteps__item {
    padding: 12px;
    gap: 24px;
  }
  .sertsteps__img {
    height: 250px;
  }
}

.sute {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.sute__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  min-height: 394px;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.sute__tag {
  padding: 9px;
  background-color: rgba(227, 77, 42, 0.1);
  border: 1px solid #e34d2a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.blocktitle.sute__blocktitle {
  color: #fff;
}
.sute__list {
  margin: 3px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  list-style-type: none;
}
.sute__element {
  margin: 0;
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  color: rgba(255, 255, 255, 0.8);
}
.sute__blockbutton {
  margin-top: auto;
  width: 100%;
}
@media (max-width:1600px) {
  .sute {
    display: flex;
    overflow-x: auto;
  }
  .sute__item {
    flex-shrink: 0;
    width: 384px;
  }
  .sute__list {
    margin: 34px 0;
  }
  .sute__element {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width:992px) {
  .sute__list {
    margin: 37px 0;
  }
}
@media (max-width:640px) {
  .sute__item {
    padding: 12px;
    width: 280px;
  }
  .sute__list {
    margin: 40px 0;
  }
}

.allows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min-content 1fr;
  column-gap: 24px;
  row-gap: 40px;
}
.heading.allows__heading {
  margin-bottom: 0 ;
}
.allows__img {
  position: relative;
}
.allows__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.allows__blocks {
  grid-column: 2/3;
  grid-row: 1/3;
  column-gap: 20px;
  row-gap: 24px;
}
@media (max-width:1600px) {
  .allows {
    column-gap: 20px;
  }
}
@media (max-width: 992px) {
  .allows {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 24px;
  }
  .heading.allows__heading {
    margin-bottom: 16px;
  }
  .allows__blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-column: auto;
    grid-row: auto;
    column-gap: 24px;
  }
  .allows__img {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .allows {
    row-gap: 12px;
  }
  .heading.allows__heading {
    margin-bottom: 28px;
  }
  .allows__img {
    height: 250px;
  }
  .allows__blocks {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}

.whatis {
  position: relative;
  overflow: hidden;
}
.whatis__img {
  position: absolute;
  right: -17px;
  bottom: -8px;
  width: 590px;
}
.whatis__inner {
  padding: 48px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.whatis__h2 {
  margin: 0 0 40px;
}
.whatis__content {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.whatis__content > *:not(:last-child) {
  margin: 0 0 24px;
}
@media (max-width:1600px) {
  .whatis__img {
    right: -22px;
    bottom: 0;
  }
}
@media (max-width:992px) {
  .whatis__img {
    display: none;
  }
  .whatis__inner {
    padding: 24px;
  }
  .whatis__content {
    font-size: 16px;
    line-height: 23px;
  }
}
@media (max-width:640px) {
  .whatis__h2 {
    margin: 0 0 24px;
  }
  .whatis__inner {
    padding: 12px;
  }
  .whatis__content {
    font-size: 14px;
    line-height: 20px;
  }
}

.alltasks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.alltasks__item {
  position: relative;
}
.alltasks__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.alltasks__inner {
  position: relative;
  padding: 24px;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width:992px) {
  .alltasks {
    display: flex;
    overflow-x: auto;
  }
  .alltasks__inner {
    width: 280px;
    font-size: 20px;
    line-height: 21px;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/service_top/style.css?17859228612673*/
.main {
  padding: 166px 0 40px;
  min-height: 776px;
  background-image: url('/local/templates/main/img/banner/service_bg.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  box-sizing: border-box;
}
.main__wrapper {
  margin-top: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.main__img {
  position: absolute;
  right: 0;
  max-width: 652px;
  object-fit: contain;
}
.main__header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 812px;
  z-index: 1;
}
.main__title {
  margin: 0;
  font-weight: 500;
  font-size: 65px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #fff;
}
.main__text {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.main__buttons {
  position: relative;
  display: flex;
  gap: 31px;
  z-index: 1;
}
.main__advantages {
  position: relative;
  margin: 52px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  z-index: 1;
}
.main__advantage {
  margin: 0;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
.main__icon {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width:1600px) {
  .main__wrapper {
    gap: 24px;
  }
  .main__img {
    max-width: 454px;
  }
  .main__header {
    max-width: 746px;
  }
  .main__title {
    font-size: 50px;
  }
  .main__buttons {
    gap: 25px;
  }
  .main__advantages {
    margin-top: 40px;
  }
}
@media (max-width:1100px) {
  .main__advantages {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:992px) {
  .main {
    padding: 194px 0 0;
    min-height: 694px;
  }
  .main__img {
    display: none;
  }
  .main__title {
    font-size: 35px;
  }
  .main__text {
    font-size: 16px;
    line-height: 23px;
  }
  .main__buttons {
    flex-wrap: wrap;
  }
  .main__advantages {
    margin-top: 0;
  }
}
@media (max-width:640px) {
  .main {
    padding-top: 90px;
  }
  .main__text {
    font-size: 14px;
    line-height: 20px;
  }
  .main__buttons {
    gap: 12px;
  }
  .main__advantages {
    margin-top: -12px;
    grid-template-columns: 1fr;
  }
  .main__advantage {
    padding: 12px;
    gap: 12px;
  }
}
@media (max-width:440px) {
  .main__buttons .button {
    width: 100%;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/universal/style.min.css?1776939972620*/
.bx-breadcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bx-breadcrumb-item{height:22px;white-space:nowrap}.bx-breadcrumb-item-angle{margin:0 10px;color:#b5bdc2;vertical-align:top;font-size:12px}.bx-breadcrumb-item-link{border-bottom:0;vertical-align:top;line-height:21px}.bx-breadcrumb-item-text{vertical-align:top;white-space:normal;font:400 13px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;transition:250ms linear all}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/content/style.css?17883266319114*/
.services__count {
    margin-bottom: 16px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-weight: 500;
    font-size: 23px;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
}
.sute.x2 {
    grid-template-columns: repeat(2, 1fr);
}
.sute__item.orange {
    min-height: auto;
    background: linear-gradient(90deg, rgba(227, 77, 42, 0.5) 0%, rgba(21, 23, 25, 0.5) 77.4%);
    height: auto;
}
.sute__item.gray {
    min-height: auto;
    height: auto;
}
.container.orange {
    padding: 48px;
    background: #E34D2A4D;
}
.container.orange .section__heading {
    max-width: 100%;
}
.container.orange .sute{
    display: flex;
}
.container.orange .sute .sute__item{
    flex: 1;
}
.container.orange a.button, .container.orange button{
    padding: 20px !important;
    margin-top: 40px;
    width: auto;
    display: inline-block;
}
.servicelist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.servicelist.big{
    grid-template-columns: repeat(3, 1fr);
}
.servicelist__item {
    position: relative;
    background-color: black;
}
.servicelist__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.servicelist__fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.servicelist__inner {
    position: relative;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
    box-sizing: border-box;
    z-index: 2;
}
.servicelist__tags {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style-type: none;
}
.servicelist__tag {
    margin: 0;
    padding: 9px;
    background-color: rgba(227, 77, 42, 0.1);
    border: 1px solid #e34d2a;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
}
.servicelist__blockbutton {
    margin-top: auto;
}
@media (max-width:1242px) {
    .servicelist {
        display: flex;
        overflow-x: auto;
    }
    .servicelist__item {
        flex-shrink: 0;
        width: 280px;
    }
}
@media (max-width:640px) {
    .servicelist__inner {
        padding: 12px;
    }
}
i.number {
    font-weight: 500;
    font-size: 23px;
    line-height: 106%;
    letter-spacing: -2%;
    font-style: initial;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #FFFFFF80;
    background: #FFFFFF1A;
    text-align: center;
    line-height: 36px;
}
.servicelist__item.number{
    height: 330px;
}
.servicelist__item.number .blocktitle{
    position: absolute;
    bottom: 24px;
}

.lineList {
    display: flex;
    gap: 25px;
    position: relative;
    border-top: 1px solid white;
    padding-top: 44px;
    margin-top: 60px;
}
.lineList_item__number {
    font-weight: 700;
    font-size: 23px;
    line-height: 106%;
    letter-spacing: -2%;
    margin-bottom: 60px;
}
.lineList .blocktitle.blocktitle--white {
    margin-bottom: 24px;
    display: block;
}
.lineList_item {
    flex: 1;
    min-width: 220px;
    position: relative;
}
.lineList_item::after{
    content:'';
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    background: #E34D2A;
    left: -5px;
    top: -63px;
    border-radius: 50%;
}
.cases.text .section__title{
    font-weight: 500;
    font-size: 35px;
    line-height: 100%;
    vertical-align: bottom;
}
.cases__block li::marker{
    content: "";
}
.cases__block ul{
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.cases__block li {
    position: relative;
    margin: 0;
}
.cases__block li::before{
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    aspect-ratio: auto 24 / 24;
    background-image: url("/local/templates/main/components/bitrix/catalog.section/content/./img/check.png");
    background-size: contain;
    background-position: center;
    left: -44px;
    position: absolute;
}
.cases.text .cases__inner{
    width: 50%;
    position: relative;
}
.cases.text .cases__inner button{
    position: absolute;
    left: 0;
    bottom: 0;
}
.cases.text .cases__block{
    width: 50%;
}

.grayContainer .content {
    width: 50%;
}
.grayContainer .content h2 {
    margin: 0;
    margin-bottom: 24px;
}
.grayContainer .content .section__subtitle {
    margin-bottom: 40px;
}
.grayContainer .content .section__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 106%;
    letter-spacing: -2%;
    margin-bottom: 24px;
}

.item__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}
.item__list__el {
    padding: 10px;
    background: #FFFFFF1A;
}
.faq {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.faq__item {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: rgba(255, 255, 255, 0.1);
}
.faq__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}
.faq__question {
    font-weight: 500;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #fff;
}
.faq__button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.1);
}
.faq__button > svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    transition-duration: 400ms;
}
.faq__item.active .faq__button > svg {
    transform: rotate(180deg);
}
.faq__answer {
    display: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
}
@media (max-width:1600px) {
    .faq__question {
        font-size: 20px;
        line-height: 25px;
    }
    .faq__answer {
        font-size: 16px;
        line-height: 23px;
    }
}
@media (max-width:640px) {
    .faq__item {
        padding: 12px;
    }
}
.tag__item {
    font-weight: 500;
    font-size: 18px;
    line-height: 146%;
    letter-spacing: 0%;
    padding: 10px;
    background: #FFFFFF1A;
}
.allows.short{
    grid-template-columns: auto;
}
a.blockbutton{
    cursor: pointer;
}
.sute.x4 {
    grid-template-columns: repeat(4, 1fr);
}
.sute.x4 .services__count{
    background: none;
    border: none;
}
.allows__blocks.vertical{
    grid-template-columns: repeat(1, 1fr);
}
.stages__img{
    height: 100%;
}
.servicelist.big:has(> *:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}
.servicelist.big:has(> *:nth-child(11):last-child) {
    grid-template-columns: repeat(4, 1fr);
}
.sute.list .sute__item{
    flex: 1;
}
.cases__block h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 106%;
    letter-spacing: -2%;
    margin: 0;
    margin-bottom: 24px;
}
.stages .tag {
    font-weight: 500;
    font-size: 23px;
    letter-spacing: -2%;
    font-style: initial;
    display: inline-block;
    border: 1px solid #FFFFFF80;
    background: #FFFFFF1A;
    text-align: center;
    line-height: 36px;
    width: max-content;
    padding: 1px 10px;
}
.servicelist.big:has(:nth-child(11):last-child) {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
}

/* Элементы 1-й и 2-й строки (1-8) занимают по 3 колонки */
.servicelist.big:has(:nth-child(11):last-child)
.servicelist__item:nth-child(-n+8) {
    grid-column: span 3; /* 12/3 = 4 элемента в строке */
}

/* Элементы 3-й строки (9, 10, 11) занимают по 4 колонки */
.servicelist.big:has(:nth-child(11):last-child)
.servicelist__item:nth-child(n+9):nth-child(-n+11) {
    grid-column: span 4; /* 12/4 = 3 элемента в строке */
}
@media screen and (max-width: 600px){
    .grayContainer {
        flex-direction: column;
    }
    .grayContainer .textElement {
        width: 100%;
    }
    .grayContainer .listElement {
        width: 100%;
    }
    .grayContainer .content {
        width: 100%;
    }
    i.number{
        min-width: 38px;
    }
    .lineList{
        overflow: auto;
    }
    .imgsection{
        background-size: 100% !important;
        background-position: bottom 106px center !important;
    }
    .advantages__inner {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .cases{
        flex-direction: column;
    }
    .cases.text .cases__inner {
        width: 100%;
    }
    .cases.text .cases__block {
        width: 100%;
        box-sizing: border-box;
    }
    .cases.text .cases__inner button{
        position: relative;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section.list/services_main/style.css?17881556321404*/
.servicelist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.servicelist.big {
    grid-template-columns: repeat(3, 1fr);
}
.servicelist__item {
  position: relative;
  background-color: black;
    min-height: 395px;
}
.servicelist__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.servicelist__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.servicelist__inner {
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  box-sizing: border-box;
  z-index: 2;
}
.servicelist__tags {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style-type: none;
}
.servicelist__tag {
  margin: 0;
  padding: 9px;
  background-color: rgba(227, 77, 42, 0.1);
  border: 1px solid #e34d2a;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.servicelist__blockbutton {
  margin-top: auto;
}
@media (max-width:1242px) {
  .servicelist {
    display: flex;
    overflow-x: auto;
  }
  .servicelist__item {
    flex-shrink: 0;
    width: 280px;
  }
}
@media (max-width:640px) {
  .servicelist__inner {
    padding: 12px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/catalog/main/style.css?178816597810929 */
/* /local/templates/main/components/bitrix/catalog.section/service_top/style.css?17859228612673 */
/* /local/templates/main/components/bitrix/breadcrumb/universal/style.min.css?1776939972620 */
/* /local/templates/main/components/bitrix/catalog.section/content/style.css?17883266319114 */
/* /local/templates/main/components/bitrix/catalog.section.list/services_main/style.css?17881556321404 */
