

/* Start:/local/components/rtcomm/services.list/templates/.default/style.css?15762604906635*/
.list-service {
  margin-top: 23px;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .list-service {
      margin-top: 0; } }
  .list-service__container {
    position: relative;
    background: #f3fbfd;
    padding: 90px 0 70px;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    opacity: 1;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px); }
    @media only screen and (max-width: 991px) {
      .list-service__container {
        padding: 52px 0 20px; } }
    @media only screen and (max-width: 767px) {
      .list-service__container {
        padding: 32px 0 10px; } }
    .list-service__container.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .list-service__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -16px; }
  .list-service__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 33.33333%;
    padding: 0 16px 32px;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    @media only screen and (max-width: 991px) {
      .list-service__item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .list-service__item {
        width: 100%; } }
  .list-service__item-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .list-service__item-link:before {
      content: '';
      position: absolute;
      top: 10px;
      bottom: -10px;
      right: 0;
      left: 0;
      opacity: 0.1;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-filter: blur(10px);
      filter: blur(10px);
      background-color: #0a8bae;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
    .list-service__item-link:hover:before {
      opacity: 0.2; }
    .list-service__item-link:hover .all-link__text {
      color: #bb5789; }
      .list-service__item-link:hover .all-link__text:after {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
  .list-service__item-content {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    z-index: 1;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 28px 24px 40px 24px; }
    @media only screen and (max-width: 991px) {
      .list-service__item-content {
        padding: 20px 18px 24px; } }
    @media only screen and (max-width: 767px) {
      .list-service__item-content {
        padding: 16px 16px 20px; } }
  .list-service__item-inner-wrapper {
    position: relative;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .list-service__item-content-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 20px; }
  .list-service__item-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 19px; }
    @media only screen and (max-width: 1199px) {
      .list-service__item-image {
        margin-right: 12px; } }
  .list-service__icon-wrap {
    width: 70px; }
    .list-service__icon-wrap img {
      max-width: 100%;
      height: auto; }
    @media only screen and (max-width: 1199px) {
      .list-service__icon-wrap {
        width: 56px; } }
  .list-service__item-title {
    width: calc(100% - 19px - 70px);
    color: #2c323a;
    font: bold 22px/108% "Open Sans", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media only screen and (max-width: 1199px) {
      .list-service__item-title {
        width: calc(100% - 12px - 56px);
        font: bold 20px/140% "Open Sans", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .list-service__item-title {
        font: bold 18px/140% "Open Sans", sans-serif; } }
  .list-service__item-info {
    width: 100%;
    font: normal 16px/125% "Open Sans", sans-serif;
    color: #2c323a;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .list-service__item-info {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .list-service__more-link {
      padding-left: 68px; } }

/* End */


/* Start:/local/components/rtcomm/services-section/templates/.default/style.css?15762604901568*/
.services-section {
  position: relative; }
  .services-section__container {
    position: relative;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    -o-transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    padding: 93px 0 77px; }
    @media only screen and (max-width: 991px) {
      .services-section__container {
        padding: 52px 0 20px; } }
    @media only screen and (max-width: 767px) {
      .services-section__container {
        padding: 32px 0 20px; } }
    .services-section__container.active {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .services-section__title {
    position: relative;
    font: bold 50px/120% "Open Sans", sans-serif;
    margin: 0 0 30px 0; }
    @media only screen and (max-width: 991px) {
      .services-section__title {
        font: bold 40px/120% "Open Sans", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .services-section__title {
        font: bold 24px/120% "Open Sans", sans-serif;
        margin: 0 0 10px 0; } }
  .services-section__content {
    position: relative;
    line-height: 1.6; }
    .services-section__content ul {
      max-width: 720px; }

/* End */
/* /local/components/rtcomm/services.list/templates/.default/style.css?15762604906635 */
/* /local/components/rtcomm/services-section/templates/.default/style.css?15762604901568 */
