@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*:focus, *active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  scroll-behavior: smooth; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer;
  border: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ol, ul, li {
  list-style: none; }

img {
  display: block;
  max-width: 100%;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit; }

@font-face {
  font-family: "TikTokSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/TikTokSans-Regular.eot");
  src: url("../fonts/TikTokSans-Regular.woff2") format("woff2"), url("../fonts/TikTokSans-Regular.woff") format("woff"), url("../fonts/TikTokSans-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "TikTokSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/TikTokSans-Medium.eot");
  src: url("../fonts/TikTokSans-Medium.woff2") format("woff2"), url("../fonts/TikTokSans-Medium.woff") format("woff"), url("../fonts/TikTokSans-Medium.ttf") format("truetype"); }

@font-face {
  font-family: "TikTokSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/TikTokSans-Bold.eot");
  src: url("../fonts/TikTokSans-Bold.woff2") format("woff2"), url("../fonts/TikTokSans-Bold.woff") format("woff"), url("../fonts/TikTokSans-Bold.ttf") format("truetype"); }

::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.25); }

::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.25); }

:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.25); }

::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.25); }

::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.25); }

::-moz-selection {
  background-color: #2E90FA;
  color: #fff; }

::selection {
  background-color: #2E90FA;
  color: #fff; }

input, textarea {
  outline: none; }
  input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red; }
  input:required:valid, textarea:required:valid {
    border-color: #1677ff; }

body {
  font-family: TikTokSans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #000;
  background-color: #FFFFFF; }

[class*="__container"] {
  max-width: 1232px;
  margin: 0 auto; }

[class*="__containerpage"] {
  max-width: 1024px; }

/*Отступ между секциями*/
section {
  margin-top: 48px; }

svg {
  fill: none;
  width: 16px;
  height: 16px;
  stroke: #A4A7AE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*Иконки избранное и сравнение*/
.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .actions button {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    outline: none;
    background: transparent; }
    .actions button:hover {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
              box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06); }

/*Кнопки*/
.btn,
.btn-light,
.btn-blue,
.btn-gray,
.btn-trans,
.btn-bluelight {
  padding: 5px 16px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.btn {
  background-color: #FFFFFF;
  color: #252B37;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  padding: 7px 16px; }

.btn-light {
  background-color: #F5F5F5;
  color: #252B37; }
  .btn-light:hover {
    background-color: #e8e8e8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .btn-light svg.email {
    stroke: #2E90FA; }

.btn-blue {
  background-color: #2E90FA;
  color: #FDFDFD; }
  .btn-blue:hover {
    background-color: #1583f9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .btn-blue svg {
    stroke: #FDFDFD; }

.btn-gray {
  background: #f1f4f9;
  color: rgba(0, 0, 0, 0.25); }
  .btn-gray:hover {
    background-color: #dfe6f1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.btn-trans {
  border: 1px solid #d9d9d9;
  background: #fff;
  color: rgba(0, 0, 0, 0.88); }

.btn-bluelight {
  color: #1677ff;
  background: #e6f4ff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .btn-bluelight svg {
    stroke: #1677ff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .btn-bluelight:hover {
    background-color: #2E90FA;
    color: white;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .btn-bluelight:hover svg {
      stroke: white;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }

/*Хлебные крошки*/
.breadcrumb__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: rgba(0, 0, 0, 0.88);
  margin-top: 32px; }
  .breadcrumb__row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumb__row ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .breadcrumb__row ul li a {
        color: rgba(0, 0, 0, 0.45);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content; }
        .breadcrumb__row ul li a:hover {
          color: #2E90FA;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
      .breadcrumb__row ul li span {
        display: inline-block;
        padding: 0 8px;
        color: rgba(0, 0, 0, 0.45); }

/*Кнопка в хлебных крошках*/
.next-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.88);
  border-radius: 6px;
  padding: 4px 16px 4px 32px;
  background: #f5f5f5;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .next-button::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid rgba(0, 0, 0, 0.45);
    border-width: 2px 0px 0px 2px;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
  .next-button:hover {
    background: gainsboro;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

/*Заголовок на главной странице первый с dropdown города*/
.zag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .zag__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 133%;
    color: #181D27; }
    .zag__title h2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .zag__title h2 a {
        color: #2E90FA;
        margin-left: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px; }
        .zag__title h2 a svg {
          stroke: #2E90FA;
          width: 16px;
          height: 16px;
          margin-top: 5px; }

/*Заголовки на главной странице обычные*/
.zag2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .zag2__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-weight: 500;
    font-size: 30px;
    line-height: 133%;
    color: #181D27; }

span.reklama {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: white;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px; }

.blue-more {
  width: 32px;
  height: 32px;
  background-color: #2E90FA;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .blue-more svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    stroke: white; }
  .blue-more:hover {
    background-color: #1583f9; }

/*Зоголовок первого уровня на внутренних страницах*/
.h1 {
  font-weight: 400;
  font-size: 30px;
  line-height: 127%;
  margin-top: 16px; }

.h1bold {
  font-weight: 500;
  font-size: 38px;
  line-height: 121%; }

.h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 133%; }

/*Заголовок на странице с фильтрами*/
.zagpage {
  /*Класс для черного разделителя*/ }
  .zagpage__row {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .zagpage__title h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 127%; }
  .zagpage__sort {
    margin-top: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .zagpage__sort span {
      font-size: 14px;
      line-height: 157%;
      color: rgba(0, 0, 0, 0.88);
      padding: 3px 0; }
  .zagpage__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    gap: 16px; }
    .zagpage__number p {
      color: rgba(0, 0, 0, 0.45); }

.dotblack {
  position: relative;
  padding-left: 16px; }
  .dotblack:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%; }

/*Класс для серого разделителя*/
.dotgray {
  position: relative;
  padding-left: 16px; }
  .dotgray:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 50%; }

.border {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px; }

.reklama {
  position: relative; }
  .reklama span {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 1px solid #d9d9d9;
    border-radius: 90px;
    padding: 1px 8px;
    background: rgba(0, 0, 0, 0.85);
    font-weight: 500;
    font-size: 12px;
    line-height: 167%;
    color: #fff; }

.vis {
  display: none; }

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.header {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 16px; }
  .header__filtrbtn {
    display: none; }
  .header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header__item_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__item_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .header__logo_avtorization {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px; }
      .header__logo_avtorization span {
        font-size: 16px;
        line-height: 150%;
        color: rgba(0, 0, 0, 0.88); }
  .header__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .header__city a {
      color: #2E90FA;
      font-size: 14px;
      font-weight: 500; }
      .header__city a:hover {
        color: #0676ef;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .header__city svg.arrowdown {
      width: 8px;
      height: 8px; }
  .header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .header__menu {
    margin-top: 20px; }
    .header__menu ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 24px; }
      .header__menu ul li {
        padding-bottom: 6px; }
        .header__menu ul li a {
          font-size: 14px;
          font-weight: 500;
          color: rgba(0, 0, 0, 0.88);
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          position: relative;
          padding-bottom: 8px; }
          .header__menu ul li a::before {
            content: '';
            width: 100%;
            height: 1.7px;
            position: absolute;
            bottom: -2px;
            left: 0;
            background-color: transparent;
            -webkit-transition: width .5s ease, background-color .5s ease;
            transition: width .5s ease, background-color .5s ease; }
          .header__menu ul li a:hover::before {
            width: 100%;
            background-color: #2E90FA;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
      .header__menu ul li a.active {
        font-size: 14px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.88);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        position: relative;
        color: #2E90FA;
        transition: all 0.5s; }
        .header__menu ul li a.active::before {
          content: '';
          width: 100%;
          height: 1.7px;
          background-color: #2E90FA;
          position: absolute;
          bottom: -2px;
          left: 0; }
    .header__menu_mob {
      display: none; }
  .header__burger {
    display: none; }
  .header__button_mobile {
    display: none; }

.about__row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }

.about__items_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FAFAFA url("../images/dest/about/1.png") center right no-repeat;
  background-size: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  border-radius: 16px;
  padding: 32px; }
  .about__items_1 h3 {
    font-size: 24px;
    font-weight: 500;
    color: #181D27; }
  .about__items_1 p {
    font-size: 14px;
    width: 60%;
    color: #717680;
    margin-top: 4px; }

.about__items_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }

.about__items_3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .about__items_3 img {
    max-width: 100%;
    height: 100%; }
  .about__items_3 span {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: white;
    padding: 0 8px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px; }

.about__items_img {
  position: relative; }

.about__item {
  width: calc(50% - 8px);
  border-radius: 16px;
  padding: 24px; }
  .about__item_1 {
    background: #FAFAFA url("../images/dest/about/2.png") center right no-repeat;
    background-size: 50%; }
  .about__item_2 {
    background: #FAFAFA url("../images/dest/about/3.png") center right no-repeat;
    background-size: 50%; }
  .about__item_3 {
    background: #FAFAFA url("../images/dest/about/4.png") center right no-repeat;
    background-size: 50%; }
  .about__item_4 {
    background: #FAFAFA url("../images/dest/about/5.png") center right no-repeat;
    background-size: 50%; }
  .about__item_title {
    font-weight: 500;
    color: #181D27;
    width: 60%; }

.warehouse__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px; }
  .warehouse__row_map {
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.warehouse__item {
  width: calc(1/3*100% - (1 - 1/3)*16px);
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
  .warehouse__item_map {
    width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .warehouse__item_img {
    position: relative; }
    .warehouse__item_img button.client {
      width: 115px;
      height: 20px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: rgba(24, 29, 39, 0.6);
      -webkit-backdrop-filter: blur(16px);
              backdrop-filter: blur(16px);
      z-index: 200;
      color: white;
      font-size: 12px;
      border-radius: 8px; }
    .warehouse__item_img button.document {
      width: 40px;
      height: 40px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      bottom: 10px;
      right: 10px;
      background-color: white;
      z-index: 200;
      border-radius: 8px; }
      .warehouse__item_img button.document svg {
        stroke: #2E90FA; }
  .warehouse__item_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    font-size: 14px; }
  .warehouse__item_param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 12px;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #E9EAEB; }
    .warehouse__item_param span {
      color: #717680;
      margin-right: 4px; }
  .warehouse__item_more {
    color: #717680;
    margin-top: 4px; }
  .warehouse__item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    font-weight: 500; }
    .warehouse__item_link span {
      color: #717680; }
  .warehouse__item_avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .warehouse__item_avatar a {
      margin-left: 4px;
      color: #2E90FA; }
  .warehouse__item_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px; }
  .warehouse__item_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .warehouse__item_actions button {
      width: 32px;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 8px;
      outline: none;
      background: transparent; }
      .warehouse__item_actions button:hover {
        background-color: #FAFAFA;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  .warehouse__item_banner {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
    .warehouse__item_banner span {
      position: absolute;
      top: 16px;
      right: 16px;
      background-color: white;
      padding: 0 8px;
      font-size: 14px;
      font-weight: 500;
      border-radius: 16px;
      z-index: 200; }

/* Слайдер */
.slick-slider {
  overflow: hidden;
  position: relative; }

/* Слайдер запущенный */
/* Слайдер с булитами */
/* Общая оболочка */
.slick-list {
  overflow: hidden; }

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

/* Слайд */
/* Слайд активный (показыватся) */
/* Слайд основной */
/* Слайд по центру */
/* Клонованый слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активна */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
.slider {
  position: relative;
  border-radius: 16px; }

.slider .slider__item img {
  width: 100%;
  max-width: 100%; }

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  background: url("../images/arrow-down.svg") center center no-repeat;
  background-size: 40%;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 16px; }

.slider .slick-arrow.slick-prev {
  left: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }

.slider .slick-arrow.slick-next {
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }

.slider-img {
  border-radius: 16px; }
  .slider-img:hover {
    cursor: pointer; }

.slider-img-zayvka {
  border-radius: 8px; }

.slider-img-zayvka .slider__item img {
  border-radius: 8px; }

.slider-for {
  width: 100%;
  position: relative; }

.slider-for .slick-arrow {
  position: absolute;
  top: 50%;
  background: url("../images/arrow-down.svg") center center no-repeat;
  background-size: 40%;
  z-index: 1000;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 32px;
  border: 1px solid #d9d9d9; }

.slider-for .slick-arrow.slick-prev {
  left: 16px;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg); }

.slider-for .slick-arrow.slick-next {
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg); }

.slider-for .slick-arrow.slick-disabled {
  opacity: 0.5; }

.slider-nav {
  width: 100%;
  position: relative; }

.slider-for .slick-slide,
.slider-nav .slick-slide {
  margin: 0 8px; }

.slider img,
.slider-img img,
.slider-img-zayvka img {
  width: 100%;
  height: auto; }

.slider ul.slick-dots,
.slider-img ul.slick-dots,
.slider-img-zayvka ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  position: absolute;
  bottom: 18px;
  left: 0px;
  z-index: 100;
  width: 100%; }
  .slider ul.slick-dots li button,
  .slider-img ul.slick-dots li button,
  .slider-img-zayvka ul.slick-dots li button {
    font-size: 0;
    width: 24px;
    height: 3px;
    background-color: white;
    border-radius: 2px; }
  .slider ul.slick-dots li.slick-active button,
  .slider-img ul.slick-dots li.slick-active button,
  .slider-img-zayvka ul.slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, 0.4); }

.page-dots ul.slick-dots li button {
  width: 4px;
  height: 3px; }

.slider__details {
  width: 100%;
  position: relative;
  margin-top: 32px;
  overflow: hidden;
  border-radius: 16px; }
  .slider__details img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 16px; }
  .slider__details button.slick-arrow {
    position: absolute;
    top: 50%;
    background: url("../images/arrow-down.svg") center center no-repeat;
    background-size: 40%;
    z-index: 1000;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 32px;
    border: 1px solid #d9d9d9; }
    .slider__details button.slick-arrow.slick-prev {
      left: 16px;
      -webkit-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg); }
    .slider__details button.slick-arrow.slick-next {
      right: 16px;
      -webkit-transform: translateY(-50%) rotate(-90deg);
          -ms-transform: translateY(-50%) rotate(-90deg);
              transform: translateY(-50%) rotate(-90deg); }
  .slider__details_item.slick-active img {
    margin-left: 16px; }
  .slider__details_item.slick-active.slick-current img {
    margin-left: 0; }

.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 0;
  margin-top: 32px; }

.advantages__item {
  width: calc(1/5*100% - (1 - 1/5)*16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65); }
  .advantages__item_descr {
    padding: 0 32px; }

.rent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 48px; }

.rent__item {
  width: calc(1/3*100% - (1 - 1/3)*16px);
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  font-size: 14px; }
  .rent__item_number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .rent__item_number a {
      color: #2E90FA; }
      .rent__item_number a:hover {
        color: #0676ef; }
    .rent__item_number span {
      font-size: 12px;
      color: #717680;
      font-weight: 500; }
  .rent__item_title {
    margin-top: 12px; }
    .rent__item_title a {
      font-weight: 500;
      font-size: 14px;
      line-height: 143%;
      color: rgba(0, 0, 0, 0.88);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .rent__item_tags {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px; }
    .rent__item_tags a {
      font-size: 12px;
      font-weight: 500; }
  .rent__item_descr {
    margin-top: 12px; }
    .rent__item_descr p.gray {
      color: #717680;
      margin-top: 4px; }
  .rent__item_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px; }
  .rent__item_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .rent__item_counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px; }
  .rent__item_count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rent__item_count svg {
      margin-right: 4px; }

.rent__item:hover .rent__item_title a {
  color: #2E90FA;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.rent__item:hover .rent__item_button {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.filters {
  margin-top: 8px;
  padding: 16px 0 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .filters__row {
    max-width: 1232px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12px;
    width: 100%; }
  .filters__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .filters__item_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 2px;
      position: relative; }
      .filters__item_info span {
        font-size: 12px;
        line-height: 150%;
        color: rgba(0, 0, 0, 0.45); }
      .filters__item_info img {
        margin-left: 3px; }
    .filters__item_infoimg {
      cursor: pointer;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .filters__item_infoimg::before {
        content: attr(data-tooltip);
        position: absolute;
        bottom: 125%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: #2E90FA;
        color: white;
        padding: 2px 6px;
        border-radius: 4px;
        white-space: nowrap;
        display: none;
        z-index: 1;
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
        font-size: 10px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .filters__item_infoimg:hover::before {
        display: block;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .filters__item_s {
      border: 1px solid #d9d9d9;
      border-radius: 8px;
      padding: 4px 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .filters__item_s input {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        border: none; }
      .filters__item_s:has(input:focus) {
        border: 1px solid #1677ff;
        border-radius: 6px;
        -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
                box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
        background: #fff; }
      .filters__item_s span {
        font-size: 14px;
        line-height: 157%;
        color: #0958d9; }
    .filters__item_pl {
      border: 1px solid #d9d9d9;
      border-radius: 8px;
      padding: 4px 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
    .filters__item_selects {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid #d9d9d9;
      border-radius: 8px;
      padding: 4px 12px;
      width: 100%; }
      .filters__item_selects input {
        width: 50px;
        border: none; }
      .filters__item_selects:has(input:focus) {
        border: 1px solid #1677ff;
        border-radius: 6px;
        -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
                box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
        background: #fff; }
      .filters__item_selects span {
        font-size: 14px;
        line-height: 157%;
        color: #000; }
    .filters__item_selectp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid #d9d9d9;
      border-radius: 8px;
      padding: 0px 12px; }
      .filters__item_selectp input {
        width: 50px;
        border: none; }
      .filters__item_selectp:has(input:focus) {
        border: 1px solid #1677ff;
        border-radius: 6px;
        -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
                box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
        background: #fff; }
      .filters__item_selectp img {
        margin-right: 8px; }

button.filter {
  border-radius: 6px;
  padding: 5px 12px;
  width: 101px;
  background: #1677ff;
  font-size: 14px;
  line-height: 157%;
  color: #fff;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  button.filter:hover {
    background: #0069fc;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.page {
  margin-top: 24px; }
  .page__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin: 24px 0; }
  .page__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
    .page__items_left {
      width: 75%; }
    .page__items_right {
      width: auto;
      overflow: hidden; }

.gorisontal {
  width: 100%; }
  .gorisontal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
  .gorisontal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .gorisontal__item_img {
      width: 20%;
      height: auto;
      position: relative; }
      .gorisontal__item_img button.client {
        position: absolute;
        top: 12px;
        left: 12px;
        border-radius: 16px;
        padding: 2px 8px;
        font-size: 12px;
        line-height: 150%;
        color: rgba(0, 0, 0, 0.88);
        background-color: #fff;
        z-index: 100; }
    .gorisontal__item_descr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px;
      padding: 0 0 20px 0;
      border-bottom: 1px solid #f0f0f0; }
    .gorisontal__item_text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .gorisontal__item_title a {
      font-weight: 600;
      font-size: 16px;
      line-height: 150%;
      color: rgba(0, 0, 0, 0.88);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .gorisontal__item_title a:hover {
        color: #2E90FA;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .gorisontal__item_subtitle {
      font-size: 12px;
      line-height: 150%;
      color: #1f1f1f;
      margin-top: 8px; }
    .gorisontal__item_more {
      font-size: 14px;
      line-height: 157%;
      color: rgba(0, 0, 0, 0.45);
      margin-top: 16px; }
    .gorisontal__item_avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 16px;
      gap: 4px; }
      .gorisontal__item_avatar a {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #000;
        margin-left: 4px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .gorisontal__item_avatar a:hover {
          color: #2E90FA;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
    .gorisontal__item_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 16px;
      gap: 16px; }
    .gorisontal__item_actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .gorisontal__item_actions button {
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 8px;
        outline: none;
        background: transparent; }
        .gorisontal__item_actions button:hover {
          background-color: #FAFAFA;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
      .gorisontal__item_actions button.fovoriteheart svg {
        stroke: red; }
    .gorisontal__item_param {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 192px;
              flex: 0 0 192px; }
      .gorisontal__item_param p.title {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: rgba(0, 0, 0, 0.88); }
    .gorisontal__item_haracter {
      border-radius: 8px;
      border: 1px solid #f0f0f0;
      margin-top: 8px; }
      .gorisontal__item_haracter p.table {
        padding: 6px;
        border-bottom: 1px solid #f0f0f0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 600;
        font-size: 14px;
        line-height: 157%;
        color: rgba(0, 0, 0, 0.88); }
        .gorisontal__item_haracter p.table:last-child {
          border-bottom: none; }
        .gorisontal__item_haracter p.table span {
          font-weight: 400;
          font-size: 14px;
          line-height: 157%;
          color: #54606a;
          margin-right: 8px; }
    .gorisontal__item_day {
      margin-top: 54px;
      font-weight: 400;
      font-size: 12px;
      line-height: 150%;
      color: #a4aab0; }

.zayvka__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }

.zayvka__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px; }

.zayvka__item_left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 120px; }

.zayvka__item_number {
  line-height: 157%;
  color: #a4aab0; }

.zayvka__item_title {
  margin-top: 12px; }
  .zayvka__item_title a {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.88);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .zayvka__item_title a:hover {
      color: #1677ff;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }

.zayvka__item_descr {
  margin-top: 18px; }
  .zayvka__item_descr p {
    font-size: 14px;
    line-height: 157%;
    color: #1f1f1f;
    margin-bottom: 8px; }
  .zayvka__item_descr span {
    font-weight: 600;
    width: 80px;
    display: inline-block;
    margin-right: 4px; }

.zayvka__item_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 17px;
  padding: 6px 0; }
  .zayvka__item_tags p {
    color: rgba(0, 0, 0, 0.45); }
    .zayvka__item_tags p span {
      color: rgba(0, 0, 0, 0.88); }

.zayvka__item_tags1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .zayvka__item_tags1 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }

.zayvka__item_right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%; }

.zayvka__item_avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.zayvka__item_avatar img {
  margin-bottom: 12px; }

.zayvka__item_avatar p.bold {
  font-weight: 600;
  line-height: 157%;
  color: #000; }

.zayvka__item_avatar p {
  color: rgba(0, 0, 0, 0.45); }

.zayvka__item_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px; }

.content__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  .content__description_left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .content__description_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px; }

.content__map {
  margin-top: 24px; }

.content__info {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-bottom: 24px; }
  .content__info_days {
    font-size: 14px;
    color: #a4aab0; }
  .content__info_title h1 {
    font-weight: 500;
    font-size: 38px;
    line-height: 121%;
    color: #000; }
  .content__info_location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px; }
    .content__info_location p {
      font-size: 16px;
      line-height: 150%;
      color: #000; }
  .content__info_demand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 8px;
    padding: 16px 16px; }
    .content__info_demand p {
      font-weight: 500;
      font-size: 20px;
      line-height: 140%;
      text-align: center;
      color: #000; }
    .content__info_demand span {
      font-size: 12px;
      line-height: 150%;
      text-align: center;
      color: rgba(0, 0, 0, 0.45); }
  .content__info_avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .content__info_avatar img {
      width: 40px;
      height: 40px; }
    .content__info_avatar a {
      margin-left: 12px;
      font-weight: 600;
      font-size: 14px;
      line-height: 157%;
      color: #000; }

.parametrs {
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
  .parametrs__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px; }
    .parametrs__title p {
      font-weight: 600;
      font-size: 20px;
      line-height: 140%;
      color: rgba(0, 0, 0, 0.88); }
    .parametrs__title span {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #54606a; }
  .parametrs__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #f0f0f0;
    border-radius: 8px; }
    .parametrs__table p.table {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      border-right: 1px solid #f0f0f0;
      padding: 8px; }
    .parametrs__table p.presentation {
      border-top: 1px solid #f0f0f0;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .parametrs__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px; }
    .parametrs__button a {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 8px 0; }
  .parametrs__avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .parametrs__avatar_img {
      margin-bottom: 41px; }
    .parametrs__avatar_text p.bold {
      font-weight: 600;
      line-height: 157%;
      color: #000; }
    .parametrs__avatar_text p {
      color: rgba(0, 0, 0, 0.45); }
  .parametrs__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
    padding: 6px 0;
    gap: 16px; }
    .parametrs__tags p {
      color: rgba(0, 0, 0, 0.45);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 4px; }
      .parametrs__tags p span {
        color: rgba(0, 0, 0, 0.88); }

.reward {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px; }
  .reward__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .reward__text p {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000; }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rating__star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 24px;
    border-right: 1px solid #f0f0f0; }
  .rating__reviews {
    padding-left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.bordertop {
  border-top: 1px solid #f0f0f0;
  margin-top: 24px; }

.borderbottom {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 24px; }

.spisok {
  margin-top: 24px; }
  .spisok__container {
    padding-bottom: 24px;
    border-bottom: 1px solid #F0F0F0; }
  .spisok__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px; }
    .spisok__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px;
      margin-bottom: 4px;
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; }
      .spisok__list li p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.65); }
      .spisok__list li span {
        font-weight: 600;
        font-size: 14px;
        color: #1677ff;
        display: inline-block;
        margin-left: 4px; }

.characteristics {
  padding: 24px 0;
  border-top: 1px solid #E9EAEB; }
  .characteristics h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    color: #000;
    margin-bottom: 24px; }
  .characteristics__items {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    padding-bottom: 24px; }
  .characteristics__item {
    margin-bottom: 24px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }
    .characteristics__item_1 {
      padding-top: 24px;
      border-top: 1px solid #E9EAEB; }
  .characteristics__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.88); }
  .characteristics__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #54606a; }

.bordernone {
  border-top: 0px; }

.status {
  padding-top: 48px;
  border-top: 1px solid #d9d9d9; }
  .status__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px; }
  .status__item_descr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }

.statuszag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-grid-row: 8;
  grid-area: 8px; }
  .statuszag span {
    font-size: 14px;
    line-height: 157%;
    color: rgba(0, 0, 0, 0.25); }
  .statuszag p {
    font-size: 30px;
    line-height: 127%;
    color: #000; }

.count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .count img {
    display: block;
    width: 28px;
    height: 28px; }
  .count p {
    font-weight: 500;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #000;
    margin-left: 16px; }

.statustext {
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.45);
  width: 399px; }

.grade {
  margin-top: 24px; }
  .grade__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grade__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    border-left: 1px solid #d9d9d9;
    padding-left: 48px; }
    .grade__item:first-child {
      border-left: none;
      padding-left: 0px; }
    .grade__item_title {
      font-size: 14px;
      line-height: 157%;
      color: #54606a;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 4px; }
      .grade__item_title span {
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: rgba(0, 0, 0, 0.88); }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .progress__item {
    position: relative;
    padding-left: 120px;
    color: rgba(0, 0, 0, 0.88); }
    .progress__item_5, .progress__item_4, .progress__item_3, .progress__item_2, .progress__item_1 {
      position: relative; }
      .progress__item_5::before, .progress__item_4::before, .progress__item_3::before, .progress__item_2::before, .progress__item_1::before {
        content: '';
        width: 110px;
        height: 8px;
        background: #f0f0f0;
        position: absolute;
        top: 50%;
        left: 0;
        border-radius: 32px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 1; }
      .progress__item_5::after, .progress__item_4::after, .progress__item_3::after, .progress__item_2::after, .progress__item_1::after {
        content: '';
        width: 90px;
        height: 8px;
        background: #1677ff;
        position: absolute;
        top: 50%;
        left: 0;
        border-radius: 32px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 2; }
    .progress__item_4::after {
      width: 30px; }
    .progress__item_3::after {
      width: 8px; }
    .progress__item_2::after {
      width: 8px; }
    .progress__item_1::after {
      width: 8px; }

.reviews {
  padding-top: 34px;
  margin: 24px 0 95px 0;
  border-top: 1px solid #d9d9d9; }
  .reviews__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
  .reviews__item {
    width: calc(1/2*100% - (1 - 1/2)*16px);
    margin-top: 8px; }
    .reviews__item_avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 8px; }
      .reviews__item_avatar p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: rgba(0, 0, 0, 0.88); }
        .reviews__item_avatar p span {
          color: #54606a;
          font-weight: 400; }
      .reviews__item_avatar img {
        border-radius: 50%; }
    .reviews__item_raiting {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 8px; }
      .reviews__item_raiting img {
        height: 100%; }
      .reviews__item_raiting p {
        font-weight: 400;
        font-size: 14px;
        line-height: 157%;
        color: rgba(0, 0, 0, 0.45);
        margin-left: 8px; }
    .reviews__item_text {
      margin-top: 12px;
      font-size: 16px;
      line-height: 150%;
      color: #54606a; }
  .reviews a {
    border-radius: 8px;
    padding: 8px 65px;
    background: #f5f5f5;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.88);
    display: inline-block;
    margin-top: 48px; }

.request {
  margin-bottom: 48px; }
  .request__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 24px; }
  .request__items_left {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
  .request__items_right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
  .request__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    padding: 16px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 16px; }
    .request__item_img {
      width: 40%;
      height: auto;
      position: relative;
      border-radius: 8px; }
      .request__item_img img {
        width: 100%;
        max-width: 100%; }
      .request__item_img button.client {
        position: absolute;
        top: 12px;
        left: 12px;
        border-radius: 16px;
        padding: 2px 8px;
        font-size: 12px;
        line-height: 150%;
        color: rgba(0, 0, 0, 0.88);
        background-color: #fff;
        z-index: 100; }
      .request__item_img button.document {
        position: absolute;
        bottom: 12px;
        right: 12px;
        width: 40px;
        height: 40px;
        background-color: #fff;
        -webkit-box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        z-index: 100; }
    .request__item_descr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: none;
      padding: 0 0 0 0;
      gap: 0px; }
    .request__item_param {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.88);
      padding-bottom: 8px;
      border-bottom: 1px solid #E9EAEB; }
      .request__item_param span {
        color: #717680;
        margin-right: 4px; }
    .request__item_title {
      margin-top: 8px; }
      .request__item_title a {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: rgba(0, 0, 0, 0.88); }
        .request__item_title a:hover {
          color: #2E90FA; }
    .request__item_more {
      margin-top: 4px;
      color: rgba(0, 0, 0, 0.45); }
    .request__item_avatar {
      margin-top: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 4px 0; }
      .request__item_avatar a {
        font-size: 12px;
        line-height: 150%;
        color: #000;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .request__item_avatar a:hover {
          color: #2E90FA;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
    .request__item_buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 8px; }
    .request__item_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
    .request__item_actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .request__item_actions button {
        width: 32px;
        height: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 8px;
        outline: none;
        background: transparent; }
        .request__item_actions button:hover {
          background-color: #FAFAFA;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }

.pagination {
  margin-top: 24px;
  margin-bottom: 32px; }
  .pagination__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px; }
  .pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px; }
    .pagination__list li a {
      width: 32px;
      height: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px;
      line-height: 157%;
      text-align: center;
      color: rgba(0, 0, 0, 0.88); }
    .pagination__list li:hover a {
      border: 1px solid #1677ff;
      border-radius: 6px;
      color: #1677ff; }
    .pagination__list li.active a {
      border: 1px solid #1677ff;
      border-radius: 6px;
      color: #1677ff; }
    .pagination__list li.prev svg {
      width: 14px;
      height: 14px;
      stroke: rgba(0, 0, 0, 0.25); }
    .pagination__list li.next svg {
      width: 14px;
      height: 14px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      stroke: rgba(0, 0, 0, 0.88); }

.pagination__item > .choices {
  width: 100%;
  border: 1px solid transparent; }

.pagination__item > .choices > .choices__inner {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0px 12px;
  background: #fff;
  min-height: auto; }

.pagination__item > .is-focused {
  border: 1px solid #1677ff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  background: #fff; }

.pagination__item > .choices__list > .choices__item {
  white-space: nowrap; }

.pagination__item > .choices[data-type*=select-one] > .choices__inner {
  padding-bottom: 0; }

.pagination__item > .choices > .choices__list--dropdown,
.pagination__item > .choices > .choices__list[aria-expanded] {
  border-radius: 8px;
  padding: 4px;
  margin-top: 8px;
  -webkit-box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border: none;
  width: 150px;
  min-width: 100%; }

.pagination__item > .choices[data-type*=select-one]::after {
  width: 8px;
  height: 8px;
  z-index: 3;
  top: 45%;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.pagination__item > .choices[data-type*=select-one].is-open::after {
  top: 65%;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-width: 2px 2px 0 0; }

.pagination__item > .choices > .choices__list--dropdown .choices__item--selectable[data-select-text], .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 0; }

.pagination__item > .choices > .choices__list--dropdown .choices__item--selectable.is-highlighted, .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  border-radius: 8px; }

.pagination__item > .choices > .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  max-height: 250px; }

.pagination__item > .choices > .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  padding: 8px 12px; }

.map {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .map__map {
    width: 100%;
    height: 100vh;
    background: url("../images/dest/image.png") center center no-repeat;
    background-size: cover; }
  .map__wrapper {
    width: 440px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
    .map__wrapper.active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
      .map__wrapper.active svg.mapsvg {
        stroke: blue;
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
  .map__slide {
    height: 100%;
    padding-bottom: 20px;
    overflow-y: auto; }
  .map__button {
    width: 44px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: -44px;
    border-radius: 0 8px 8px 0;
    padding: 0px 0px 0px 8px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    background: #fff;
    z-index: 1000; }
    .map__button svg.mapsvg {
      stroke: black;
      margin-left: 10px; }

.tabswrapper__container {
  padding: 0 0px; }

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 24px; }

.nav-tab {
  padding: 12px 0;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.88); }

.nav-tab.active {
  position: relative;
  color: #1677ff; }
  .nav-tab.active::before {
    content: '';
    width: 100%;
    height: 1.7px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #1677ff;
    -webkit-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease; }

.tab-pane {
  display: none; }

.tab-pane.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form {
  max-width: 608px;
  margin: 0 auto 48px;
  margin-top: 32px;
  padding: 24px; }
  .form__wrapper {
    margin-top: 24px;
    padding: 16px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    background: #f5f5f5; }
  .form__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000; }
  .form__input {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 9px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff; }
    .form__input input {
      border: none;
      width: 100%; }
    .form__input span {
      font-weight: 400;
      font-size: 14px;
      line-height: 0;
      color: rgba(0, 0, 0, 0.25);
      margin-right: 4px; }
    .form__input:has(input:focus) {
      border: 1px solid  #1677ff; }
      .form__input:has(input:focus) span {
        color: black; }
  .form__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
  .form__button {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 8px 16px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: rgba(0, 0, 0, 0.25); }
    .form__button:hover {
      border: 1px solid #1677ff;
      background: #1677ff;
      color: white;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .form__pass {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.88); }
    .form__pass:hover {
      background-color: #fff;
      border: 1px solid #d9d9d9;
      color: rgba(0, 0, 0, 0.88); }
  .form__link {
    padding-top: 16px;
    border-top: 1px solid #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .form__link a {
      color: rgba(0, 0, 0, 0.88);
      font-weight: 400;
      font-size: 14px;
      line-height: 157%; }

.sorting > .choices {
  width: 100%; }

.sorting > .choices > .choices__inner {
  padding: 0 12px 0 0;
  color: #1677ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  min-height: auto;
  border: none; }

.sorting > .is-focused,
.sorting > .is-open > .choices__inner {
  border: none; }

.sorting > .choices__list > .choices__item {
  white-space: nowrap; }

.sorting > .choices[data-type*=select-one] > .choices__inner {
  padding-bottom: 0; }

.sorting > .choices > .choices__list--dropdown,
.sorting > .choices > .choices__list[aria-expanded] {
  border-radius: 8px;
  padding: 4px;
  margin-top: 0px;
  -webkit-box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border: none;
  width: 300px;
  min-width: 100%; }

.sorting > .choices[data-type*=select-one]::after {
  width: 7px;
  height: 7px;
  z-index: 3;
  top: 40%;
  border: 1px solid #1677ff;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.sorting > .choices[data-type*=select-one].is-open::after {
  top: 70%;
  border: 1px solid #1677ff;
  border-width: 2px 2px 0 0; }

.sorting > .choices > .choices__list--dropdown .choices__item--selectable[data-select-text], .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 0; }

.sorting > .choices > .choices__list--dropdown .choices__item--selectable.is-highlighted, .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  border-radius: 4px; }

.sorting > .choices > .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  max-height: none; }

.sorting > .choices > .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  padding: 8px 12px; }

.filters__item_select > .choices {
  width: 100%;
  border: 1px solid transparent; }

.filters__item_select > .choices > .choices__inner {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 0px 12px;
  background: #fff;
  min-height: auto; }

.filters__item_select > .is-focused {
  border: 1px solid #1677ff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  background: #fff; }

.filters__item_select > .choices__list > .choices__item {
  white-space: nowrap; }

.filters__item_select > .choices[data-type*=select-one] > .choices__inner {
  padding-bottom: 0; }

.filters__item_select > .choices > .choices__list--dropdown,
.filters__item_select > .choices > .choices__list[aria-expanded] {
  border-radius: 8px;
  padding: 4px;
  margin-top: 8px;
  -webkit-box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border: none;
  width: auto;
  min-width: 100%; }

.filters__item_select > .choices[data-type*=select-one]::after {
  width: 8px;
  height: 8px;
  z-index: 3;
  top: 40%;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.filters__item_select > .choices[data-type*=select-one].is-open::after {
  top: 70%;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-width: 2px 2px 0 0; }

.filters__item_select > .choices > .choices__list--dropdown .choices__item--selectable[data-select-text], .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 0; }

.filters__item_select > .choices > .choices__list--dropdown .choices__item--selectable.is-highlighted, .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background: #e6f4ff;
  border-radius: 8px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: rgba(0, 0, 0, 0.88); }
  .filters__item_select > .choices > .choices__list--dropdown .choices__item--selectable.is-highlighted::before, .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../images/checkblue.svg") center center no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.filters__item_select > .choices > .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  max-height: 300px; }

.filters__item_select > .choices > .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  padding: 8px 12px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content; }

.plosh > .choices {
  width: 100%;
  border: 1px solid transparent; }

.plosh > .choices > .choices__inner {
  padding: 0 10px 0 0;
  color: rgba(0, 0, 0, 0.88);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  min-height: auto;
  border: none; }

.plosh > .is-focused,
.plosh > .is-open > .choices__inner {
  border: none; }

.plosh > .choices__list > .choices__item {
  white-space: nowrap; }

.plosh > .choices[data-type*=select-one] > .choices__inner {
  padding-bottom: 0; }

.plosh > .choices > .choices__list--dropdown,
.plosh > .choices > .choices__list[aria-expanded] {
  border-radius: 8px;
  padding: 4px;
  margin-top: 8px;
  -webkit-box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  border: none;
  width: auto;
  min-width: 100%; }

.plosh > .choices[data-type*=select-one]::after {
  width: 6px;
  height: 6px;
  z-index: 3;
  top: 50%;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.plosh > .choices[data-type*=select-one].is-open::after {
  top: 70%;
  border: 1px solid rgba(0, 0, 0, 0.45);
  border-width: 2px 2px 0 0; }

.plosh > .choices > .choices__list--dropdown .choices__item--selectable[data-select-text], .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 0; }

.plosh > .choices > .choices__list--dropdown .choices__item--selectable.is-highlighted, .filters__item_select > .choices > .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  border-radius: 4px; }

.plosh > .choices > .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  max-height: none; }

.plosh > .choices > .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  padding: 8px 12px; }

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 0px;
  z-index: 1000;
  padding-top: 24px;
  border-bottom: 1px solid #f0f0f0; }

.vis {
  display: none; }

.filters.sticky {
  max-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 2000; }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible; }

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 858px;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 24px 24px 24px; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: flex; }

.modal-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%; }

.modal-close {
  cursor: pointer; }

.modal-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 12px; }

.modal-tabs {
  margin-bottom: 20px; }

.modal-item {
  width: 100%; }

.district-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0; }

.group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }

.group-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 157%; }

.districts-flex {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3; }

.district-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 8px; }
  .district-item:first-child {
    margin-top: 0; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px; }

.comparison {
  width: 100%; }
  .comparison__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%; }
  .comparison__items_left {
    width: 20%; }
  .comparison__items_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-top: 15px; }
  .comparison__items_price {
    margin-top: 150px;
    color: rgba(0, 0, 0, 0.88); }
  .comparison__items_adress {
    margin-top: 63px;
    color: rgba(0, 0, 0, 0.88); }
  .comparison__items_right {
    width: 80%; }
  .comparison__item {
    position: relative; }
    .comparison__item_text {
      margin-bottom: 12px; }
      .comparison__item_text span {
        display: none; }
    .comparison__item_close {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 8px;
      right: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08); }
      .comparison__item_close svg {
        stroke: black;
        width: 10px;
        height: 10px; }
    .comparison__item_img img {
      width: 100%; }
    .comparison__item_sum {
      margin-top: 15px; }
      .comparison__item_sum p {
        font-weight: 600;
        color: rgba(0, 0, 0, 0.88); }
    .comparison__item_button {
      margin-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
    .comparison__item_descr {
      margin-top: 16px; }

.accordion {
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 46px;
  cursor: pointer; }
  .accordion.active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.mt24 {
  margin-top: 24px; }

.hidden-block {
  opacity: 0;
  height: 0;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }

.hidden-block.visible {
  opacity: 1;
  height: 100%;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }

.footer {
  background-color: #252B37;
  padding: 40px 0; }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px; }
  .footer__item_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__item_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__item_logo img {
      width: 70%; }
    .footer__item_logo span {
      font-size: 12px;
      color: #535862;
      margin-top: 4px;
      font-weight: 500; }
  .footer__item_politik a {
    color: #2E90FA;
    font-size: 12px;
    font-weight: 500; }
  .footer__item_links {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px; }
  .footer__item_link {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #EFF8FF; }
    .footer__item_link p {
      font-weight: 500;
      margin-bottom: 16px; }
    .footer__item_link a {
      color: #EFF8FF;
      font-weight: 400;
      margin-bottom: 8px; }
      .footer__item_link a:hover {
        color: #2E90FA;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  .footer__item_contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer__item_phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .footer__item_phone span {
      font-size: 12px;
      color: #535862;
      font-weight: 500; }
    .footer__item_phone a {
      font-size: 20px;
      color: #EFF8FF; }
      .footer__item_phone a:hover {
        color: #2E90FA;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  .footer__item_message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .footer__item_message a {
      width: 36px;
      height: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #535862;
      border-radius: 50%; }
      .footer__item_message a:hover {
        background-color: #2E90FA;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }

@media (max-width: 1349px) {
  [class*="__container"] {
    max-width: 100%;
    padding: 0 60px; }
  [class*="__containerpage"] {
    max-width: 100%; }
  /*Заголовок на главной странице первый с dropdown города*/
  .zag__title {
    font-size: 28px; }
  /*Заголовки на главной странице обычные*/
  .zag2__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    font-size: 28px; }
  .btn,
  .btn-light,
  .btn-blue,
  .btn-gray,
  .btn-trans,
  .btn-bluelight {
    padding: 10px 25px; }
  .btn-light {
    padding: 10px 12px; }
  .filters {
    padding: 16px 0 24px 0; }
    .filters__container {
      padding: 0 0px; }
    .filters__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      gap: 12px; }
    .filters__item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .warehouse__item {
    padding: 10px; }
    .warehouse__item_more {
      color: #717680;
      margin-top: 4px; }
    .warehouse__item_link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 14px;
      font-weight: 500; }
      .warehouse__item_link span {
        color: #717680;
        margin-top: 10px; }
    .warehouse__item_avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .warehouse__item_avatar img {
        width: 40px;
        height: 40px; }
      .warehouse__item_avatar a {
        line-height: 120%; }
    .warehouse__item_button {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .warehouse__item_button a {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .warehouse__item_actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: auto;
      gap: 8px; }
      .warehouse__item_actions button {
        width: 40px;
        height: 40px;
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
    .warehouse__item_banner {
      padding: 0; }
  .rent__item {
    width: calc(1/2*100% - (1 - 1/2)*16px); }
    .rent__item_button {
      opacity: 1; }
  .blue-more {
    width: 40px;
    height: 40px; }
    .blue-more:hover {
      background-color: #1583f9; }
  .spisok {
    margin-top: 24px; }
    .spisok__container {
      padding-bottom: 24px;
      border-bottom: 1px solid #F0F0F0; }
    .spisok__row {
      padding-bottom: 10px; }
  .footer__item_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer__item_link {
    width: calc(1/2*100% - (1 - 1/2)*24px); }
    .footer__item_link p {
      color: #2E90FA; }
  .footer__item_contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer__item_message {
    margin-top: 20px; }
  .footer__item_politik {
    margin-top: 10px; }
  .comparison__item_button {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .comparison__item_button a {
      width: 100%;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .accordion {
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    margin-top: 46px;
    cursor: pointer; }
    .accordion.active svg {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .mt24 {
    margin-top: 24px; }
  .hidden-block {
    opacity: 0;
    height: 0;
    -webkit-transition: height 0.3s;
    transition: height 0.3s; }
  .hidden-block.visible {
    opacity: 1;
    height: 100%;
    -webkit-transition: height 0.3s;
    transition: height 0.3s; }
  .zayvka__items {
    width: 100%; }
  .zayvka__item_left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 20px; }
  .zayvka__item_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%; }
  .zayvka__item_tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 16px; } }

@media (max-width: 1199px) {
  [class*="__container"] {
    max-width: 100%;
    padding: 0 40px; }
  .btn,
  .btn-light,
  .btn-blue,
  .btn-gray,
  .btn-trans,
  .btn-bluelight {
    padding: 10px 25px; }
  .about__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
  .about__items_1 {
    background-size: 30%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-height: 250px; }
  .about__items_2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .about__items_3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 296px;
            flex: 0 0 296px; }
  .about__items_img {
    position: relative; }
  .about__item {
    padding: 24px;
    overflow: hidden; }
    .about__item_1 {
      background: #FAFAFA url("../images/dest/about/2.png") bottom -10px right no-repeat;
      background-size: 40%; }
    .about__item_2 {
      background: #FAFAFA url("../images/dest/about/3.png") bottom -10px right no-repeat;
      background-size: 40%; }
    .about__item_3 {
      background: #FAFAFA url("../images/dest/about/4.png") bottom -10px right no-repeat;
      background-size: 40%; }
    .about__item_4 {
      background: #FAFAFA url("../images/dest/about/5.png") bottom -10px right no-repeat;
      background-size: 40%; }
  /*Заголовок на главной странице первый с dropdown города*/
  .zag__title {
    font-size: 24px; }
  /*Заголовки на главной странице обычные*/
  .zag2__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    font-size: 24px; }
  .filters.sticky {
    padding: 16px 40px 24px 40px; }
  .warehouse__item {
    padding: 10px; }
    .warehouse__item_more {
      color: #717680;
      margin-top: 4px; }
    .warehouse__item_link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 14px;
      font-weight: 500; }
      .warehouse__item_link span {
        color: #717680;
        margin-top: 10px; }
    .warehouse__item_avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .warehouse__item_avatar img {
        width: 40px;
        height: 40px; }
      .warehouse__item_avatar a {
        line-height: 120%; }
    .warehouse__item_button {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .warehouse__item_button a {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
    .warehouse__item_actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: auto;
      gap: 8px; }
      .warehouse__item_actions button {
        width: 40px;
        height: 40px;
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
    .warehouse__item_banner {
      padding: 0; }
  .advantages__row {
    padding: 16px 0; }
  .advantages__item_descr {
    padding: 0 15px; }
  .rent__item {
    width: calc(1/2*100% - (1 - 1/2)*16px); }
    .rent__item_button {
      opacity: 1; }
  .blue-more {
    width: 40px;
    height: 40px; }
    .blue-more:hover {
      background-color: #1583f9; }
  .page__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .page__items_left {
    width: 100%; }
  .pagination__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer__item_info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer__item_link {
    width: calc(1/2*100% - (1 - 1/2)*24px); }
    .footer__item_link p {
      color: #2E90FA; }
  .footer__item_contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer__item_message {
    margin-top: 20px; }
  .footer__item_politik {
    margin-top: 10px; }
  .comparison__items_left {
    width: 30%; }
  .comparison__items_right {
    width: 70%; }
  .content__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .content__description_left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .content__description_right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
  .content__map {
    margin-top: 0;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; }
    .content__map img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 16px; }
  .content__info {
    padding-bottom: 16px; }
  .parametrs {
    margin-top: 0px;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; }
    .parametrs__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .status {
    padding-top: 48px;
    border-top: 0px solid #d9d9d9; }
  .characteristics {
    padding: 24px 0;
    border-top: 1px solid #E9EAEB; }
  .content__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px; }
    .content__description_left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .content__description_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 400px;
              flex: 0 0 400px; }
  .content__map {
    margin-top: 24px; }
  .content__info {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    padding-bottom: 24px; }
    .content__info_days {
      font-size: 14px;
      color: #a4aab0; }
    .content__info_title h1 {
      font-weight: 500;
      font-size: 30px;
      line-height: 121%;
      color: #000; }
    .content__info_location {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 4px; }
      .content__info_location p {
        font-size: 16px;
        line-height: 150%;
        color: #000; }
    .content__info_demand {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid #d9d9d9;
      background: #fff;
      border-radius: 8px;
      padding: 16px 16px; }
      .content__info_demand p {
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        text-align: center;
        color: #000; }
      .content__info_demand span {
        font-size: 12px;
        line-height: 150%;
        text-align: center;
        color: rgba(0, 0, 0, 0.45); }
    .content__info_avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .content__info_avatar img {
        width: 40px;
        height: 40px; }
      .content__info_avatar a {
        margin-left: 12px;
        font-weight: 600;
        font-size: 14px;
        line-height: 157%;
        color: #000; }
  .border {
    border-bottom: 0px solid #d9d9d9; }
  .parametrs {
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    padding: 24px;
    background: #fff;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
    .parametrs__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 8px; }
      .parametrs__title p {
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: rgba(0, 0, 0, 0.88); }
      .parametrs__title span {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #54606a; }
    .parametrs__table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border: 1px solid #f0f0f0;
      border-radius: 8px; }
      .parametrs__table p.table {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        border-right: 1px solid #f0f0f0;
        padding: 8px; }
      .parametrs__table p.presentation {
        border-top: 1px solid #f0f0f0;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        padding: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .parametrs__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      gap: 8px; }
      .parametrs__button a {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 8px 25px; }
    .parametrs__avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
      .parametrs__avatar_img {
        margin-bottom: 41px; }
      .parametrs__avatar_text p.bold {
        font-weight: 600;
        line-height: 157%;
        color: #000; }
      .parametrs__avatar_text p {
        color: rgba(0, 0, 0, 0.45); }
    .parametrs__tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 16px;
      padding: 6px 0;
      gap: 16px; }
      .parametrs__tags p {
        color: rgba(0, 0, 0, 0.45);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 4px; }
        .parametrs__tags p span {
          color: rgba(0, 0, 0, 0.88); }
  .reward {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    .reward__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .reward__text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #000; }
  .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .rating__star {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 24px;
      border-right: 1px solid #f0f0f0; }
    .rating__reviews {
      padding-left: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .bordertop {
    border-top: 1px solid #f0f0f0;
    margin-top: 24px; }
  .borderbottom {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 24px; }
  .content__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .content__description_left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .content__description_right {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
  .content__map {
    margin-top: 0;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; }
    .content__map img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 16px; }
  .content__info {
    padding-bottom: 16px; }
  .request__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .request__items_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
  .request__items_right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; } }

@media (max-width: 991px) {
  body.lock {
    overflow-y: auto; }
  [class*="__container"] {
    max-width: 100%;
    padding: 0 15px; }
  .filters.sticky {
    padding: 16px 15px 24px 15px; }
  section {
    margin-top: 24px; }
  .form {
    margin: 0 auto 48px; }
  .h1 {
    margin-top: 0px; }
  .btn,
  .btn-light,
  .btn-blue,
  .btn-gray,
  .btn-trans,
  .btn-bluelight {
    padding: 10px 25px; }
  .btn-light,
  .btn-gray {
    padding: 10px 12px; }
  .header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100; }
  .header {
    padding: 10px 0px;
    background-color: #fff;
    width: 100%; }
    .header__item_left {
      gap: 16px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .header__item_right {
      display: none; }
    .header__logo {
      width: 40%;
      gap: 0px; }
      .header__logo_avtorization {
        display: none; }
    .header__city {
      display: none; }
      .header__city_mob {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0; }
        .header__city_mob a {
          font-size: 18px; }
    .header svg.arrowdown {
      width: 16px;
      height: 16px; }
    .header__actions_mob {
      margin-top: 16px;
      gap: 8px; }
      .header__actions_mob button {
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
        width: 40px;
        height: 40px; }
    .header__button_mob {
      margin-top: 16px; }
    .header__menu {
      display: none;
      position: absolute;
      top: 45px;
      left: 0;
      background-color: #fff;
      width: 100%;
      padding: 10px 0;
      height: 100vh;
      z-index: 2000; }
      .header__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 16px;
        gap: 16px; }
        .header__menu ul li {
          padding-bottom: 16px;
          padding-left: 10px; }
          .header__menu ul li a {
            font-size: 18px; }
            .header__menu ul li a.active {
              font-size: 18px; }
      .header__menu_mob {
        padding: 0 10px 16px 10px;
        margin-top: 16px;
        display: block; }
      .header__menu.active {
        display: block; }
    .header__burger {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      cursor: pointer; }
      .header__burger span, .header__burger::before, .header__burger::after {
        content: '';
        width: 40px;
        height: 1.5px;
        background-color: rgba(0, 0, 0, 0.88);
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .header__burger::before {
        -webkit-transform: translateY(-13px);
            -ms-transform: translateY(-13px);
                transform: translateY(-13px); }
      .header__burger::after {
        -webkit-transform: translateY(13px);
            -ms-transform: translateY(13px);
                transform: translateY(13px); }
      .header__burger.active span {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
      .header__burger.active::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__burger.active::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .header__button_mobile {
      display: block;
      margin-left: auto; }
  .zag2__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%; }
  .zag__title {
    font-size: 20px; }
  .zag2__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    font-size: 20px; }
  /*Заголовок на странице с фильтрами*/
  .zagpage__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .zagpage__title h1 {
    font-size: 20px;
    margin-top: 10px; }
  .zagpage__map {
    margin-top: 10px; }
  .zagpage__sort {
    margin-top: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .zagpage__sort span {
      font-size: 14px;
      line-height: 157%;
      color: rgba(0, 0, 0, 0.88);
      padding: 3px 0; }
  .zagpage__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    gap: 16px; }
    .zagpage__number p {
      color: rgba(0, 0, 0, 0.45); }
  .warehouse__row {
    gap: 8px; }
  .warehouse__item {
    width: calc(1/2*100% - (1 - 1/2)*8px); }
    .warehouse__item_map {
      width: 90%;
      margin: 0 auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .warehouse__item_link {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .warehouse__item_link span {
        font-size: 14px;
        margin-top: 10px; }
    .warehouse__item_avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .warehouse__item_avatar img {
        width: 40px;
        height: 40px; }
      .warehouse__item_avatar a {
        margin-left: 4px;
        color: #2E90FA;
        font-size: 14px; }
    .warehouse__item_button {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start; }
    .warehouse__item_actions {
      gap: 8px; }
      .warehouse__item_actions button {
        width: 40px;
        height: 40px;
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
  .map__wrapper {
    width: 50%; }
  .advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0px 0;
    margin-top: 32px;
    gap: 16px; }
  .advantages__item {
    width: calc(1/3*100% - (1 - 1/3)*16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.65); }
    .advantages__item_descr {
      padding: 0 32px; }
  .rent__item {
    width: calc(1/2*100% - (1 - 1/2)*16px); }
    .rent__item_button {
      opacity: 1; }
  .blue-more {
    width: 40px;
    height: 40px;
    background-color: #2E90FA;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .blue-more svg {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      stroke: white; }
    .blue-more:hover {
      background-color: #1583f9; }
  .footer {
    padding: 40px 0; }
    .footer__row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .footer__item_info {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .footer__item_links {
      gap: 16px;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .footer__item_link {
      width: calc(1/4*100% - (1 - 1/4)*16px); }
    .footer__item_contact {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 16px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-left: auto;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: auto; }
    .footer__item_message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
  .gorisontal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gorisontal__item_img {
    width: 35%; }
  .gorisontal__item_descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gorisontal__item_text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .gorisontal__item_avatar img {
    width: 40px;
    height: 40px; }
  .gorisontal__item_avatar a {
    font-size: 14px; }
  .gorisontal__item_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    gap: 16px; }
    .gorisontal__item_button a {
      padding: 10px 10px; }
  .gorisontal__item_actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px; }
    .gorisontal__item_actions button {
      width: 50px;
      height: 50px;
      -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
    .gorisontal__item_actions button.fovoriteheart svg {
      stroke: red; }
  .gorisontal__item_day {
    margin-top: 16px;
    font-size: 14px; }
  .spisok__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .comparison__items_left {
    width: 30%; }
  .comparison__items_right {
    width: 70%; }
  .parametrs {
    margin-top: 0px; }
  .status {
    padding-top: 48px;
    border-top: 0px solid #d9d9d9; }
  .characteristics {
    padding: 0px 0;
    border-top: 1px solid #E9EAEB; }
  .grade {
    margin-top: 24px; }
    .grade__item {
      padding-left: 24px; }
  .reviews__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .reviews__item {
    width: calc(1/1*100% - (1 - 1/1)*16px); }
  .characteristics {
    padding: 24px 0;
    border-top: 1px solid #E9EAEB; }
    .characteristics h2 {
      font-weight: 500;
      font-size: 24px;
      line-height: 133%;
      color: #000;
      margin-bottom: 24px; }
    .characteristics__items {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 16px;
         -moz-column-gap: 16px;
              column-gap: 16px;
      padding-bottom: 24px; }
    .characteristics__item {
      margin-bottom: 24px;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; }
      .characteristics__item_1 {
        padding-top: 24px;
        border-top: 1px solid #E9EAEB; }
    .characteristics__title {
      font-weight: 600;
      font-size: 16px;
      line-height: 150%;
      color: rgba(0, 0, 0, 0.88); }
    .characteristics__text {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #54606a; }
  .bordernone {
    border-top: 0px; }
  .modal {
    width: 90%;
    max-height: calc(100vh - 120px); }
  .districts-flex {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .modal-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 12px;
    overflow-y: auto; }
  .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px; }
    .modal-footer button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }

@media (max-width: 767px) {
  [class*="__container"] {
    max-width: 100%;
    padding: 0 20px; }
  section {
    margin-top: 24px; }
  .zag {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .zag__title {
      font-size: 18px;
      width: 100%; }
      .zag__title h2 {
        display: block; }
        .zag__title h2 a {
          color: #2E90FA;
          margin-left: 0;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          margin-top: 8px; }
          .zag__title h2 a svg {
            margin-top: 3px; }
    .zag__button {
      margin-top: 8px; }
      .zag__button a {
        padding: 10px 12px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content; }
  .zag2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .zag2__title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      font-size: 18px; }
  .rent__item {
    width: calc(1/1*100% - (1 - 1/1)*16px); }
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__items_1 {
    padding: 24px;
    background: #FAFAFA url("../images/dest/about/1.png") center right no-repeat;
    background-size: 50%; }
  .about__items_3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about__items_img {
    position: relative; }
  .about__item {
    width: calc(50% - 8px);
    border-radius: 16px;
    padding: 24px;
    height: 120px; }
    .about__item_1 {
      background: #FAFAFA url("../images/dest/about/2.png") center right no-repeat;
      background-size: 40%; }
    .about__item_2 {
      background: #FAFAFA url("../images/dest/about/3.png") center right no-repeat;
      background-size: 40%; }
    .about__item_3 {
      background: #FAFAFA url("../images/dest/about/4.png") center right no-repeat;
      background-size: 40%; }
    .about__item_4 {
      background: #FAFAFA url("../images/dest/about/5.png") center right no-repeat;
      background-size: 40%; }
  .footer__item_link {
    width: calc(1/2*100% - (1 - 1/2)*16px); }
  .footer__item_contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .filters__mob.active {
    padding: 10px; }
  .zayvka__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .zayvka__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .zayvka__item_left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 0px; }
  .zayvka__item_buttons {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .zayvka__item_buttons a {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .zayvka__item_descr p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .comparison__container {
    padding: 0 0; }
  .comparison__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .comparison__items_left {
    width: 100%; }
  .comparison__items_left2 {
    display: none; }
  .comparison__items_price {
    display: none; }
  .comparison__items_adress {
    display: none; }
  .comparison__items_right {
    width: 100%; }
  .comparison__item_text {
    margin-bottom: 16px; }
    .comparison__item_text span {
      display: block;
      margin-bottom: 8px;
      font-weight: 700; }
  .comparison__item_img img {
    width: 100%;
    max-width: 100%; }
  .content__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px; }
    .content__description_left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .content__description_right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .content__description_1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .content__description_2 {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .content__map {
    margin-top: 0px; }
  .content__info_title h1 {
    font-size: 24px; }
  .content__info_demand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .parametrs {
    margin-top: 0px; }
    .parametrs__title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 8px; }
      .parametrs__title p {
        font-weight: 600;
        font-size: 20px;
        line-height: 140%;
        color: rgba(0, 0, 0, 0.88); }
      .parametrs__title span {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #54606a; }
    .parametrs__table {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      border: 1px solid #f0f0f0;
      border-radius: 8px; }
      .parametrs__table p.table {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        border-right: 1px solid #f0f0f0;
        padding: 8px; }
      .parametrs__table p.presentation {
        border-top: 1px solid #f0f0f0;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        padding: 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .parametrs__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px; }
      .parametrs__button a {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 8px 0; }
    .parametrs__avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
      .parametrs__avatar_img {
        margin-bottom: 41px; }
      .parametrs__avatar_text p.bold {
        font-weight: 600;
        line-height: 157%;
        color: #000; }
      .parametrs__avatar_text p {
        color: rgba(0, 0, 0, 0.45); }
    .parametrs__tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 16px;
      padding: 6px 0;
      gap: 16px; }
      .parametrs__tags p {
        color: rgba(0, 0, 0, 0.45);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 4px; }
        .parametrs__tags p span {
          color: rgba(0, 0, 0, 0.88); }
  .reward {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .rating {
    margin-top: 10px; }
  .status {
    padding-top: 16px;
    border-top: none; }
    .status__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .status__item_left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .status__item_left img {
        width: 50%; }
    .status__item_right {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .status__item_descr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .statuszag {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .statuszag p {
      font-size: 24px; }
  .count {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .count img {
      width: 24px;
      height: 24px; }
    .count p {
      font-size: 18px; }
  .statustext {
    width: 100%;
    text-align: center; }
  .grade {
    margin-top: 24px; }
    .grade__row {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 8px; }
    .grade__item {
      width: calc(1/2*100% - (1 - 1/2)*8px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 8px;
      border-left: 0px solid #d9d9d9;
      padding: 16px;
      margin-bottom: 0px;
      -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
      border-radius: 8px; }
      .grade__item_title {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .reviews {
    padding-top: 16px;
    margin: 24px 0 16px 0; }
    .reviews__item {
      width: calc(1/1*100% - (1 - 1/1)*16px); }
    .reviews a {
      width: 100%;
      text-align: center;
      margin-top: 16px; }
  .request__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .request__items_left {
    width: 100%; }
  .request__items_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .request__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .request__item_img {
      width: 100%; }
    .request__item_avatar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
      .request__item_avatar a {
        font-size: 14px; }
    .request__item_buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
    .request__item_actions {
      gap: 8px;
      margin-top: 8px; }
      .request__item_actions button {
        width: 40px;
        height: 40px;
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
  .gorisontal__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gorisontal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
    .gorisontal__item_img {
      width: 100%;
      border-radius: 16px; }
      .gorisontal__item_img button.client {
        top: 16px;
        left: 16px; }
      .gorisontal__item_img img {
        border-radius: 16px;
        width: 100%;
        max-width: 100%;
        height: auto; }
    .gorisontal__item_descr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px;
      padding: 0 0 0px 0; }
    .gorisontal__item_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 16px;
      gap: 8px; }
      .gorisontal__item_button a {
        font-size: 14px; }
    .gorisontal__item_actions {
      gap: 8px; }
      .gorisontal__item_actions button {
        width: 40px;
        height: 40px;
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
      .gorisontal__item_actions button.fovoriteheart svg {
        stroke: red; }
    .gorisontal__item_day {
      margin-top: 16px; }
  .border {
    border-top: none; }
  .spisok {
    margin-top: 16px; }
    .spisok__list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
  .modal {
    width: 90%;
    max-height: calc(100vh - 120px); }
  .districts-flex {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
  .modal-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 12px;
    overflow-y: auto; }
  .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px; }
    .modal-footer button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; } }

@media (max-width: 575px) {
  [class*="__container"] {
    max-width: 100%;
    padding: 0 15px; }
  section {
    margin-top: 24px; }
  .form {
    margin: 0 auto 48px; }
  .h1 {
    margin-top: 0px;
    font-size: 24px; }
  .btn,
  .btn-light,
  .btn-blue,
  .btn-gray,
  .btn-trans,
  .btn-bluelight {
    padding: 10px 10px; }
  .header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100; }
  .breadcrumb__row {
    margin-top: 20px;
    margin-bottom: 10px; }
  .header {
    padding: 10px 0px;
    background-color: #fff;
    width: 100%; }
    .header__item_left {
      gap: 16px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header__item_right {
      display: none; }
    .header__logo {
      width: 38%;
      gap: 0px; }
      .header__logo_avtorization {
        display: none; }
    .header__city {
      display: none; }
      .header__city_mob {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 0; }
        .header__city_mob a {
          font-size: 18px; }
    .header svg.arrowdown {
      width: 16px;
      height: 16px; }
    .header__actions_mob {
      margin-top: 16px;
      gap: 8px; }
      .header__actions_mob button {
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
        width: 40px;
        height: 40px; }
    .header__button_mob {
      margin-top: 16px; }
    .header__menu {
      display: none;
      position: absolute;
      top: 45px;
      left: 0;
      background-color: #fff;
      width: 100%;
      padding: 10px 0;
      height: 100vh;
      z-index: 2000; }
      .header__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 16px;
        gap: 16px; }
        .header__menu ul li {
          padding-bottom: 16px;
          padding-left: 10px; }
          .header__menu ul li a {
            font-size: 18px; }
            .header__menu ul li a.active {
              font-size: 18px; }
      .header__menu_mob {
        padding: 0 10px 16px 10px;
        margin-top: 16px;
        display: block; }
      .header__menu.active {
        display: block; }
    .header__burger {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      cursor: pointer; }
      .header__burger span, .header__burger::before, .header__burger::after {
        content: '';
        width: 40px;
        height: 1.5px;
        background-color: rgba(0, 0, 0, 0.88);
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .header__burger::before {
        -webkit-transform: translateY(-13px);
            -ms-transform: translateY(-13px);
                transform: translateY(-13px); }
      .header__burger::after {
        -webkit-transform: translateY(13px);
            -ms-transform: translateY(13px);
                transform: translateY(13px); }
      .header__burger.active span {
        -webkit-transform: scale(0);
            -ms-transform: scale(0);
                transform: scale(0); }
      .header__burger.active::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .header__burger.active::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .header__button_mobile {
      display: block; }
    .header__filtrbtn {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px;
      padding: 10px;
      -webkit-box-shadow: 0 0 10px 2px rgba(210, 219, 215, 0.5);
              box-shadow: 0 0 10px 2px rgba(210, 219, 215, 0.5);
      border-radius: 8px;
      color: rgba(0, 0, 0, 0.88);
      position: relative; }
      .header__filtrbtn::before {
        content: '';
        width: 10px;
        height: 10px;
        z-index: 3;
        position: absolute;
        top: 30%;
        right: 20px;
        border: 1px solid rgba(0, 0, 0, 0.45);
        border-width: 0 0 2px 2px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .header__filtrbtn.active::before {
        top: 40%;
        border: 1px solid rgba(0, 0, 0, 0.45);
        border-width: 2px 2px 0 0; }
  .filters {
    padding: 0px 0 0px 0;
    -webkit-box-shadow: 0 0 10px 2px rgba(210, 219, 215, 0.5);
            box-shadow: 0 0 10px 2px rgba(210, 219, 215, 0.5);
    border-radius: 8px; }
    .filters__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
    .filters__item {
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100;
              flex: 1 1 100; }
      .filters__item:first-child {
        margin-top: 8px; }
      .filters__item_s {
        padding: 8px 12px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        .filters__item_s input {
          -webkit-box-flex: 1;
              -ms-flex: 1 1 auto;
                  flex: 1 1 auto;
          border: none; }
        .filters__item_s input::-webkit-input-placeholder {
          background-color: white; }
        .filters__item_s input::-moz-placeholder {
          background-color: white; }
        .filters__item_s input:-ms-input-placeholder {
          background-color: white; }
        .filters__item_s input::-ms-input-placeholder {
          background-color: white; }
        .filters__item_s input::placeholder {
          background-color: white; }
        .filters__item_s span {
          font-size: 16px;
          line-height: 157%;
          color: #0958d9; }
      .filters__item_selectp {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 5px 8px; }
        .filters__item_selectp input {
          width: 100%;
          border: none; }
      .filters__item_selects {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 8px; }
        .filters__item_selects input {
          width: 80%;
          border: none; }
        .filters__item_selects span {
          font-size: 14px;
          line-height: 157%;
          color: #000; }
    .filters__mob {
      background-color: #fff;
      width: 100%;
      height: 100vh;
      position: relative;
      display: none;
      overflow: hidden;
      -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
      padding: 0px 0px; }
      .filters__mob.active {
        display: block;
        margin-top: 8px; }
  .filters__item_select > .choices {
    width: 100%; }
  .filters__item_select > .choices > .choices__inner {
    padding: 6px 8px; }
  .filters__item_select > .choices[data-type*=select-one] > .choices__inner {
    padding-bottom: 6px; }
  .filters__item_select > .choices[data-type*=select-one]::after {
    z-index: 0; }
  .plosh {
    margin-right: 30px; }
  .plosh > .choices[data-type*=select-one]::after {
    z-index: 0; }
  button.filter {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 8px 12px; }
  .sticky {
    top: -8px; }
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__items_1 {
    padding: 24px; }
  .about__items_3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about__items_img {
    position: relative; }
  .about__item {
    width: calc(50% - 8px);
    border-radius: 16px;
    padding: 24px; }
    .about__item_1 {
      background: #FAFAFA url("../images/dest/about/2.png") center right no-repeat;
      background-size: 50%; }
    .about__item_2 {
      background: #FAFAFA url("../images/dest/about/3.png") center right no-repeat;
      background-size: 50%; }
    .about__item_3 {
      background: #FAFAFA url("../images/dest/about/4.png") center right no-repeat;
      background-size: 50%; }
    .about__item_4 {
      background: #FAFAFA url("../images/dest/about/5.png") center right no-repeat;
      background-size: 50%; }
  .zag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .zag__title {
      font-size: 18px;
      width: 100%; }
      .zag__title h2 {
        display: block; }
        .zag__title h2 a {
          color: #2E90FA;
          margin-left: 0;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: start;
          margin-top: 8px; }
          .zag__title h2 a svg {
            margin-top: 3px; }
    .zag__button {
      margin-top: 8px; }
  .zagpage__row {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .zagpage__title {
    margin: 8px 0; }
    .zagpage__title h1 {
      font-weight: 400;
      font-size: 24px;
      line-height: 127%; }
  .zagpage__sort {
    margin-top: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .zagpage__map {
    margin-top: 16px; }
    .zagpage__map img {
      width: 100%;
      max-width: 100%; }
  .zagpage__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    gap: 16px; }
  .warehouse__row {
    gap: 16px;
    margin-top: 16px; }
    .warehouse__row_map {
      padding-bottom: 0; }
  .warehouse__item {
    width: calc(1/1*100% - (1 - 1/1)*16px);
    border-radius: 16px;
    overflow: hidden;
    padding: 16px;
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
    .warehouse__item_link {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .warehouse__item_avatar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 5px; }
      .warehouse__item_avatar a {
        margin-left: 4px;
        color: #2E90FA;
        line-height: 1.22; }
    .warehouse__item_button {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      margin-top: 8px; }
    .warehouse__item_actions {
      gap: 8px; }
      .warehouse__item_actions button {
        -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05); }
    .warehouse__item_banner {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0; }
  .zag2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .zag2__title {
      font-size: 18px; }
    .zag2__button {
      margin-top: 8px; }
  .advantages__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 16px 0;
    margin-top: 16px; }
  .advantages__item {
    width: calc(1/2*100% - (1 - 1/2)*16px);
    margin-bottom: 16px; }
    .advantages__item_descr {
      padding: 0 8px; }
  .rent__row {
    margin-top: 16px; }
  .rent__item {
    width: calc(1/1*100% - (1 - 1/1)*16px);
    padding: 16px; }
    .rent__item_button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      opacity: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .blue-more {
    width: 40px;
    height: 40px; }
  .page {
    margin-top: 0px; }
    .page__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px;
      margin: 8px 0; }
    .page__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px; }
      .page__items_left {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .page__items_right {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-bottom: 20px; }
        .page__items_right img {
          width: 100%; }
  .page-dots ul.slick-dots li button {
    width: 24px;
    height: 3px; }
  .pagination__item > .choices[data-type*=select-one] > .choices__inner {
    padding-bottom: 2px; }
  .pagination__item > .choices > .choices__inner {
    padding: 6px 12px; }
  .zayvka__item_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .characteristics {
    padding: 16px 0; }
    .characteristics__items {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      padding-bottom: 0px; }
    .characteristics__item {
      margin-bottom: 16px; }
      .characteristics__item_1 {
        padding-top: 0px; }
    .characteristics__map img {
      width: 100%; }
  .reklama img {
    width: 100%; }
  .avatarimg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .avatarimg img {
      width: 30px;
      height: 30px; }
  .dayszayvka {
    margin-top: 10px; }
  .slider__details {
    margin-top: 0px; }
  .nav-tabs {
    overflow: auto; }
    .nav-tabs a {
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content; }
  .spisok {
    margin-top: 0px; }
    .spisok__list {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
      .spisok__list li p {
        font-size: 16px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        margin-bottom: 8px; }
  .border {
    border-top: 1px solid transparent; }
  .comparison__container {
    padding: 0 0; }
  .comparison__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .comparison__items_left {
    width: 100%; }
  .comparison__items_left2 {
    display: none; }
  .comparison__items_price {
    display: none; }
  .comparison__items_adress {
    display: none; }
  .comparison__items_right {
    width: 100%; }
  .comparison__item_text {
    margin-bottom: 16px; }
    .comparison__item_text span {
      display: block;
      margin-bottom: 8px;
      font-weight: 700; }
  .comparison__item_img img {
    width: 100%;
    max-width: 100%; }
  .accordion {
    margin-top: 8px; }
  .slider-for .slick-arrow.slick-prev {
    left: 8px;
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }
  .slider-for .slick-arrow.slick-next {
    right: 8px; }
  .slider-for .slick-slide,
  .slider-nav .slick-slide {
    margin: 0 0px; }
  .form {
    max-width: 608px;
    margin: 0 auto 24px;
    margin-top: 0px;
    padding: 8px 0; }
    .form__wrapper {
      margin-top: 24px;
      padding: 16px 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px;
      border-radius: 16px;
      background: #f5f5f5; }
    .form__text {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000; }
    .form__input {
      border: 1px solid #d9d9d9;
      border-radius: 8px;
      padding: 9px 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #fff; }
      .form__input input {
        border: none;
        width: 100%; }
      .form__input span {
        font-weight: 400;
        font-size: 14px;
        line-height: 0;
        color: rgba(0, 0, 0, 0.25);
        margin-right: 4px; }
      .form__input:has(input:focus) {
        border: 1px solid  #1677ff; }
        .form__input:has(input:focus) span {
          color: black; }
    .form__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
    .form__button {
      border: 1px solid #d9d9d9;
      border-radius: 8px;
      padding: 8px 16px;
      -ms-flex-item-align: start;
          align-self: flex-start;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      color: rgba(0, 0, 0, 0.25); }
      .form__button:hover {
        border: 1px solid #1677ff;
        background: #1677ff;
        color: white;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .form__pass {
      background-color: #fff;
      color: rgba(0, 0, 0, 0.88); }
      .form__pass:hover {
        background-color: #fff;
        border: 1px solid #d9d9d9;
        color: rgba(0, 0, 0, 0.88); }
    .form__link {
      padding-top: 16px;
      border-top: 1px solid #d9d9d9;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 16px; }
      .form__link a {
        color: rgba(0, 0, 0, 0.88);
        font-weight: 400;
        font-size: 14px;
        line-height: 157%; }
  .map {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    .map__map {
      width: 100%;
      height: 100vh;
      background: url("../images/dest/image.png") center center no-repeat;
      background-size: cover; }
    .map__wrapper {
      width: 85%;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      -webkit-transition: -webkit-transform 0.5s ease-in-out;
      transition: -webkit-transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
      .map__wrapper.active {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
        .map__wrapper.active svg.mapsvg {
          stroke: blue;
          -webkit-transform: rotate(-180deg);
              -ms-transform: rotate(-180deg);
                  transform: rotate(-180deg); }
    .map__slide {
      height: 100%;
      padding-bottom: 20px;
      overflow-y: auto; }
    .map__button {
      width: 44px;
      height: 40px;
      position: absolute;
      top: 40px;
      right: -44px;
      border-radius: 0 8px 8px 0;
      padding: 0px 0px 0px 8px;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.02), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 1px 2px 0 rgba(0, 0, 0, 0.03);
      background: #fff;
      z-index: 1000; }
      .map__button svg.mapsvg {
        stroke: black;
        margin-left: 10px; }
  .request__item_buttons {
    gap: 8px; }
  .request__item_button {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .request__item_button a {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .footer__row {
    gap: 20px; }
  .footer__item_info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    width: 100%; }
  .footer__item_logo img {
    width: 50%; }
  .footer__item_politik a {
    display: block; }
  .footer__item_links {
    gap: 16px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .footer__item_link {
    width: calc(1/1*100% - (1 - 1/1)*16px); }
  .footer__item_contact {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: auto; } }

@media (max-width: 374px) {
  [class*="__container"] {
    max-width: 100%;
    padding: 0 10px; }
  .btn,
  .btn-light,
  .btn-blue,
  .btn-gray,
  .btn-trans,
  .btn-bluelight {
    padding: 8px 8px;
    font-size: 12px; }
  .header__item_left {
    gap: 8px; }
  .header__logo {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .blue-more {
    width: 35px;
    height: 35px; }
  .rent__item_button {
    gap: 8px; }
  .zagpage__title h1 {
    font-size: 20px; }
  .spisok__list li {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px; }
  .spisok__list li p {
    font-size: 14px; }
  .spisok__list li span {
    font-size: 12px; }
  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about__items_1 {
    padding: 24px;
    min-height: 150px;
    background: #FAFAFA url("../images/dest/about/1.png") center right no-repeat;
    background-size: 50%; }
  .about__items_2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px; }
  .about__items_3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .about__items_img {
    position: relative; }
  .about__item {
    width: calc(50% - 8px);
    border-radius: 16px;
    padding: 30px;
    height: 150px; }
    .about__item_1 {
      background: #FAFAFA url("../images/dest/about/2.png") bottom right no-repeat;
      background-size: 60%; }
    .about__item_2 {
      background: #FAFAFA url("../images/dest/about/3.png") bottom right no-repeat;
      background-size: 60%; }
    .about__item_3 {
      background: #FAFAFA url("../images/dest/about/4.png") bottom right no-repeat;
      background-size: 60%; }
    .about__item_4 {
      background: #FAFAFA url("../images/dest/about/5.png") bottom right no-repeat;
      background-size: 60%; } }

@media (max-width: 320px) {
  .header__item_left {
    gap: 8px; }
  .header__logo {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
  .blue-more {
    width: 35px;
    height: 35px; }
  .rent__item_button {
    gap: 8px; }
  .zagpage__title h1 {
    font-size: 20px;
    margin-top: 0px; }
  .spisok__list li {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content; }
  .spisok__list li p {
    font-size: 14px; }
  .spisok__list li span {
    font-size: 12px; }
  .pagination {
    margin-top: 16px;
    margin-bottom: 16px; }
    .pagination__row {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      gap: 8px; }
    .pagination__list {
      gap: 4px; }
      .pagination__list li a {
        width: 30px;
        height: 30px;
        font-size: 12px; } }
