<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/blocks/_info.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.info {
  margin-bottom: 7rem;
}
.info.section {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .info {
    margin-bottom: 3.5rem;
  }
}
.info__text {
  color: #9F9F9F;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 4rem;
}
.info__text:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .info__text {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .info__text {
    margin-bottom: 3rem;
  }
}
.info__text ul {
  list-style: disc;
  padding-left: 2rem;
}
.info__text-wrap {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .info__text-wrap {
    margin-bottom: 6rem;
  }
}
.info .title {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .info .title {
    margin-bottom: 4.6rem;
  }
}
@media only screen and (min-width: 1280px) {
  .info .title {
    margin-bottom: 4rem;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/footer-v2/_footer-v2.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.footer-v2 {
  background-color: #ECF0F5;
  padding-bottom: 4.9rem;
  margin-top: 5rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2 {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
.footer-v2__flex {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 100%;
  grid-template-rows: min-content;
  gap: 0px 0px;
  grid-template-areas: "logo" "contact" "additional" "client" "catalog" "about" "social" "others";
}
@media only screen and (min-width: 768px) {
  .footer-v2__flex {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: min-content min-content min-content;
    gap: 0px 0px;
    grid-template-areas: "catalog client about contact additional" "logo logo social social social" "others others others others others";
  }
}
.footer-v2__flex__catalog {
  grid-area: catalog;
}
.footer-v2__flex__client {
  grid-area: client;
}
.footer-v2__flex__about {
  grid-area: about;
}
.footer-v2__flex__contact {
  grid-area: contact;
}
.footer-v2__flex__additional {
  grid-area: additional;
  border-top: 1px solid #7b75c9;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__flex__additional {
    border: none;
    padding: 0;
  }
}
.footer-v2__flex__logo {
  grid-area: logo;
}
.footer-v2__flex__social {
  grid-area: social;
}
@media only screen and (min-width: 768px) {
  .footer-v2__flex__social .footer-v2__group-content {
    float: right;
  }
}
.footer-v2__flex__others {
  grid-area: others;
  color: #7b75c9;
  font-size: 1rem;
  border-top: 1px solid #7b75c9;
  padding-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__flex__others {
    font-size: 1.4rem;
    border: none;
    padding: 0;
  }
}
.footer-v2__group-title {
  position: relative;
  color: #262647;
  font-weight: 700;
  margin-bottom: 2rem;
}
.footer-v2__group-content {
  margin-bottom: 3.2rem;
}
.footer-v2__group-content.collapse-content {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-v2__group-content.collapse-content {
    display: block;
  }
}
.footer-v2__group ul li {
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__group ul li {
    margin-bottom: 2rem;
  }
}
.footer-v2__group ul a {
  text-decoration: none;
}
.footer-v2__top-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6rem;
  margin-top: -4rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__top-inner {
    margin-top: -3rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-v2__top-inner {
    margin-top: 0;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.footer-v2__logo {
  display: inline-block;
}
.footer-v2__logo-img {
  width: 10.4rem;
  height: 4.6rem;
  display: block;
  margin-right: 5rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__logo-img {
    width: 30rem;
    height: 15rem;
  }
}
.footer-v2__contact-wrap {
  margin-top: 4rem;
}
.footer-v2__contact-wrap:nth-child(odd) {
  margin-left: 0.5rem;
}
.footer-v2__contact-wrap:nth-child(even) {
  margin-right: 0.5rem;
}
.footer-v2__contact-wrap._address {
  width: 100%;
}
@media only screen and (min-width: 320px) {
  .footer-v2__contact-wrap:nth-child(odd) {
    margin-left: 1rem;
  }
  .footer-v2__contact-wrap:nth-child(even) {
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer-v2__contact-wrap {
    margin-top: 3rem;
  }
  .footer-v2__contact-wrap._phone {
    order: 2;
  }
  .footer-v2__contact-wrap._mail {
    margin-left: auto;
    margin-right: auto;
    order: 3;
  }
  .footer-v2__contact-wrap._work-time {
    order: 4;
  }
  .footer-v2__contact-wrap._address {
    order: 5;
    margin-left: 18.2rem;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px) {
  .footer-v2__contact-wrap {
    margin-top: 0;
  }
  .footer-v2__contact-wrap._address {
    width: auto;
    margin-left: 0;
  }
  .footer-v2__contact-wrap._mail, .footer-v2__contact-wrap._phone, .footer-v2__contact-wrap._work-time {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.footer-v2__contact-title {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #C1C1C1;
}
@media only screen and (min-width: 768px) {
  .footer-v2__contact-title {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.footer-v2__contact-data {
  color: #3c3c70;
  text-decoration: none;
  margin: 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 320px) {
  .footer-v2__contact-data {
    font-size: 1.7rem;
  }
}
.footer-v2__middle {
  background-color: #3c3c70;
}
.footer-v2__middle-inner {
  padding: 4rem 1rem;
  padding-top: 3.6rem;
  /*@include mix.breakpoint(var.$desktop-width) {
      display: flex;
      padding: 3.3rem 0;
  }*/
}
@media only screen and (min-width: 768px) {
  .footer-v2__middle-inner {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
.footer-v2__middle-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.4rem;
}
@media only screen and (min-width: 1024px) {
  .footer-v2__middle-row {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-v2__middle-row {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.footer-v2__middle-column {
  width: 42%;
  margin-top: -1.8rem;
}
@media only screen and (min-width: 1024px) {
  .footer-v2__middle-column {
    display: flex;
    justify-content: space-around;
    width: auto;
  }
}
.footer-v2__nav-item {
  margin-top: 1.8rem;
  white-space: nowrap;
}
@media only screen and (min-width: 1280px) {
  .footer-v2__nav-item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-v2__nav-item {
    margin-right: 2.5rem;
  }
}
.footer-v2__nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__nav-link {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}
.footer-v2__bottom {
  padding-top: 4rem;
  font-family: "Roboto";
  color: #AFAFAF;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__bottom {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-v2__bottom {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .footer-v2__bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer-v2__copyright {
  margin: 0;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__copyright {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-v2__copyright {
    margin-right: 2rem;
    flex-shrink: 0;
  }
}
.footer-v2__data {
  margin: 0;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__data {
    width: 48rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-v2__data {
    width: auto;
  }
}
@media only screen and (min-width: 1280px) {
  .footer-v2__ibrush-link {
    margin-left: 8.5rem;
  }
}
@media only screen and (min-width: 1441px) {
  .footer-v2__ibrush-link {
    margin-left: 0;
  }
}
.footer-v2__ibrush-icon {
  width: 7rem;
  height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .footer-v2__ibrush-icon {
    width: 5.1rem;
    height: 1.1rem;
  }
}
.footer-v2 .site-header__indicators-count {
  top: -0.6rem;
  right: -0.9rem;
}
.footer-v2 .cursor-pointer {
  cursor: pointer;
}

.footer-v2 .collapse-title {
  cursor: pointer;
}
.footer-v2 .collapse-title:after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 0.8rem;
  right: 1.8rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMSAxbDYgNiA2LTYiIHN0cm9rZT0iIzNDM0M3MCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
}
@media only screen and (min-width: 768px) {
  .footer-v2 .collapse-title:after {
    display: none;
  }
}
.footer-v2 .site-footer__group-title {
  margin-bottom: 2rem;
  position: relative;
}
.footer-v2 .site-footer__group-content {
  margin-bottom: 3.2rem;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/social-list-v2/_social-list-v2.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.social-list-v2 {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fill, 3rem);
  column-gap: 1rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 0px) and (max-width: 600px) {
  .social-list-v2 {
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
    row-gap: 1rem;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .social-list-v2 {
    margin-top: 8rem;
    column-gap: 2rem;
  }
}
.social-list-v2__link {
  text-decoration: none;
  display: grid;
  width: 100%;
  align-items: center;
  justify-content: center;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./node_modules/thread-loader/dist/cjs.js??ruleSet[1].rules[2].use[4]!./app/frontend/assets/css/widgets/sticky-footer-v1/_sticky-footer-v1.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* COLORS */
/* MEDIA QUERIES */
/* custom variables */
/** NEW CODE (code below MUST BE rewriting) */
/** NEW CODE (code below MUST BE rewriting) */
.sticky-footer-v1 {
  box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: sticky;
  bottom: -1px;
  width: 100%;
  transition: all 0.3s;
  z-index: 300;
  will-change: transform;
}
.sticky-footer-v1__inner {
  padding: 0;
  height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .sticky-footer-v1__inner {
    display: none;
  }
}
.sticky-footer-v1__btn {
  text-decoration: none;
  display: grid;
  align-self: end;
  padding: 1rem 0 2rem;
  position: relative;
}
.sticky-footer-v1__btn .site-header__indicators-count {
  top: 0.5rem;
  right: 1rem;
}
.sticky-footer-v1__btn._open .sticky-footer__icon {
  display: none;
}
.sticky-footer-v1__btn._open .sticky-footer__icon._close {
  display: block;
  stroke: #7b75c9;
}
.sticky-footer-v1__btn:nth-child(1) .sticky-footer-v1__btn-label {
  margin-top: 0.5rem;
}
.sticky-footer-v1__btn-label {
  margin-top: 0.3rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.522rem;
  color: #7b75c9;
}
.sticky-footer-v1__icon {
  display: grid;
  place-self: center;
}
.sticky-footer-v1__icon._close {
  display: none;
}

/*# sourceMappingURL=non.critical-default.css.map*/</pre></body></html>