/* Header + Footer from tantum-v2 (scoped as .tv2-*) */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,500&display=swap');

.tv2-site-header,
.tv2-site-footer {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  letter-spacing: normal;
}

.tv2-site-header {
  color: #434040;
}

.tv2-site-footer {
  color: #FBFFF7;
}

/* Старый Bitrix: .wrapper+footer давал зелёный фон и padding-bottom:40px */
.wrapper + footer.tv2-site-footer {
  float: none;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  background: none;
  z-index: auto;
}

.tv2-site-header *,
.tv2-site-footer * {
  box-sizing: border-box;
}

.tv2-site-header a {
  color: inherit;
  text-decoration: none;
  letter-spacing: normal;
}

.tv2-site-footer a {
  text-decoration: none;
  letter-spacing: normal;
  color: #FBFFF7;
}

.tv2-site-footer .tv2-linkContact {
  color: #BDEADB;
}

.tv2-site-footer .tv2-simpleLink {
  color: #FBFFF7;
}

.tv2-site-footer .tv2-container_comlince a {
  text-decoration: underline !important;
  color: #ffffff !important;
}

.tv2-site-footer .tv2-socratus a,
.tv2-site-footer .tv2-copyright a {
  color: #FBFFF7;
}

html.tv2-body_menu-open {
  overflow: hidden;
}

.tv2-container {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}

@media (max-width: 1439px) {
  .tv2-container {
    max-width: 1024px;
  }
}

.tv2-bg_green {
  background: #F7FAF3;
}

/* Пустая зелёная полоска старого меню (только new_design INNER_PAGE / NEW_HOME) */
.innerWrap.tv2-innerWrap--slim {
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.tv2-stickyHeader {
  position: relative;
  z-index: 1000;
}

@media (min-width: 1024px) {
  .tv2-stickyHeader {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}

.tv2-header {
  display: flex;
  align-items: center;
  height: 129px;
  padding: 0 54px 0 60px;
}

.tv2-header.tv2-headerMobile {
  background: #ffffff;
  margin: 0;
  flex-shrink: 0;
}

.tv2-header.tv2-headerMobile .tv2-buyButton {
  margin-left: auto;
  margin-right: 72px;
}

@media (max-width: 1439px) {
  .tv2-header {
    padding: 0 15px;
  }
}

@media (max-width: 1023px) {
  .tv2-header {
    height: 103px;
    padding: 0 15px;
  }
}

.tv2-logo {
  margin-right: 30px;
  width: 123px;
  height: 91px;
  flex-shrink: 0;
  display: block;
}

.tv2-logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1439px) and (min-width: 1024px) {
  .tv2-logo {
    margin-right: 10px;
    width: 87px;
    height: 57px;
  }
}

@media (max-width: 1023px) {
  .tv2-logo {
    width: 70px;
    height: 51px;
  }

  .tv2-logo img {
    width: 70px;
    height: 52px;
  }
}

.tv2-menuWrapper {
  display: flex;
  width: 831px;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  position: relative;
}

.tv2-menuWrapper:after {
  background: #FBFFF7;
  border-radius: 0 0 4px 4px;
  content: " ";
  top: 0;
  left: 0;
  height: calc(100% + 11px);
  width: 100%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}

.tv2-menuWrapper.tv2-menuWrapper_open:after {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1023px) {
  .tv2-menuWrapper {
    display: none;
  }
}

.tv2-subMenu {
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  top: 76px;
  width: 100%;
  margin: 7px 0 0;
  background: #FBFFF7;
  padding: 12px 19px 1px;
  border-radius: 0 0 4px 4px;
  cursor: default;
  z-index: -1;
}

.tv2-subMenu.tv2-subMenu_open {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tv2-subMenu > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tv2-subMenu .tv2-link_header-child {
  margin-right: 11px;
  margin-bottom: 10px;
}

.tv2-header__button {
  margin-right: 11px;
  z-index: 2;
  position: static;
}

.tv2-header__button .tv2-link_withChild svg {
  transition: 0.2s;
  transform: rotate(180deg);
  margin-left: 10px;
}

.tv2-header__button.tv2-link_open .tv2-link_withChild svg {
  transform: rotate(0deg);
}

.tv2-link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  letter-spacing: normal;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.tv2-link.tv2-link_button {
  padding: 0 24px;
  height: 37px;
  background: #EFF2EB;
  border-radius: 4px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  z-index: 2;
  border: 0;
  appearance: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: inherit;
  letter-spacing: normal;
  box-sizing: content-box;
}

.tv2-link.tv2-link_button:hover,
.tv2-link.tv2-link_button.tv2-link_buttonActive {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  background: #D0F2D5;
}

.tv2-link.tv2-link_button.tv2-link_button-green {
  background: #234752;
  color: #EFF2EB;
  margin-left: auto;
}

.tv2-link.tv2-link_button.tv2-link_button-green:hover,
.tv2-link.tv2-link_button.tv2-link_button-green.tv2-link_buttonActive {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  background: #234752;
}

@media (max-width: 1023px) {
  .tv2-link.tv2-link_button.tv2-link_button-green {
    height: 33px;
    padding: 0 16px;
    background: #006644;
  }

  .tv2-link.tv2-link_button.tv2-link_button-green:hover,
  .tv2-link.tv2-link_button.tv2-link_button-green.tv2-link_buttonActive {
    background: #006644;
  }
}

.tv2-logoAngeli {
  height: 69px;
  width: 90px;
  margin-left: 49px;
  display: flex;
  align-items: center;
}

.tv2-logoAngeli img {
  width: 87px;
  height: 36px;
  max-width: 100%;
}

@media (max-width: 1439px) {
  .tv2-logoAngeli {
    display: none;
  }
}

.tv2-buyButton {
  margin-left: auto;
  margin-right: 20px;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .tv2-buyButton {
    margin-right: 72px;
    border-radius: 25px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 16px;
  }
}

.tv2-burger {
  display: none;
  right: 0;
  height: 53px;
  background: #F7FAF3;
  border-radius: 10px;
  top: 25px;
  position: fixed;
  z-index: 2501;
  cursor: pointer;
  border: 0;
  margin: 0;
  overflow: visible;
  transition: all 0.4s ease;
  padding: 15px 8px 15px 15px;
}

.tv2-burger.tv2-burgerWhite {
  background: transparent;
}

@media (max-width: 1023px) {
  .tv2-burger {
    display: block;
  }
}

.tv2-burgerBox {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.tv2-burgerBox:before,
.tv2-burgerBox:after {
  content: " ";
  height: 3px;
  border-radius: 50px;
  background-color: #006644;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.tv2-burgerBox:before {
  width: 20px;
  right: 6px;
  top: 3px;
}

.tv2-burgerBox:after {
  width: 26px;
  right: 6px;
  top: auto;
  bottom: 4px;
}

.tv2-burgerInner {
  background-color: #006644;
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 34px;
  height: 3px;
  position: absolute;
  border-radius: 50px;
}

.tv2-mobileMenu {
  display: none;
  position: fixed;
  bottom: 0;
  top: 0;
  right: -320px;
  width: 320px;
  background-color: #F7FAF3;
  box-shadow: 2.5px 4.3px 5px rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  z-index: 2500;
  transition: all 0.4s ease;
  max-height: 100vh;
  flex-direction: column;
}

.tv2-mobileMenu.tv2-mobileMenuOpen {
  right: 0;
  width: 100%;
}

@media (max-width: 1023px) {
  .tv2-mobileMenu {
    display: flex;
  }
}

.tv2-navWrapper {
  overflow: auto;
}

.tv2-wrapperMobileMenu {
  padding: 30px 16px 30px 0;
  width: 100%;
  max-width: 293px;
  margin: 0 auto;
  box-sizing: border-box;
}

.tv2-mobileMenuTitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: #757A78;
  margin-bottom: 19px;
  clear: both;
}

.tv2-linkMobile {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 8px 24px 11px;
  color: #234752 !important;
  background: #EFF2EB !important;
  width: auto !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: normal;
  text-decoration: none !important;
  margin-left: 22px;
  margin-bottom: 11px;
  border-radius: 4px;
}

.tv2-linkMobile:hover,
.tv2-linkMobile:focus {
  color: #234752 !important;
  background: #D0F2D5 !important;
}

.tv2-linkMobile.tv2-linkMobileLast {
  margin-bottom: 21px;
}

.tv2-last {
  clear: both;
  content: " ";
  padding-bottom: 1px;
}

/* Footer */
.tv2-site-footer .tv2-footer__first {
  background: #00774F;
}

@media (max-width: 767px) {
  .tv2-site-footer .tv2-footer__first {
    min-height: 245px;
  }
}

.tv2-site-footer .tv2-footer__second {
  background: #005F3F;
}

.tv2-footer-container {
  display: flex;
  justify-content: space-between;
  padding: 41px 163px 0 167px;
}

@media (max-width: 1439px) {
  .tv2-footer-container {
    padding: 41px 55px 0 50px;
  }
}

@media (max-width: 1023px) {
  .tv2-footer-container {
    flex-direction: column;
    padding: 34px 40px 0;
  }
}

@media (max-width: 767px) {
  .tv2-footer-container {
    padding-left: 27px;
    padding-right: 29px;
  }
}

.tv2-footer-left {
  display: flex;
  width: 100%;
  max-width: 541px;
}

@media (max-width: 1439px) {
  .tv2-footer-left {
    max-width: 442px;
  }
}

@media (max-width: 1023px) {
  .tv2-footer-left {
    flex-direction: row-reverse;
    max-width: 100%;
  }
}

.tv2-angeliniLogo {
  object-fit: contain;
}

@media (max-width: 1023px) {
  .tv2-angeliniLogo {
    width: 77px;
    height: 59px;
    margin-left: auto;
  }
}

.tv2-mrleft {
  margin-left: auto;
}

@media (max-width: 1023px) {
  .tv2-mrleft {
    margin-left: 0;
    margin-right: auto;
  }
}

.tv2-contacts {
  margin-top: 24px;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  color: #FBFFF7;
  margin-bottom: 16px;
}

@media (max-width: 1023px) {
  .tv2-contacts {
    font-size: 15px;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 6px;
  }
}

.tv2-linkContact {
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  line-height: 20px;
  color: #BDEADB;
}

@media (max-width: 1023px) {
  .tv2-linkContact {
    font-size: 15px;
    line-height: 18px;
  }
}

.tv2-separator {
  width: 2px;
  background: #5B9883;
  margin-top: 23px;
  height: 25px;
}

@media (max-width: 1023px) {
  .tv2-separator {
    width: 100%;
    margin-top: 26px;
    height: 1px;
  }
}

.tv2-footer-right {
  /* desktop: default */
}

@media (max-width: 1023px) {
  .tv2-footer-right {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .tv2-footer-right {
    padding-right: 10px;
    flex-direction: column;
  }
}

.tv2-flexPolicy {
  display: flex;
}

@media (max-width: 1023px) {
  .tv2-flexPolicy {
    flex-direction: column;
  }
}

.tv2-simpleLink {
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  color: #FBFFF7;
  margin-top: 26px;
}

.tv2-simpleLink:first-of-type {
  margin-right: 26px;
}

@media (max-width: 1023px) {
  .tv2-simpleLink {
    line-height: 18px;
    margin-top: 23px;
  }

  .tv2-simpleLink:last-of-type {
    margin-top: 8px;
  }
}

.tv2-container_comlince {
  display: flex;
  justify-content: space-between;
  padding: 30px 163px 53px 167px;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #FBFFF7;
  gap: 20px;
  position: relative;
}

@media (max-width: 1439px) {
  .tv2-container_comlince {
    padding: 30px 55px 52px 50px;
  }
}

@media (max-width: 1023px) {
  .tv2-container_comlince {
    padding: 34px 40px;
  }
}

@media (max-width: 767px) {
  .tv2-container_comlince {
    padding-left: 27px;
    padding-right: 29px;
  }
}

.tv2-container_comlince:before {
  background: #5B9883;
  height: 1px;
  width: 100%;
  max-width: 803px;
  content: " ";
  margin-left: auto;
  display: block;
  margin-bottom: 9px;
}

@media (max-width: 1439px) {
  .tv2-container_comlince:before {
    max-width: 714px;
  }
}

@media (max-width: 1023px) {
  .tv2-container_comlince:before {
    max-width: none;
  }
}

.tv2-container_comlince p {
  max-width: 803px;
  width: 100%;
  margin: 0 0 0 auto;
}

@media (max-width: 1439px) {
  .tv2-container_comlince p {
    max-width: 714px;
  }
}

@media (max-width: 1023px) {
  .tv2-container_comlince p {
    max-width: none;
  }
}

.tv2-container_comlince a {
  text-decoration: underline !important;
  color: white !important;
  white-space: nowrap;
}

.tv2-second {
  padding-top: 35px;
}

@media (max-width: 1023px) {
  .tv2-second {
    padding-top: 31px;
  }
}

.tv2-disclaimer {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 43px;
  line-height: 50px;
  text-align: center;
  color: #FBFFF7;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  height: 150px;
  letter-spacing: normal;
}

@media (max-width: 1023px) {
  .tv2-disclaimer {
    font-size: 27px;
    line-height: 36px;
    height: 108px;
  }
}

@media (max-width: 524px) {
  .tv2-disclaimer {
    height: 225px;
  }
}

.tv2-copyright {
  width: 100%;
  text-align: right;
  font-size: 12px;
  line-height: 14px;
  color: #FBFFF7;
  margin-top: 66px;
  padding-bottom: 51px;
  padding-left: 164px;
  padding-right: 164px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1439px) {
  .tv2-copyright {
    padding-right: 55px;
    padding-left: 55px;
  }
}

@media (max-width: 1023px) {
  .tv2-copyright {
    text-align: left;
    margin-top: 24px;
    padding-left: 40px;
    padding-bottom: 26px;
  }
}

@media (max-width: 767px) {
  .tv2-copyright {
    padding-left: 27px;
    padding-right: 20px;
    flex-direction: column;
  }

  .tv2-socratus {
    padding-top: 10px;
    order: 2;
  }
}

.tv2-literature {
  background: #00774F;
  color: #FBFFF7;
  padding: 40px 0 0;
}

.tv2-literature .tv2-container {
  padding: 0 163px;
}

@media (max-width: 1439px) {
  .tv2-literature .tv2-container {
    padding: 0 55px;
  }
}

@media (max-width: 1023px) {
  .tv2-literature .tv2-container {
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .tv2-literature .tv2-container {
    padding: 0 27px;
  }
}

.tv2-literature-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 12px;
}

.tv2-literature-list p {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 8px;
  opacity: 0.9;
}


/* Order popup + sticky button */

html.tv2-body_order-popup-open {
  overflow: hidden;
}

@media (max-width: 1023px) {
  body {
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  html.tv2-body_order-popup-open body,
  html.tv2-body_menu-open body {
    padding-bottom: 0;
  }
}

.tv2-buyButton {
  border: 0;
  appearance: none;
  font-family: inherit;
  cursor: pointer;
}

.tv2-sticky-order {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2502;
  padding: 0 16px calc(12px + env(safe-area-inset-bottom, 0px));
  pointer-events: none;
}

.tv2-sticky-order .tv2-order-btn {
  pointer-events: auto;
}

@media (max-width: 1023px) {
  .tv2-sticky-order {
    display: block;
  }
}

html.tv2-body_menu-open .tv2-sticky-order,
html.tv2-body_order-popup-open .tv2-sticky-order {
  display: none;
}

.tv2-order-btn_sticky {
  width: 100%;
  height: 40px;
  background: rgba(0, 102, 68, 0.92);
  color: #FBFFF7;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow:
    0 8px 32px rgba(0, 102, 68, 0.28),
    0 2px 8px rgba(35, 71, 82, 0.12);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}

.tv2-order-btn_sticky:hover {
  background: rgba(0, 85, 56, 0.95);
}

.tv2-order-btn_sticky:active {
  transform: scale(0.98);
}

.tv2-order-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(35, 71, 82, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.tv2-order-overlay[hidden] {
  display: none !important;
}

.tv2-order-overlay.tv2-order-overlay_open,
.tv2-order-overlay.tv2-order-overlay_closing {
  display: flex;
  pointer-events: auto;
}

.tv2-order-overlay.tv2-order-overlay_open {
  opacity: 1;
}

.tv2-order-overlay.tv2-order-overlay_closing {
  opacity: 0;
  transition: opacity 0.25s ease;
}

@media (max-width: 1023px) {
  .tv2-order-overlay {
    padding: 0;
    align-items: flex-end;
  }
}

.tv2-order-popup {
  position: relative;
  width: 100%;
  max-width: 920px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #FBFFF7;
  border-radius: 12px;
  padding: 40px 32px 36px;
  box-shadow: 0 20px 60px rgba(35, 71, 82, 0.25);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.tv2-order-overlay.tv2-order-overlay_open .tv2-order-popup {
  opacity: 1;
  transform: scale(1);
}

.tv2-order-overlay.tv2-order-overlay_closing .tv2-order-popup {
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

@media (max-width: 1023px) {
  .tv2-order-popup {
    max-width: none;
    width: 100%;
    max-height: calc(100vh - 80px);
    border-radius: 0;
    padding: 36px 20px calc(28px + env(safe-area-inset-bottom, 0px));
    box-shadow: none;
    opacity: 1;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
  }

  .tv2-order-overlay.tv2-order-overlay_open .tv2-order-popup {
    transform: translateY(0);
  }

  .tv2-order-overlay.tv2-order-overlay_closing .tv2-order-popup {
    opacity: 1;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
  }
}

.tv2-order-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #EFF2EB;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}

.tv2-order-close:hover {
  background: #D0F2D5;
}

.tv2-order-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #234752;
  text-align: center;
  margin-bottom: 36px;
  padding: 0 40px;
}

@media (max-width: 1023px) {
  .tv2-order-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: left;
    padding: 0 32px 0 0;
  }
}

.tv2-order-logoGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: clamp(20px, 3.5vw, 51px);
  row-gap: clamp(24px, 4vw, 40px);
}

.tv2-order-logoItem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-height: 98px;
}

@media (max-width: 1023px) {
  .tv2-order-logoItem {
    min-height: 63px;
  }
}

.tv2-order-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0;
  text-decoration: none;
}

.tv2-order-picture {
  max-width: 170px;
  max-height: 80px;
  height: 80px;
  width: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) {
  .tv2-order-picture {
    max-height: 48px;
    height: 48px;
    max-width: 124px;
    width: 124px;
  }
}

.tv2-order-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
  background: #fbfff7;
}

/* ——— Карта сайта: вписать в стиль главной (tv2) ——— */
body.tv2-page-sitemap {
  background: #f7faf3 !important;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  color: #434040;
}

body.tv2-page-sitemap .innerWrap {
  background: transparent;
  color: inherit;
  height: auto;
  min-height: 0;
  max-height: none;
}

body.tv2-page-sitemap .wrapper {
  min-width: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  overflow: visible;
}

body.tv2-page-sitemap .wrapper > .main {
  height: auto !important;
  min-height: 0 !important;
  padding: 16px 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

body.tv2-page-sitemap .ing_breadcrumb.bx-breadcrumb {
  float: none;
  margin: 0;
  position: static;
  left: auto;
  top: auto;
  width: 100%;
}

body.tv2-page-sitemap .ing_breadcrumb.bx-breadcrumb .bx-breadcrumb-item span {
  font: 400 14px/1.4 'Roboto', Arial, Helvetica, sans-serif;
  color: #5b9883;
  letter-spacing: normal;
}

body.tv2-page-sitemap .ing_breadcrumb.bx-breadcrumb .bx-breadcrumb-item a span {
  color: #006644;
}

body.tv2-page-sitemap .ing_breadcrumb.bx-breadcrumb .bx-breadcrumb-item a:hover span {
  color: #00774f;
}

body.tv2-page-sitemap #ing_main_search {
  display: none !important;
}

body.tv2-page-sitemap .tantum-popup-podrobnee {
  padding: 24px 0 72px !important;
}

body.tv2-page-sitemap .tantum-popup-podrobnee > div {
  width: 100% !important;
  max-width: 1100px;
  margin: 0 auto;
}

body.tv2-page-sitemap .tantum-popup-podrobnee h1 {
  color: #006644;
  font: 500 32px/1.25 'Roboto', Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  text-align: left;
  margin: 0 0 32px;
}

body.tv2-page-sitemap .tantum-popup-podrobnee li {
  list-style: none;
  list-style-image: none;
  color: #434040;
  font: 400 16px/1.5 'Roboto', Arial, Helvetica, sans-serif;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  body.tv2-page-sitemap .wrapper {
    padding: 0 16px;
  }

  body.tv2-page-sitemap .wrapper > .main {
    padding: 8px 0 0;
  }

  body.tv2-page-sitemap .ing_breadcrumb.bx-breadcrumb {
    position: static;
    left: auto;
    top: auto;
    margin: 0;
  }

  body.tv2-page-sitemap .ing_breadcrumb.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 0;
  }

  body.tv2-page-sitemap .tantum-popup-podrobnee {
    padding: 8px 0 56px !important;
  }

  body.tv2-page-sitemap .tantum-popup-podrobnee h1 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
