

/* Start:/local/js/pages/contacts/dist/contacts.bundle.css?17633941252788*/
.contacts {
  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;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .contacts {
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .contacts {
      padding-bottom: 80px; } }
  .contacts h1 {
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .contacts h1 {
        width: 65%; } }
  .contacts__btn-tr {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
    @media (min-width: 768px) {
      .contacts__btn-tr {
        width: 35%;
        -ms-flex-item-align: center;
            align-self: center;
        text-align: right;
        padding-top: 0;
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial; } }
  .contacts__left {
    width: 100%;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .contacts__left {
        margin-top: 30px; } }
    @media (min-width: 1200px) {
      .contacts__left {
        width: auto;
        margin-top: 40px;
        max-width: 356px; } }
    .contacts__left ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media (min-width: 1200px) {
        .contacts__left ul {
          display: block;
          -ms-flex-wrap: initial;
              flex-wrap: initial; } }
      .contacts__left ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          .contacts__left ul li {
            width: 50%;
            margin-bottom: 30px; } }
        @media (min-width: 1200px) {
          .contacts__left ul li {
            width: auto;
            margin-bottom: 29px; }
            .contacts__left ul li:last-child {
              margin-bottom: 0; } }
        .contacts__left ul li svg {
          margin-top: 5px;
          margin-right: 25px; }
        .contacts__left ul li .h3-ct {
          margin-bottom: 5px; }
        .contacts__left ul li a.c-black {
          text-decoration: none; }
          .contacts__left ul li a.c-black:hover {
            color: var(--black); }
        .contacts__left ul li a.p13 {
          display: inline-block;
          margin-top: 5px; }
  .contacts__right {
    width: 100%;
    text-align: center;
    border-radius: 15px;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .contacts__right {
        width: 730px;
        margin-top: 40px; } }

/* 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:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1654539482666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/js/components/taxcom-office-item-contacts/dist/taxcom-office-item-contacts.bundle.css?17633941194451*/
.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; } }

.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; } }

.modal.modal-maps .h3 {
  margin-bottom: 5px; }

.modal.modal-maps .list-btn {
  margin-top: 20px; }
  .modal.modal-maps .list-btn li {
    margin-bottom: 10px; }
    .modal.modal-maps .list-btn li:last-child {
      margin-bottom: 0; }
    .modal.modal-maps .list-btn li a {
      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;
      height: 92px;
      border: 1px solid var(--grey-accent-default);
      border-radius: 30px; }
      .modal.modal-maps .list-btn li a:hover {
        border: 1px solid var(--grey-accent-active); }

/* End */


/* Start:/local/templates/taxcom-kassa/components/bitrix/main.userconsent.request/main_bottom/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/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/contacts/dist/contacts.bundle.css?17633941252788 */
/* /local/js/components/bitrix-breadcrumb-default/dist/bitrix-breadcrumb-default.bundle.css?17633941031013 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1654539482666 */
/* /local/js/components/taxcom-office-item-contacts/dist/taxcom-office-item-contacts.bundle.css?17633941194451 */
/* /local/templates/taxcom-kassa/components/bitrix/main.userconsent.request/main_bottom/user_consent.min.css?17633940923718 */
/* /local/js/components/taxcom-form-result-new-main-bottom/dist/taxcom-form-result-new-main-bottom.bundle.css?17633941162359 */
