

/* Start:/local/templates/Sibuki/components/bitrix/menu/top/style.css?17051250781099*/
.header-menu-text {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
    opacity: 50%;
    margin-top: 18px;
}

.header-menu-list + .header-menu-text {
    margin-top: 0;
}

.header-menu-list {
    margin: 0;
    padding: 16px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.header-menu-list-row {
    display: flex;
    align-items: center;
    opacity: 50%;
}

.header-menu-list-row-text:before {
    content: "\2022";
    margin-right: 17px;
}

.header-menu-list-row:not(:first-of-type) {
    margin-top: 9px;
}

/*.header-menu-text:before,
.header-menu-list-row:before {
    content: url("/local/templates/Sibuki/components/bitrix/menu/top/images/ellipse-picture.png");
    margin-right: 23px;
    opacity: 0;
    height: 41px;
}*/

.header-menu-text:hover,
.header-menu-list-row:hover,
.header-menu-text:hover:before,
.header-menu-list-row:hover:before {
    opacity: 100%;
}

@media (max-width: 1023px) {
    .header-menu-text {
        margin-top: 32px;
    }

    .header-menu-list {
        padding: 40px 0;
    }
}
/* End */


/* Start:/local/components/sibuki/form/templates/footer-order-call/style.css?16776451942479*/
.footer-right-side-order-call {
    display: flex;
    justify-content: space-between;
}

.footer-right-side-order-call-text {
    margin-right: 20px;
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.2;
}

.footer-right-side-order-call-form {
    display: flex;
    flex-direction: column;
    width: 250px;
}

.footer-right-side-order-call-form-input {
    background-color: #f54108;
    height: 29px;
    width: 220px;
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    border-bottom: 1px solid #ffffff;
}

.footer-right-side-order-call-form-input:first-of-type {
    margin-bottom: 22px;
}

.footer-right-side-order-call-form-input:focus-visible {
    outline: none;
}

.footer-right-side-order-call-form-input::placeholder {
    color: #ffffff;
    opacity: 50%;
}

.footer-right-side-order-call-send-button {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    color: #F54108;
    background-color: #ffffff;
    padding: 11px 29px;
    border-radius: 42px;
    transition: all .2s linear;
    border: none;
    line-height: 130%;
    align-self: center;
    width: 140px;
    position: relative;
}

.footer-right-side-order-call-send-button:hover {
    transform: scale(110%);
    box-shadow: 0 0 6px #ffffff;
}

.footer-form__button-text::after {
    background-image: url("/local/components/sibuki/form/templates/footer-order-call/images/orange-arrow.svg");
    margin-left: 10px;
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 40%;
}

@media (max-width: 1180px) {
    /*FOOTER*/
    .footer-right-side-order-call {
        display: block;
    }
    
    .footer-right-side-order-call-form {
        width: 300px
    }
    
    .footer-right-side-order-call-form-input {
        width: 280px
    }
    
    .footer-right-side-order-call-text {
        line-height: 53px;
        margin-right: 0;
    }

    .footer-right-side-order-call-form {
        margin-top: 11px;
        display: block;
        margin-bottom: 24px;
    }

    .footer-right-side-order-call-send-button {
        align-self: auto;
    }
}

@media (max-width: 480px) {
    .footer-right-side-order-call-form {
        width: 100%;
    }

    .footer-right-side-order-call-form-input {
        width: 100%;
    }
}

.submit-error
{
    animation: shake 0.2s ease-in-out 0s 2;
}

@keyframes shake {
    0% { margin-left: 0rem; }
    25% { margin-left: 0.5rem; }
    75% { margin-left: -0.5rem; }
    100% { margin-left: 0rem; }
}

/* End */


/* Start:/local/components/sibuki/form/templates/popup/style.css?16767677141041*/
.popup-feedback-block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 846px;
    margin-bottom: 56px;
}

.popup-form-block {
    align-self: flex-start;
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

.popup-form {
    display: flex;
    flex-direction: column;
}

.popup-form-textarea {
    min-height: 90px;
}

.popup-form-textarea::placeholder {
    color: #000000;
    opacity: 1;
}

.popup-form-input,
.popup-form-textarea {
    width: 445px;
    border-bottom: 1px solid #F54108;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 8px;
    font-family: inherit;
}

.popup-form-input {
     margin-bottom: 36px;
 }

.popup-form-input::placeholder {
    color: #000000;
    opacity: 1;
}

.submit-error
{
    animation: shake 0.2s ease-in-out 0s 2;
}

@keyframes shake {
    0% { margin-left: 0rem; }
    25% { margin-left: 0.5rem; }
    75% { margin-left: -0.5rem; }
    100% { margin-left: 0rem; }
}

/* End */


/* Start:/local/templates/Sibuki/components/bitrix/catalog.section/popup/style.css?16776496428208*/
.fancybox__backdrop {
  opacity: 0.8 !important;
}

.popup-product-card {
  padding: 80px 32px 32px 32px !important;
  border-radius: 24px;
  flex-direction: row !important;
}

.popup-product-card-image {
  border-radius: 20px;
  width: 520px;
  height: 396px;
  position: relative;
  margin-right: 24px;
}

.popup-product-card-image-svg {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 0 0 20px 20px;
}

.popup-product-card-image-img {
  max-width: 85%;
  max-height: 424px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%);
}

.popup-product-card-text {
  color: #000;
  width: 520px;
}

.popup-product-card-text-title {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
}

.popup-product-card-text-title-name-section {
  font-weight: 500;
  font-size: 23px;
}

.popup-product-card-text-title-name-info {
  display: flex;
}

.popup-product-card-text-title-name-info-text {
  font-weight: 500;
  font-size: 16px;
  filter: contrast(70%);
}

.popup-product-card-text-title-name-info-text:first-of-type {
  padding-right: 8px;
}

.popup-product-card-text-title-name-info-text:not(:last-of-type) {
  margin-right: 8px;
}

.popup-product-card-text-title-button-buy,
.popup-product-card__buy-button {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #ffffff;
  background-color: #f54108;
  padding: 12px 24px;
  border-radius: 42px;
  transition: transform 0.2s linear;
}

.popup-product-card-text-title-button-buy:hover {
  transform: scale(110%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.popup-product-card-text-title-button-buy-arrow {
  margin-left: 10px;
}

.popup-product-card-text-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 82%;
}

.popup-product-card-text-info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.popup-product-card-text-specifications {
  display: flex;
}

.popup-product-card-text-specifications-left-block,
.popup-product-card-text-specifications-right-block {
  width: 50%;
}

.popup-product-card-text-specifications-left-block {
  margin-right: 32px;
  position: relative;
}

.popup-product-card-text-specifications-left-block-structure {
  transition: opacity 0.35s linear;
}

.popup-product-card-text-specifications-left-block-structure-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.popup-product-card-text-specifications-left-block-structure-title-button,
.popup-product-card-text-specifications-left-block-manufacturer-button {
  height: 24px;
  width: 24px;
  border-radius: 20px;
  background-color: #f7f7f7;
  color: #b4b4b4;
}

.popup-product-card-text-specifications-right-block-title,
.popup-product-card-text-specifications-left-block-structure-title-text,
.popup-product-card-text-specifications-left-block-structure-title-button,
.popup-product-card-text-specifications-left-block-manufacturer-button {
  font-weight: 500;
  font-size: 16px;
}

.popup-product-card-text-specifications-left-block-structure-text,
.popup-product-card-text-specifications-right-block-nutritional-item-circle-name,
.popup-product-card-text-specifications-right-block-energy-value-title,
.popup-product-card-text-specifications-right-block-energy-value-number,
.popup-product-card-text-specifications-left-block-manufacturer-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
}

.popup-product-card-text-specifications-left-block.manufacturer-opened
  .popup-product-card-text-specifications-left-block-structure {
  opacity: 0;
}

.popup-product-card-text-specifications-left-block.manufacturer-opened
  .popup-product-card-text-specifications-left-block-manufacturer {
  opacity: 1;
  z-index: 1;
}

.popup-product-card-text-specifications-left-block-manufacturer {
  opacity: 0;
  position: absolute;
  transition: opacity 0.35s linear;
  top: 0;
  z-index: -1;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 8px;
}

.popup-product-card-text-specifications-left-block-manufacturer-button {
  margin-bottom: 16px;
  filter: contrast(80%);
}

.popup-product-card-text-specifications-left-block-manufacturer-text-company {
  margin-bottom: 16px;
}

.popup-product-card-text-specifications-left-block-manufacturer-text-color-grey {
  color: #ababab;
}

.popup-product-card-text-specifications-right-block {
  padding-left: 32px;
  filter: contrast(70%);
}

.popup-product-card-text-specifications-right-block-title {
  margin-bottom: 16px;
}

.popup-product-card-text-specifications-right-block-nutritional {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.popup-product-card-text-specifications-right-block-nutritional-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.popup-product-card-text-specifications-right-block-nutritional-item-circle {
  margin-bottom: 8px;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.popup-product-card-text-specifications-right-block-nutritional-item-circle-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0.1;
}

.popup-product-card-text-specifications-right-block-nutritional-item-circle-text {
  font-weight: 700;
  font-size: 8px;
}

.popup-product-card-text-specifications-right-block-footnote {
  font-weight: 400;
  font-size: 10px;
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .popup-product-card-text-specifications-right-block-energy-value {
    border: none !important;
  }
}

@media (max-width: 1023px) {
  .popup-product-card {
    width: 396px;
    max-width: 90%;
    flex-direction: column !important;
    padding: 80px 20px 24px 20px !important;
  }

  .popup-product-card-image {
    margin-right: 0;
    border-radius: 20px;
    width: 100%;
    height: 270px;
    margin-bottom: 32px;
  }

  .popup-product-card-image-img {
    bottom: 48px;
    max-height: 292px;
  }

  .popup-product-card-text {
    width: 100%;
  }

  .popup-product-card-text-title-name-section {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .popup-product-card-text-info {
    height: auto;
  }

  .popup-product-card-text-info-text {
    font-size: 12px;
  }

  .popup-product-card-text-specifications {
    flex-direction: column;
  }

  .popup-product-card__sections {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 12px;
  }

  .popup-product-card__section {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 4px;
    opacity: 0.2;
    cursor: pointer;
  }

  .popup-product-card__section.selected-section {
    opacity: 1;
    border-bottom: 2px solid #f54108;
  }

  .popup-product-card-text-specifications-left-block {
    margin-right: 0;
    width: 100%;
  }

  .popup-product-card-text-specifications-left-block-manufacturer {
    opacity: 1;
    z-index: 1;
  }

  .popup-product-card__sections-content {
    min-height: 116px;
  }

  .popup-product-card__sections-content
    .popup-product-card-text-specifications-right-block {
    display: flex;
    width: 100%;
    border: none !important;
    padding: 0;
    height: fit-content;
  }

  .popup-product-card__sections-content
    .popup-product-card-text-specifications-right-block-nutritional {
    padding-right: 20px;
    width: 44%;
  }

  .popup-product-card__sections-content
    .popup-product-card-text-specifications-right-block-nutritional-item-circle-name {
    font-size: 10px;
  }

  .popup-product-card__sections-content
    .popup-product-card-text-specifications-right-block-energy-value {
    padding-left: 20px;
    width: 56%;
  }

  .popup-product-card__buy-button {
    font-weight: 600;
    font-size: 16px;
    justify-content: center;
    margin-top: 16px;
  }

  .popup-product-card__buy-button-arrow {
    margin-left: 12px;
  }
}

@media (max-width: 376px) {
  .popup-product-card__section {
    width: min-content;
  }

  .popup-product-card-text-specifications-right-block-energy-value {
    border: none !important;
  }
}

/* End */


/* Start:/local/templates/Sibuki/template_styles.css?17051251859898*/
/*FULL PAGE STYLES*/

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body,
h1,
h2,
p {
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 600;
}

a {
  text-decoration: none;
  font: inherit;
  color: inherit;
}

.text_block {
  color: #000;
}

.text_block p,
.text_block .font_lg {
  margin-bottom: 1rem;
}

.text_block br {
  content: "";
  display: block;
  margin: 0.2rem;
}

.text_block .main-content-info-title {
  margin-bottom: 1rem;
}

.display-none {
  display: none;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

.btn {
  font-weight: 500;
  font-size: 0.75em;
  padding: 11px 30px;
  border-radius: 42px;
  transition: transform 0.2s linear;
}

hr {
  border: none;
  margin: 0;
}

input,
textarea {
  border: none;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.container {
  padding-left: 72px;
  padding-right: 72px;
}

.main-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1056px;
}

.page-header {
  background: #f54108;
  padding: 48px 0;
}

.hidden {
  display: none;
  visibility: hidden;
}

.dark-body-bg {
  filter: brightness(50%);
}

.hidden-body {
  overflow: hidden;
}

.main-polyline {
  height: 26px;
  background-image: url("/local/templates/Sibuki/images/polyline.svg");
  background-repeat: repeat-x;
}

.mobile {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.fancybox__content {
  color: #000 !important;
  border-radius: 24px;
  cursor: auto !important;
}

.fancybox__content .popup-form-input:focus {
  outline: none !important;
}

/*HEADER*/

header {
  transition: filter 0.35s linear;
}

.header-container {
  background-color: #f54108;
  position: relative;
  z-index: 2;
}

.header-top-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}

.header-top-panel-menu-button {
  height: 18px;
}

.open-image {
  display: none;
}

.header-top-panel-menu-button.close-button .open-image {
  display: block;
}

.header-top-panel-menu-button.close-button .close-image {
  display: none;
}

.header-top-panel-mobile-logo {
  display: none;
}

.opened-menu {
  top: 0 !important;
}

.header-menu {
  padding-top: 138px !important;
  border-radius: 0 0 50px 50px;
  transition: top 0.35s linear;
  background-color: #f54108;
  position: absolute;
  z-index: 1;
  top: -950px;
  left: 0;
  right: 0;
  padding-bottom: 56px;
}

/*BODY*/

.main-content {
  position: relative;
  z-index: 0;
  transition: filter 0.35s linear;
  flex: 1 0 auto;
}

.main-content-info {
  position: relative;
  top: -60px;
  background-color: #ffffff;
  border-radius: 50px 50px 0 0;
  padding-top: 51px;
  z-index: 2;
}

.main-content-info-title {
  font-size: 2em;
  line-height: 1.3;
  margin-bottom: 48px;
}

.block-text-title {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 1rem;
}

.product-catalog {
  margin-top: 60px;
}

.feedback-block {
  margin: 80px 0 96px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.feedback-block-text {
  width: 50%;
}

.feedback-block-text .main-content-info-title {
  margin-bottom: 1rem;
}

.feedback-block-button {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  background-color: #f54108;
  padding: 11px 29px;
  border-radius: 42px;
  transition: transform 0.2s linear;
  border: none;
}

.feedback-block-button:hover {
  transform: scale(110%);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.feedback-block-button-arrow {
  margin-left: 10px;
}

/*Detail Page*/

.detail-page {
  line-height: 1.4;
  margin-bottom: 60px;
}
.detail-page .main-content-info-title {
  margin-bottom: 32px;
}
.detail-page-image {
  max-width: 100%;
  height: auto;
  align-self: center;
  margin: 0 0 24px;
  border-radius: 25px;
}
.detail-page-date {
  font-size: .875em;
  margin-bottom: 12px;
}
.detail-blog-title {
  font-weight: 600;
  font-size: 1.25em;
  margin: 1.5rem 0;
}
.detail-page .block-text-preview {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 2rem;
}
.detail-page p {
  margin-bottom: 1rem;
}
.detail-page li {
  list-style: none;
}
.detail-page li:before {
  content: "\2022";
  color: #f54108;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.detail-page a {
  color: #f54108;
  border-bottom: 1px solid #f5410899;
}

.detail-page a:hover {
  color: #000;
  border-color: #f54108;
}

.detail-page.numbered ol {
  counter-reset: item;
  margin: .5rem 0 1rem;
  padding: 0 0 0 1.3rem;
} 

.detail-page.numbered ol.numbered-container {
  padding-left: 0;
}

.detail-page.numbered ol>li {
  display: block;
  margin-bottom: .5rem;
}
.detail-page.numbered ol>li::before { 
  content: counters(item, ".") ". ";
  counter-increment: item;
  color: inherit;
  display: inline;
  width: auto;
  margin-left: 0;
}
.detail-page.numbered ol>li>ol>li::before {
  font-weight: inherit;
}

@media (max-width: 1023px) {
  .detail-page .main-content-info-title {
  line-height: 100%;
  }
}

/*404*/

.body_not_found {
  background: #f54108;
}

.body_not_found .header-container {
  display: none;
}

.body_not_found .page_error_block {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.body_not_found .page_not_found {
  padding: 20px 20px 50px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.body_not_found .not_found_text {
  color: #f54108;
  font-weight: 800;
  font-size: 100px;
  margin-top: 20px;
}

.page_not_found .btn {
  margin: 30px 0 10px;
  display: inline-flex; 
  background-color: #000;
}

@media (max-width: 600px) {
  .body_not_found .not_found_text {
    font-size: 50px;
  }
}

/*FOOTER*/

footer {
  transition: filter 0.35s linear;
  margin-top: -20px;
  position: relative;
}

.footer {
  flex-shrink: 0;
  background-color: #f54108;
  color: #ffffff;
  --mask: conic-gradient(
      from 110deg at top,
      #0000,
      #000 1deg 139deg,
      #0000 140deg
    )
    50%/126.38px 100%;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.footer-container {
  max-width: 1056px;
  margin: auto;
  padding-top: 110px;
  padding-bottom: 56px;
}

.footer-container__top-block,
.footer-container__middle-block,
.footer-container__bottom-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer-container__top-block {
  margin-bottom: 64px;
}

.footer-container__middle-block {
  margin-bottom: 24px;
}

.footer-left-side {
  flex-basis: 35%;
}

.footer-left-side-logo {
  max-width: 176px;
}

.footer-left-side-text-content-title {
  line-height: 19px;
}

.footer-bottom-block-content-text,
.footer-left-side-text-content-text,
.captcha-text {
  font-size: 0.75em;
  line-height: 1.5;
  opacity: 50%;
}

.captcha-text {
  max-width: 300px;
}

.captcha-text a {
    border-bottom: 1px solid currentcolor;
}

.footer-right-side {
  flex-basis: 60%;
}

.footer-right-side-links {
  display: inline;
}

.footer-right-side-links-text {
  line-height: 1.2;
  border-bottom: 1px solid #ffffff99;
  cursor: pointer;
  margin-right: 1rem;
}

.footer-right-side-links-text:hover {
  border-color: #fff;
}

.footer-right-side-links-text:not(:last-of-type) {
  margin-right: 24px;
}

.popup-text {
  font-weight: 500;
}

/*MEDIA*/

@media (max-width: 1023px) {
  /*FULL PAGE STYLES*/

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }

  /*HEADER*/

  .header-top-panel {
    align-items: center;
    padding-top: 30px;
  }

  .header-main-content-logo {
    width: 164px;
  }

  .header-top-panel-menu-button {
    height: 16px;
  }

  .header-top-panel-menu-button-img {
    height: 16px;
  }

  .header-top-panel-mobile-logo {
    display: block;
  }

  .header-menu {
    border-radius: 0;
    position: fixed;
    overflow: scroll;
  }

  .opened-menu {
    height: calc(100% - 160px);
  }

  /*BODY*/

  .main-content-info {
    padding-top: 18px;
    top: -39px;
    border-radius: 32px 32px 0 0;
  }

  .main-content-info-title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .block-text-title {
    font-size: 1.1em;
    margin-bottom: 0.5rem;
    line-height: 1.3;
  }

  .block-text-main {
    font-size: 0.9em;
  }

  .product-catalog {
    margin: 40px 0 32px;
  }

  /* FOOTER */

  .footer-left-side {
    flex-basis: 40%;
  }

  .footer-right-side {
    flex-basis: 50%;
  }
  
  .footer-left-side-logo {
    max-width: 164px;
  }
}

@media (max-width: 680px) {
  .footer {
    --mask: conic-gradient(
        from 110deg at top,
        #0000,
        #000 1deg 139deg,
        #0000 140deg
      )
      50%/76.93px 100%;
    -webkit-mask: var(--mask);
    mask: var(--mask);
  }
  .footer-container {
    width: auto;
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .footer-left-side,
  .footer-right-side {
    flex-basis: auto;
  }

  .footer-container__top-block {
    flex-direction: column;
    margin-bottom: 24px;
  }

  .footer-container__top-block .footer-right-side {
    order: 1;
    margin-bottom: 44px;
    width: auto;
  }

  .footer-left-side-logo {
    margin-bottom: 40px;
  }

  .footer-container__middle-block,
  .footer-container__bottom-block {
    display: block;
  }

  .footer-container__middle-block {
    margin-bottom: 40px;
  }

  .footer-left-side-text-content-title {
    font-size: 0.875em;
    margin-bottom: 10px;
  }

  .footer-right-side-links-text {
    font-size: 0.875em;
  }

  .captcha-text {
    max-width: 100%;
  }
}

/* End */
/* /local/templates/Sibuki/components/bitrix/menu/top/style.css?17051250781099 */
/* /local/components/sibuki/form/templates/footer-order-call/style.css?16776451942479 */
/* /local/components/sibuki/form/templates/popup/style.css?16767677141041 */
/* /local/templates/Sibuki/components/bitrix/catalog.section/popup/style.css?16776496428208 */
/* /local/templates/Sibuki/template_styles.css?17051251859898 */
