

/* Start:/local/templates/isys_site/components/bitrix/news.list/automation_page/style.css?175638286223517*/
.content__in .bx-breadcrumb {
  padding: 0;
}

.section-top {
  margin-bottom: 40px;
  margin-top: 50px;
}

.section-simple-page .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.automation-common {
  border-radius: 25px;
  background: #FFF;
  margin-bottom: 50px;
}

.block-main-top {
  height: 530px;
  background: #FFF;
  border-radius: 25px;
  display: flex;
  gap: 10px;
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.main-top-title {
  font-family: "Golos";
  font-size: 40px;
  line-height: 52px;
  font-weight: 500;
  color: #0064FF;
  margin-bottom: 15px;
}

.main-top-text {
  font-family: "Golos";
  font-size: 20px;
  color: #3D3D3D;
  max-width: 650px;
  line-height: 150%;
  margin-bottom: 30px;
}

.main-top-slider-item {
  display: none;
  border-radius: 18px;
  background: linear-gradient(237deg, #E8F3FF 20.29%, #CEE7FF 81.55%, #CAE2F8 96%);
  padding: 20px 15px 25px;
  margin-right: 10px;
}

.main-top-slider-item:first-child {
  display: block;
}

.main-top-slider-item-text {
  font-size: 24px;
  line-height: 150%;
  color: #3D3D3D;
  position: relative;
  margin-bottom: 20px;
}

.main-top-slider-item-text > span {
  color: #000;
  font-weight: 600;
}

.main-top-slider-item-btn {
  max-width: 700px;
  text-align: right;
}

.main-top-slider-item-link-more {
  font-size: 14px;
}

.main-top-slider-item-link-more svg {
  width: 8px;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  transform: translateX(0px);
}

.main-top-slider-item-link-more:hover svg {
  transform: translateX(3px);
}

.main-top-slider-item-link-more:hover path {
  stroke: #005AD7;
}

.main-top-info {
  width: 60%;
  padding: 20px 0;
}

.main-top-img {
  width: 40%;
}

.main-top-img-slider {
  opacity: 0;
  display: none;
  position: relative;
}

.main-top-img-slider.active {
  opacity: 1;
  display: block;
  -webkit-animation-name: imgFideIn;
  animation-name: imgFideIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes imgFideIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main-top-img-bgr {
  width: 760px;
  height: 760px;
  border-radius: 100%;
  background: linear-gradient(259deg, #E8F3FF 19%, #CEE7FF 73%, #CAE2F8 85%);
  position: absolute;
  top: -460px;
  left: 0;
  z-index: 10;
}

.main-top-img img {
  width: 100%;
  position: relative;
  z-index: 50;
}

.main-top-info .slick-dotted.slick-slider {
  margin-bottom: 25px;
}

.main-top-info .slick-dots {
  width: max-content;
  text-align: left;
  bottom: 20px;
  left: 25px;
}

.block-examples-tasks {
  border-radius: 25px;
  background: linear-gradient(237deg, #E8F3FF 20.29%, #CEE7FF 81.55%, #CAE2F8 96%);
  padding: 35px 40px 40px 40px;
  margin-bottom: 40px;
}

.block-examples-tasks .section-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.examples-slider-info-pages {
  color: #5D5D5D;
}

.page-slider-count {
  color: #0064FF;
}

.slider-examples-tasks,
.slider-examples-tasks-mobile {
  display: none;
}

.slider-examples-tasks .row-examples-tasks.slick-slide,
.slider-examples-tasks-mobile .row-examples-tasks.slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-right: 15px;
}

.examples-tasks-item {
  width: 32%;
  display: grid;
  line-height: 150%;
  border-radius: 16px;
  background: #FFF;
  padding: 40px 30px;
}

.examples-tasks-item-name {
  color: #000;
  font-family: GolosDemibold;
  font-size: 24px;
  margin-bottom: 20px;
}

.examples-tasks-item-text {
  font-family: GolosRegular;
  font-size: 16px;
  min-height: 270px;
  margin-bottom: 35px;
}

.examples-tasks-item-text p {
  color: #B0B0B0;
  font-family: Golos;
  font-size: 20px;
  margin-bottom: 5px;
}

.examples-tasks-item-tech {
  color: #000;
  font-family: Golos;
  font-size: 16px;
}

.examples-tasks-item-tech p {
  margin-bottom: 0;
}

.examples-tasks-item-tech ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.examples-tasks-item-tech img {
  max-height: 33px;
}

.examples-tasks-mobile {
  display: none;
}

.slider-keys-block {
  width: 50%;
  text-align: right;
}

.slider-keys-name {
  font-size: 38px;
  line-height: 130%;
  padding-right: 20px;
}

.slider-keys-name-device {
  display: none;
  opacity: 0.35;
  text-align: center;
  padding-right: 0;
}

.slider-keys-name-device br {
  display: none;
}

.slider-keys-step {
  font-family: Inter;
  font-size: 280px;
  font-weight: 500;
  line-height: 100%;
}

.slider-keys-item-name {
  font-family: Golos;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 20px;
}

.slider-keys-item-text {
  max-width: 300px;
  font-family: Golos;
  font-size: 20px;
  line-height: 150%;
}

.slider-keys-step-mob {
  display: none;
}

.slider-keys .slick-dots {
  text-align: left;
  left: 5px;
}

.block-solutions {
  color: #FFFFFF;
  background: #0047A9;
  border-radius: 25px;
  padding: 75px 80px 80px;
  margin-bottom: 50px;
}

.block-solutions .section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}

.row-solutions {
  align-items: flex-end;
}

.solutions-info {
  width: 45%;
  font-size: 20px;
  line-height: 150%;
}

.solutions-info > p {
  margin-bottom: 0;
}

.solutions-info > p:first-child {
  margin-bottom: 40px;
}

.solutions-slider {
  width: 55%;
}

.row-solutions-slider {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.solutions-slider-block-name {
  opacity: 0.35;
}

.solutions-slider-item-text {
  width: 50%;
}

.solutions-slider-step {
  opacity: 0.35;
}

.solutions-slider-name {
  color: #00A1FB;
}

.solutions-item-text-slider {
  display: none;
}

.solutions-item-text-slider.slick-slider .slick-dots li button:before {
  opacity: 0.5;
  background: #FFF;
}

.solutions-item-text-slider.slick-slider .slick-dots li.slick-active button:before {
  width: 12px;
  opacity: 1;
  background: #FFF;
  box-shadow: 0 0 10px 3px #01F0FF;
}

.virtual-agents-info {
  width: 55%;
  color: #454545;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  padding: 70px 50px 40px 80px;
}

.row-virtual-agents {
  margin-bottom: 60px;
}

.row-virtual-agents-slider {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}

.section-title.virtual-agents-info-name {
  color: #0064FF;
  margin-bottom: 15px;
}

.virtual-agents-info-big {
  color: #000;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 15px;
}

.virtual-agents-slider-item-text {
  width: 65%;
  padding-right: 20px;
}

.virtual-agents-slider-step {
  color: #4774AE;
  opacity: 0.5;
}

.virtual-agents-slider {
  width: 45%;
  border-radius: 0 25px;
  background: #D7EEFF;
}

.virtual-agents-slider .virtual-agents-slider-block-name {
  color: #4774AE;
  text-align: center;
  padding-top: 70px;
  padding-right: 0;
  margin-bottom: 50px;
}

.virtual-agents-slider .slider-keys-block {
  width: 35%;
}

.virtual-agents-slider .slider-keys-item-text {
  max-width: 320px;
}

.virtual-agents-item-text-slider {
  display: none;
}

.slider-examples-tasks.slick-slider .slick-dots li button:before,
.virtual-agents-item-text-slider.slick-slider .slick-dots li button:before {
  opacity: 0.5;
  background: #4774AE;
}

.slider-examples-tasks.slick-slider .slick-dots li.slick-active button:before,
.virtual-agents-item-text-slider.slick-slider .slick-dots li.slick-active button:before {
  width: 12px;
  background: #4774AE;
  box-shadow: 0 0 11px 4px #FFF;
  opacity: 1;
}

.row-possibilities {
  justify-content: center;
  gap: 50px;
  padding: 0 80px 70px;
}

.possibilities-item {
  width: 45%;
}

.possibilities-item-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 10px;
}

.possibilities-item-icon img {
  position: relative;
  z-index: 50;
}

.possibilities-item-icon-bgr {
  border-radius: 100px;
  position: absolute;
  z-index: 10;
}

.possibilities-item-icon:hover .possibilities-item-icon-bgr {
  background: linear-gradient(259deg, #E8F3FF 18.96%, #CEE7FF 72.7%, #CAE2F8 85.38%);
  -webkit-animation-name: bgrHoverFideIn;
  animation-name: bgrHoverFideIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bgrHoverFideIn {
  from {
    width: 50px;
    height: 50px;
  }
  to {
    width: 90px;
    height: 90px;
  }
}

.possibilities-title {
  color: #000;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  font-family: GolosDemibold;
  text-align: center;
  margin-bottom: 50px;
}

.possibilities-item-name {
  color: #000;
  font-size: 24px;
  line-height: 150%;
  font-family: GolosDemibold;
  text-align: center;
  margin-bottom: 15px;
}

.block-matreshka {
  border-radius: 0 0 25px 25px;
  background: linear-gradient(260deg, #E8F3FF 19%, #CEE7FF 73%, #CAE2F8 85%);
  background-size: 200% 200%;
  animation: bg_gradient 10s infinite ease;
  overflow: hidden;
  padding: 60px 0;
}

@keyframes bg_gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.row-matreshka {
  align-items: center;
}

.matreshka-img {
  position: relative;
}

.matreshka-img:after {
  content: url("/local/templates/isys_site/img/ellipse.svg");
  width: 200px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.matreshka-info {
  width: 45%;
  text-align: center;
}

.matreshka-info-title {
  margin-bottom: 35px;
}

.section-title.matreshka-info-text-title {
  margin-bottom: 10px;
}

.matreshka-info-text {
  color: #5D5D5D;
  font-family: Golos;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 35px;
}

.automation-common {
  overflow: hidden;
}

.automation-common-info {
  width: 65%;
  padding: 50px 50px 0 80px;
}

.automation-common-info .section-title {
  color: #0064FF;
  margin-bottom: 10px;
}

.automation-common-img {
  width: 35%;
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.automation-common-img > img {
  position: relative;
  z-index: 50;
}

.automation-common-img-bgr {
  width: 760px;
  height: 760px;
  border-radius: 100%;
  background: #D7EEFF;
  position: absolute;
  top: -460px;
  left: -80px;
}

.automation-common-info-big {
  color: #000;
  font-family: Golos;
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 15px;
}

.automation-common-info-text {
  color: #454545;
  font-size: 20px;
  line-height: 150%;
}

.block-process-functions {
  max-width: 920px;
  margin: 50px auto 65px;
}

.block-process-functions .possibilities-title {
  margin-bottom: 30px;
}

.process-functions-item {
  position: relative;
  cursor: pointer;
  border-radius: 25px;
  padding: 15px 25px;
  margin-bottom: 15px;
}

.process-functions-item:hover:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 25px;
}

.process-functions-item-name {
  color: #000;
  font-family: Golos;
  font-size: 24px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.process-functions-item-name > svg {
  transform: rotate(0deg);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.process-functions-item-text {
  display: none;
  padding-top: 5px;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.process-functions-item.active .process-functions-item-name > svg {
  transform: rotate(90deg);
}

.process-functions-item.active .process-functions-item-text {
  display: block;
}

.block-possibilities-functions {
  padding: 0 80px 65px;
}

.block-possibilities-functions .possibilities-title {
  text-align: left;
  margin-bottom: 30px;
}

.row-functions {
  align-items: end;
  justify-content: space-between;
  padding-top: 50px;
}

.row-functions > div {
  width: 48%;
}


.block-pix-rpa .automation-common-info-text ul {
  list-style-type: disc;
  padding-left: 20px;
}

.block-pix-rpa .automation-common-img > img {
  max-width: 350px;
}

@media (max-width: 1440px) {
  .main-top-slider.slick-initialized .slick-slide {
    height: 232px;
  }

  .main-top-slider-item-link-more {
    padding-right: 10px;
  }

  .slider-keys-name {
    font-size: 30px;
  }

  .slider-keys-item-name {
    font-size: 22px;
  }

  .slider-keys-item-text {
    font-size: 18px;
  }

  .block-solutions .section-title {
    margin-bottom: 40px;
  }

  .block-solutions .section-title br {
    display: none;
  }

  .solutions-info {
    font-size: 18px;
  }

  .virtual-agents-info {
    font-size: 18px;
  }

  .virtual-agents-info-big {
    font-size: 30px;
  }

  .matreshka-info-title img {
    width: 100%;
  }
}

@media (max-width: 1439px) {
  .block-main-top {
    height: 620px;
  }
}

@media (max-width: 1400px) {
  .main-top-img-bgr {
    left: -30px;
  }
}

@media (max-width: 1200px) {
  .block-main-top {
    height: 530px;
  }

  .main-top-title {
    font-size: 28px;
    line-height: 38px;
  }

  .main-top-text {
    font-size: 18px;
  }

  .main-top-slider.slick-initialized .slick-slide {
    height: 207px;
  }

  .main-top-slider-item-text {
    font-size: 20px;
  }

  .examples-tasks-desc {
    display: none;
  }

  .examples-tasks-mobile {
    display: block;
  }

  .examples-tasks-item {
    width: 48%;
  }

  .examples-tasks-item-name {
    font-size: 22px;
  }

  .section-simple-page .section-title {
    margin-bottom: 30px;
  }

  .block-solutions {
    padding: 40px;
    margin-bottom: 40px;
  }

  .row-virtual-agents {
    margin-bottom: 40px;
  }

  .virtual-agents-info {
    font-size: 16px;
    padding: 40px;
  }

  .virtual-agents-info-big {
    font-size: 20px;
  }

  .virtual-agents-slider .virtual-agents-slider-block-name {
    padding-top: 40px;
    margin-bottom: 30px;
  }

  .slider-keys-name {
    font-size: 24px;
  }

  .slider-keys-item-name {
    font-size: 20px;
  }

  .slider-keys-item-text {
    font-size: 16px;
  }

  .possibilities-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .row-possibilities {
    gap: 30px;
  }

  .possibilities-item-name {
    font-size: 20px;
  }

  .block-matreshka {
    padding-top: 30px;
  }

  .matreshka-img img {
    width: 400px;
  }

  .matreshka-info-text {
    font-size: 22px;
  }

  .automation-common {
    margin-bottom: 40px;
  }

  .automation-common-info-big {
    font-size: 20px;
  }

  .automation-common-info {
    padding: 40px 40px 0 40px;
  }

  .automation-common-info-text {
    font-size: 16px;
  }

  .block-process-functions {
    padding: 0 80px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .block-possibilities-functions {
    padding: 0 40px 25px;
  }

  .process-functions-item-name {
    font-size: 20px;
  }

  .row-functions .process-functions-item-name {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .block-main-top {
    height: 480px;
    border-radius: 16px;
  }

  .main-top-title {
    font-size: 24px;
    line-height: 30px;
  }

  .main-top-slider-item-text {
    font-size: 16px;
  }

  .block-solutions,
  .automation-common {
    border-radius: 16px;
  }

  .block-matreshka {
    border-radius: 0 0 16px 16px;
  }

  .process-functions-item {
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .main-top-img-bgr {
    top: -550px;
  }

  .main-top-slider.slick-initialized .slick-slide {
    height: 184px;
  }

  .main-top-slider-item-text > span {
    display: block;
  }

  .main-top-slider-item-text br {
    display: none;
  }

  .examples-tasks-item {
    padding: 20px;
  }

  .examples-tasks-item-name {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .examples-tasks-item-text {
    min-height: 250px;
    margin-bottom: 20px;
  }

  .examples-tasks-item-text p {
    font-size: 16px;
  }

  .examples-tasks-item-tech {
    font-size: 14px;
  }

  .block-solutions {
    padding: 40px;
  }

  .solutions-info {
    width: 100%;
    font-size: 16px;
    margin-bottom: 40px;
  }

  .solutions-info > p:first-child {
    margin-bottom: 20px;
  }

  .solutions-slider {
    width: 100%;
  }

  .slider-keys-block {
    width: 40%;
  }

  .slider-keys-name-device {
    display: block;
  }

  .solutions-slider-block-name {
    display: none;
  }

  .solutions-slider-item-text {
    width: 60%;
  }

  .slider-keys-item-text {
    max-width: 350px;
  }

  .row-virtual-agents {
    padding: 0 30px;
  }

  .virtual-agents-info {
    width: 100%;
    padding: 40px 0 20px 0;
  }

  .virtual-agents-slider {
    width: 100%;
    border-radius: 25px;
    padding-bottom: 30px;
  }

  .virtual-agents-slider .virtual-agents-slider-block-name {
    padding-top: 30px;
    margin-bottom: 0;
  }

  .row-possibilities {
    gap: 30px;
    padding: 0 30px 40px;
  }

  .possibilities-title {
    margin-bottom: 30px;
  }

  .block-matreshka {
    padding: 40px 0;
  }

  .automation-common-info {
    padding: 30px;
  }

  .block-possibilities-functions {
    padding: 0 30px 30px;
  }

  .row-functions {
    padding-top: 0;
  }
}

@media (max-width: 920px) {
  .block-main-top {
    height: auto;
  }

  .matreshka-img {
    left: -40px;
  }

  .matreshka-info {
    position: relative;
    left: -40px;
  }

  .process-functions-item-name {
    position: relative;
    padding-right: 60px;
  }

  .process-functions-item-name > svg {
    position: absolute;
    top: 2px;
    right: -10px;
  }
}

@media (max-width: 840px) {
  .matreshka-img img {
    width: 350px;
  }

  .matreshka-info {
    position: relative;
    left: -70px;
  }
}

@media (max-width: 767px) {
  .block-main-top {
    flex-wrap: wrap;
    padding: 45px 20px 20px 20px;
  }

  .main-top-info {
    width: 100%;
    order: 1;
    padding-bottom: 0;
  }

  .main-top-img {
    display: none;
    width: 100%;
    order: 0;
  }

  .main-top-slider.slick-initialized .slick-slide {
    height: 180px;
  }

  .main-top-slider-item {
    margin-left: 5px;
    margin-right: 5px;
  }

  .main-top-slider-item-text {
    margin-bottom: 5px;
  }

  .main-top-info .slick-dots {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .main-top-btn {
    text-align: center;
  }

  .main-top-btn .btn.btn-page {
    width: 100%;
  }

  .block-examples-tasks {
    border-radius: 16px;
  }

  .slider-examples-tasks .row-examples-tasks.slick-slide,
  .slider-examples-tasks-mobile .row-examples-tasks.slick-slide {
    gap: 25px;
  }

  .examples-tasks-item {
    width: 100%;
    border-radius: 12px;
  }

  .examples-tasks-item-text {
    min-height: auto;
    margin-bottom: 30px;
  }

  .slider-keys-block {
    width: 100%;
    text-align: left;
  }

  .slider-keys-step {
    display: none;
  }

  .slider-keys-step-mob {
    display: inline-block;
  }

  .slider-keys-name {
    font-size: 20px;
    padding-right: 0;
  }

  .slider-keys-name br {
    display: none;
  }

  .slider-keys-item-name {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .slider-keys-item-text,
  .virtual-agents-slider .slider-keys-item-text {
    max-width: max-content;
  }

  .row-solutions-slider {
    flex-wrap: wrap;
  }

  .solutions-slider-item-text {
    width: 100%;
  }

  .row-virtual-agents-slider {
    gap: 0;
  }

  .virtual-agents-slider-item-text {
    width: 100%;
    padding-left: 20px;
  }

  .virtual-agents-slider .virtual-agents-slider-block-name {
    margin-bottom: 20px;
  }

  .row-possibilities {
    gap: 10px;
    padding-bottom: 20px;
  }

  .row-possibilities .slick-dots {
    bottom: 0;
  }

  .possibilities-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .possibilities-item-icon {
    margin-bottom: 0;
  }

  .slider-keys .slick-dots {
    text-align: center;
    left: 0;
  }

  .possibilities-item {
    width: 100%;
  }

  .matreshka-img {
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }

  .matreshka-info {
    left: 0;
    width: 100%;
    padding: 0 30px;
  }

  .matreshka-info-title {
    margin-bottom: 20px;
  }

  .matreshka-info-title img {
    max-width: 300px;
  }

  .matreshka-info-text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .automation-common {
    margin-bottom: 30px;
  }

  .automation-common-info {
    width: 100%;
    order: 2;
    padding-bottom: 10px;
  }

  .automation-common-img {
    width: 100%;
    order: 1;
  }

  .automation-common-img-bgr {
    width: 660px;
    height: 660px;
  }

  .automation-common-img > img {
    max-width: 250px;
    width: 100%;
  }

  .block-process-functions {
    width: 100%;
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .process-functions-item-name {
    font-size: 18px;
    line-height: 130%;
  }

  .row-functions > div {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .section-top {
    background: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .section-examples-tasks .container,
  .section-solutions .container {
    padding-right: 0;
    padding-left: 0;
  }

  .block-examples-tasks,
  .block-solutions {
    border-radius: 0;
    margin-bottom: 0;
  }

  .block-examples-tasks {
    padding: 20px;
  }

  .automation-common {
    background: transparent;
  }

  .section-mobile-bgr .container {
    padding-right: 0;
    padding-left: 0;
  }

  .section-mobile-bgr .automation-common {
    background: #ffffff;
    border-radius: 0;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 0;
  }

  .row-virtual-agents {
    padding: 0;
  }

  .virtual-agents-slider {
    border-radius: 18px;
  }

  .block-matreshka {
    border-radius: 18px;
  }

  .matreshka-img img {
    max-width: 350px;
    width: 100%;
  }

  .automation-common-img-bgr {
    display: none;
  }

  .automation-common-info {
    padding-left: 0;
    padding-right: 0;
  }

  .automation-common-img > img {
    animation-name: none;
  }

  .block-process-functions {
    padding: 0;
  }

  .block-possibilities-functions {
    padding: 0;
  }
}

/* End */
/* /local/templates/isys_site/components/bitrix/news.list/automation_page/style.css?175638286223517 */
