.open-menu {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  --line-width: 26px;
  --line-height: 2px;
  display: none;
  border-radius: 0;
  border: none;
  margin-left: 12px;
}
.open-menu span {
  position: relative;
  width: var(--line-width);
  height: var(--line-height);
  background: #000;
}
.open-menu span::before, .open-menu span::after {
  content: "";
  display: block;
  width: var(--line-width);
  height: var(--line-height);
  background: #000;
  position: absolute;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.open-menu span::before {
  top: -8px;
}
.open-menu span::after {
  bottom: -8px;
}
.open-menu.active span {
  background: transparent;
}
.open-menu.active span::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.open-menu.active span::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}

.header .zvonit {
    display: flex;
    align-items: flex-start;
}

@media (max-width: 932px) {
    .open-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popo{
        margin: 0;
        right: 24px;
        left: initial;
        z-index: 10000;
    }
    .popup_window {
        position: fixed;
        z-index: 9999 !important;
        background: #fff;
    }

    .popup_window__title {
        padding: 0;
        height: auto;
        margin: 0;
        margin-bottom: 24px;
    }
    .popup_window__content p {
        width: 100%;
        margin-left: 0;
    }
    * {
        box-sizing: border-box;
    }
    .sloy {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
            display: flex
;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    }

    .page h1 {
        margin-top: 0;
    }
    .logo img {
        width: 150px;
    }

    .header {
        padding: 12px 16px;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        top: 0;
        margin-left: -16px;
        margin-right: -16px;
    }

    .header .zvonit {
        margin-left: auto;
        margin-top: 0;
        display: flex;
        align-items: flex-start;
        gap: 12px;
        text-align: right;
    }

    .zvonit img {
        width: 28px;
        height: auto;
        flex-shrink: 0;
        margin-right: 0;
        display: none;
    }

    .nomer > br {
        display: none;
    }

    .nomer {
        width: 160px;
        white-space: nowrap;
    }

    .nomer .n1 {
        font-size: 20px;
        display: block;
    }

    .nomer .n2 {
        font-size: 16px;
    }

    .perezvon {
        margin-top: 12px;
        width: 100%;
    }

    .perezvon form {
        display: flex;
        align-items: center;
    }

    .perezvon input {
        flex-grow: 1;
    }

    .main-menu {
        position: fixed;
        z-index: 99;
        background: #fff;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 320px;
        padding: 24px 16px;
        min-height: 100%;
        overflow: auto;
        transition: .2s ease-in-out;
        visibility: hidden;
        transform: translateX(-100%);
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .main-menu.visible {
        visibility: visible;
        transform: translateX(0%);
    }

    .main-menu ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-menu a {
        padding: 12px;
    }

    .fon-glav {
        height: auto;
        margin-top: 0;
        padding: 16px;
        display: flex;
        float: none;
         margin-left: -16px;
        margin-right: -16px;
    }

    .glav1 h1 {
        font-size: 32px;
        margin-top: 0;
        margin-bottom: 8px;
    }

    .glav1 p.otzo {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .glav1 {
        margin-left: 0;
        width: 100%;
    }

    .glav2 {
        margin-top: 0;
    }

    .glav2 {
        width: 200px;
        flex-shrink: 0;
        display: none;
    }

    .aciv {
        margin: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .iconka {
        margin: 0;
        height: auto;
        border-bottom: none;

    }

    ul.pluh {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 32px 16px;
    }

    .pluh li {
        width: 100%;
        margin: 0;
    }

    .pluh li:nth-child(2) {
        margin-left: 0;
    }

    h2 {
        width: 100%;
        padding: 32px 0;
        font-size: 28px;
    }

    .foto-ot {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .opis-ot {
        margin: 12px 16px;
        font-size: 28px;
        line-height: normal;
    }

    .tabs {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .tabs>label {
        margin: 0;
        width: 50%;
    }

    .tabs>section {
        height: auto;
        margin-right: 0;
    }

    .otzyv {
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .txbs {
        margin: 0;
        width: 100%;
    }

    .smotr {
        width: 100%;
        margin: 0;
    }

    .bx-wrapper img {
        height: auto !important;
    }

    .text-ot {
        float: none;
        width: 100%;
    }

    .srok-ot {
        width: 100%;
        padding: 12px 16px;
        margin: 0;
        display: block;
    }

    .sloy > img {
        margin: 32px 0 !important;
        max-width: 100% !important;
    }

    ul:not([class]), ol:not([class]) {
        padding-left: 24px;
    }

    .footer {
        width: 100%;
        height: auto;
    }

    .footer .zvonit {
        font-size: 32px;
    }

    .txbs>section {
        height: auto;
    }

    #popup__zvne {
        display: none;
    }

    .popoch {
        font-size: 24px;
    }

    .footer .info {
        width: 100%;
        padding: 12px 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .addres {
        margin-top: 0;
    }

    .desc {
        text-align: center;
        position: initial;
    }

    .main-menu ul {
        padding-left: 0;
    }

    .copy {
        position: initial;
        text-align: center;
    }

    .popup_window {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        inset: 0;
        z-index: 99;
        top: 0px !important;
        width: 100% !important;
        padding: 64px 16px;
    }

    .txbs>label {
        width: 50%;
    }

    .txbs {
        display: flex;
        flex-wrap: wrap;
    }

    .txbs>section {
        width: 100%;
        margin-right: 0;
    }

    .tabs>section {
        width: 100%;
    }

    ul.flig {
        display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    }

    .flig li {
        width: auto;
        margin: 0;
    }

    .str {
        padding: 24px;
    }

    .popoz {
        padding: 16px;
        font-size: 20px;
    }

    ul.fleg {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    }

    .fleg li {
        width: auto;
        margin: 0;
    }

    .fleg a {
        font-size: 16px;
    }

    .fleg span {
        font-size: 12px;
    }

    .page h1 {
        font-size: 28px;
        line-height: normal;
    }

    .adress {
        height: auto;
        padding: 24px;
    }

    .left-adress li {
        font-size: 16px;

    }


    .sse {
        font-size: 24px;
    }
    .left-adress {
        width: 100%;
        float: none;
        margin-bottom: 24px;
    }

    .left-adress img {
        width: 32px;
        margin-right: 12px;
    }

    .tvbs>section {
        margin-right: 0;
        width: 100%;
    }

    .tvbs {
        display: flex;
        flex-wrap: wrap;
    }

    .tvbs>label {
        width: 50%;
    }

    .tvbs>label:nth-child(3) {
        width: 100%;
    }

    ul.osnov {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    ul.osnov li {
        margin: 0;
        width: auto;
    }

    .pluh li {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .aciv {
        grid-template-columns: repeat(2, 1fr);
    }

    ul.pluh {
        grid-template-columns: 1fr;
    }

    ul.flig {
grid-template-columns: repeat(2, 1fr);
    }
}