/* стили about применены к старнице size и контакты, редактировать с осторожностью */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
  }
  
  body {
    margin: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  a {
    background-color: #0000;
  }
  
  .other-info-box-text-1 a {
    color: #1a73e8; /* Google-синий */
    font-weight: 600;
  }
  
  h1 {
    margin: .67em 0;
    font-size: 2em;
  }
  
  .link-reset {
    all: unset;
    display: inline;
    cursor: pointer;
  }
  
  img {
    border: 0;
  }
  
  [class^="w-icon-"],
  [class*=" w-icon-"] {
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-family: webflow-icons !important;
  }
  
  .w-icon-arrow-down:before,
  .w-icon-dropdown-toggle:before {
    content: "о";
  }
  
  * {
    box-sizing: border-box;
  }
  
  html {
    height: 100%;
  }
  
  body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }
  
  img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
  }
  
  .w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  h1 {
    margin-top: 20px;
    font-size: 38px;
    line-height: 44px;
  }
  
  h4 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  
  p {
    margin-top: 0;
    margin-bottom: 10px;
  }
  
  .w-dropdown {
    text-align: left;
    z-index: 900;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }
  
  .w-dropdown-btn,
  .w-dropdown-toggle,
  .w-dropdown-link {
    vertical-align: top;
    color: #222;
    text-align: left;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    text-decoration: none;
    position: relative;
  }
  
  .w-dropdown-toggle {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding-right: 40px;
    display: inline-block;
  }
  
  .w-icon-dropdown-toggle {
    width: 1em;
    height: 1em;
    margin: auto 20px auto auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  
  .w-dropdown-list {
    background: #ddd;
    min-width: 100%;
    display: none;
    position: absolute;
  }
  
  .body {
    background-color: #f9f9f9;
    padding: .722rem;
    font-size: 18px;
    line-height: 16px;
  }
  
  .header {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .556rem;
    padding: .556rem;
    display: flex;
  }
  
  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: .556rem;
    padding: 2rem .556rem .556rem;
    display: flex;
  }
  
  .footer-line {
    border: 1px #000;
    border-top-style: solid;
    width: 100%;
    margin-bottom: .556rem;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  
  .heading-2 {
    margin-top: .556rem;
    margin-bottom: .556rem;
    font-size: .8rem;
    font-weight: 700;
    line-height: 1rem;
  }
  
  .icon-social {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-around;
    width: 200px;
    padding: .556rem;
    display: flex;
  }
  
  .box-link-information {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .556rem;
    display: flex;
  }
  
  .link-information {
    color: #353535;
    margin-bottom: .556rem;
    font-size: .9rem;
    line-height: 1rem;
    text-decoration: none;
  }
  
  .box-link-help {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: .556rem;
    display: flex;
  }
  
  .link-help {
    color: #353535;
    margin-bottom: .556rem;
    font-size: .9rem;
    line-height: 1rem;
    text-decoration: none;
  }
  
  .all-rights-reserved {
    text-align: center;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  
  .box-icon-social {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .catalog {
    border: .5px solid #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 130px;
    padding: .6rem 1rem;
    display: flex;
    transition: border-color 0.3s ease;
    transition: color 0.3s ease;
  }

  .catalog:hover {
    border-color: #3ec333;
    color: #3ec333;
  }
  
  .text-block-7 {
    margin-left: .5rem;
  }
  
  .image-3 {
    margin-right: 60px;
  }
  
  .box-menu-cat {
    display: flex;
  }
  
  .image-4 {
    margin-left: -190px;
  }
  
  .box-footer {
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }
  
  .left-menu {
    z-index: 999;
    background-color: #000000b3;
    display: none;
    position: fixed;
    inset: 0%;
  }
  
  .left-menu-header {
    border-bottom: .5px solid #c2c2c2;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.5rem;
    padding: .556rem;
    display: flex;
  }
  
  .button {
    text-align: center;
    background-color: #00a046;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem .556rem;
    font-size: 1.1rem;
    line-height: 1rem;
  }
  
  .dropdown-toggle {
    width: 100%;
    padding: .5rem .556rem;
  }
  
  .dropdown-list {
    background-color: #fff;
    display: none;
  }
  
  .dropdown {
    justify-content: space-between;
    align-items: center;
    width: 70px;
    margin-right: 1rem;
    display: flex;
  }
  
  .inlet-lk {
    border-top: .5px solid #bbb;
    border-bottom: .5px solid #bbb;
    margin-bottom: 2rem;
    padding: 1rem .5rem;
  }
  
  .text-block-14 {
    color: #686868;
    text-align: center;
    margin-bottom: 1rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }
  
  .button-lk {
    color: #000;
    text-align: center;
    background-color: #fff;
    border: 1px solid #001eff;
    border-radius: 10px;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    line-height: 1.3rem;
  }
  
  .box-icon-social-link-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .box-link-information-link-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .556rem;
    display: flex;
  }
  
  .box-404 {
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: .556rem;
    padding: .5rem;
    display: flex;
  
    min-height: clamp(388px, 60vh, 600px);
  }
  
  .image-404 {
    max-width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 243 / 388;
    margin-right: 1rem;
  }
  
  .box-404-text {
    text-align: justify;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .box-404-header {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  
  .box-404-for-text {
    flex-flow: column;
    justify-content: space-around;
    min-height: clamp(388px, 50vh, 500px);
    display: flex;
  }
  
  .button-404 {
    color: #333;
    text-align: center;
    background-color: #fff;
    border: 1px solid #3ec333;
    border-radius: 10px;
    width: 15rem;
    padding: .8rem 1rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  
  .button-404-box {
    text-align: center;
  }
  
  .box-link-help-link-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    padding: .556rem;
    display: flex;
  }
  
  .icon-social-link-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: space-around;
    width: 200px;
    padding: .556rem;
    display: flex;
  }
  
  .corb-link-menu {
    border: .5px solid #00a046;
    border-radius: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
    padding: .8rem .5rem;
    display: flex;
  }
  
  .image-5 {
    margin-right: .8rem;
  }
  
  .text-block-15 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
  
  .text-block-16 {
    font-size: .9rem;
    font-weight: 700;
    line-height: 1rem;
  }
  
  .image-6 {
    margin-right: 1rem;
  }
  
  .text-block-17 {
    text-align: center;
    margin-right: .5rem;
    font-size: 1rem;
    font-style: italic;
    line-height: 1.2rem;
  }
  
  .left-menu-shadow {
    background-color: #fff;
    width: 320px;
    padding: .556rem;
    display: block;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: auto;
  
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
  }
  
  .other-info-box {
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: .556rem;
    padding: .5rem;
    display: flex;
    height: auto;
  }
  
  .other-info-box-header-1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  
  .other-info-box-text-1 {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .other-info-box-header-2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  
  .other-info-box-button {
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  .about-box {
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: .556rem;
    padding: .5rem;
    display: flex;
    contain: layout style;
    min-height: clamp(400px, 50vh, 500px);
  }
  
  .box-about-for-text {
    flex-flow: column;
    justify-content: space-around;
    display: flex;
    min-height: clamp(400px, 45vh, 500px);
  }
  
  .box-about-header-1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  
  .box-about-text {
    text-align: justify;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  
  .button-about-box {
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .button-about {
    color: #333;
    text-align: center;
    background-color: #fff;
    border: 1px solid #3ec333;
    border-radius: 10px;
    width: 15rem;
    padding: .8rem 1rem;
    font-size: 1rem;
    line-height: 1rem;
  }
  
  .box-about-header-2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  
  .box-about-header-3 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.4rem;
  }
  
  .box-about-for-img {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    min-width: 320px;
    max-width: 320px;
    margin-bottom: 1rem;
    padding: .5rem 1rem;
    display: flex;
  }
  
  .image-about-1,
  .image-about-2 {
      width: 100%;
      height: auto;
      aspect-ratio: 365 / 582;
      object-fit: cover;
      display: block;
      min-height: clamp(200px, 30vh, 350px);
  }

  @media screen and (min-width: 1280px) {
  
    .box-footer {
        margin-bottom: 1rem;
    }
  
  }
  
  @media screen and (min-width: 1920px) {
    .body {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
  
    .header,
    .div-block,
    .quick-stack,
    .interesting,
    .characteristics,
    .description-product,
    .faq,
    .video,
    .footer {
        width: 1600px;
    }
  
    .catalog-body,
    .catalog-edv,
    .box-404,
    .catalog-seo-text,
    .catalog-edv-copy,
    .about-box,
    .other-info-box {
        width: 1600px;
    }
  }
  
  @media screen and (max-width: 991px) {
  
    .catalog {
        display: none;
    }
  
    .image-3 {
        margin-right: 0;
    }
  
    .image-4 {
        margin-left: 0;
    }
  
    .box-footer {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }
    .about-box {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .image-about-1 {
        display: none;
    }
    
    .image-about-2 {
        display: block;
    }
  }
  
  @media screen and (max-width: 767px) {
  
    .other-info-box {
        flex-flow: column;
    }
  
    .other-info-box-text {
        width: 100%;
    }

    .about-box {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
      }

    .box-404 {
      flex-flow: column;
      justify-content: flex-start;
      align-items: center;
      min-height: auto;
    }
  
    @media screen and (max-width: 479px) {
      .box-404-for-text {
        height: auto;
      }

      .box-about-for-text {
        height: auto;
      }
    }
  }