

/* Start:/local/js/pages/tobacco/dist/tobacco.bundle.css?176339413824409*/
@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); } }

.extra-services {
  padding: 80px; }
  .extra-services h2 {
    margin-bottom: 30px; }
  .extra-services svg {
    max-width: 382px; }
  .extra-services .row {
    text-align: center; }
    @media (min-width: 768px) {
      .extra-services .row {
        text-align: left; } }
  @media (max-width: 768px) {
    .extra-services {
      padding: 40px; } }
  .extra-services .container {
    padding-left: 0;
    padding-right: 0; }
  .extra-services .content {
    background: var(--yellow-100);
    border-radius: 15px;
    padding: 40px; }
    @media (max-width: 480px) {
      .extra-services .content {
        padding: 40px 15px; } }
  .extra-services__text-over {
    color: var(--blue-main);
    margin-bottom: 20px;
    line-height: 130%;
    text-transform: uppercase; }
  .extra-services__text-main {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: #000;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .extra-services__text-main {
        font-size: 16px; } }
  .extra-services__img {
    text-align: right; }
    @media (max-width: 768px) {
      .extra-services__img {
        text-align: center; } }
  .extra-services .btn.btn-secondary {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    border: none;
    color: var(--black); }
    .extra-services .btn.btn-secondary::after {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: 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='M12.86 6.675a.722.722 0 011.02-.037l5 4.652a.722.722 0 01-.024 1.08l-5 4.237a.722.722 0 01-.934-1.103l3.497-2.963H1.722a.722.722 0 010-1.444h14.83l-3.655-3.402a.722.722 0 01-.037-1.02z' fill='%23161616'/%3E%3C/svg%3E") no-repeat;
      margin-left: 6px; }
    .extra-services .btn.btn-secondary:hover, .extra-services .btn.btn-secondary:focus {
      color: var(--black) !important;
      background-color: #FFF !important;
      text-decoration: underline; }

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

.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;
  max-width: 650px; }

.hero-section .bl-left2 {
  margin-top: 40px; }

@media (max-width: 576px) {
  .hero-section .bl-left2 {
    margin-top: 0; } }

@media (min-width: 576px) {
  .hero-section__form-wrap {
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 43px; } }

@media (max-width: 576px) {
  .hero-section__form-wrap {
    height: 100%; } }

.hero-section label[for="politika"] {
  margin-left: 15px;
  margin-top: 15px; }

.hero-section__form-wrap input[type="text"] {
  width: 100%;
  margin-right: 10px;
  border: 1px solid #EBEBEB;
  border-radius: 12px; }
  @media (min-width: 1200px) {
    .hero-section__form-wrap input[type="text"] {
      width: 290px; } }

@media (max-width: 576px) {
  .hero-section__form-wrap input[type="text"] {
    width: 100%;
    height: 43px; } }

.hero-section__form-wrap input[type="submit"] {
  font-size: 13px;
  padding: 11px 20px; }

.notification-card {
  background-color: var(--grey-bg);
  padding: 25px;
  border-radius: 15px; }
  @media (max-width: 576px) {
    .notification-card {
      padding: 25px; } }
  @media (max-width: 768px) {
    .notification-card .p16 {
      margin-bottom: 40px; } }

.our-services {
  padding: 40px 0 10px 0; }
  @media (min-width: 768px) {
    .our-services {
      padding: 60px 0 30px 0; } }
  @media (min-width: 1200px) {
    .our-services {
      padding: 80px 0 50px 0; } }
  .our-services__item {
    color: var(--black);
    padding: 30px;
    border: 1px solid var(--grey-accent-default);
    border-radius: 15px;
    margin-bottom: 30px;
    min-height: 211px; }
  .our-services__pic {
    text-align: center;
    margin-bottom: 20px; }
  .our-services__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    padding-bottom: 10px; }
  .our-services__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%; }
  .our-services__price {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 5px 0 12px 0; }
  .our-services.our-services--sm .our-services__item {
    min-height: 136px;
    padding: 15px; }
  .our-services.our-services--sm .our-services__title {
    font-size: 16px; }
  .our-services.our-services--sm .our-services__text {
    font-size: 16px; }

.list-dots {
  margin-bottom: 20px; }
  .list-dots li {
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative; }
    .list-dots li:last-child {
      margin-bottom: 0; }
    .list-dots li::after {
      content: '•';
      display: block;
      color: var(--black);
      width: 7px;
      position: absolute;
      font-size: 16px;
      top: 0;
      left: 0; }

.list-num {
  list-style: none;
  margin: 0;
  counter-reset: num;
  padding: 0; }
  .list-num li {
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative; }
    .list-num li:before {
      content: counter(num) ".";
      counter-increment: num;
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }
    .list-num li:last-child {
      margin-bottom: 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; }

.our-services__item {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .our-services__item.with-img {
      min-height: 573px; } }
  @media (min-width: 768px) {
    .our-services__item.with-button {
      min-height: 350px; } }
  .our-services__item .btn {
    width: 100%; }

.our-services .col {
  margin-bottom: 30px; }

.our-services__title {
  padding-bottom: 20px; }

.list-dots.p16 li {
  font-size: 16px;
  line-height: 160%; }

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

/* End */


/* Start:/local/js/components/bitrix-catalog-section-list-main/dist/bitrix-catalog-section-list-main.bundle.css?17633941073775*/
.cash-equipment {
  padding: 40px 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    .cash-equipment {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    .cash-equipment {
      padding: 80px 0; } }
  .cash-equipment-swiper {
    height: 700px;
    margin-bottom: 20px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .cash-equipment-swiper {
        height: auto;
        margin-bottom: 30px;
        overflow: initial; } }
    @media (min-width: 768px) {
      .cash-equipment-swiper .swiper-wrapper {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "left top" "bot1 bot2"; } }
    @media (min-width: 992px) {
      .cash-equipment-swiper .swiper-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "left top top" "left bot1 bot2"; } }
    .cash-equipment-swiper .swiper-wrapper .swiper-slide {
      width: 100%;
      height: calc((100% - 20px) / 2); }
      @media (min-width: 768px) {
        .cash-equipment-swiper .swiper-wrapper .swiper-slide {
          height: auto; } }
    .cash-equipment-swiper-pagination {
      text-align: center; }
      @media (min-width: 768px) {
        .cash-equipment-swiper-pagination {
          display: none; } }
      @media (max-width: 768px) {
        .cash-equipment-swiper-pagination {
          margin-bottom: 20px; } }
  .cash-equipment__bl {
    display: block;
    height: 340px;
    background: var(--grey-bg);
    color: var(--black);
    text-decoration: none;
    padding: 30px;
    border-radius: 15px;
    -webkit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s; }
    @media (min-width: 992px) {
      .cash-equipment__bl {
        height: auto; } }
    .cash-equipment__bl:hover {
      background: var(--grey-accent-default);
      color: var(--black); }
    .cash-equipment__bl .h3-ct {
      margin-bottom: 5px; }
    .cash-equipment__bl:hover {
      -webkit-box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
              box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2); }
    .cash-equipment__bl.bl-left {
      grid-area: left; }
      .cash-equipment__bl.bl-left img {
        max-width: 114px;
        margin-top: 10px; }
        @media (min-width: 992px) {
          .cash-equipment__bl.bl-left img {
            max-width: 100%;
            margin-top: 50px; } }
    .cash-equipment__bl.bl-top {
      grid-area: top;
      position: relative; }
      @media (min-width: 768px) {
        .cash-equipment__bl.bl-top {
          min-height: 340px; } }
      @media (min-width: 1200px) {
        .cash-equipment__bl.bl-top {
          padding-right: 350px; } }
      .cash-equipment__bl.bl-top img {
        display: block;
        max-width: 240px;
        margin: 24px auto 0 auto; }
        @media (min-width: 992px) {
          .cash-equipment__bl.bl-top img {
            max-width: 300px;
            position: absolute;
            top: initial;
            bottom: 30px;
            right: 30px;
            margin-top: 0; } }
        @media (min-width: 1200px) {
          .cash-equipment__bl.bl-top img {
            top: 30px;
            bottom: initial;
            max-width: 426px; } }
    .cash-equipment__bl.bl-bot1 {
      grid-area: bot1; }
      .cash-equipment__bl.bl-bot1 img {
        margin-top: 20px;
        max-width: 270px; }
        @media (min-width: 992px) {
          .cash-equipment__bl.bl-bot1 img {
            max-width: 100%; } }
    .cash-equipment__bl.bl-bot2 {
      grid-area: bot2; }
      .cash-equipment__bl.bl-bot2 img {
        margin-top: 20px;
        max-width: 223px; }
        @media (min-width: 992px) {
          .cash-equipment__bl.bl-bot2 img {
            max-width: 100%; } }

/* 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/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/tobacco/dist/tobacco.bundle.css?176339413824409 */
/* /local/js/components/bitrix-catalog-section-list-main/dist/bitrix-catalog-section-list-main.bundle.css?17633941073775 */
/* /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/components/taxcom-form-result-new-main-bottom/dist/taxcom-form-result-new-main-bottom.bundle.css?17633941162359 */
