

/* Start:/local/templates/main/components/bitrix/catalog/main/style.css?178645498610872*/
.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__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.list/services_list/style.css?17859202011611*/
.services {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  /* background: url('/local/templates/main/img/blocks/services_bg.png'); */
}
.services__item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: rgba(255, 255, 255, 0.1);
}
.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;
}
.services__name  {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #fff;
  word-break: break-word;
}
.services__ssds {
  padding: 7px 9px;
  align-self: flex-start;
  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: 24px;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 1600px) {
  .services__count {
    margin-bottom: 22px;
  }
  .services__name {
    font-size: 25px;
    line-height: 26px;
  }
}
@media (max-width:1248px) {
  .services {
    grid-template-columns: repeat(5, 230px);
    overflow-x: auto;
  }
}
@media (max-width: 992px) {
  .services__count {
    margin-bottom: 27px;
  }
  .services__name {
    font-size: 20px;
    line-height: 21px;
  }
}
@media (max-width: 640px) {
  .services__item {
    padding: 12px;
  }
  .services__count {
    margin-bottom: 51px;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/faq_redesign/style.css?17854074491194*/
.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;
  }
}
/* End */
/* /local/templates/main/components/bitrix/catalog/main/style.css?178645498610872 */
/* /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.list/services_list/style.css?17859202011611 */
/* /local/templates/main/components/bitrix/news.list/faq_redesign/style.css?17854074491194 */
