.service {
  margin-bottom: 100px; }
  @media screen and (max-width: 1000px) {
  .service {
    margin-bottom: 100px; } }
  @media screen and (max-width: 500px) {
  .service {
    margin-bottom: 50px; } }
  .service--last {
    margin-bottom: 0px; }
  .service__container {
    height: 100%; }
  .service__content {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .service__block {
    position: relative;
    margin: 0 !important; }
    .service__block-left {
      grid-column-start: 1;
      grid-column-end: 8; }
      @media screen and (max-width: 1100px) {
  .service__block-left {
    grid-column-start: 1;
    grid-column-end: 13; } }
    .service__block-right {
      grid-column-start: 8;
      grid-column-end: 13;
      margin-left: 25px;
      margin-right: 15px;
      margin-top: 10px;
      z-index: 2; }
      @media screen and (max-width: 1100px) {
  .service__block-right {
    grid-column-start: 1;
    grid-column-end: 13;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 50px; } }
  .service__title {
    font-family: Acrom-Thin;
    font-size: 36px;
    line-height: 47px;
    position: relative;
    text-align: center;
    margin-bottom: 16px; }
    @media screen and (max-width: 750px) {
  .service__title {
    font-size: 26px; } }
  .service__card {
    padding-bottom: 200px; }
    .service__card--last {
      padding-bottom: 0; }
  .service__slider {
    padding-bottom: 20px; }
  .service__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 19px; }
  .service__tag {
    margin-right: 6px;
    font-family: Acrom-Regular;
    font-size: 8px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
    .service__tag span {
      display: block;
      margin-top: 5px;
      text-transform: initial;
      font-size: 10px; }
    .service__tag:before {
      content: '';
      background: url('../themes/perfomans2/assets/img/uslugi/mark.svg');
      width: 22px;
      height: 22px; }
  .service__offers-bg {
    background: #380d22;
    padding: 10px;
    opacity: 0.9; }
    .service__offers-title {
      font-family: Acrom-Thin;
      font-size: 18px;
      text-align: center; }
    .service__offers-list {
      opacity: 0.9;
      background: #25111e;
      padding: 20px 40px; }
  .service__icons {
    display: flex;
    justify-content: space-between;
    margin-top: 25px; }
  .service__icon {
    max-width: 100px; }
    .service__icon-text {
      font-family: ProximaNovaT-Thin;
      font-size: 9px;
      text-align: center; }
    .service__icon-svg {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px; }
  .service__svg {
    fill: #fe0064;
    width: 32px;
    height: 32px; }
  .service .offer {
    font-family: Acrom-Regular;
    font-size: 13px;
    margin-bottom: 30px;
    display: flex; }
    .service .offer:last-child {
      margin-bottom: 0; }
    .service .offer:before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #df106c;
      margin-right: 20px;
      flex-shrink: 0;
      margin-top: 2px; }

.bg-line {
  position: absolute;
  pointer-events: none;
  background: url('../themes/perfomans2/assets/img/uslugi/pages2.png');
  width: 750px;
  height: 700px;
  right: -136px;
  background-position-x: 109%;
  background-position-y: 84%;
  background-size: 96%;
  background-repeat: no-repeat; }

.text-block {
  margin: 0;
  margin-bottom: 60px;
  padding: 60px 0px;
  background: url('../themes/perfomans2/assets/img/bg-text-block.png');
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat; }
  .text-block--review {
    margin-top: 0px; }
  .text-block__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .text-block__text {
    font-family: ProximaNovaT-Thin;
    font-size: 23px;
    text-align: center; }
    @media screen and (max-width: 750px) {
  .text-block__text {
    font-size: 20px; } }
    @media screen and (max-width: 500px) {
  .text-block__text {
    font-size: 12px; } }
