

/* Start:/local/js/pages/arenda-kassy-na-odin-chek/dist/arenda-kassy-na-odin-chek.bundle.css?176339412235344*/
@charset "UTF-8";
.hero-section {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .hero-section {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .hero-section {
      padding: 80px 0 50px 0; } }
  .hero-section__wrap {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "left1" "right" "left2"; }
    @media (min-width: 1200px) {
      .hero-section__wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-areas: "left1 left1 left1 left1 right right" "left2 left2 left2 left2 right right"; } }
  .hero-section__bl.bl-left1 {
    grid-area: left1;
    text-align: center; }
    @media (min-width: 1200px) {
      .hero-section__bl.bl-left1 {
        height: 281px;
        text-align: left; } }
  .hero-section__bl.bl-left2 {
    grid-area: left2;
    text-align: center; }
    @media (min-width: 1200px) {
      .hero-section__bl.bl-left2 {
        text-align: left; } }
  .hero-section__bl.bl-right {
    grid-area: right;
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .hero-section__bl.bl-right {
        text-align: left;
        margin-bottom: 0; } }
  .hero-section h1 {
    color: var(--blue-main);
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (min-width: 1200px) {
      .hero-section h1 {
        margin-top: 28px; } }
  .hero-section__slog {
    margin-bottom: 20px !important; }
    @media (min-width: 1200px) {
      .hero-section__slog {
        margin-bottom: 30px !important; } }
  .hero-section__ul-list {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: left; }
    @media (min-width: 1200px) {
      .hero-section__ul-list {
        font-size: 20px;
        margin-bottom: 0; } }
    .hero-section__ul-list li {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='15' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.203 1.12L5.166 9.085 1.82 5.807a.794.794 0 00-1.115 0 .775.775 0 000 1.105l3.905 3.827c.32.282.8.313 1.116 0l8.593-8.515a.776.776 0 000-1.104.796.796 0 00-1.117 0z' fill='%23000'/%3E%3C/svg%3E") 0 50% no-repeat;
      margin-bottom: 11px;
      padding-left: 25px; }
      .hero-section__ul-list li:last-child {
        margin-bottom: 0; }
  .hero-section__feedback {
    display: inline-block;
    text-align: center; }
    @media (min-width: 1200px) {
      .hero-section__feedback {
        text-align: left; } }
    .hero-section__feedback .h3 {
      margin-bottom: 15px; }
    .hero-section__feedback .callform {
      -webkit-animation-delay: 4s;
              animation-delay: 4s;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: call;
              animation-name: call;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      display: none; }
      @media (min-width: 576px) {
        .hero-section__feedback .callform {
          display: inline-block; } }
  .hero-section__form {
    width: 100%; }
    .hero-section__form-wrap {
      margin-bottom: 10px; }
      @media (min-width: 576px) {
        .hero-section__form-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .hero-section__form-wrap label {
        display: block;
        width: 100%;
        padding-bottom: 10px; }
        @media (min-width: 576px) {
          .hero-section__form-wrap label {
            padding-right: 10px;
            padding-bottom: initial; } }
        @media (min-width: 1200px) {
          .hero-section__form-wrap label {
            width: initial; } }
      .hero-section__form-wrap input[type="text"] {
        background: #FFF;
        width: 100%;
        height: 43px;
        color: var(--grey-dark);
        font-size: 16px;
        border: 1px solid var(--grey-accent-default);
        padding: 10px 20px;
        border-radius: 12px; }
        @media (min-width: 1200px) {
          .hero-section__form-wrap input[type="text"] {
            width: 290px; } }
        .hero-section__form-wrap input[type="text"]::-webkit-input-placeholder {
          color: var(--grey-dark); }
        .hero-section__form-wrap input[type="text"]::-moz-placeholder {
          color: var(--grey-dark); }
        .hero-section__form-wrap input[type="text"]:-moz-placeholder {
          color: var(--grey-dark); }
        .hero-section__form-wrap input[type="text"]:-ms-input-placeholder {
          color: var(--grey-dark); }
        .hero-section__form-wrap input[type="text"]:focus::-webkit-input-placeholder {
          color: var(--grey-light); }
        .hero-section__form-wrap input[type="text"]:focus::-moz-placeholder {
          color: var(--grey-light); }
        .hero-section__form-wrap input[type="text"]:focus:-moz-placeholder {
          color: var(--grey-light); }
        .hero-section__form-wrap input[type="text"]:focus:-ms-input-placeholder {
          color: var(--grey-light); }
      .hero-section__form-wrap input[type="submit"] {
        width: 100%;
        height: 43px;
        font-size: 13px;
        padding: 0 15px;
        border-radius: 10px; }
        @media (min-width: 576px) {
          .hero-section__form-wrap input[type="submit"] {
            width: 149px; } }
    .hero-section__form .px-3 {
      padding-left: 0 !important; }
    .hero-section__form .checkbox-custom + label {
      margin-left: 20px; }
  .hero-section__pic {
    display: inline-block;
    width: 100%;
    position: relative; }
    @media (min-width: 576px) {
      .hero-section__pic {
        width: 197px; } }
    @media (min-width: 768px) {
      .hero-section__pic {
        width: 237px; } }
    @media (min-width: 1200px) {
      .hero-section__pic {
        width: 100%; } }
    @media (max-width: 576px) {
      .hero-section__pic img {
        max-width: 197px; } }
    .hero-section__pic-bl {
      display: inline-block;
      text-align: left;
      background: rgba(255, 255, 255, 0.9);
      padding: 15px 20px;
      -webkit-box-shadow: 0px 0px 25px rgba(235, 235, 235, 0.4);
              box-shadow: 0px 0px 25px rgba(235, 235, 235, 0.4);
      border: 1px solid var(--grey-accent-default);
      border-radius: 15px;
      position: absolute;
      z-index: 0;
      -webkit-animation-delay: .5s;
              animation-delay: .5s;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      -webkit-animation-duration: 4s;
              animation-duration: 4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: elementor-animation-hang3;
              animation-name: elementor-animation-hang3;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }
      .hero-section__pic-bl.bl1 {
        width: 191px;
        top: 17px;
        left: 0; }
        @media (min-width: 576px) {
          .hero-section__pic-bl.bl1 {
            left: -128px; } }
        @media (min-width: 1200px) {
          .hero-section__pic-bl.bl1 {
            left: -80px; } }
      .hero-section__pic-bl.bl2 {
        width: 159px;
        bottom: 48px;
        right: 0; }
        @media (min-width: 576px) {
          .hero-section__pic-bl.bl2 {
            right: -106px; } }
        @media (min-width: 1200px) {
          .hero-section__pic-bl.bl2 {
            bottom: 80px;
            right: 0; } }
      .hero-section__pic-bl.bl3 {
        width: 191px;
        bottom: 48px;
        right: 0; }
        @media (min-width: 576px) {
          .hero-section__pic-bl.bl3 {
            right: -106px; } }
        @media (min-width: 1200px) {
          .hero-section__pic-bl.bl3 {
            bottom: 56px;
            right: 0; } }
  .hero-section.inner {
    padding: 20px 0 30px 0; }
    @media (min-width: 768px) {
      .hero-section.inner {
        padding: 30px 0 60px 0; } }
    @media (min-width: 1200px) {
      .hero-section.inner {
        padding: 30px 0 50px 0; } }
    .hero-section.inner .breadcrumb {
      padding: 0 0 30px 0; }
      @media (min-width: 768px) {
        .hero-section.inner .breadcrumb {
          padding: 0 0 60px 0; } }
      @media (min-width: 1200px) {
        .hero-section.inner .breadcrumb {
          padding: 0 0 36px 0; } }

@-webkit-keyframes call {
  15% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  45% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes call {
  15% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  30% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  45% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes elementor-animation-hang3 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes elementor-animation-hang3 {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }

.hero-section .bl2 {
  min-width: 191px; }

@media (min-width: 1200px) {
  .hero-section__bl.bl-left2 {
    margin-top: -73px; } }

.hero-section__feedback .h3 {
  padding-top: 15px; }

.hero-section .h1-sub {
  color: var(--blue-main);
  margin-bottom: 10px;
  text-transform: uppercase; }
  @media (min-width: 1200px) {
    .hero-section .h1-sub {
      margin-top: 28px; } }

.hero-section h1 {
  margin-top: 0;
  text-transform: none;
  color: initial; }

.provide-services {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .provide-services {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .provide-services {
      padding: 80px 0; } }
  .provide-services__wrap {
    background: var(--grey-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
    border-radius: 15px;
    text-align: center; }
  .provide-services__bl {
    width: 100%; }
    @media (min-width: 768px) {
      .provide-services__bl {
        width: 275px; } }
    @media (min-width: 992px) {
      .provide-services__bl {
        width: 210px; } }
    @media (min-width: 1200px) {
      .provide-services__bl {
        width: 255px; } }
    .provide-services__bl svg {
      margin-bottom: 10px; }
    .provide-services__bl:nth-child(1), .provide-services__bl:nth-child(2) {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .provide-services__bl:nth-child(1), .provide-services__bl:nth-child(2) {
          margin-bottom: 50px; } }
      @media (min-width: 992px) {
        .provide-services__bl:nth-child(1), .provide-services__bl:nth-child(2) {
          margin-bottom: 0; } }
    .provide-services__bl:nth-child(3) {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .provide-services__bl:nth-child(3) {
          margin-bottom: 0; } }

.why-choose {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .why-choose {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .why-choose {
      padding: 80px 0; } }
  .why-choose__bl {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .why-choose__bl {
        margin-bottom: 30px; } }
    .why-choose__bl.bl2, .why-choose__bl.bl3, .why-choose__bl.bl5, .why-choose__bl.bl6 {
      padding-left: 47px;
      background-repeat: no-repeat; }
      @media (min-width: 768px) {
        .why-choose__bl.bl2, .why-choose__bl.bl3, .why-choose__bl.bl5, .why-choose__bl.bl6 {
          padding-left: 47px; } }
      @media (min-width: 992px) {
        .why-choose__bl.bl2, .why-choose__bl.bl3, .why-choose__bl.bl5, .why-choose__bl.bl6 {
          padding-left: 57px; } }
    .why-choose__bl.bl1 {
      line-height: 28px; }
    .why-choose__bl.bl2 {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23BE4BDB'/%3E%3Cpath d='M16 15.825c1.779 0 3.221-1.752 3.221-3.912 0-2.161-.473-3.913-3.22-3.913-2.749 0-3.222 1.752-3.222 3.912 0 2.161 1.442 3.913 3.221 3.913zm-6.084 5.974c0-.132-.001-.037 0 0zm12.168.103c.002-.036 0-.25 0 0z' fill='%23fff'/%3E%3Cpath d='M22.077 21.641c-.06-3.764-.551-4.837-4.313-5.516 0 0-.53.675-1.764.675s-1.764-.675-1.764-.675c-3.72.672-4.242 1.729-4.311 5.394-.006.299-.008.315-.01.28l.001.396S10.812 24 16 24s6.084-1.805 6.084-1.805v-.293a2.433 2.433 0 01-.007-.261z' fill='%23fff'/%3E%3C/svg%3E"); }
    .why-choose__bl.bl3 {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%232399FF'/%3E%3Cpath d='M22.949 10.24a.523.523 0 00-.378-.432l-6.43-1.789a.523.523 0 00-.281 0L9.43 9.808a.523.523 0 00-.379.431c-.037.268-.888 6.605 1.295 9.758 2.18 3.149 5.396 3.956 5.531 3.988a.524.524 0 00.246 0c.136-.032 3.351-.84 5.531-3.988 2.183-3.152 1.332-9.49 1.295-9.758zm-2.802 3.699l-4.386 4.386a.521.521 0 01-.74 0l-2.712-2.712a.523.523 0 010-.74l.539-.538a.523.523 0 01.74 0l1.803 1.804 3.478-3.478a.523.523 0 01.74 0l.538.538a.523.523 0 010 .74z' fill='%23fff'/%3E%3C/svg%3E"); }
    .why-choose__bl.bl4 {
      line-height: 28px;
      margin-bottom: 0; }
    .why-choose__bl.bl5 {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%2349A847'/%3E%3Cpath d='M16 8a8 8 0 108 8 8.009 8.009 0 00-8-8zm.571 8a.571.571 0 01-.571.571h-4.571a.571.571 0 110-1.143h4v-4a.571.571 0 111.142 0V16z' fill='%23fff'/%3E%3C/svg%3E");
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .why-choose__bl.bl5 {
          margin-bottom: 0; } }
    .why-choose__bl.bl6 {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='16' fill='%23FF8723'/%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M23.958 14.137a.85.85 0 00-.731-.584l-4.619-.42-1.825-4.273a.85.85 0 00-1.565 0l-1.825 4.274-4.62.419a.852.852 0 00-.483 1.488l3.491 3.061-1.029 4.534a.85.85 0 001.265.92L16 21.174l3.982 2.382a.85.85 0 001.266-.92l-1.03-4.534 3.492-3.061a.852.852 0 00.248-.904z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='translate(8 8)' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
      margin-bottom: 0; }
    .why-choose__bl-title {
      margin-bottom: 5px; }

.where-to-begin {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .where-to-begin {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .where-to-begin {
      padding: 80px 0; } }
  .where-to-begin__wrap {
    padding: 40px 15px;
    border-radius: 15px;
    text-align: center; }
    @media (min-width: 576px) {
      .where-to-begin__wrap {
        padding: 50px 40px 40px 40px; } }
    @media (min-width: 1200px) {
      .where-to-begin__wrap {
        text-align: left; } }
  .where-to-begin__slog {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000; }
  .where-to-begin__title.h2 {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .where-to-begin__title.h2 {
        margin-bottom: 30px; } }
  .where-to-begin__desc {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .where-to-begin__desc {
        margin-bottom: 32px; } }
    @media (min-width: 1200px) {
      .where-to-begin__desc {
        margin-bottom: 0; } }
  .where-to-begin__form {
    max-width: 429px;
    margin: auto; }
    @media (min-width: 768px) {
      .where-to-begin__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .where-to-begin__form label {
      width: 100%; }
    .where-to-begin__form input[type="text"] {
      width: 100%;
      margin-bottom: 15px; }
    .where-to-begin__form-question {
      width: 100%;
      height: 102px;
      margin-bottom: 15px;
      display: none; }
      @media (min-width: 768px) {
        .where-to-begin__form-question {
          display: block; } }
    .where-to-begin__form .btn {
      width: 100%;
      font-size: 20px;
      margin-right: 0;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .where-to-begin__form .btn {
          font-size: 16px;
          width: auto;
          margin-right: 15px;
          margin-bottom: 0; } }
      @media (max-width: 576px) {
        .where-to-begin__form .btn {
          padding-top: 12px;
          padding-bottom: 12px; } }

.steps {
  background-color: var(--grey-bg);
  text-align: center;
  padding: 30px 15px;
  border-radius: 15px; }
  @media (min-width: 992px) {
    .steps {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .steps {
      padding-top: 40px;
      padding-bottom: 30px; } }
  .steps .c-blue-main {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px; }
  @media (max-width: 768px) {
    .steps .p16 {
      margin-bottom: 40px; } }

.list-line {
  margin-bottom: 20px; }
  .list-line li {
    font-size: 14px;
    line-height: 22px;
    padding-left: 15px;
    margin-bottom: 4px;
    position: relative; }
    .list-line li:last-child {
      margin-bottom: 0; }
    .list-line li::after {
      content: '';
      display: block;
      background-color: var(--black);
      width: 7px;
      height: 1px;
      position: absolute;
      top: 10px;
      left: 0; }

.form-custom input[type="text"] {
  background: #FFF;
  color: var(--grey-dark);
  border: 0;
  height: 56px;
  padding: 17px 20px;
  border-radius: 30px; }
  @media (min-width: 768px) {
    .form-custom input[type="text"] {
      height: 50px;
      padding: 12px 20px; } }
  .form-custom input[type="text"]::-webkit-input-placeholder {
    color: var(--grey-dark); }
  .form-custom input[type="text"]::-moz-placeholder {
    color: var(--grey-dark); }
  .form-custom input[type="text"]:-moz-placeholder {
    color: var(--grey-dark); }
  .form-custom input[type="text"]:-ms-input-placeholder {
    color: var(--grey-dark); }
  .form-custom input[type="text"]:focus::-webkit-input-placeholder {
    color: var(--grey-light); }
  .form-custom input[type="text"]:focus::-moz-placeholder {
    color: var(--grey-light); }
  .form-custom input[type="text"]:focus:-moz-placeholder {
    color: var(--grey-light); }
  .form-custom input[type="text"]:focus:-ms-input-placeholder {
    color: var(--grey-light); }

.form-custom textarea {
  display: block;
  background: #FFF;
  color: var(--grey-dark);
  border: 0;
  padding: 17px 20px;
  border-radius: 12px;
  resize: none; }
  @media (min-width: 768px) {
    .form-custom textarea {
      padding: 12px 20px; } }
  .form-custom textarea::-webkit-input-placeholder {
    color: var(--grey-dark); }
  .form-custom textarea::-moz-placeholder {
    color: var(--grey-dark); }
  .form-custom textarea:-moz-placeholder {
    color: var(--grey-dark); }
  .form-custom textarea:-ms-input-placeholder {
    color: var(--grey-dark); }
  .form-custom textarea:focus::-webkit-input-placeholder {
    color: var(--grey-light); }
  .form-custom textarea:focus::-moz-placeholder {
    color: var(--grey-light); }
  .form-custom textarea:focus:-moz-placeholder {
    color: var(--grey-light); }
  .form-custom textarea:focus:-ms-input-placeholder {
    color: var(--grey-light); }

.form-custom.form-custom-border input[type="text"],
.form-custom.form-custom-border textarea {
  border: 1px solid var(--grey-accent-default); }

/*-------- Checkbox политики обработки персональных данных --------*/
.checkbox-custom {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .checkbox-custom + label {
    text-align: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    position: relative;
    padding-left: 22px; }
    .checkbox-custom + label::before {
      content: '';
      display: inline-block;
      width: 16px;
      height: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      border: 1px solid var(--black);
      border-radius: 3px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
      position: absolute;
      left: 0;
      top: -1px; }
    .checkbox-custom + label a:hover {
      color: var(--black); }
  .checkbox-custom:hover + label::before {
    border-color: var(--grey-dark); }
  .checkbox-custom:checked:hover + label::before {
    border-color: var(--grey-dark);
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.972 2.894l-5.39 5.34L2.34 6.038a.532.532 0 00-.748 0 .52.52 0 000 .74l2.619 2.567c.214.189.536.21.748 0l5.761-5.71a.52.52 0 000-.74.534.534 0 00-.748 0z' fill='%23828282'/%3E%3C/svg%3E"); }
  .checkbox-custom:checked + label::before,
  .checkbox-custom:disabled + label::before {
    border-color: var(--black);
    background-color: transparent;
    background-size: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.972 2.894l-5.39 5.34L2.34 6.038a.532.532 0 00-.748 0 .52.52 0 000 .74l2.619 2.567c.215.189.536.21.748 0l5.761-5.71a.52.52 0 000-.74.534.534 0 00-.748 0z' fill='%23000'/%3E%3C/svg%3E"); }
  .checkbox-custom.gray + label::before {
    border: 1px solid var(--grey-dark); }
  .checkbox-custom.gray:hover + label::before {
    border-color: var(--black); }
  .checkbox-custom.gray:checked:hover + label::before {
    border-color: var(--black);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.972 2.894l-5.39 5.34L2.34 6.038a.532.532 0 00-.748 0 .52.52 0 000 .74l2.619 2.567c.215.189.536.21.748 0l5.761-5.71a.52.52 0 000-.74.534.534 0 00-.748 0z' fill='%23000'/%3E%3C/svg%3E"); }
  .checkbox-custom.gray:checked + label::before,
  .checkbox-custom.gray:disabled + label::before {
    border-color: var(--grey-dark);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.972 2.894l-5.39 5.34L2.34 6.038a.532.532 0 00-.748 0 .52.52 0 000 .74l2.619 2.567c.214.189.536.21.748 0l5.761-5.71a.52.52 0 000-.74.534.534 0 00-.748 0z' fill='%23828282'/%3E%3C/svg%3E"); }

/*-------- Checkbox политики обработки персональных данных --------*/
/*-------- Radio custom --------*/
.radio-custom input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .radio-custom input[type="radio"] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    position: relative; }
    .radio-custom input[type="radio"] + label::before {
      content: '';
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='%23161616'/%3E%3C/svg%3E");
      display: inline-block;
      width: 16px;
      height: 16px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 6px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%; }
    .radio-custom input[type="radio"] + label a:hover {
      color: var(--black); }
  .radio-custom input[type="radio"]:hover + label::before,
  .radio-custom input[type="radio"]:checked:hover + label::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='%23229EFF'/%3E%3Ccircle cx='8' cy='8' r='4.848' fill='%23229EFF'/%3E%3C/svg%3E"); }
  .radio-custom input[type="radio"]:checked + label::before,
  .radio-custom input[type="radio"]:disabled + label::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' stroke='%231C88DC'/%3E%3Ccircle cx='8' cy='8' r='4.848' fill='%231C88DC'/%3E%3C/svg%3E"); }

/*-------- Radio custom --------*/
.service-cost {
  padding: 40px 0 25px 0; }
  @media (min-width: 768px) {
    .service-cost {
      padding: 60px 0 45px 0; } }
  @media (min-width: 1200px) {
    .service-cost {
      padding: 80px 0 65px 0; } }
  @media (min-width: 768px) {
    .service-cost__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .service-cost__left {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .service-cost__left {
        width: 370px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .service-cost__left {
        width: 616px; } }
    @media (min-width: 1200px) {
      .service-cost__left {
        width: 730px; } }
    .service-cost__left-bl__label {
      width: 100%;
      margin-bottom: 15px; }
      .service-cost__left-bl__label:last-child {
        margin-bottom: 0; }
      @media (min-width: 1200px) {
        .service-cost__left-bl__label {
          width: auto;
          margin-right: 30px; } }
    .service-cost__left-bl__price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      margin-left: 8px; }
      .service-cost__left-bl__price .price-now {
        font-weight: 500; }
      .service-cost__left-bl__price .price-old {
        color: var(--grey-dark);
        margin-left: 5px;
        text-decoration: line-through; }
    .service-cost__left-bl__list-title {
      font-size: 16px;
      line-height: 25px;
      color: var(--grey-dark);
      margin: 10px 0 4px 22px; }
    .service-cost__left-bl__list {
      margin-left: 22px; }
      .service-cost__left-bl__list li {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.866.494L5.6 8.688 2.16 5.316a.816.816 0 00-1.148 0 .797.797 0 000 1.136l4.017 3.937c.33.29.822.322 1.148 0l8.838-8.758a.798.798 0 000-1.137.819.819 0 00-1.148 0z' fill='%23161616'/%3E%3C/svg%3E") 0 5px no-repeat;
        font-size: 14px;
        line-height: 22px;
        padding-left: 24px;
        margin-bottom: 2px; }
        .service-cost__left-bl__list li:last-child {
          margin-bottom: 0; }
    .service-cost__left-offers .service-cost__left-bl {
      border-top: 1px solid var(--grey-accent-default);
      padding-top: 30px;
      padding-bottom: 15px; }
      .service-cost__left-offers .service-cost__left-bl:first-child {
        margin-top: 30px; }
      .service-cost__left-offers .service-cost__left-bl:last-child {
        padding-bottom: 0; }
      .service-cost__left-offers .service-cost__left-bl__label {
        margin-bottom: 15px; }
  .service-cost__result {
    padding: 20px;
    border: 1px solid var(--grey-accent-default);
    border-radius: 15px; }
    @media (min-width: 768px) {
      .service-cost__result {
        width: 290px;
        -ms-flex-item-align: baseline;
            align-self: baseline; } }
    @media (min-width: 1200px) {
      .service-cost__result {
        width: 350px;
        padding: 30px; } }
    .service-cost__result__main-title {
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 5px; }
      @media (min-width: 1200px) {
        .service-cost__result__main-title {
          font-size: 16px; } }
    .service-cost__result__offers-bl {
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid var(--grey-accent-default); }
      .service-cost__result__offers-bl__title {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.448 17.771a.781.781 0 001.333-.552V10.78h6.438a.781.781 0 100-1.562H10.78V2.78a.781.781 0 10-1.562 0v6.44H2.78a.781.781 0 000 1.562h6.44v6.438c0 .207.082.406.229.552z' fill='%231C88DC'/%3E%3C/svg%3E") 0 2px no-repeat;
        font-size: 14px;
        line-height: 22px;
        padding-left: 25px;
        margin-bottom: 5px; }
        @media (min-width: 1200px) {
          .service-cost__result__offers-bl__title {
            font-size: 16px;
            line-height: 25px; } }
        .service-cost__result__offers-bl__title:last-child {
          margin-bottom: 0; }
    .service-cost__result__price-bl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 5px; }
      .service-cost__result__price-bl .price-now {
        font-size: 32px;
        line-height: 37px; }
      .service-cost__result__price-bl .price-old {
        font-size: 24px;
        color: #828282;
        text-decoration: line-through;
        margin-left: 10px; }
    .service-cost__result__installment-plan {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 10px; }
    .service-cost__result .btn {
      width: 100%;
      font-size: 16px;
      padding: 9px 10px; }
      .service-cost__result .btn.btn-primary {
        margin-bottom: 5px; }
    .service-cost__result .btn-success {
      margin-bottom: 5px; }
  .service-cost__spoiler-title {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.293 5.793a1 1 0 011.414 0L10 13.086l7.293-7.293a1 1 0 111.414 1.414l-8 8a1 1 0 01-1.414 0l-8-8a1 1 0 010-1.414z' fill='%23161616'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    margin-bottom: 0;
    padding-right: 30px;
    cursor: pointer; }
    @media (min-width: 576px) {
      .service-cost__spoiler-title {
        /*
            background-image: none;
            cursor: initial;
             */
        margin-bottom: 15px !important; } }
    .service-cost__spoiler-title.active {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 15.207a1 1 0 01-1.414 0L10 7.914l-7.293 7.293a1 1 0 01-1.414-1.414l8-8a1 1 0 011.414 0l8 8a1 1 0 010 1.414z' fill='%23161616'/%3E%3C/svg%3E"); }
      @media (min-width: 576px) {
        .service-cost__spoiler-title.active {
          margin-bottom: 15px !important; } }
  .service-cost__spoiler-body {
    display: none;
    padding-top: 15px; }
    @media (min-width: 576px) {
      .service-cost__spoiler-body {
        display: block;
        padding-top: 0; } }

.faq {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .faq {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .faq {
      padding: 80px 0; } }
  .faq .tax-spoiler {
    padding: 20px;
    border: 1px solid var(--grey-accent-default);
    margin-bottom: 20px;
    border-radius: 15px; }
    @media (min-width: 768px) {
      .faq .tax-spoiler {
        padding: 30px; } }
    .faq .tax-spoiler__title-btn {
      margin-bottom: 0; }
      @media (max-width: 576px) {
        .faq .tax-spoiler__title-btn {
          -webkit-box-align: initial;
              -ms-flex-align: initial;
                  align-items: initial; } }
    .faq .tax-spoiler__body {
      padding-top: 20px; }
      .faq .tax-spoiler__body p {
        margin-bottom: 15px; }
        .faq .tax-spoiler__body p:last-child {
          margin-bottom: 0; }
      .faq .tax-spoiler__body .list-dash {
        margin: 0;
        padding: 0; }
        .faq .tax-spoiler__body .list-dash li {
          font-size: 12px;
          line-height: 19px;
          margin-bottom: 15px;
          position: relative;
          padding-left: 15px; }
          @media (min-width: 992px) {
            .faq .tax-spoiler__body .list-dash li {
              font-size: 14px;
              line-height: 22px; } }
          .faq .tax-spoiler__body .list-dash li::before {
            content: '';
            background: var(--black);
            display: block;
            width: 7px;
            height: 1px;
            position: absolute;
            top: 10px;
            left: 0; }
          .faq .tax-spoiler__body .list-dash li:last-child {
            margin-bottom: 0; }
      .faq .tax-spoiler__body .list-num {
        list-style: none;
        margin: 0;
        padding: 0; }
        .faq .tax-spoiler__body .list-num li {
          font-size: 16px;
          line-height: 25px;
          padding-left: 20px;
          margin-bottom: 15px;
          position: relative; }
          .faq .tax-spoiler__body .list-num li::before {
            content: counter(num) ".";
            counter-increment: num;
            display: inline-block;
            position: absolute;
            top: 0px;
            left: 0; }
          .faq .tax-spoiler__body .list-num li:last-child {
            margin-bottom: 0; }

.mb30 {
  margin-bottom: 30px; }

/* End */


/* Start:/local/js/components/bitrix-breadcrumb-default/dist/bitrix-breadcrumb-default.bundle.css?17633941031013*/
ul.breadcrumb {
  margin: 0;
  padding: 30px 0 20px 0;
  background: none; }
  ul.breadcrumb li {
    font-size: 12px;
    color: var(--dark); }
    ul.breadcrumb li::before {
      display: none; }
    ul.breadcrumb li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--grey-dark);
      text-decoration: none; }
      ul.breadcrumb li a:hover {
        color: var(--dark); }
      ul.breadcrumb li a::after {
        content: '';
        display: block;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.646 9.354a.5.5 0 010-.708L4.293 5 .646 1.354a.5.5 0 01.708-.708l4 4a.5.5 0 010 .708l-4 4a.5.5 0 01-.708 0z' fill='%23161616'/%3E%3C/svg%3E");
        width: 6px;
        height: 10px;
        margin: 0 7.5px; }

/* End */


/* Start:/local/templates/taxcom-kassa/components/bitrix/main.userconsent.request/herosection/user_consent.min.css?17633940923718*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;width:100%;max-width:600px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 10px 0;font:normal 18px "Helvetica Neue",Arial,Helvetica,sans-serif;color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px "Helvetica Neue",Helvetica,Arial,sans-serif;color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{border:1px solid #999;overflow:auto;padding:8px;text-align:left;color:#545454}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text,.main-user-consent-request-popup-link{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}@media(max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */


/* Start:/local/js/ui/swiper/dist/swiper.bundle.css?176339414723749*/
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  -o-transition-property: transform,opacity,height;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .swiper-pagination {
      margin-top: 30px; } }
  .swiper-pagination-bullet {
    background: var(--grey-accent-default);
    width: 12px;
    height: 12px;
    margin: 0 3px;
    opacity: 1; }
    .swiper-pagination-bullet-active {
      background: var(--blue-300); }

/* End */


/* Start:/local/js/components/bitrix-news-list-partners/dist/bitrix-news-list-partners.bundle.css?17633941101387*/
.partners {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .partners {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .partners {
      padding: 80px 0; } }
  .partners-swiper {
    padding-bottom: 20px !important;
    width: 100%;
    height: 232px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
    @media (min-width: 768px) {
      .partners-swiper {
        padding-bottom: 30px !important; } }
    @media (min-width: 992px) {
      .partners-swiper {
        overflow: initial !important;
        padding-bottom: 0; } }
    .partners-swiper .swiper-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #FFF;
      padding: 15px;
      height: calc((100% - 30px) / 2) !important;
      border: 1px solid var(--grey-accent-default);
      border-radius: 15px; }
      @media (min-width: 992px) {
        .partners-swiper .swiper-slide {
          border: 0;
          -webkit-box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
                  box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2); } }
  .partners .swiper-pagination {
    text-align: center;
    margin-top: 0; }

/* End */


/* Start:/local/js/components/taxcom-form-result-new-main-bottom/dist/taxcom-form-result-new-main-bottom.bundle.css?17633941162359*/
.where-to-begin {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .where-to-begin {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .where-to-begin {
      padding: 80px 0; } }
  .where-to-begin__wrap {
    padding: 40px 15px;
    border-radius: 15px;
    text-align: center; }
    @media (min-width: 576px) {
      .where-to-begin__wrap {
        padding: 50px 40px 40px 40px; } }
    @media (min-width: 1200px) {
      .where-to-begin__wrap {
        text-align: left; } }
  .where-to-begin__slog {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000; }
  .where-to-begin__title.h2 {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .where-to-begin__title.h2 {
        margin-bottom: 30px; } }
  .where-to-begin__desc {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .where-to-begin__desc {
        margin-bottom: 32px; } }
    @media (min-width: 1200px) {
      .where-to-begin__desc {
        margin-bottom: 0; } }
  .where-to-begin__form {
    max-width: 429px;
    margin: auto; }
    @media (min-width: 768px) {
      .where-to-begin__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1200px) {
      .where-to-begin__form {
        margin: 0; } }
    .where-to-begin__form label {
      width: 100%; }
    .where-to-begin__form input[type="text"] {
      width: 100%;
      margin-bottom: 15px; }
    .where-to-begin__form label:nth-child(3) {
      width: 100%; }
    .where-to-begin__form-question {
      width: 100%;
      height: 102px;
      margin-bottom: 15px;
      display: none; }
      @media (min-width: 768px) {
        .where-to-begin__form-question {
          display: block; } }
    .where-to-begin__form .btn {
      width: 100%;
      font-size: 20px;
      margin-right: 0;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .where-to-begin__form .btn {
          font-size: 16px;
          width: auto;
          margin-right: 15px;
          margin-bottom: 0; } }
      @media (max-width: 576px) {
        .where-to-begin__form .btn {
          padding-top: 12px;
          padding-bottom: 12px; } }

/* End */
/* /local/js/pages/arenda-kassy-na-odin-chek/dist/arenda-kassy-na-odin-chek.bundle.css?176339412235344 */
/* /local/js/components/bitrix-breadcrumb-default/dist/bitrix-breadcrumb-default.bundle.css?17633941031013 */
/* /local/templates/taxcom-kassa/components/bitrix/main.userconsent.request/herosection/user_consent.min.css?17633940923718 */
/* /local/js/ui/swiper/dist/swiper.bundle.css?176339414723749 */
/* /local/js/components/bitrix-news-list-partners/dist/bitrix-news-list-partners.bundle.css?17633941101387 */
/* /local/js/components/taxcom-form-result-new-main-bottom/dist/taxcom-form-result-new-main-bottom.bundle.css?17633941162359 */
