

/* Start:/local/templates/main/include/pages/all_tools/baas/css/baas.css?175094018619877*/
.baas-page .top-banner-image {
  right: 0px;
  bottom: 0;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (max-width: 1239px) {
  .baas-page .top-banner-image {
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.baas-page .top-banner-content-text-desc br.desktop {
  display: block !important;
}
@media (max-width: 979px) {
  .baas-page .top-banner-content-text-desc br.desktop {
    display: none !important;
  }
}
.baas-page .top-banner-content-text-desc br.devices {
  display: none !important;
}
@media (max-width: 979px) {
  .baas-page .top-banner-content-text-desc br.devices {
    display: block !important;
  }
}
.baas-page .what-baas-title {
  margin-bottom: 40px;
  text-align: center;
  font-family: Gilroy;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
@media (max-width: 1024px) {
  .baas-page .what-baas-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .baas-page .what-baas-title {
    font-size: 22px;
  }
}
.baas-page .what-baas-title_pink {
  color: #f65e64;
  margin-bottom: 24px;
}
.baas-page .what-baas-heading {
  text-align: center;
  padding: 40px 60px;
  background: #fbfbfb;
  border-radius: 20px;
  margin-bottom: 30px;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1239px) {
  .baas-page .what-baas-heading {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .baas-page .what-baas-heading {
    padding: 24px 32px;
  }
}
@media (max-width: 797px) {
  .baas-page .what-baas-heading {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1239px) {
  .baas-page .what-baas-heading br {
    display: none;
  }
}
.baas-page .what-baas-text {
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 1239px) {
  .baas-page .what-baas-text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 797px) {
  .baas-page .what-baas-text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1239px) {
  .baas-page .what-baas-text br {
    display: none;
  }
}
.baas-page .what-baas-text span {
  color: #f65e64;
}
.baas-page .easy-baas-title {
  text-align: center;
  font-family: Gilroy;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .baas-page .easy-baas-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .baas-page .easy-baas-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .baas-page .easy-baas-title br.desktop {
    display: none;
  }
}
.baas-page .easy-baas-title br.mobile {
  display: none;
}
@media (max-width: 520px) {
  .baas-page .easy-baas-title br.mobile {
    display: block;
  }
}
.baas-page .easy-baas-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1239px) {
  .baas-page .easy-baas-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .baas-page .easy-baas-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.baas-page .easy-baas-item {
  border-radius: 20px;
  background-color: #f9f9f9;
  height: 402px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 34px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1239px) {
  .baas-page .easy-baas-item {
    height: 266px;
    padding: 20px 30px 30px 30px;
  }
}
@media (max-width: 767px) {
  .baas-page .easy-baas-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 18px 14px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 15px;
  }
}
.baas-page .easy-baas-image {
  width: 150px;
  height: 150px;
}
@media (max-width: 1239px) {
  .baas-page .easy-baas-image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .baas-page .easy-baas-image {
    width: 80px;
    height: 80px;
  }
}
.baas-page .easy-baas-image img {
  width: 100%;
  height: 100%;
}
.baas-page .easy-baas-text {
  text-align: center;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  .baas-page .easy-baas-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .baas-page .easy-baas-text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 1239px) {
  .baas-page .easy-baas-text br.desktop {
    display: none;
  }
}
.baas-page .easy-baas-text br.laptop {
  display: none;
}
@media (max-width: 1239px) {
  .baas-page .easy-baas-text br.laptop {
    display: block;
  }
}
@media (max-width: 767px) {
  .baas-page .easy-baas-text br.laptop {
    display: none;
  }
}
.baas-page .easy-baas-text br.mobile {
  display: none;
}
@media (max-width: 520px) {
  .baas-page .easy-baas-text br.mobile {
    display: none;
  }
}
.baas-page .baas-advantage-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .baas-page .baas-advantage-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.baas-page .baas-advantage-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  background: -webkit-linear-gradient(323deg, rgba(250, 173, 177, 0.5) 5.63%, rgba(250, 173, 177, 0) 49.21%);
  background: linear-gradient(127deg, rgba(250, 173, 177, 0.5) 5.63%, rgba(250, 173, 177, 0) 49.21%);
}
@media (max-width: 1239px) {
  .baas-page .baas-advantage-image {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media (max-width: 1024px) {
  .baas-page .baas-advantage-image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 404px;
    height: 404px;
  }
}
@media (max-width: 676px) {
  .baas-page .baas-advantage-image {
    width: 298px;
    height: 298px;
  }
}
.baas-page .baas-advantage-image img {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.baas-page .baas-advantage-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  width: 630px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .baas-page .baas-advantage-text {
    width: 100%;
    gap: 25px;
  }
}
.baas-page .baas-advantage-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 520px) {
  .baas-page .baas-advantage-items {
    grid-template-columns: 1fr;
  }
}
.baas-page .baas-advantage-item {
  padding: 20px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px;
  border: 1px solid #e6e8e0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 767px) {
  .baas-page .baas-advantage-item {
    font-size: 16px;
    padding: 14px 25px;
  }
}
@media (max-width: 767px) {
  .baas-page .baas-advantage-item br {
    display: none;
  }
}
.baas-page .baas-advantage-item_wide {
  grid-column: span 2;
  min-height: 97px;
}
@media (max-width: 1024px) {
  .baas-page .baas-advantage-item_wide {
    min-height: 94px;
  }
}
@media (max-width: 520px) {
  .baas-page .baas-advantage-item_wide {
    grid-column: span 1;
    min-height: unset;
  }
}
.baas-page .baas-advantage-title {
  color: #000;
  font-family: Gilroy;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .baas-page .baas-advantage-title {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .baas-page .baas-advantage-title {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }
}
.baas-page .baas-advantage-title br {
  display: none;
}
@media (max-width: 767px) {
  .baas-page .baas-advantage-title br {
    display: none;
  }
}
.baas-page .baas-main-title {
  text-align: center;
  font-family: Gilroy;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
}
@media (max-width: 979px) {
  .baas-page .baas-main-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.baas-page .baas-main-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .baas-page .baas-main-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .baas-page .baas-main-block {
    grid-template-columns: 1fr;
  }
}
.baas-page .baas-main-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.baas-page .baas-main-item.active .baas-main-text {
  opacity: 0;
  display: none;
}
.baas-page .baas-main-item.active .baas-main-list {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.baas-page .baas-main-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 20px;
  background: #ecf7fc;
  min-height: 440px;
  padding: 20px 20px 35px 30px;
}
@media (max-width: 1239px) {
  .baas-page .baas-main-text {
    min-height: 428px;
  }
}
@media (max-width: 979px) {
  .baas-page .baas-main-text {
    padding: 18px 14px;
  }
}
@media (max-width: 767px) {
  .baas-page .baas-main-text {
    min-height: 284px;
  }
}
.baas-page .baas-main-image {
  width: 100px;
  height: 100px;
}
@media (max-width: 1239px) {
  .baas-page .baas-main-image {
    width: 80px;
    height: 80px;
  }
}
.baas-page .baas-main-heading {
  color: #000;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  .baas-page .baas-main-heading {
    font-size: 18px;
    line-height: 144%;
  }
}
.baas-page .baas-main-description {
  color: #000;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1239px) {
  .baas-page .baas-main-description {
    font-size: 16px;
    line-height: 150%;
  }
}
.baas-page .baas-main-button {
  width: 42px;
  height: 42px;
  background: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
  outline: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.baas-page .baas-main-button:hover svg rect {
  fill: #f65e64;
  stroke: #e6e8e0;
}
.baas-page .baas-main-button:hover svg path {
  stroke: #fff;
}
.baas-page .baas-main-button svg rect,
.baas-page .baas-main-button svg path {
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
.baas-page .baas-main-button img {
  width: 100%;
  height: 100%;
}
.baas-page .baas-main-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  opacity: 0;
  z-index: 2;
  border-radius: 20px;
  background: #ecf7fc;
  min-height: 440px;
  padding: 20px 30px 35px 30px;
  -webkit-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}
@media (max-width: 979px) {
  .baas-page .baas-main-list {
    padding: 18px 14px;
  }
}
@media (max-width: 767px) {
  .baas-page .baas-main-list {
    min-height: 284px;
  }
}
.baas-page .baas-main-list-title {
  color: #000;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 1239px) {
  .baas-page .baas-main-list-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .baas-page .baas-main-list-title {
    font-size: 16px;
  }
}
.baas-page .baas-main-list-ul {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .baas-page .baas-main-list-ul {
    gap: 6px;
  }
}
.baas-page .baas-main-list-item {
  color: #000;
  font-family: Gilroy;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 1239px) {
  .baas-page .baas-main-list-item {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 767px) {
  .baas-page .baas-main-list-item {
    font-size: 12px;
    line-height: 140%;
  }
}
.baas-page .baas-main-list-item::marker {
  color: #f65e64;
}
.baas-page .baas-main-note {
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 979px) {
  .baas-page .baas-main-note {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .baas-page .baas-main-note br {
    display: none;
  }
}
.baas-page .connect-baas-title {
  color: var(--, #000);
  text-align: center;
  font-family: Gilroy;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .baas-page .connect-baas-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.baas-page .connect-baas-head {
  color: #000;
  font-family: Gilroy;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  max-width: 725px;
}
@media (max-width: 1024px) {
  .baas-page .connect-baas-head {
    font-size: 20px;
  }
}
.baas-page .connect-baas-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.baas-page .connect-baas-item {
  position: relative;
  padding: 24px 70px;
  border-radius: 20px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 278px;
}
@media (max-width: 1239px) {
  .baas-page .connect-baas-item {
    padding: 24px 40px;
    min-height: 200px;
  }
}
@media (max-width: 1024px) {
  .baas-page .connect-baas-item {
    padding: 24px 30px;
  }
}
@media (max-width: 767px) {
  .baas-page .connect-baas-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.baas-page .connect-baas-item:nth-child(even) {
  background: #fff1f2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .baas-page .connect-baas-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.baas-page .connect-baas-item:nth-child(even) .connect-baas-head {
  max-width: 644px;
}
.baas-page .connect-baas-item:nth-child(even) .connect-baas-item-image {
  right: auto;
  left: 70px;
}
@media (max-width: 1239px) {
  .baas-page .connect-baas-item:nth-child(even) .connect-baas-item-image {
    left: 40px;
  }
}
@media (max-width: 767px) {
  .baas-page .connect-baas-item:nth-child(even) .connect-baas-item-image {
    right: unset;
    top: unset;
    left: unset;
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.baas-page .connect-baas-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 979px) {
  .baas-page .connect-baas-item-text {
    gap: 0;
  }
}
.baas-page .connect-baas-text {
  color: #000;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  max-width: 644px;
}
@media (max-width: 1024px) {
  .baas-page .connect-baas-text {
    font-size: 16px;
  }
}
@media (max-width: 979px) {
  .baas-page .connect-baas-text {
    max-width: 435px;
  }
}
@media (max-width: 767px) {
  .baas-page .connect-baas-text {
    max-width: unset;
  }
}
.baas-page .connect-baas-item-image {
  position: absolute;
  top: 24px;
  right: 70px;
  width: 430px;
  height: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1239px) {
  .baas-page .connect-baas-item-image {
    top: auto;
    bottom: 24px;
    right: 40px;
    width: 260px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .baas-page .connect-baas-item-image {
    position: relative;
    top: unset;
    bottom: unset;
    right: unset;
    width: 170px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.baas-page .connect-baas-item-image img {
  width: 100%;
  height: 100%;
}
.baas-page .steps-title {
  text-align: center;
}
.baas-page .steps-block-item-text {
  text-align: center;
}
@media (max-width: 979px) {
  .baas-page .steps-block-item-text {
    text-align: left;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.baas-page .steps-block-item-image {
  position: relative;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.baas-page .steps-block-item-image-progress {
  position: absolute !important;
  top: 0;
  left: calc(50% + 30px);
  width: 203px;
}
@media (max-width: 979px) {
  .baas-page .steps-block-item-image-progress::before {
    height: 34px !important;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/form_bottom_application/style.css?1750940185155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/templates/main/include/pages/all_tools/baas/css/baas.css?175094018619877 */
/* /local/templates/.default/components/bitrix/news.detail/form_bottom_application/style.css?1750940185155 */
