

/* Start:/local/templates/isystemz-au/components/bitrix/news.list/bot-mate/style.css?174798342417249*/
.content-page .section-bot-mate {
  background: #404040;
}

.section-bot-mate .page-top-columns {
  align-items: normal;
  padding-top: 50px;
  padding-bottom: 0;
}

.section-bot-mate .page-top-column-text {
  padding-top: 100px;
}

.section-bot-mate .page-top-title {
  color: #FFFFFF;
  font-size: 44px;
}

.section-bot-mate .page-top-text {
  color: #FFFFFF;
  margin-bottom: 60px;
}

.bot-mate-video {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  margin-bottom: 90px;
}

.bot-mate-title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  width: 40%;
}

.video-block {
  width: 75%;
}

.video-block video {
  width: 100%;
  border-radius: 24px;
}

.page-top-column-img img {
  position: relative;
  left: 80px;
}

.section-bot-mate .parallelogram {
  width: 1100px;
  height: 450px;
  top: 120px;
  right: -500px;
}

.section-page-simple {
  padding: 60px 0 100px;
}

.section-page-bot-mate {
  padding: 90px 0 80px;
}

.section-page-grey {
  background: #F8F9FF;
}

.clear {
  clear: both;
}

.block-mb-9 {
  margin-bottom: 90px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.grey-columns ul {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 100px;
}

.grey-columns ul {
  display: flex;
  color: #fff;
  border-radius: 24px;
  background: #2D2D2D;
  position: relative;
  overflow: hidden;
  justify-content: space-around;
}

.grey-columns li {
  width: 33%;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 50;
  padding: 40px;
}

.grey-columns li:nth-child(2):before, .grey-columns li:nth-child(2):after {
  content: "";
  width: 2px;
  height: 60%;
  background: #fff;
  position: absolute;
  top: 40px;
}

.grey-columns li:nth-child(2):before {
  left: 0;
}

.grey-columns li:nth-child(2):after {
  right: 0;
}

.grey-columns li span {
  font-size: 24px;
  font-weight: 700;
  color: #14ABE7;
  display: block;
  margin-bottom: 15px;
}

.block-exactly {
  background: #FFFFFF;
  border-radius: 32px;
  padding: 60px 40px 70px;
}

.block-exactly ul {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.block-exactly li {
  color: #2D2D2D;
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}

.block-exactly li:last-child {
  margin-bottom: 0;
}

.block-exactly li > div {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #D0EEFA;
}

.exactly-flex {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.exactly-flex .exactly-img img {
  max-height: 500px;
}

.block-tasks-text {
  display: flex;
  gap: 20px;
}

.block-tasks-text ul {
  margin-bottom: 0;
}

.block-tasks-text ul:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.block-tasks-text ul:first-child li {
  width: 48%;
  display: flex;
  align-items: center;
}

.block-tasks-text ul:last-child li {
  height: 100%;
}

.block-tasks-text ul > li {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  border-radius: 20px;
  background: #14ABE7;
  position: relative;
  padding: 30px 30px 30px 70px;
}

.block-tasks-text ul > li:before {
  content: url("/local/templates/isystemz-au/img/icons/arrow-wht.svg");
  position: absolute;
  left: 0;
}

.block-tasks-text ul:last-child li:before  {
  top: 40px;
}

.block-what-for-text ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 0;
}

.block-what-for-text ul li {
  width: 48%;
  color: #2D2D2D;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  padding: 30px 30px 30px 70px;
}

.block-what-for-text ul li:before {
  content: url("/local/templates/isystemz-au/img/icons/arrow-blue.svg");
  position: absolute;
  left: 0;
}

.row-working-items {
  max-width: 1100px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.working-item {
  max-width: 540px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  border-radius: 24px;
  padding: 30px 25px;
  position: relative;
  z-index: 50;
}

.working-item-1 {
  color: #2D2D2D;
  background: #F8F9FF;
  margin-bottom: 50px;
}

.working-item-2 {
  color: #FFFFFF;
  float: right;
  background: #14ABE7;
  margin-bottom: 60px;
}

.working-item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 25px;
}

.working-animation-arrow {
  width: 270px;
  height: 130px;
  position: absolute;
  top: 65px;
  right: 270px;
}

.working-animation-arrow:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #14ABE7;
  border-radius: 50px;
  position: absolute;
  z-index: 20;
  top: -6px;
  left: -8px;
}

.working-animation-arrow > svg {
  width: 100%;
  height: 130px;
}

.working-animation-arrow .border-line {
  width: inherit;
  height: 130px;
  stroke-width: 6px;
  fill: transparent;
  stroke: #14ABE7;
}

.working-animation-arrow .line-1,
.working-animation-arrow .line-2 {
  background: #14ABE7;
  position: absolute;
  top: 0;
  animation-duration: 1s;
  animation-timing-function: linear;
}

.working-animation-arrow .line-1 {
  width: 100%;
  height: 4px;
  animation-name: positionLine1;
}

.working-animation-arrow .line-2 {
  width: 4px;
  height: 100%;
  right: 0;
  animation-name: positionLine2;
  animation-delay: 1s;
}

.working-animation-arrow .arrow {
  width: auto;
  height: 2px;
  color: #759CFF;
  font-size: 40px;
  position: absolute;
  z-index: 50;
  right: -13px;
  top: 108px;
  animation-name: positionArrow;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: linear;
}

.working-animation-arrow .arrow img {
  width: 30px;
}

.working-animation-arrow:hover .border-line {
  stroke-dashoffset: 0;
  stroke-dasharray: 1120;
}

.working-animation-arrow .line-mobile {
  display: none;
  width: 4px;
  height: 100%;
  background: #14ABE7;
  position: absolute;
  top: -5px;
  right: 0;
}

@keyframes positionLine1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes positionLine2 {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}

@keyframes positionLineMobile {
  0% {
    height: 30px;
  }
  100% {
    height: 100%;
  }
}

@keyframes positionArrow {
  0% {
    top: 7px;
    opacity: 0;
  }
  100% {
    top: 108px;
    opacity: 1;
  }
}

@keyframes positionArrowMobile {
  0% {
    top: 10px;
  }
  100% {
    top: 83px;
  }
}

.working-text {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 80px;
  margin-bottom: 40px;
}

.working-text:last-child {
  margin-bottom: 0;
}

.working-text p {
  max-width: 750px;
  font-size: 18px;
  margin-bottom: 0;
}

.block-technologies {
  background: #F8F9FF;
  border-radius: 20px;
  padding: 30px 0 60px;
}

.block-technologies-text {
  max-width: 580px;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
}

.block-technologies-text ul {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}

.block-technologies-text ul img {
  display: block;
  max-width: 80px;
  margin: 0 auto 10px;
}

.block-communication {
  margin-bottom: 20px;
}

.block-communication-text {
  max-width: 700px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}

.block-communication-text ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

.block-communication-text ul img {
  display: block;
  max-width: 70px;
  margin: 0 auto 20px;
}

.block-delivery-text {
  font-size: 18px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px;
}

.row-delivery ul {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto;
}

.row-delivery ul > li {
  font-size: 20px;
  width: 48%;
  border-radius: 20px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 25px;
}

.row-delivery li > div {
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #D0EEFA;
}

.block-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 40px;
  background: #FFFFFF;
  padding: 60px 90px;
}

.block-form > div {
  width: 47%;
}

.block-form .col-form-text {
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
  color: #14ABE7;
}

.block-form .form-btns {
  width: 100%;
  margin-top: 10px;
}

.block-form .btn-page {
  width: 100%;
  max-width: none;
}

.block-contacts {
  border-radius: 40px;
  background: #14ABE7;
  padding: 60px 90px;
}

.block-contacts .section-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 110%;
  text-align: left;
  color: #FFFFFF;
}

.row-contacts {
  display: flex;
  flex-wrap: wrap;
}

.row-contacts > div {
  width: 50%;
}

.row-contacts .col-contacts-text p {
  display: flex;
  gap: 10px;
  align-items: center;
}

.row-contacts .col-contacts-text p:last-child {
  margin-bottom: 0;
}

.row-contacts .col-contacts-img {
  display: flex;
  align-items: end;
  justify-content: right;
}

.block-contacts a {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
}

.block-contacts a:hover {
  color: #FFFFFF;
}

@media (max-width: 1500px) {
  .page-top-columns > div:first-child {
    width: 55%;
  }

  .page-top-columns > div:last-child {
    width: 45%;
  }

  .section-bot-mate .page-top-text {
    font-size: 20px;
  }

  .section-bot-mate .parallelogram {
    right: -700px;
  }

  .bot-mate-video {
    gap: 40px;
  }

  .bot-mate-title {
    width: 45%;
  }

  .block-form .col-form-text {
    font-size: 34px;
  }
}

@media (max-width: 1200px) {
  .page-top-columns > div:first-child {
    width: 60%;
  }

  .page-top-columns > div:last-child {
    width: 40%;
  }

  .page-top-column-img img {
    left: 20px;
  }

  .section-bot-mate .page-top-title {
    font-size: 38px;
  }

  .section-bot-mate .page-top-text {
    font-size: 18px;
    line-height: 30px;
  }

  .section-bot-mate .parallelogram {
    right: -750px;
  }

  .bot-mate-video {
    gap: 30px;
  }

  .bot-mate-title {
    font-size: 34px;
    line-height: 40px;
  }

  .block-form .col-form-text br {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .working-animation-arrow {
    width: 130px;
    right: 230px;
  }
}

@media (max-width: 999px) {
  .working-item-1 {
    margin-bottom: 30px;
  }

  .working-animation-arrow {
    width: 50%;
    height: 108px;
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 20px;
  }

  .working-animation-arrow > svg {
    display: none;
  }

  .working-animation-arrow > svg,
  .working-animation-arrow .border-line {
    height: 100px;
  }

  .working-animation-arrow:before {
    left: inherit;
    right: -6px;
  }

  .working-animation-arrow:after {
    height: 130px;
    top: -10px;
  }

  .working-animation-arrow .arrow {
    animation-name: positionArrowMobile;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-timing-function: linear;
  }

  .working-animation-arrow .line-mobile {
    display: block;
    animation-name: positionLineMobile;
    animation-duration: 1s;
    animation-timing-function: linear;
  }

  .working-animation-arrow .line-desktop {
    display: none;
  }
}

@media (max-width: 991px) {
  .page-top-column-img img {
    left: -40px;
  }

  .section-bot-mate .page-top-title {
    font-size: 40px;
  }

  .section-bot-mate .parallelogram {
    display: none;
  }

  .grey-columns li {
    padding: 30px 20px;
  }

  .bot-mate-video {
    gap: 10px;
  }

  .bot-mate-title {
    font-size: 28px;
    line-height: 110%;
  }

  .exactly-flex .exactly-img img {
    max-height: 400px;
  }

  .block-form {
    padding: 50px;
  }
}

@media (max-width: 800px) {
  .block-tasks-text {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .page-top-columns > div:first-child,
  .page-top-columns > div:last-child {
    width: 100%;
  }

  .section-bot-mate .page-top-column-text {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .section-bot-mate .page-top-column-img {
    display: none;
  }

  .section-page-simple {
    padding: 50px 0;
  }

  .section-page-bot-mate {
    padding: 50px 0;
  }

  .block-mb-9 {
    margin-bottom: 50px;
  }

  .bot-mate-video {
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
  }

  .bot-mate-title {
    width: 100%;
    text-align: center;
  }

  .video-block {
    width: 100%;
    max-width: 600px;
  }

  .video-block video {
    border-radius: 16px;
  }

  .grey-columns ul {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .grey-columns li {
    width: 100%;
    padding: 30px;
  }

  .grey-columns li:nth-child(2):before,
  .grey-columns li:nth-child(2):after {
    width: 60%;
    height: 2px;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .grey-columns li:nth-child(2):after {
    bottom: 0;
    top: inherit;
  }

  .grey-columns li br {
    display: none;
  }

  .block-exactly {
    padding: 40px 40px;
  }

  .block-exactly li {
    font-size: 18px;
  }

  .exactly-flex {
    display: block;
  }

  .exactly-flex .exactly-img {
    text-align: center;
    margin-top: 25px;
  }

  .working-text {
    padding: 0;
    margin-bottom: 20px;
  }

  .working-text svg {
    display: none;
  }

  .block-technologies {
    padding: 30px 20px 60px;
  }

  .block-technologies .section-title {
    text-align: center;
  }

  .block-technologies-text ul img {
    max-width: 50px;
  }

  .block-communication-text ul img {
    margin-bottom: 10px;
    max-width: 50px;
  }

  .block-delivery .section-title {
    text-align: center;
  }

  .block-form {
    padding: 40px;
  }

  .block-form > div {
    width: 100%;
  }

  .block-form .col-form-text {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .block-form .col-form-text br {
    display: none;
  }

  .block-contacts {
    padding: 40px;
  }

  .block-contacts .section-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .col-contacts-img img {
    max-width: 160px;
  }
}

@media (max-width: 575px) {
  .section-bot-mate .page-top-title {
    font-size: 36px;
    line-height: 50px;
  }

  .block-exactly {
    padding: 20px;
  }

  .block-exactly li {
    font-size: 16px;
  }

  .exactly-flex .exactly-img img {
    max-height: 300px;
  }

  .block-tasks-text ul:first-child li {
    width: 100%;
  }

  .block-what-for-text ul li {
    width: 100%;
  }

  .working-item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .working-item {
    font-size: 16px;
  }

  .working-text p {
    font-size: 16px;
  }

  .block-technologies {
    padding: 20px;
  }

  .block-technologies-text {
    font-size: 16px;
  }

  .block-technologies-text ul {
    margin-top: 20px;
  }

  .block-communication-text {
    font-size: 16px;
    text-align: center;
  }

  .block-communication-text ul {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .block-communication-text ul > li {
    width: 50%;
    margin-bottom: 20px;
  }

  .row-delivery ul > li {
    padding: 15px;
  }

  .block-form {
    padding: 30px;
  }

  .block-contacts {
    padding: 30px;
  }

  .row-contacts > div {
    width: 100%;
  }

  .row-contacts .col-contacts-img {
    justify-content: left;
    margin-top: 30px;
  }
}

@media (max-width: 400px) {
  .row-delivery ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  .row-delivery ul > li {
    width: 100%;
  }

  .block-form .col-form-text {
    font-size: 20px;
  }

  .bot-mate-video {
    flex-direction: column;
  }

  .bot-mate-title {
    font-size: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }

  .video-block video {
    border-radius: 12px;
  }
}

@media (max-width: 370px) {
  .bot-mate-title {
    font-size: 22px;
  }

  .block-tasks-text ul > li {
    padding: 20px 15px 20px 55px;
  }

  .block-what-for-text ul li {
    padding: 20px 15px 20px 55px;
  }

  .block-technologies-text ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* End */
/* /local/templates/isystemz-au/components/bitrix/news.list/bot-mate/style.css?174798342417249 */
