.new-folders-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }

.new-folders-menu:not(.not_main) {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 -15px; }
  @media (max-width: 768px) {
  .new-folders-menu:not(.not_main) {
    margin: 0; } }
  .new-folders-menu:not(.not_main) li {
    margin: 15px;
    width: calc(100% / 2 - 30px);
    display: block; }
    @media (max-width: 768px) {
  .new-folders-menu:not(.not_main) li {
    width: 100%;
    margin: 15px 0; } }
    .new-folders-menu:not(.not_main) li a {
      display: flex;
      flex-direction: column;
      text-decoration: none; }
      .new-folders-menu:not(.not_main) li a .bl_pic {
        padding-top: 60%;
        overflow: hidden;
        border-radius: 10px;
        position: relative;
        margin-bottom: 20px; }
        .new-folders-menu:not(.not_main) li a .bl_pic img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .new-folders-menu:not(.not_main) li a .bl_tit {
        text-align: center;
        font-size: 20px;
        color: rgba(64, 76, 92, 1);
        font-weight: 700; }

.new-folders-menu.not_main {
  margin-bottom: 40px; }
  .new-folders-menu.not_main li {
    margin-right: 10px;
    margin-bottom: 10px; }
    .new-folders-menu.not_main li a {
      text-decoration: none;
      display: inline-block;
      font-size: 15px;
      font-weight: 400;
      padding: 10.5px 14px;
      border-radius: 4px;
      border: 1px solid #d1d1d1;
      color: rgba(64, 76, 92, 1);
      transition: 0.3s; }
      .new-folders-menu.not_main li a:hover {
        color: #fff;
        background-color: rgba(64, 76, 92, 1); }

.text--u-if68zaedu {
  white-space: nowrap; }

.localcontacts__adress-text {
  font-size: 17px; }

#_lp_block_10918005[data-block-layout='1718861'] .lpc-contacts-2__main {
  display: flex;
  flex-direction: column; }

#_lp_block_10918005[data-block-layout='1718861'] .lpc-contacts-2__mail {
  order: 10; }

.lpc-contacts-2[data-media-source="desktop"] .lpc-contacts-2-social {
  order: 11; }

html body #_lp_block_10822605[data-block-layout='1668461'] .lpc-prods-1-item__text {
  font-family: "Inter", sans-serif;
  font-weight: 500; }

html body #_lp_block_10822805[data-block-layout='1668461'] .lpc-prods-1-item__text, html body #_lp_block_10918005[data-block-layout='1718861'] .lpc-contacts-2__main * {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500; }

.lpc-prods-1[data-media-source="desktop"] .lpc-prods-1-items > div:first-child img {
  transform: scale(2); }

.lpc-video-2 {
  min-height: 580px;
  position: relative; }

@keyframes preload {
    0% {
      transform: translate(-50%, -50%) rotate(0deg); }
    100% {
      transform: translate(-50%, -50%) rotate(360deg); } }
  .lpc-video-2:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 4px solid #404c5c;
    border-right-color: transparent;
    width: 30px;
    height: 30px;
    transition: 0.2s;
    animation: preload 1s linear infinite; }
  .lpc-video-2.loaded {
    min-height: unset; }
    .lpc-video-2.loaded:before {
      display: none; }
