.okveds-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 760px;
}
.okveds-list-item {
  margin-left: 0;
}
.okveds-list-item-link {
  margin-top: -2px;
  padding: 16px 16px 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  color: #222222;
}
.okveds-list-item-link:hover {
  padding-left: 16px;
}
.okveds-list-item-title {
  color: #757575;
  white-space: nowrap;
}
.okveds-list-item:before {
  content: none;
}
.okveds-list-item:not(:first-child) {
  border-top: 1px solid #D6D6D6;
}
.okveds-list-item:first-child {
  border-top: 1px solid #FFFFFF;
}
.okveds-list-item:hover {
  margin-left: -16px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  background-color: #F2F2F2;
  border-top: 1px solid #F2F2F2;
}
.okveds-list-item:hover + .okveds-list-item {
  border-top: 1px solid #FFFFFF;
}

.okveds-side-banner {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 125px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .okveds-side-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 210px;
  }
}
@media screen and (min-width: 1200px) {
  .okveds-side-banner {
    width: 260px;
  }
}
.okveds-side-banner-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.okveds-side-banner-child:first-child {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D6D6D6;
}
.okveds-side-banner-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.okveds-side-banner-header {
  font-size: 18px;
  line-height: 26px;
}

.okved-kontur-bank-banner {
  -webkit-border-radius: 24px;
          border-radius: 24px;
  background-color: #272567;
  display: -ms-grid;
  display: grid;
  gap: 24px;
  padding: 24px 24px 32px 24px;
  -ms-grid-rows: auto 24px auto;
  grid-template-rows: repeat(2, auto);
}
@media screen and (min-width: 768px) {
  .okved-kontur-bank-banner {
    padding: 32px 32px 40px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .okved-kontur-bank-banner {
    padding: 32px 40px 40px 32px;
    -ms-grid-rows: none;
    grid-template-rows: none;
    -ms-grid-columns: (auto)[2];
    grid-template-columns: repeat(2, auto);
  }
  .okved-kontur-bank-banner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .okved-kontur-bank-banner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 1200px) {
  .okved-kontur-bank-banner {
    padding: 40px;
  }
}
.okved-kontur-bank-banner-container {
  margin-top: 64px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1024px) {
  .okved-kontur-bank-banner-container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.okved-kontur-bank-banner-content {
  max-width: 700px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  color: #FFFFFF;
}
.okved-kontur-bank-banner-button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.okved-kontur-bank-banner-description {
  margin-top: -24px;
}
.okved-kontur-bank-banner-big-image {
  display: none;
}
@media screen and (min-width: 1024px) {
  .okved-kontur-bank-banner-big-image {
    display: initial;
  }
}
@media screen and (min-width: 1024px) {
  .okved-kontur-bank-banner-small-image {
    display: none;
  }
}
.okved-kontur-bank-banner-remark {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.32);
}

.okved-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.okved-search-block {
  margin-top: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .okved-search-block {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .okved-search-block {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .okved-search-block {
    gap: 32px;
  }
}
.okved-populars {
  margin-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .okved-populars {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .okved-populars {
    margin-top: 120px;
  }
}
.okved-populars-header {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .okved-populars-header {
    margin-bottom: 32px;
  }
}
.okved-populars-grid {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .okved-populars-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
  }
  .okved-populars-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .okved-populars-grid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .okved-populars-grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .okved-populars-grid > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .okved-populars-grid > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .okved-populars-grid > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .okved-populars-grid > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .okved-populars-grid > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .okved-populars-grid > *:nth-child(9) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .okved-populars-grid > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .okved-populars-grid > *:nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .okved-populars-grid > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .okved-populars-grid > *:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .okved-populars-grid > *:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .okved-populars-grid > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.okved-populars-grid-item {
  max-width: 365px;
  border: 0;
  background-color: #F2F2F2;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  padding: 16px 16px 20px 16px;
}
@media screen and (min-width: 1200px) {
  .okved-populars-grid-item {
    padding: 24px 24px 28px 24px;
  }
}
.okved-populars-grid-item:hover {
  background-color: #E6E6E6;
}
.okved-populars-grid-small-item {
  min-height: 54px;
}
@media screen and (min-width: 1200px) {
  .okved-populars-grid-small-item {
    min-height: 38px;
  }
}
.okved-populars-grid-big-item {
  grid-row-start: span 2;
  min-height: 159px;
}
@media screen and (min-width: 1200px) {
  .okved-populars-grid-big-item {
    min-height: 143px;
  }
}
.okved-populars-bottom-button {
  margin-top: 16px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  border: 2px solid #222222;
  height: 76px;
  background-color: #FFFFFF;
  padding-right: 24px;
  text-align: right;
  color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.okved-populars-bottom-button:hover {
  background-color: #E6E6E6;
  border: 2px solid #E6E6E6;
}
.okved-roots {
  margin-top: 64px;
}
@media screen and (min-width: 1024px) {
  .okved-roots {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .okved-roots {
    margin-top: 120px;
    gap: 130px;
  }
}
.okved-roots-content {
  max-width: 760px;
}
.okved-faq {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .okved-faq {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .okved-faq {
    gap: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .okved-faq {
    gap: 56px;
  }
}
.okved-faq-columns-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1024px) {
  .okved-faq-columns-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
  .okved-faq-columns-container * {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .okved-faq-columns-container * {
    max-width: 550px;
  }
}
.okved-faq-item-list {
  padding-left: 20px;
  list-style-type: decimal;
}

.okved-welcome-banner {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 25px;
  max-height: 700px;
  -ms-grid-columns: none;
  grid-template-columns: none;
  -ms-grid-rows: auto 25px 1fr;
  grid-template-rows: auto 1fr;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  background: #366AF3;
  overflow: hidden;
}.okved-welcome-banner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.okved-welcome-banner > *:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
@media screen and (min-width: 768px) {
  .okved-welcome-banner {
    margin-top: 32px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: none;
    grid-template-rows: none;
  }
  .okved-welcome-banner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .okved-welcome-banner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 1024px) {
  .okved-welcome-banner {
    margin-top: 40px;
  }
}
.okved-welcome-banner-header {
  margin-bottom: 24px;
}
.okved-welcome-banner-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 24px 0 24px;
  color: white;
}
@media screen and (min-width: 768px) {
  .okved-welcome-banner-text-block {
    padding: 32px 32px 40px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .okved-welcome-banner-text-block {
    padding: 40px 40px 80px 40px;
  }
}
.okved-welcome-banner-main-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.okved-welcome-banner-button {
  max-width: 280px;
}
.okved-welcome-banner--image-container {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 350px;
}
@media screen and (min-width: 768px) {
  .okved-welcome-banner--image-container {
    width: 276px;
  }
}
@media screen and (min-width: 1024px) {
  .okved-welcome-banner--image-container {
    width: 453px;
    min-height: auto;
  }
}
.okved-welcome-banner--image-big {
  position: absolute;
  display: none;
}
@media screen and (min-width: 1024px) {
  .okved-welcome-banner--image-big {
    display: inline-block;
  }
}
.okved-welcome-banner--image-small {
  position: absolute;
  display: inline-block;
  right: auto;
}
@media screen and (min-width: 768px) {
  .okved-welcome-banner--image-small {
    right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .okved-welcome-banner--image-small {
    display: none;
  }
}

.okveds-groups {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.okveds-groups-header {
  margin-bottom: 24px;
  max-width: 1120px;
}
@media screen and (min-width: 1024px) {
  .okveds-groups-header {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .okveds-groups-header {
    margin-bottom: 40px;
  }
}
.okveds-groups-grid {
  grid-auto-flow: column;
}
@media screen and (min-width: 375px) {
  .okveds-groups-grid-desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .okveds-groups-grid-desktop {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (min-width: 375px) {
  .okveds-groups-grid-notepad {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .okveds-groups-grid-notepad {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (min-width: 1024px) {
  .okveds-groups-grid-notepad {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .okveds-groups-grid-mobile {
    display: -ms-grid;
    display: grid;
  }
}
@media screen and (min-width: 768px) {
  .okveds-groups-grid-mobile {
    display: none;
  }
}
.okveds-groups-grid-item {
  border: none;
  max-width: 287px;
  padding: 12px;
  background: none;
  text-align: start;
  width: 100%;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .okveds-groups-grid-item {
    font-size: 18px;
  }
}
.okveds-groups-grid-item:hover {
  background-color: #F2F2F2;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.okved-item {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .okved-item {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .okved-item {
    gap: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .okved-item {
    margin-top: 40px;
    gap: 120px;
  }
}
.okved-item-bread-crumbs {
  margin-bottom: 16px;
}
.okved-item-container {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .okved-item-container {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .okved-item-container {
    margin-top: 40px;
  }
}
.okved-item-header {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.okved-item-content {
  max-width: 755px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .okved-item-content {
    gap: 55px;
  }
}
.okved-item-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.okved-item-parents {
  max-width: 730px;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  padding: 12px;
  background-color: #F5F5F5;
}
.okved-item-parents-header {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .okved-item-parents-header {
    margin-bottom: 32px;
  }
}
.okved-item-parents-item {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 16px;
  display: -ms-grid;
  display: grid;
  gap: 5px;
  -ms-grid-columns: 20% 5px 15% 5px auto;
  grid-template-columns: 20% 15% auto;
  color: #222222;
}
.okved-item-parents-item:hover {
  background-color: #E6E6E6;
}
.okved-item-parents-item-type {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.okved-item-child-header {
  margin-bottom: 24px;
}

.okveds-search-content {
  width: 100%;
  max-width: 760px;
}
.okveds-search-input {
  max-width: 480px;
}


/*# sourceMappingURL=KakoiOkved.bundle.css.map*/