

/* Start:/local/components/go2web/about/templates/.default/style.css?16994324913065*/
.about_adems_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -2rem;
}
.about_adems_row .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2rem;
}
.about_adems_row .item.txt {
  padding: 3rem;
  background: #F4F5F6;
}
@media screen and (max-width: 1029px) {
  .about_adems_row .item.txt {
    padding: 2rem;
  }
}
.about_adems_row .item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_adems_row .col3 {
  width: calc(25% - 20px);
}
@media screen and (max-width: 1199px) {
  .about_adems_row .col3 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .about_adems_row .col3 {
    width: calc(100% - 20px);
  }
}
.about_adems_row .col4 {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1199px) {
  .about_adems_row .col4 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .about_adems_row .col4 {
    width: calc(100% - 20px);
  }
}
.about_adems_row .col5 {
  width: calc(41.6666666667% - 20px);
}
@media screen and (max-width: 1199px) {
  .about_adems_row .col5 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .about_adems_row .col5 {
    width: calc(100% - 20px);
  }
}
.about_adems_row .col6 {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1199px) {
  .about_adems_row .col6 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .about_adems_row .col6 {
    width: calc(100% - 20px);
  }
}
.about_adems_row .col7 {
  width: calc(58.3333333333% - 20px);
}
@media screen and (max-width: 1199px) {
  .about_adems_row .col7 {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .about_adems_row .col7 {
    width: calc(100% - 20px);
  }
}
.about_adems_row .title_block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.about_adems_row .title_block .text_block {
  display: flex;
  justify-content: space-between;
}
.about_adems_row .title_block .text {
  color: #242424;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1029px) {
  .about_adems_row .title_block .text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about_adems_row .title_block .text {
    font-size: 2rem;
  }
}
.about_adems_row .title_block .num {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3.6rem;
  height: 3.6rem;
  flex-shrink: 0;
  font-weight: 500;
  border-radius: 100%;
  background: #FFF;
  color: #E73E3E;
}
.about_adems_row .title_block .num:not(:last-child) {
  margin-right: 2rem;
}
.about_adems_row .title_block .num:not(:first-child) {
  margin-left: 2rem;
}
.about_adems_row .facts_row {
  display: flex;
  flex-wrap: wrap;
  margin: -1.2rem -0.6rem 0;
}
.about_adems_row .facts_row .one {
  background: #FFF;
  padding: 0.8rem 1.2rem;
  margin: 1.2rem 0.6rem 0;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/go2web/machines/templates/.default/style.css?16994411422062*/
.about_machnes_row > .item {
  padding: 3rem;
  background: #F4F5F6;
  display: flex;
}
@media screen and (max-width: 1029px) {
  .about_machnes_row > .item {
    padding: 2rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .about_machnes_row > .item {
    display: block;
  }
}
.about_machnes_row > .item:not(:last-child) {
  margin-bottom: 2rem;
}
.about_machnes_row .img_block {
  width: 31rem;
  margin-right: 3rem;
  background: #FFF;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 1029px) {
  .about_machnes_row .img_block {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .about_machnes_row .img_block {
    width: 100%;
    margin: 0 0 2rem;
  }
}
.about_machnes_row .name {
  font-size: 2.4rem;
  color: #242424;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 1029px) {
  .about_machnes_row .name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .about_machnes_row .name {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.about_machnes_row .facts {
  display: flex;
  flex-wrap: wrap;
  margin: -1.2rem -0.6rem 0;
}
.about_machnes_row .facts:not(:last-child) {
  margin-bottom: 4rem;
}
.about_machnes_row .facts span {
  text-align: center;
  padding: 0.8rem 1.2rem;
  margin: 1.2rem 0.6rem 0;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .about_machnes_row .facts span {
    width: 100%;
  }
}
.about_machnes_row .elements .title {
  color: #242424;
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.about_machnes_row .element_row {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -0.5rem 0;
}
.about_machnes_row .element_row .item {
  width: 14rem;
  height: 14rem;
  background: #FFF;
  padding: 1rem;
  margin: 1rem 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1029px) {
  .about_machnes_row .element_row .item {
    width: 8rem;
    height: 8rem;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/go2web/about/templates/.default/style.css?16994324913065 */
/* /local/components/go2web/machines/templates/.default/style.css?16994411422062 */
