

/* Start:/local/templates/main/include/pages/actions/css/actions.css?175094018622839*/
.wrapper main .actions-page .inner .top-banner {
  min-height: 225px;
}
.wrapper main .actions-page .inner .top-banner::after {
  content: '';
  right: 32%;
  top: 70px;
  width: 74px;
  height: 74px;
}
.wrapper main .actions-page .inner .top-banner-wave {
  display: block;
  right: 36%;
  top: 110px;
}
.wrapper main .actions-page .inner .top-banner-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 320px;
  margin-top: -25px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .top-banner-image {
    height: 195px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .top-banner-image {
    height: 115px;
  }
}
.wrapper main .actions-page .inner .top-banner.no-actions {
  height: 450px;
  padding-right: 100px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .top-banner.no-actions {
    height: 400px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .top-banner.no-actions {
    height: 350px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .top-banner.no-actions {
    height: 225px;
  }
}
.wrapper main .actions-page .inner .top-banner.no-actions::after {
  content: none;
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-wave {
  display: none;
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-breadcrumbs {
  display: none;
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text {
  margin-top: 0;
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text-open a {
  width: 180px;
  line-height: 53px;
  color: #f65e64;
  background: none;
  border: 1px solid #f65e64;
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text-open a {
    width: 150px;
    line-height: 43px;
  }
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text-open a:hover {
  line-height: 55px;
  color: #fff;
  border: none;
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text-open a:hover {
    line-height: 45px;
  }
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text-open a:hover::before {
  opacity: 1;
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text-open a:hover span::before {
  border-color: #fff;
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text-open a span {
  position: relative;
  padding-right: 20px;
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-content-text-open a span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #f65e64;
  border-right: 1px solid #f65e64;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrapper main .actions-page .inner .top-banner.no-actions .top-banner-image {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 0;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .top-banner.no-actions .top-banner-image {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .top-banner.no-actions .top-banner-image {
    top: 60%;
    height: 150px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .top-banner-content-text {
    max-width: 320px;
  }
}
.wrapper main .actions-page .inner .actions-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper main .actions-page .inner .actions-block-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 50px)/3);
  margin-top: 20px;
  margin-right: 25px;
  border: 1px solid #e6e8e0;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .actions-block-item {
    margin: 20px 0 0 0;
    width: calc((100% - 20px)/2);
    margin-right: 10px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .actions-block-item {
    margin: 25px 0 0 0;
    width: 100%;
  }
}
.wrapper main .actions-page .inner .actions-block-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .actions-block-item:nth-child(3n) {
    margin-right: 10px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .actions-block-item:nth-child(3n) {
    margin-right: 0;
  }
}
.wrapper main .actions-page .inner .actions-block-item:nth-child(-n + 3) {
  margin-top: 0;
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .actions-block-item:nth-child(-n + 3) {
    margin-top: 20px;
  }
}
.wrapper main .actions-page .inner .actions-block-item:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .actions-block-item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .actions-block-item:nth-child(-n + 2) {
    margin-top: 20px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .actions-block-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .actions-block-item:first-child {
    margin-top: 0;
  }
}
.wrapper main .actions-page .inner .actions-block-item-image {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #f4f4f4;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-image {
    height: 250px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .actions-block-item-image {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-page .inner .actions-block-item-image {
    height: 150px;
  }
}
.wrapper main .actions-page .inner .actions-block-item-image img {
  position: absolute;
  left: 50%;
  top: 0;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.wrapper main .actions-page .inner .actions-block-item-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 3px 11px;
  font: 300 14px/20px 'Gilroy', sans-serif;
  color: #000;
  background: #ACCE23;
  border-radius: 35px;
  z-index: 1;
}
.wrapper main .actions-page .inner .actions-block-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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 25px 20px 15px 20px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-text {
    padding: 17px 25px 32px 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-page .inner .actions-block-item-text {
    padding: 20px 20px 25px 15px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .actions-block-item-text {
    padding-bottom: 10px;
  }
}
.wrapper main .actions-page .inner .actions-block-item-text-title {
  margin-bottom: 15px;
  font: 700 18px/1.5 'Gilroy', sans-serif;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-text-title {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-page .inner .actions-block-item-text-title {
    margin-bottom: 13px;
  }
}
.wrapper main .actions-page .inner .actions-block-item-text-desc {
  margin-bottom: 25px;
  font: 300 16px/1.5 'Gilroy', sans-serif;
}
.wrapper main .actions-page .inner .actions-block-item-text-line {
  margin-top: auto;
}
@media (max-width: 1480px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line {
    display: block;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line {
    display: block;
  }
}
.wrapper main .actions-page .inner .actions-block-item-text-line-discount {
  font: 22px/1.5 'Gilroy', sans-serif;
  color: #f65e64;
}
@media (max-width: 1480px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-discount {
    font-size: 20px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-discount {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-discount {
    font-size: 18px;
  }
}
@media (max-width: 1480px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail {
    margin-top: 15px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail {
    margin-top: 10px;
  }
}
.wrapper main .actions-page .inner .actions-block-item-text-line-detail a {
  position: relative;
  display: block;
  width: 180px;
  text-align: center;
  font: 300 18px/53px 'Gilroy', sans-serif;
  color: #f65e64;
  background: #fff;
  border: 1px solid #f65e64;
  border-radius: 35px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 1480px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail a {
    width: 100%;
    line-height: 43px;
    font-size: 16px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail a {
    width: 100%;
    line-height: 43px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail a {
    max-width: 175px;
  }
}
.wrapper main .actions-page .inner .actions-block-item-text-line-detail a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#eb5760), to(#fd9b5c));
  background: linear-gradient(to right, #eb5760, #fd9b5c);
  border-radius: 35px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrapper main .actions-page .inner .actions-block-item-text-line-detail a:hover {
  line-height: 55px;
  color: #fff;
  border: none;
}
@media (max-width: 1480px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail a:hover {
    line-height: 43px;
    border: 1px solid transparent;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail a:hover {
    line-height: 43px;
    border: 1px solid transparent;
  }
}
.wrapper main .actions-page .inner .actions-block-item-text-line-detail a:hover::before {
  opacity: 1;
}
.wrapper main .actions-page .inner .actions-block-item-text-line-detail a:hover span::before {
  border-color: #fff;
}
.wrapper main .actions-page .inner .actions-block-item-text-line-detail a span {
  position: relative;
  padding-right: 20px;
}
.wrapper main .actions-page .inner .actions-block-item-text-line-detail a span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #f65e64;
  border-right: 1px solid #f65e64;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-detail a span::before {
    width: 9px;
    height: 9px;
  }
}
.wrapper main .actions-page .inner .actions-block-item-text-line-term {
  font: 300 14px/20px 'Gilroy', sans-serif;
  color: #000;
  opacity: 0.5;
  margin-top: 15px;
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .actions-block-item-text-line-term {
    margin-top: 10px;
  }
}
.wrapper main .actions-page .inner .docs-title {
  font: 700 36px/1.3 'Gilroy', sans-serif;
}
.wrapper main .actions-page .inner .docs-block {
  margin-top: 35px;
}
.wrapper main .actions-page .inner .docs-block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper main .actions-page .inner .docs-block-title-item {
  margin-left: 15px;
  padding: 5px 25px;
  font: 300 18px/1.3 'Gilroy', sans-serif;
  border: 1px solid #e6e8e0;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.wrapper main .actions-page .inner .docs-block-title-item:first-child {
  margin-left: 0;
}
.wrapper main .actions-page .inner .docs-block-title-item.active {
  color: #f65e64;
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.wrapper main .actions-page .inner .docs-block-content {
  margin-top: 35px;
}
.wrapper main .actions-page .inner .docs-block-content-item {
  overflow: hidden;
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.wrapper main .actions-page .inner .docs-block-content-item.active {
  height: auto;
  opacity: 1;
}
.wrapper main .actions-page .inner .docs-block-content-item li {
  position: relative;
  max-width: 900px;
  padding-left: 20px;
  font: 300 18px/2 'Gilroy', sans-serif;
}
.wrapper main .actions-page .inner .docs-block-content-item li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 7px;
  height: 7px;
  background: #f65e64;
  border-radius: 50%;
}
.wrapper main .actions-page .inner .docs-block-content-item li .tooltip {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/local/templates/main/include/pages/actions/css/../../../../img/icon_question.svg) no-repeat;
  background-size: contain;
  opacity: 1;
  cursor: pointer;
}
.wrapper main .actions-page .inner .docs-block-content-item li .tooltip:hover {
  background: url(/local/templates/main/include/pages/actions/css/../../../../img/icon_question_pink.svg) no-repeat;
}
.wrapper main .actions-page .inner .docs-block-content-item li .tooltip:hover span {
  opacity: 1;
  visibility: visible;
}
.wrapper main .actions-page .inner .docs-block-content-item li .tooltip span {
  position: absolute;
  left: calc(100% + 7px);
  top: -12px;
  display: block;
  width: 560px;
  padding: 15px 20px;
  font: 300 14px/1.3 'Gilroy', sans-serif;
  color: #808080;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: unset;
  visibility: hidden;
  z-index: 1;
}
.wrapper main .actions-page .inner .docs-block-content-item li .tooltip span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  background: #fff;
  border-radius: 2px;
}
.wrapper main .actions-page .inner .docs-download {
  margin-top: 80px;
  padding: 40px 60px 40px 40px;
  background: #fbfbfb;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .docs-download {
    padding-left: 30px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .docs-download {
    padding-left: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .docs-download {
    padding: 30px 45px 30px 20px;
  }
}
.wrapper main .actions-page .inner .docs-download-title {
  font: 700 24px/1.3 'Gilroy', sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .docs-download-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .docs-download-title {
    margin-bottom: 20px;
  }
}
.wrapper main .actions-page .inner .docs-download-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.wrapper main .actions-page .inner .docs-download-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 10px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .docs-download-block-item {
    padding: 15px;
  }
}
.wrapper main .actions-page .inner .docs-download-block-item a {
  position: relative;
  display: block;
  padding-left: 50px;
  font: 300 16px/1.5 'Gilroy', sans-serif;
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .docs-download-block-item a {
    padding-left: 40px;
  }
}
.wrapper main .actions-page .inner .docs-download-block-item a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 29px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/local/templates/main/include/pages/actions/css/../../../../img/icon_list.svg) no-repeat;
  background-size: contain;
}
.wrapper main .actions-page .inner .docs-download-block-more {
  margin-left: 20px;
  text-decoration: underline;
  font: 300 16px/1.5 'Gilroy', sans-serif;
  color: #f65e64;
  cursor: pointer;
}
.wrapper main .actions-page .inner .docs-download-block-more:hover {
  text-decoration: none;
}
.wrapper main .actions-page .inner .docs-download-button {
  margin-top: 35px;
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .docs-download-button {
    margin-top: 20px;
  }
}
.wrapper main .actions-page .inner .docs-download-button a {
  position: relative;
  display: block;
  width: 175px;
  text-align: center;
  font: 300 18px/53px 'Gilroy', sans-serif;
  color: #f65e64;
  background: #fff;
  border: 1px solid #f65e64;
  border-radius: 35px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .docs-download-button a {
    font-size: 16px;
    line-height: 43px;
  }
}
.wrapper main .actions-page .inner .docs-download-button a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#eb5760), to(#fd9b5c));
  background: linear-gradient(to top right, #eb5760, #fd9b5c);
  border-radius: 35px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.wrapper main .actions-page .inner .docs-download-button a:hover {
  line-height: 55px;
  color: #fff;
  border: 0;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .docs-download-button a:hover {
    line-height: 45px;
  }
}
.wrapper main .actions-page .inner .docs-download-button a:hover::before {
  opacity: 1;
}
.wrapper main .actions-page .inner .services-block-item {
  width: 100%;
  padding: 0;
  min-height: 315px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .services-block-item {
    min-height: 300px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .services-block-item:last-child {
    padding-top: 0;
  }
}
.wrapper main .actions-page .inner .services-block-item-badge {
  right: inherit;
  left: 40px;
  font: 300 14px/20px 'Gilroy', sans-serif;
}
.wrapper main .actions-page .inner .services-block-item-content {
  width: 52%;
  padding: 75px 0 40px 40px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .services-block-item-content {
    padding-left: 30px;
    width: 60%;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .services-block-item-content {
    padding-left: 20px;
    width: 55%;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .services-block-item-content {
    padding-bottom: 30px;
    width: 75%;
  }
}
.wrapper main .actions-page .inner .services-block-item-content-title {
  font: 700 30px/42px 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .services-block-item-content-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.wrapper main .actions-page .inner .services-block-item-content-desc {
  font: 300 18px/26px 'Gilroy', sans-serif;
  margin-top: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .services-block-item-content-desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-page .inner .services-block-item-content-detail a {
  font: 300 18px/55px 'Gilroy', sans-serif;
  width: 180px;
}
.wrapper main .actions-page .inner .services-block-item-content-detail a:hover {
  line-height: 57px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .services-block-item-content-detail a:hover {
    line-height: 47px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .services-block-item-content-detail a {
    font-size: 16px;
    line-height: 45px;
  }
}
.wrapper main .actions-page .inner .services-block-item-image {
  width: auto;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .services-block-item-image {
    bottom: 0;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-page .inner .services-block-item-image {
    width: 55%;
  }
}
.wrapper main .actions-page .inner .services-block-item-image img {
  max-height: 100%;
}
@media (max-width: 1239px) {
  .wrapper main .actions-page .inner .services-block-item-image img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .services-block-item-image img {
    display: none;
  }
}
.wrapper main .actions-page .inner .services-block-item-image img.mobile {
  display: none;
}
@media (max-width: 520px) {
  .wrapper main .actions-page .inner .services-block-item-image img.mobile {
    display: block;
    -webkit-transform: translateX(-145px);
            transform: translateX(-145px);
  }
}

/* End */


/* Start:/local/templates/main/include/pages/actions/css/ultra-conditions.css?17509401868273*/
.wrapper main .ultra-conditions__title {
  max-width: 947px;
  font: 700 36px/48px 'Gilroy', sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 979px) {
  .wrapper main .ultra-conditions__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 520px) {
  .wrapper main .ultra-conditions__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 12px;
  }
}
.wrapper main .ultra-conditions__title span {
  color: #f65e64;
  white-space: nowrap;
}
.wrapper main .ultra-conditions__desc {
  font: 400 20px/1.3 'Gilroy', sans-serif;
}
@media (max-width: 768px) {
  .wrapper main .ultra-conditions__desc {
    font-size: 16px;
  }
}
.wrapper main .ultra-conditions__wrap {
  position: relative;
  margin-top: 40px;
  padding: 60px 80px;
  border-radius: 20px;
  background: #fbfbfb;
}
@media (max-width: 1239px) {
  .wrapper main .ultra-conditions__wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .ultra-conditions__wrap {
    padding: 40px 30px;
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  .wrapper main .ultra-conditions__wrap {
    padding: 35px 20px;
  }
}
.wrapper main .ultra-conditions__wrap::before {
  content: '';
  position: absolute;
  width: 280px;
  height: 180px;
  top: 0;
  right: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='180' viewBox='0 0 280 180' fill='none'%3E%3Cmask id='mask0_8789_15286' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='280' height='180'%3E%3Crect width='280' height='180' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8789_15286)'%3E%3Cpath opacity='0.02' d='M130.492 33.741C121.579 42.4591 110.439 46.8182 97.0696 46.8182C83.7007 46.8182 72.4672 42.3664 63.3689 33.4628C54.4563 24.5592 50 13.708 50 0.909096C50 -11.8898 54.4563 -22.741 63.3689 -31.6446C72.4672 -40.5482 83.7007 -45 97.0696 -45C110.439 -45 121.579 -40.5482 130.492 -31.6446C139.404 -22.9265 143.861 -12.0753 143.861 0.909096C143.861 13.8935 139.404 24.8375 130.492 33.741ZM69.7748 124.168L196.779 -16.8981L213.769 -7.43802L86.4859 133.906L69.7748 124.168ZM84.2578 13.708C87.6 17.0468 91.7778 18.7163 96.7911 18.7163C101.804 18.7163 105.982 17.0468 109.324 13.708C112.667 10.1837 114.338 5.91736 114.338 0.909096C114.338 -4.09917 112.667 -8.27273 109.324 -11.6116C105.982 -14.9504 101.804 -16.6198 96.7911 -16.6198C91.7778 -16.6198 87.6 -14.9504 84.2578 -11.6116C81.1012 -8.27273 79.523 -4.09917 79.523 0.909096C79.523 5.91736 81.1012 10.1837 84.2578 13.708ZM224.631 143.645C215.719 152.548 204.578 157 191.209 157C177.84 157 166.699 152.548 157.787 143.645C148.874 134.741 144.418 123.89 144.418 111.091C144.418 98.292 148.874 87.4408 157.787 78.5372C166.699 69.6336 177.84 65.1818 191.209 65.1818C204.578 65.1818 215.719 69.6336 224.631 78.5372C233.544 87.4408 238 98.292 238 111.091C238 123.89 233.544 134.741 224.631 143.645ZM178.676 123.89C182.018 127.229 186.196 128.898 191.209 128.898C196.222 128.898 200.307 127.136 203.464 123.612C206.806 120.087 208.477 115.914 208.477 111.091C208.477 106.083 206.806 101.909 203.464 98.5702C200.307 95.0459 196.222 93.2838 191.209 93.2838C186.196 93.2838 182.018 95.0459 178.676 98.5702C175.519 101.909 173.941 106.083 173.941 111.091C173.941 116.099 175.519 120.365 178.676 123.89Z' fill='%23f65e64'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
}
@media (max-width: 768px) {
  .wrapper main .ultra-conditions__wrap::before {
    width: 160px;
    height: 100px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='103' viewBox='0 0 160 103' fill='none'%3E%3Cg id='Mask group'%3E%3Cmask id='mask0_8795_16354' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='160' height='103'%3E%3Crect id='Rectangle 1814' width='160' height='103' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8795_16354)'%3E%3Cpath id='%25' opacity='0.02' d='M74.2825 19.3451C69.1726 24.3434 62.7852 26.8426 55.1204 26.8426C47.4555 26.8426 41.015 24.2903 35.7986 19.1855C30.6887 14.0808 28.1338 7.85945 28.1338 0.521412C28.1338 -6.81662 30.6887 -13.038 35.7986 -18.1427C41.015 -23.2474 47.4555 -25.7998 55.1204 -25.7998C62.7852 -25.7998 69.1726 -23.2474 74.2825 -18.1427C79.3923 -13.1444 81.9473 -6.92297 81.9473 0.521412C81.9473 7.96579 79.3923 14.2403 74.2825 19.3451ZM39.4713 71.1899L112.287 -9.68803L122.028 -4.26427L49.0524 76.7732L39.4713 71.1899ZM47.7749 7.85944C49.6911 9.77371 52.0864 10.7309 54.9607 10.7309C57.835 10.7309 60.2303 9.77371 62.1465 7.85944C64.0627 5.83883 65.0208 3.39282 65.0208 0.521412C65.0208 -2.34999 64.0627 -4.74284 62.1465 -6.65711C60.2303 -8.57138 57.835 -9.52851 54.9607 -9.52851C52.0864 -9.52851 49.6911 -8.57138 47.7749 -6.65711C45.9652 -4.74284 45.0603 -2.34999 45.0603 0.521412C45.0603 3.39282 45.9652 5.83883 47.7749 7.85944ZM128.256 82.3564C123.146 87.4612 116.758 90.0135 109.094 90.0135C101.429 90.0135 95.0414 87.4612 89.9315 82.3564C84.8216 77.2517 82.2666 71.0303 82.2666 63.6923C82.2666 56.3543 84.8216 50.1329 89.9315 45.0282C95.0414 39.9235 101.429 37.3711 109.094 37.3711C116.758 37.3711 123.146 39.9235 128.256 45.0282C133.366 50.1329 135.92 56.3543 135.92 63.6923C135.92 71.0303 133.366 77.2517 128.256 82.3564ZM101.908 71.0303C103.824 72.9446 106.219 73.9018 109.094 73.9018C111.968 73.9018 114.31 72.8914 116.12 70.8708C118.036 68.8502 118.994 66.4574 118.994 63.6923C118.994 60.8209 118.036 58.4281 116.12 56.5138C114.31 54.4932 111.968 53.4829 109.094 53.4829C106.219 53.4829 103.824 54.4932 101.908 56.5138C100.098 58.4281 99.1931 60.8209 99.1931 63.6923C99.1931 66.5637 100.098 69.0097 101.908 71.0303Z' fill='%23f65e64'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  }
}
@media (max-width: 520px) {
  .wrapper main .ultra-conditions__wrap::before {
    content: none;
  }
}
.wrapper main .ultra-conditions__head {
  margin-bottom: 40px;
  font: 700 30px/42px 'Gilroy', sans-serif;
}
@media (max-width: 768px) {
  .wrapper main .ultra-conditions__head {
    font-size: 20px;
    line-height: 28px;
  }
}
.wrapper main .ultra-conditions__head b {
  color: #f65e64;
}
.wrapper main .ultra-conditions__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper main .ultra-conditions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 60px)/2);
}
@media (max-width: 1239px) {
  .wrapper main .ultra-conditions__item {
    width: calc((100% - 30px)/2);
  }
}
@media (max-width: 520px) {
  .wrapper main .ultra-conditions__item {
    width: 100%;
  }
}
.wrapper main .ultra-conditions__item:nth-child(-n+2) {
  padding-bottom: 35px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 35px;
}
@media (max-width: 1239px) {
  .wrapper main .ultra-conditions__item:nth-child(-n+2) {
    padding-bottom: 30px;
  }
}
@media (max-width: 520px) {
  .wrapper main .ultra-conditions__item:nth-child(3) {
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px;
  }
}
.wrapper main .ultra-conditions__text {
  margin-left: 25px;
}
@media (max-width: 768px) {
  .wrapper main .ultra-conditions__text {
    margin-left: 15px;
  }
}
.wrapper main .ultra-conditions__top {
  font: 500 24px/32px 'Gilroy', sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 1239px) {
  .wrapper main .ultra-conditions__top {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .wrapper main .ultra-conditions__top {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrapper main .ultra-conditions__bot {
  font: 300 18px/26px 'Gilroy', sans-serif;
  max-width: 375px;
}
@media (max-width: 1239px) {
  .wrapper main .ultra-conditions__bot {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 979px) {
  .wrapper main .ultra-conditions__image {
    width: 54px;
    height: 54px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .wrapper main .ultra-conditions__image svg {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 979px) and (max-width: 520px) {
  .wrapper main .ultra-conditions__image {
    width: 50px;
    height: 50px;
  }
}

/* End */


/* Start:/local/templates/main/include/pages/actions-halfprice-acquiring/css/actions-halfprice-acquiring.css?175094018619363*/
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner {
    min-height: 225px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-content-text {
    max-width: 375px;
  }
}
@media (max-width: 700px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-content-text {
    max-width: 250px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-content-text {
    max-width: 245px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .top-banner-content-text-title {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-content-text-title {
    white-space: normal;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-content-text-desc {
    max-width: 168px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .top-banner-image {
  min-width: 390px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-image {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-image {
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-image {
    top: 60px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-image img {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-image img {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
}
@media (max-width: 700px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-image img {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner-image img {
    width: auto;
    height: 100%;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .top-banner-wave {
  display: none;
}
.wrapper main .actions-halfprice-acquiring-page .inner .top-banner::before {
  content: '';
  right: 40%;
  top: -12px;
  width: 37px;
  height: 37px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .top-banner::before {
    display: none;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .receive {
  margin-top: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive {
    margin-top: 45px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive-content {
    max-width: 352px;
  }
}
@media (max-width: 625px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive-content {
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive-content-title {
    padding-bottom: 15px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .receive-content-text {
  margin-top: 25px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive-content-text {
    margin-top: 10px;
    max-width: 455px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .receive-content-text p {
  font: 300 18px/26px 'Gilroy', sans-serif;
  color: #000;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive-content-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .receive-image {
  margin-top: 0;
  width: 445px;
  min-width: 400px;
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive-image {
    padding-top: 20px;
    display: block;
    width: 355px;
    min-width: 355px;
  }
}
@media (max-width: 625px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive-image {
    display: none;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .receive-image img {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much {
  padding: 60px;
  background: #fbfbfb;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much {
    padding: 50px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much {
    margin-top: 30px;
    padding: 50px 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much {
    margin-top: 20px;
    padding: 30px 10px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-title {
  font: 700 36px/1.3 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-title {
    font-size: 24px;
    padding-right: 20px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-subtitle {
  font: 300 18px/26px 'Gilroy', sans-serif;
  margin-top: 20px;
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-subtitle {
    font-size: 16px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block {
    display: block;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table {
  width: calc((100% - 60px)/2);
  padding: 30px 35px 20px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table {
    padding: 30px 30px 12px;
    width: calc((100% - 50px)/2);
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table {
    padding: 20px 15px;
    width: calc((100% - 30px)/2);
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table {
    width: calc((100% - 20px)/2);
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table {
    width: 100%;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-headtitle {
  margin-bottom: 20px;
  font: 500 24px/32px 'Gilroy', sans-serif;
  color: #f65e64;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-headtitle {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-headtitle {
    font-size: 18px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-title {
  font: 700 18px/26px 'Gilroy', sans-serif;
  margin-bottom: 10px;
  max-width: 315px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-title {
    font-size: 16px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e6e8e0;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-desc {
  max-width: 370px;
  font: 300 16px/1.5 'Gilroy', sans-serif;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-desc a {
  color: #f65e64;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-desc a:hover {
  text-decoration: underline;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-desc .point:not(:first-child) {
  margin-top: 3px;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-desc span {
  display: block;
  font: 300 14px/1.5 'Gilroy', sans-serif;
  color: #808080;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-value {
  font: 700 22px/1.3 'Gilroy', sans-serif;
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-value {
    font-size: 18px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-value span {
  display: block;
  text-align: right;
  font: 300 14px/1.5 'Gilroy', sans-serif;
  color: #808080;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-table-line-value span.big {
  padding-top: 20px;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 37%;
}
@media (max-width: 1480px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text {
    width: 40%;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text {
    width: 32%;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text {
    margin-top: 20px;
    width: 100%;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-title {
  font: 700 24px/1.5 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-title {
    font-size: 18px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-adv-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-adv-list-item-ico {
  width: 84px;
  height: 84px;
  margin-right: 15px;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-adv-list-item-ico img {
  max-width: 100%;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-adv-list-item-txt {
  position: relative;
  max-width: 200px;
  font: 700 20px/1.5 'Gilroy', sans-serif;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-list {
  margin-top: 20px;
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-list li {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  font: 300 18px/1.5 'Gilroy', sans-serif;
}
@media (max-width: 1480px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-list li {
    font-size: 16px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f65e64;
  border-radius: 50%;
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-list li::before {
    top: 22%;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .how-much-block-text-list li:first-child {
  margin-top: 0;
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-image {
  padding-right: 35px;
  width: 40%;
  margin-right: 20px;
}
@media (max-width: 1480px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-image {
    max-width: 380px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-image {
    margin-right: 0;
    padding-right: 0;
    width: 42%;
    max-width: 405px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-image {
    width: 45%;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-image {
    display: none;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-image img {
  width: 100%;
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content {
  width: calc(54% - 20px);
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content {
    width: 100%;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-row:not(:first-child) {
  margin-top: 50px;
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-title {
  font: 700 36px/1.3 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-title {
    font-size: 22px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-txt {
  margin-top: 25px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-txt {
    margin-top: 10px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-txt p {
  font: 300 18px/26px 'Gilroy', sans-serif;
  color: #000;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-txt p {
    margin-bottom: 0.6rem;
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-txt p a {
  color: #f65e64;
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-list li {
  margin-top: 8px;
  font-size: 16px;
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-list li {
    padding-left: 25px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-list li:first-child {
  margin-top: 0;
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .cozy-lk-content-list li::before {
    left: 5px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .docs {
  margin: 85px -15px -15px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .docs {
    margin-top: 5px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .docs-item {
  margin: 15px;
}
.wrapper main .actions-halfprice-acquiring-page .inner .docs-item a {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FBFBFB;
  border-radius: 20px;
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .docs-item a {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.wrapper main .actions-halfprice-acquiring-page .inner .docs-item a:before {
  content: '';
  display: block;
  width: 28px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='33' viewBox='0 0 28 33' fill='none'%3E%3Cpath d='M26.0849 24.9767C25.5788 24.9767 25.1697 24.5676 25.1697 24.0616V3.92845C25.1697 3.32263 24.6774 2.83028 24.0715 2.83028H7.95773C7.45257 2.83028 7.04259 2.4203 7.04259 1.91514C7.04259 1.40998 7.45257 1 7.95773 1H24.0715C25.6859 1 27 2.31323 27 3.92845V24.0616C27 24.5676 26.5909 24.9767 26.0849 24.9767ZM18.029 31.0156H3.92845C2.31323 31.0156 1 29.7015 1 28.0872V9.96738C1 8.35307 2.31323 7.03893 3.92845 7.03893H18.029C19.6433 7.03893 20.9565 8.35307 20.9565 9.96738V28.0872C20.9565 29.7015 19.6433 31.0156 18.029 31.0156ZM3.92845 8.86921C3.32263 8.86921 2.83028 9.36156 2.83028 9.96738V28.0872C2.83028 28.693 3.32263 29.1854 3.92845 29.1854H18.029C18.6339 29.1854 19.1262 28.693 19.1262 28.0872V9.96738C19.1262 9.36156 18.6339 8.86921 18.029 8.86921H3.92845ZM13.9977 16.9209H7.95773C7.45257 16.9209 7.04259 16.5109 7.04259 16.0058C7.04259 15.4997 7.45257 15.0906 7.95773 15.0906H13.9977C14.5028 15.0906 14.9128 15.4997 14.9128 16.0058C14.9128 16.5109 14.5028 16.9209 13.9977 16.9209ZM13.9977 22.9596H7.95773C7.45257 22.9596 7.04259 22.5506 7.04259 22.0445C7.04259 21.5384 7.45257 21.1294 7.95773 21.1294H13.9977C14.5028 21.1294 14.9128 21.5384 14.9128 22.0445C14.9128 22.5506 14.5028 22.9596 13.9977 22.9596Z' fill='%23F65E64'/%3E%3C/svg%3E") center no-repeat;
  background-size: 100%;
}
.wrapper main .actions-halfprice-acquiring-page .inner .docs-item a span {
  margin-left: 20px;
  font: 300 16px/24px 'Gilroy', sans-serif;
  color: #000;
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .steps-block-item-text-desc {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .steps-block-item-image-progress {
    top: 61px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-halfprice-acquiring-page .inner .steps.three_items .steps-block-item {
    width: 30%;
  }
}

/* End */


/* Start:/local/templates/main/include/pages/actions-friends/css/actions-friends.css?175094018615783*/
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .top-banner {
    min-height: 225px;
  }
}
@media (max-width: 1480px) {
  .wrapper main .actions-friends-page .inner .top-banner-content-breadcrumbs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 1480px) {
  .wrapper main .actions-friends-page .inner .top-banner-content-text {
    max-width: 505px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .top-banner-content-text {
    max-width: 405px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .top-banner-content-text {
    max-width: 268px;
  }
}
.wrapper main .actions-friends-page .inner .top-banner-content-text-desc {
  max-width: 345px;
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .top-banner-content-text-desc {
    max-width: 200px;
  }
}
.wrapper main .actions-friends-page .inner .top-banner-image {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .top-banner-image {
    right: -65px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .top-banner-image {
    width: 100% !important;
    max-width: 550px;
    max-height: 550px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .top-banner-image {
    max-width: 255px;
    max-height: 400px;
    right: -17px;
  }
}
.wrapper main .actions-friends-page .inner .top-banner::before {
  content: '';
  right: 39%;
  top: -10px;
  width: 38px;
  height: 38px;
}
@media (max-width: 1480px) {
  .wrapper main .actions-friends-page .inner .top-banner::before {
    display: none;
  }
}
.wrapper main .actions-friends-page .inner .fast-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper main .actions-friends-page .inner .fast-service-title {
  font: 700 36px/48px 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .fast-service-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .fast-service-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .fast-service-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .fast-service-content {
    max-width: 345px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .fast-service-content {
    max-width: 100%;
  }
}
.wrapper main .actions-friends-page .inner .fast-service-content ul.list li {
  line-height: 26px;
  margin-top: 10px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .fast-service-content ul.list li {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-friends-page .inner .fast-service-content ul.list li a {
  color: #f65e64;
}
.wrapper main .actions-friends-page .inner .fast-service-content ul.list li:first-child {
  margin-top: 0;
}
.wrapper main .actions-friends-page .inner .fast-service-content ul.list li::before {
  top: 10px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .fast-service-content ul.list li::before {
    top: 8px;
  }
}
.wrapper main .actions-friends-page .inner .fast-service-image {
  width: 380px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .fast-service-image {
    width: 320px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .fast-service-image {
    width: 280px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .fast-service-image {
    display: none;
  }
}
.wrapper main .actions-friends-page .inner .fast-service-image img {
  width: 100%;
}
.wrapper main .actions-friends-page .inner .actions-table-title {
  font: 700 36px/48px 'Gilroy', sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .actions-table-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .actions-table-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .actions-table-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.wrapper main .actions-friends-page .inner .actions-table-subtitle {
  font: 300 18px/26px 'Gilroy', sans-serif;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .actions-table-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-friends-page .inner .actions-table-block {
  margin-top: 50px;
  padding: 45px;
  background: #fbfbfb;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .actions-table-block {
    margin-top: 30px;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .actions-table-block {
    padding: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .actions-table-block {
    margin-top: 25px;
    padding: 20px 15px;
  }
}
.wrapper main .actions-friends-page .inner .actions-table-block-content {
  padding: 0 45px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .actions-table-block-content {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .actions-table-block-content {
    padding: 0 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .actions-table-block-content {
    padding: 0 15px;
  }
}
.wrapper main .actions-friends-page .inner .actions-table-block-content-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6e8e0;
  padding: 20px 0 16px 0;
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .actions-table-block-content-line {
    padding: 17px 0 15px 0;
  }
}
.wrapper main .actions-friends-page .inner .actions-table-block-content-line-text {
  font: 300 18px/26px 'Gilroy', sans-serif;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .actions-table-block-content-line-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-friends-page .inner .actions-table-block-content-line-text span {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}
.wrapper main .actions-friends-page .inner .actions-table-block-content-line-val {
  font: 700 24px/32px 'Gilroy', sans-serif;
  text-align: right;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .actions-table-block-content-line-val {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .actions-table-block-content-line-val {
    font-size: 18px;
  }
}
.wrapper main .actions-friends-page .inner .actions-table-block-content-line-val span {
  margin-bottom: 20px;
  display: block;
  font: 300 14px/20px 'Gilroy', sans-serif;
  color: #808080;
}
.wrapper main .actions-friends-page .inner .actions-table-block-content-line:last-child {
  border-bottom: none;
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .advantage-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .advantage-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .advantage-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.wrapper main .actions-friends-page .inner .advantage-desc {
  max-width: 910px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .advantage-desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-friends-page .inner .advantage-desc p a {
  color: #f65e64;
}
.wrapper main .actions-friends-page .inner .advantage-desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .advantage-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .advantage-block {
    display: block;
  }
}
@media (max-width: 1480px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item {
    height: 150px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item {
    width: calc((100% - 40px)/2);
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item {
    width: calc((100% - 20px)/2);
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item {
    width: 100%;
    height: 130px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item:nth-child(n) {
    margin-top: 0;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item-image {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item-image {
    width: 60%;
  }
}
.wrapper main .actions-friends-page .inner .advantage-block-item-text {
  max-width: 245px;
}
@media (max-width: 1480px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item-text {
    max-width: 260px;
  }
}
.wrapper main .actions-friends-page .inner .advantage-block-item-text-desc a {
  display: block;
  margin-top: 10px;
  color: #f65e64;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .advantage-block-item-text-desc br {
    display: none;
  }
}
.wrapper main .actions-friends-page .inner .become-client {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fbfbfb;
  border-radius: 20px;
  padding-left: 60px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .become-client {
    overflow: hidden;
    padding-left: 30px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .become-client {
    padding-left: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .become-client {
    padding-left: 15px;
  }
}
.wrapper main .actions-friends-page .inner .become-client-content {
  padding: 60px 0 60px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .become-client-content {
    padding: 30px 0 30px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .become-client-content {
    padding: 20px 0 20px;
  }
}
.wrapper main .actions-friends-page .inner .become-client-content-title {
  white-space: nowrap;
  margin-bottom: 20px;
  font: 700 36px/48px 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .become-client-content-title {
    font-size: 30px;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .become-client-content-title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .become-client-content-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.wrapper main .actions-friends-page .inner .become-client-content-desc {
  font: 300 18px/26px 'Gilroy', sans-serif;
  max-width: 725px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .become-client-content-desc {
    max-width: 639px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .become-client-content-desc {
    max-width: 470px;
  }
}
.wrapper main .actions-friends-page .inner .become-client-content-list {
  max-width: 550px;
  margin: 30px 0;
  counter-reset: list;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .become-client-content-list {
    margin: 20px 0;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .become-client-content-list {
    max-width: 462px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .become-client-content-list {
    margin: 15px 0;
  }
}
.wrapper main .actions-friends-page .inner .become-client-content-list li {
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
  font: 300 18px/1.5 'Gilroy', sans-serif;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .become-client-content-list li {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-friends-page .inner .become-client-content-list li::before {
  content: counter(list) '. ';
  counter-increment: list;
  position: absolute;
  left: 0;
  top: 0;
  color: #f65e64;
}
.wrapper main .actions-friends-page .inner .become-client-content-list li:first-child {
  margin-top: 0;
}
.wrapper main .actions-friends-page .inner .become-client-image {
  overflow: hidden;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .become-client-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 345px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-friends-page .inner .become-client-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 345px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .become-client-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 345px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .become-client-image {
    display: none;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .become-client-image img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .steps-title {
    font-size: 22px;
  }
}
.wrapper main .actions-friends-page .inner .steps-block-item {
  width: 32%;
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .steps-block-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-friends-page .inner .steps-block-item-text-desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-friends-page .inner .steps-block-item-text-desc span {
  font-weight: 700;
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .steps-block-item-image-progress {
    height: calc(100% - 57px);
    top: 52px;
  }
}
.wrapper main .actions-friends-page .inner .tariffs-about-block-item {
  background: #fbfbfb;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .wrapper main .actions-friends-page .inner .important-title {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-friends-page .inner .important-title {
    font-size: 24px;
  }
}

/* End */


/* Start:/local/templates/main/include/pages/actions-acquiring/css/actions-acquiring.css?17509401864923*/
.wrapper main .actions-detail-page .inner .top-banner {
  min-height: 225px;
}
.wrapper main .actions-detail-page .inner .top-banner-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 400px;
}
.wrapper main .actions-detail-page .inner .actions-detail-title {
  font: 700 36px/1.3 'Gilroy', sans-serif;
}
.wrapper main .actions-detail-page .inner .actions-detail-desc {
  margin-top: 20px;
  font: 300 18px/1.5 'Gilroy', sans-serif;
}
.wrapper main .actions-detail-page .inner .features {
  margin-top: 40px;
}
.wrapper main .actions-detail-page .inner .features-block {
  margin-top: 0;
}
.wrapper main .actions-detail-page .inner .features-block-item {
  width: 32%;
}
.wrapper main .actions-detail-page .inner .features-block-item-desc {
  max-width: 290px;
}
.wrapper main .actions-detail-page .inner .fast-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper main .actions-detail-page .inner .fast-service-content {
  margin-right: 20px;
  max-width: 700px;
}
.wrapper main .actions-detail-page .inner .fast-service-content ul li {
  margin-top: 20px;
  line-height: 1.5;
}
.wrapper main .actions-detail-page .inner .fast-service-content ul li:first-child {
  margin-top: 0;
}
.wrapper main .actions-detail-page .inner .fast-service-image {
  width: 425px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .wrapper main .actions-detail-page .inner .fast-service-image {
    display: none;
  }
}
.wrapper main .actions-detail-page .inner .fast-service-image img {
  width: 100%;
}
.wrapper main .actions-detail-page .inner .steps-block-item {
  width: 32%;
}
.wrapper main .actions-detail-page .inner .steps-block-item.active .steps-block-item-image-circle svg path {
  fill: #fff;
  stroke: #f65e64;
}
.wrapper main .actions-detail-page .inner .become-client {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding-left: 55px;
  background: #fbfbfb;
  border-radius: 20px;
}
@media (max-width: 979px) {
  .wrapper main .actions-detail-page .inner .become-client {
    padding-left: 35px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-detail-page .inner .become-client {
    position: relative;
    padding-left: 20px;
  }
}
.wrapper main .actions-detail-page .inner .become-client-content {
  padding: 60px 0 35px;
}
@media (max-width: 979px) {
  .wrapper main .actions-detail-page .inner .become-client-content {
    padding-top: 35px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-detail-page .inner .become-client-content {
    padding: 20px 0 40px;
  }
}
.wrapper main .actions-detail-page .inner .become-client-content-title {
  font: 500 24px/1.1 'Gilroy', sans-serif;
}
@media (max-width: 768px) {
  .wrapper main .actions-detail-page .inner .become-client-content-title {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-detail-page .inner .become-client-content-title {
    font-size: 18px;
  }
}
.wrapper main .actions-detail-page .inner .become-client-content-desc {
  margin-top: 10px;
  font: 300 18px/1.5 'Gilroy', sans-serif;
}
@media (max-width: 768px) {
  .wrapper main .actions-detail-page .inner .become-client-content-desc {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-detail-page .inner .become-client-content-desc {
    font-size: 14px;
  }
}
.wrapper main .actions-detail-page .inner .become-client-content-button {
  margin-top: 30px;
}
@media (max-width: 979px) {
  .wrapper main .actions-detail-page .inner .become-client-content-button a {
    width: 180px;
    line-height: 45px;
  }
  .wrapper main .actions-detail-page .inner .become-client-content-button a:hover {
    line-height: 43px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-detail-page .inner .become-client-content-button a {
    width: 150px;
    font-size: 16px;
    line-height: 35px;
  }
  .wrapper main .actions-detail-page .inner .become-client-content-button a:hover {
    line-height: 33px;
  }
}
.wrapper main .actions-detail-page .inner .become-client-image {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 400px;
}
@media (max-width: 520px) {
  .wrapper main .actions-detail-page .inner .become-client-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
  }
}
.wrapper main .actions-detail-page .inner .become-client-image img {
  width: 100%;
}
.wrapper main .actions-detail-page .inner .text-block .footnotes {
  max-width: 890px;
  margin-top: 55px;
}
.wrapper main .actions-detail-page .inner .text-block .footnotes-item {
  font-size: 14px;
}

/* End */


/* Start:/local/templates/main/include/pages/actions-discount/css/actions-discount.css?17509401869538*/
.wrapper main .actions-discount-page .inner .top-banner {
  min-height: 235px;
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .top-banner-content {
    min-height: 225px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .top-banner-content {
    min-height: 225px;
  }
}
@media (max-width: 1480px) {
  .wrapper main .actions-discount-page .inner .top-banner-content-breadcrumbs {
    position: absolute;
    left: 40px;
    top: 15px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-discount-page .inner .top-banner-content-breadcrumbs {
    left: 25px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .top-banner-content-breadcrumbs {
    left: 0;
    top: -30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .top-banner-content-breadcrumbs li {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .top-banner-content-breadcrumbs li {
    font-size: 14px;
  }
}
@media (max-width: 1480px) {
  .wrapper main .actions-discount-page .inner .top-banner-content-text {
    margin-top: 45px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .top-banner-content-text {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .top-banner-image img {
    -webkit-transform: translateY(77px);
            transform: translateY(77px);
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .top-banner-image img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wrapper main .actions-discount-page .inner .receive {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page .inner .receive-content-title {
    margin-right: 0;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-discount-page .inner .receive-content-title {
    margin-right: -13%;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .receive-content-title {
    margin-right: -13%;
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .receive-content-title {
    margin-right: 0%;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-discount-page .inner .receive-content-list {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .receive-content-list {
    margin-top: 20px;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-discount-page .inner .receive-content-list li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .receive-content-list li {
    font-size: 16px;
    line-height: 24px;
  }
}
.wrapper main .actions-discount-page .inner .receive-content-list li span {
  color: #f65e64;
  font-weight: 500;
}
.wrapper main .actions-discount-page .inner .receive-content-text {
  margin-top: 25px;
}
.wrapper main .actions-discount-page .inner .receive-content-text p {
  font: 300 18px/26px 'Gilroy', sans-serif;
}
.wrapper main .actions-discount-page .inner .receive-image {
  width: auto;
  margin-top: 20px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page .inner .receive-image {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-discount-page .inner .receive-image {
    display: block;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .receive-image {
    display: block;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .receive-image {
    display: none;
  }
}
@media (max-width: 979px) {
  .wrapper main .actions-discount-page .inner .text-block-title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .text-block-title {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .text-block-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .text-block .list li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .text-block .list li::before {
    top: 8px;
    width: 7px;
    height: 7px;
  }
}
.wrapper main .actions-discount-page .inner .text-block .list li a {
  color: #f65e64;
}
.wrapper main .actions-discount-page .inner .text-block .footnotes {
  font: 300 18px/26px 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .actions-discount-page .inner .text-block .footnotes {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page .inner .text-block .footnotes {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page .inner .text-block .footnotes {
    font-size: 16px;
  }
}
.wrapper main .actions-discount-page .inner .text-block .footnotes a {
  color: #f65e64;
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .top-banner-content-text {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .top-banner-content-text {
    max-width: 380px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .top-banner-content-text {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .top-banner-image {
    max-width: 330px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .top-banner-image {
    width: 80% !important;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .top-banner-image img {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .top-banner-image img {
    -webkit-transform: translate(125px, -25px);
            transform: translate(125px, -25px);
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wrapper main .actions-discount-page.free-bookkeeping .inner .receive-content {
  max-width: 700px;
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive-content {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive-content {
    max-width: 400px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive-content-title {
    margin-right: 10%;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive-content-title {
    margin-right: 35%;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive-content-title {
    margin-right: 15%;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive-content-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive-image {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-bookkeeping .inner .receive-image {
    margin-top: 45px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-month .inner .top-banner-content-text {
    max-width: 480px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-month .inner .top-banner-content-text {
    max-width: 400px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page.free-month .inner .top-banner-content-text {
    max-width: 260px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-month .inner .receive-content {
    max-width: 450px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-month .inner .receive-content {
    max-width: 450px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-month .inner .receive-content-title {
    margin-right: -27%;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-month .inner .receive-content-title {
    margin-right: -10%;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-discount-page.free-month .inner .receive-content-title {
    margin-right: -2%;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-month .inner .receive-content-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-discount-page.free-month .inner .receive-image {
    width: auto;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-discount-page.free-month .inner .receive-image {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/main/include/pages/actions-vnosite-za-o/css/actions-vnosite-za-o.css?17509401866116*/
@media (max-width: 768px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .top-banner-image {
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .top-banner-image {
    top: 145px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .top-banner-image img {
    width: auto;
    height: 100%;
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}
@media (max-width: 1239px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .top-banner-content-text {
    max-width: 300px;
  }
}
@media (max-width: 520px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .top-banner-content-text {
    max-width: 280px;
  }
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .top-banner-content-text-open a {
  width: 320px;
}
@media (max-width: 520px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .top-banner-content-text-open a {
    width: 170px;
    line-height: 19px;
    padding: 5px;
  }
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-title {
  font: 700 36px/1.3 'Gilroy', sans-serif;
}
@media (max-width: 979px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-title {
    font-size: 24px;
  }
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-content ul.list li a {
  color: #f65e64;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-content ul.list li a:hover {
  text-decoration: underline;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-block {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-txt {
  font: 300 18px/28px 'Gilroy', sans-serif;
  max-width: 600px;
}
@media (max-width: 979px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-txt {
    font-size: 14px;
    line-height: 20px;
  }
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-image svg {
  width: 100%;
  height: 100%;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-btn {
  margin-top: 40px;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-btn a {
  padding: 15px;
  position: relative;
  display: block;
  width: 360px;
  text-align: center;
  font: 300 18px/28px 'Gilroy', sans-serif;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#eb5760), to(#fd9b5c));
  background: linear-gradient(to right, #eb5760, #fd9b5c);
  border-radius: 35px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 1;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-btn a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#eb5760), to(#fd9b5c));
  background: linear-gradient(to top right, #eb5760, #fd9b5c);
  border-radius: 35px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .fast-service-btn a:hover::before {
  opacity: 1;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .docs-item a {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fbfbfb;
  border-radius: 20px;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .docs-item a:before {
  content: '';
  display: block;
  width: 28px;
  height: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='33' viewBox='0 0 28 33' fill='none'%3E%3Cpath d='M26.0849 24.9767C25.5788 24.9767 25.1697 24.5676 25.1697 24.0616V3.92845C25.1697 3.32263 24.6774 2.83028 24.0715 2.83028H7.95773C7.45257 2.83028 7.04259 2.4203 7.04259 1.91514C7.04259 1.40998 7.45257 1 7.95773 1H24.0715C25.6859 1 27 2.31323 27 3.92845V24.0616C27 24.5676 26.5909 24.9767 26.0849 24.9767ZM18.029 31.0156H3.92845C2.31323 31.0156 1 29.7015 1 28.0872V9.96738C1 8.35307 2.31323 7.03893 3.92845 7.03893H18.029C19.6433 7.03893 20.9565 8.35307 20.9565 9.96738V28.0872C20.9565 29.7015 19.6433 31.0156 18.029 31.0156ZM3.92845 8.86921C3.32263 8.86921 2.83028 9.36156 2.83028 9.96738V28.0872C2.83028 28.693 3.32263 29.1854 3.92845 29.1854H18.029C18.6339 29.1854 19.1262 28.693 19.1262 28.0872V9.96738C19.1262 9.36156 18.6339 8.86921 18.029 8.86921H3.92845ZM13.9977 16.9209H7.95773C7.45257 16.9209 7.04259 16.5109 7.04259 16.0058C7.04259 15.4997 7.45257 15.0906 7.95773 15.0906H13.9977C14.5028 15.0906 14.9128 15.4997 14.9128 16.0058C14.9128 16.5109 14.5028 16.9209 13.9977 16.9209ZM13.9977 22.9596H7.95773C7.45257 22.9596 7.04259 22.5506 7.04259 22.0445C7.04259 21.5384 7.45257 21.1294 7.95773 21.1294H13.9977C14.5028 21.1294 14.9128 21.5384 14.9128 22.0445C14.9128 22.5506 14.5028 22.9596 13.9977 22.9596Z' fill='%23F65E64'/%3E%3C/svg%3E") center no-repeat;
  background-size: 100%;
}
.wrapper main .actions-vnosite-za-0-corporate-card-page .inner .docs-item a span {
  margin-left: 20px;
  font: 300 16px/24px 'Gilroy', sans-serif;
  color: #000;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/files_to_download_action/style.css?1750940185150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/actions_bonus_header/style.css?1750940186194*/
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;
}
#bx_incl_area_5_2{
	min-width:150px;
}

/* End */
/* /local/templates/main/include/pages/actions/css/actions.css?175094018622839 */
/* /local/templates/main/include/pages/actions/css/ultra-conditions.css?17509401868273 */
/* /local/templates/main/include/pages/actions-halfprice-acquiring/css/actions-halfprice-acquiring.css?175094018619363 */
/* /local/templates/main/include/pages/actions-friends/css/actions-friends.css?175094018615783 */
/* /local/templates/main/include/pages/actions-acquiring/css/actions-acquiring.css?17509401864923 */
/* /local/templates/main/include/pages/actions-discount/css/actions-discount.css?17509401869538 */
/* /local/templates/main/include/pages/actions-vnosite-za-o/css/actions-vnosite-za-o.css?17509401866116 */
/* /local/templates/.default/components/bitrix/news.list/files_to_download_action/style.css?1750940185150 */
/* /local/templates/main/components/bitrix/news.detail/actions_bonus_header/style.css?1750940186194 */
