:root {
  --themeColor: #f58414;
  --themeColorHover: #da7715;
}

/*
        font-size: 18px;
        line-height: 24px;

        @include xlg {
            font-size: 1.25vw;
            line-height: 1.667vw;
        }

        @include lg {
            font-size: 1.758vw;
            line-height: 2.344vw;
        }

        @include sm {
            font-size: 2.344vw;
            line-height: 3.125vw;
        }

        @include smm {
            font-size: 3.344vw;
            line-height: 4.6vw;
        }

        @include xs {
            font-size: 4.4vw;
            line-height: 6vw;
        }



 font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 1vw;

        @include xlg {
            font-size: 1.65vw;
            line-height: 2.133vw;
        }

        @include lg {
            font-size: 2.36vw;
            line-height: 3vw;
        }

        @include sm {
            font-size: 3.13vw;
            line-height: 4.6vw;
        }

        @include smm {
            font-size: 5.25vw;
            line-height: 8vw;
        }

        @include xs {
            font-size: 6.64vw;
            line-height: 9vw;
        }
fz16
   @include xlg {
    line-height: 1.5vw;
    font-size: 1.111vw;
  }

  @include lg {
    font-size: 1.562vw;
    line-height: 2.15vw;
  }

  @include sm {
    line-height: 2.6vw;
    font-size: 2.07vw;
  }

  @include smm {
    line-height: 4.73vw;
    font-size: 3.45vw;
  }

  @include xs {
    line-height: 6vw;
    font-size: 4.5vw;
  }
*/
/*
fz14
        font-size: 14px;
                line-height: 20px;

                @include xlg {
                    font-size: 1vw;
                    line-height: 1.3vw;
                }

                @include lg {
                    font-size: 1.38vw;
                    line-height: 1.87vw;
                }

                @include sm {
                    font-size: 1.8vw;
                    line-height: 2.5vw;
                }

                @include smm {
                    font-size: 3vw;
                    line-height: 4.4vw;
                }

                @include xs {
                    font-size: 3.85vw;
                    line-height: 5vw;
                }


*/
/*
fz12
              font-size: 12px;
        line-height: 18px;

        @include xlg {
            font-size: 0.86vw;
            line-height: 1.3vw;
        }

        @include lg {
            font-size: 1.18vw;
            line-height: 2vw;
        }

        @include sm {
            font-size: 1.56vw;
            line-height: 2.5vw;
        }

        @include smm {
            font-size: 2.63vw;
            line-height: 4.1vw;
        }

        @include xs {
            font-size: 3.37vw;
            line-height: 4.5vw;
        }

*/
.block-breadcrumbs {
  padding-bottom: 32px;
}
@media screen and (max-width: 1440.02px) {
  .block-breadcrumbs {
    padding-bottom: 2.222vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .block-breadcrumbs {
    padding-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768.02px) {
  .block-breadcrumbs {
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 360.02px) {
  .block-breadcrumbs {
    padding-bottom: 6.667vw;
  }
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
}
@media screen and (max-width: 1440.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
    gap: 0.556vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
    gap: 0.781vw;
  }
}
@media screen and (max-width: 768.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
    gap: 1.042vw;
  }
}
@media screen and (max-width: 360.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list {
    gap: 2.222vw;
  }
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
  display: flex;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1440.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 0.972vw;
    line-height: 1.389vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 1.367vw;
    line-height: 1.953vw;
  }
}
@media screen and (max-width: 768.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 2.23vw;
    line-height: 2.604vw;
  }
}
@media screen and (max-width: 460.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 3vw;
    line-height: 4vw;
  }
}
@media screen and (max-width: 360.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li {
    font-size: 3.889vw;
    line-height: 5.556vw;
  }
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
  color: #80808a;
  transition: all 0.3s;
  padding-right: 15px;
  position: relative;
}
@media screen and (max-width: 1440.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
    padding-right: 1.042vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
    padding-right: 1.465vw;
  }
}
@media screen and (max-width: 768.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
    padding-right: 1.953vw;
  }
}
@media screen and (max-width: 360.02px) {
  .block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a {
    padding-right: 4.167vw;
  }
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a:hover {
  color: var(--themeColor);
}
.block-breadcrumbs .container .block-breadcrumbs__wrapper .breadcrumbs-list li a::after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #d1d1db;
}

.shops__head {
  display: grid;
  grid-template-columns: 0.7fr 0.3fr;
  gap: 48px;
}
@media screen and (max-width: 1440.02px) {
  .shops__head {
    gap: 3.2vw;
  }
}
@media screen and (max-width: 768.02px) {
  .shops__head {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768.02px) {
  .shops__contacts {
    order: -1;
  }
}
.shops__contact {
  display: flex;
  gap: 0.5em;
  align-items: flex-start;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.shops__contact:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 1440.02px) {
  .shops__contact:not(:last-child) {
    margin-bottom: 1.067vw;
  }
}
@media screen and (max-width: 768.02px) {
  .shops__contact:not(:last-child) {
    margin-bottom: 2.4vw;
  }
}
.shops__contact svg {
  flex: 0 0 24px;
}
@media screen and (max-width: 1440.02px) {
  .shops__contact {
    font-size: 1.25vw;
    line-height: 1.667vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .shops__contact {
    font-size: 1.758vw;
    line-height: 2.344vw;
  }
}
@media screen and (max-width: 768.02px) {
  .shops__contact {
    font-size: 2.344vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 460.02px) {
  .shops__contact {
    font-size: 3.344vw;
    line-height: 4.6vw;
  }
}
@media screen and (max-width: 360.02px) {
  .shops__contact {
    font-size: 4.4vw;
    line-height: 6vw;
  }
}
.shops__tabs {
  margin-top: 36px;
}
@media screen and (max-width: 1024.02px) {
  .shops__tabs {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768.02px) {
  .shops__tabs {
    margin-top: 2em;
  }
}

.phone {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 1440.02px) {
  .phone {
    gap: 0.533vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .phone {
    gap: 0.5em;
  }
}
.phone__icon {
  flex-shrink: 0;
}
.phone__num {
  font-weight: 500;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1440.02px) {
  .phone__num {
    font-size: 1.25vw;
    line-height: 1.667vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .phone__num {
    font-size: 1.758vw;
    line-height: 2.344vw;
  }
}
@media screen and (max-width: 768.02px) {
  .phone__num {
    font-size: 2.344vw;
    line-height: 3.125vw;
  }
}
@media screen and (max-width: 460.02px) {
  .phone__num {
    font-size: 3.344vw;
    line-height: 4.6vw;
  }
}
@media screen and (max-width: 360.02px) {
  .phone__num {
    font-size: 4.4vw;
    line-height: 6vw;
  }
}
.phone__work {
  color: #80808a;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1440.02px) {
  .phone__work {
    font-size: 1vw;
    line-height: 1.3vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .phone__work {
    font-size: 1.38vw;
    line-height: 1.87vw;
  }
}
@media screen and (max-width: 768.02px) {
  .phone__work {
    font-size: 1.8vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 460.02px) {
  .phone__work {
    font-size: 3vw;
    line-height: 4.4vw;
  }
}
@media screen and (max-width: 360.02px) {
  .phone__work {
    font-size: 3.85vw;
    line-height: 5vw;
  }
}

.tabs-shops__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024.02px) {
  .tabs-shops__navigation {
    gap: 1vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768.02px) {
  .tabs-shops__navigation {
    gap: 1vw;
    margin-bottom: 3vw;
  }
}
.tabs-shops__title.btn.btn-outline {
  border-color: #d1d1db;
  font-weight: 500;
  padding: 6px 44px;
}
.tabs-shops__title.btn.btn-outline._tab-active {
  background-color: #00a743;
  border-color: #00a743;
  color: #fff;
}
.tabs-shops__map {
  margin-bottom: 64px;
}
.tabs-shops__map iframe {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1440.02px) {
  .tabs-shops__map iframe {
    height: 26.667vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .tabs-shops__map iframe {
    height: 35vw;
  }
}
@media screen and (max-width: 768.02px) {
  .tabs-shops__map iframe {
    height: 50vw;
  }
}
@media screen and (max-width: 460.02px) {
  .tabs-shops__map iframe {
    height: 60vw;
  }
}
@media screen and (max-width: 1440.02px) {
  .tabs-shops__map {
    margin-bottom: 4.267vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .tabs-shops__map {
    margin-bottom: 7.267vw;
  }
}
.points__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 1.4vw;
}
@media screen and (max-width: 1440.02px) {
  .points__title {
    font-size: 1.65vw;
    line-height: 2.133vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .points__title {
    font-size: 2.36vw;
    line-height: 3vw;
  }
}
@media screen and (max-width: 768.02px) {
  .points__title {
    font-size: 3.13vw;
    line-height: 4.6vw;
  }
}
@media screen and (max-width: 460.02px) {
  .points__title {
    font-size: 4.5vw;
    line-height: 7vw;
  }
}
@media screen and (max-width: 360.02px) {
  .points__title {
    font-size: 5.5vw;
    line-height: 8vw;
  }
}
.points__body {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, 360px);
  gap: 40px;
}
@media screen and (max-width: 1440.02px) {
  .points__body {
    gap: 2.667vw;
    grid-template-columns: repeat(auto-fit, 24vw);
  }
}
@media screen and (max-width: 1024.02px) {
  .points__body {
    grid-template-columns: 36vw 36vw;
    gap: 2.3em;
  }
}
@media screen and (max-width: 768.02px) {
  .points__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 460.02px) {
  .points__body {
    grid-template-columns: 1fr;
  }
}
.point__img img {
  max-width: 100%;
}
.point__descr {
  display: inline-flex;
  gap: 8px;
  align-items: flex-start;
}
@media screen and (max-width: 1440.02px) {
  .point__descr {
    gap: 0.533vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .point__descr {
    gap: 0.5em;
  }
}
.point__title {
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 1440.02px) {
  .point__title {
    margin-bottom: 0.533vw;
    gap: 0.533vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .point__title {
    gap: 0.5em;
  }
}
@media screen and (max-width: 460.02px) {
  .point__title {
    margin-bottom: 1vw;
  }
}
.point__text {
  color: #80808a;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1440.02px) {
  .point__text {
    font-size: 1vw;
    line-height: 1.5vw;
  }
}
@media screen and (max-width: 1024.02px) {
  .point__text {
    font-size: 1.38vw;
    line-height: 2cqb;
  }
}
@media screen and (max-width: 768.02px) {
  .point__text {
    font-size: 1.8vw;
    line-height: 2.7vw;
  }
}
@media screen and (max-width: 460.02px) {
  .point__text {
    font-size: 3vw;
    line-height: 4.6vw;
  }
}
@media screen and (max-width: 360.02px) {
  .point__text {
    font-size: 3.85vw;
    line-height: 5.2vw;
  }
}