@charset "UTF-8";

.blog-detail {
  max-width: unset;
}

.blog-detail ul li {
  padding: 0;
}

.blog-detail ul li:not(:has(> *)) {
  padding-left: 40px;
}

.blog-detail ul li > *:first-child {
  padding-left: 40px;
}

.blog-detail ul li:after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 3px solid #7f13eb;
  background: transparent;
  top: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog-detail ol {
  padding: 0;
}

.blog-detail ol li {
  position: relative;
  padding: 0;
  padding-left: 62px;
}

.blog-detail ol li::before {
  position: absolute;
  content: counter(point);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid #daeb13;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  display: grid;
  place-items: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header {
  min-height: 136px;
  background-size: calc(100% - 17px) 1px;
  background-position: center 60px;
  background-repeat: no-repeat;
}

.header.active .header__top {
  padding-right: 49px;
}

.header.active .header__phone {
  margin: 0;
}

.header.active .header__max {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.header__container {
  height: 100%;
}

.header__inner {
  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;
  padding-top: 15px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(20px, 2vw, 50px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  row-gap: 12px;
  position: relative;
}

.header__brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__logo-link {
  display: block;
  width: clamp(188px, 24.4309559939vw, 322px);
  height: auto;
}

.header__logo-link img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
}

.header__nav-list {
  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: 10px clamp(10px, 3.0349013657vw, 40px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__nav-item {
  padding: 0;
}

.header__nav-link {
  position: relative;
  font-weight: 600;
  font-size: clamp(16px, 1.3657056146vw, 18px);
  line-height: 1;
  color: #000;
}

.header__nav-link:hover {
  color: #7f13eb;
  text-decoration: underline;
}

.header__nav-item--has-drop > .header__nav-link {
  padding: 0 21px 0 0;
}

.header__nav-item--has-drop > .header__nav-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/local/templates/urokov.net.2.0/css/../images/bg-3.png") no-repeat;
  width: 12px;
  height: 6px;
}

.header__top-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.header__nav-bottom {
  display: none;
}

.header__address {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__address span {
  font-weight: 400;
  font-size: 14px;
  color: #aeb2b4;
}

.header__phone {
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 600;
  white-space: nowrap;
  margin-left: auto;
}

.header__phone:hover {
  text-decoration: underline;
}

.header__phone::after {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 7px;
  content: "";
  width: 6px;
  height: 6px;
  background: #63d60a;
  border-radius: 50%;
  -webkit-animation: blink-animation 1s infinite;
          animation: blink-animation 1s infinite;
}

.header__callback {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__nav-callback {
  position: static;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}

.header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
  padding: 15px 0;
  position: relative;
}

.header__bottom::after {
  content: "";
  width: 150vw;
  height: 1px;
  background: #e0e4e7;
  position: absolute;
  left: -50%;
  top: 0;
}

.header__search {
  width: 100%;
  position: relative;
}

.header__search-fieldset {
  position: relative;
}

.header__search-input {
  display: block;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #555a5c;
  font-weight: 400;
  font-size: 18px;
  background: #f2f4f5;
  border-radius: 800px;
  height: 50px;
  padding: 0 60px 0 30px;
}

.header__search-submit {
  border: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("/local/templates/urokov.net.2.0/css/../images/nw_icon-search.svg") no-repeat;
  background-size: 100%;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 0;
  right: 30px;
}

.header__search-submit:hover {
  opacity: 0.8;
}

.header__search-close {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 54px;
  width: 36px;
  height: 36px;
  background: url("/local/templates/urokov.net.2.0/css/../images/nw_close-search.svg") no-repeat;
  background-position: 50%;
  background-size: 11px 11px;
}

.header__max {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 168px;
          flex: 0 0 168px;
}

.header__max svg {
  width: 24px;
  height: 24px;
}

.header .header__max {
  position: static;
  top: auto;
  right: auto;
  z-index: auto;
  padding-left: 0;
}

.header__burger-cont {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
  margin-bottom: 50px;
  padding-top: 25px;
  position: relative;
}

.header__burger-cont::after {
  content: "";
  width: calc(100% + 54px);
  height: 1px;
  background: #e0e4e7;
  position: absolute;
  left: -27px;
  top: 0;
}

.header__burger-cop {
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #7d8088;
  margin-bottom: 17px;
}

.header__menu-open,
.header__menu-close,
.header__call,
.header__social-mob,
.header__controls {
  display: none;
}

#wrapper {
  padding-top: 0;
}

.blog-items {
  margin-block: 30px;
}

.blog-items__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px;
}

.blog-items__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
}

.post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.post-card__media {
  display: block;
  border-radius: 40px;
  overflow: hidden;
}

.post-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.post-card__label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-card__title {
  margin: 0;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #000;
}

.post-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #66686a;
}

.post-card__time {
  white-space: nowrap;
}

.post-card__views {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.post-card__views svg {
  width: 15px;
  height: 10px;
  fill: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-card__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  margin-top: 10px;
}

.post-card__avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-card__author-name {
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #66686a;
}

.label {
  display: inline-block;
  padding: 5px 14.5px;
  border-radius: 40px;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  background: #eceef0;
}

.post-head {
  padding-top: 20px;
  margin-bottom: 40px;
  border-top: 6px solid #f6f6f6;
}

.post-head__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  max-width: 850px;
}

.post-head__container::before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='889' height='756' viewBox='0 0 889 756' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M666.489 251.474C633.612 128.777 507.495 55.9628 384.798 88.8394C262.1 121.716 189.286 247.834 222.163 370.531C255.04 493.228 381.157 566.042 503.854 533.165C626.552 500.289 699.366 374.171 666.489 251.474Z' stroke='%23ECEEF1' stroke-width='0.8' stroke-miterlimit='10'/%3E%3Cpath d='M644.502 282.267C616.451 177.579 508.844 115.453 404.156 143.504C299.468 171.555 237.341 279.161 265.393 383.85C293.444 488.538 401.05 550.664 505.738 522.613C610.427 494.562 672.553 386.956 644.502 282.267Z' stroke='%23ECEEF1' stroke-width='0.8' stroke-miterlimit='10'/%3E%3Cpath d='M606.292 436.204C651.248 358.338 624.569 258.771 546.703 213.815C468.837 168.859 369.27 195.538 324.314 273.404C279.358 351.27 306.037 450.837 383.903 495.793C461.769 540.749 561.336 514.07 606.292 436.204Z' stroke='%23ECEEF1' stroke-width='0.8' stroke-miterlimit='10'/%3E%3Cpath d='M587.6 441.443C623.234 379.724 602.087 300.803 540.368 265.17C478.649 229.536 399.728 250.683 364.095 312.402C328.461 374.121 349.608 453.042 411.327 488.675C473.046 524.309 551.967 503.162 587.6 441.443Z' stroke='%23ECEEF1' stroke-width='0.8' stroke-miterlimit='10'/%3E%3Cpath d='M569.184 446.84C595.582 401.116 579.916 342.65 534.192 316.251C488.469 289.852 430.002 305.519 403.604 351.242C377.205 396.966 392.871 455.432 438.595 481.831C484.318 508.23 542.785 492.564 569.184 446.84Z' stroke='%23ECEEF1' stroke-width='0.8' stroke-miterlimit='10'/%3E%3Cpath d='M550.496 452.079C567.572 422.502 557.438 384.682 527.861 367.606C498.284 350.529 460.464 360.663 443.388 390.24C426.312 419.817 436.446 457.637 466.023 474.714C495.6 491.79 533.42 481.656 550.496 452.079Z' stroke='%23ECEEF1' stroke-width='0.8' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
  right: -180px;
  top: -121px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 700px;
  height: 700px;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  z-index: -1;
}

.post-head__title {
  margin: 0;
  font-family: "Actay Wide";
  font-weight: 700;
  font-size: clamp(30px, 7.0588235294vw, 60px);
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 15px;
}

.post-head__meta {
  margin: 0;
  margin-bottom: 24px;
}

.post-head__lead {
  margin: 0;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: clamp(18px, 2.8235294118vw, 24px);
  line-height: 130%;
  color: #000;
  max-width: 58ch;
}

.post-head__media {
  position: relative;
  overflow: hidden;
  max-width: 1310px;
  margin-inline: auto;
  padding-inline: 20px;
}

.post-head__media img {
  border-radius: 40px;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-head__credit {
  position: absolute;
  left: clamp(50px, 9.4117647059vw, 80px);
  bottom: clamp(15px, 2.8235294118vw, 24px);
}

.breadcrumbs {
  margin-bottom: 28px;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #aeb2b4;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #aeb2b4;
}

.breadcrumbs__item + .breadcrumbs__item::before {
  content: "／";
  margin-right: 3px;
  color: #daeb13;
}

.breadcrumbs__item:last-child {
  color: #d1d4d7;
}

.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

/* meta — отдельный блок со строкой параметров */

.meta {
  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: 12px 26px;
  padding: 0;
  list-style: none;
  font-family: "Proxima Nova";
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #aeb2b4;
}

.meta__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1;
}

.meta__item--author {
  gap: 14px;
}

.meta__item svg {
  width: 18px;
  height: 18px;
}

.meta__value {
  white-space: nowrap;
}

.meta__avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.meta__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* badge — подпись на фото (инлайн-плашка) */

.badge {
  padding: 0px 10px;
  border-radius: 40px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  height: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  font-family: "Proxima Nova";
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #000000;
  background: #ffffff;
}

.blog-detail__table {
  overflow-x: auto;
}

.blog-detail table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 576px;
}

.blog-detail thead th {
  padding: clamp(16px, 2.5882352941vw, 22px) clamp(12px, 2.1176470588vw, 18px);
  background-color: #dbe813;
  border: 0;
  font-weight: 700;
  text-align: left;
  font-size: clamp(18px, 2.3529411765vw, 20px);
}

.blog-detail thead th:first-child {
  width: 58px;
  text-align: center;
  border-radius: 20px 0 0 20px;
  padding-left: 32px;
}

.blog-detail thead th:last-child {
  border-radius: 0 20px 20px 0;
  padding-right: 32px;
}

.blog-detail tbody td {
  padding: clamp(10px, 1.8823529412vw, 16px) clamp(12px, 2.1176470588vw, 18px);
  border: 0;
  font-weight: 600;
  font-size: clamp(14px, 2.1176470588vw, 18px);
  line-height: 130%;
  color: #000;
}

.blog-detail tbody tr td:first-child {
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.blog-detail tbody tr td:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.blog-detail tbody tr td:nth-child(2) {
  min-width: clamp(130px, 21.1764705882vw, 180px);
}

.blog-detail tbody tr:nth-child(even) td {
  background-color: #f4f5f6;
}

.blog-detail tbody tr:nth-child(odd) td {
  background-color: #ffffff;
}

.control-box {
  padding: clamp(20px, 4.1176470588vw, 35px) clamp(10px, 2.3529411765vw, 20px);
  border: 1px solid #eaeaea;
  border-radius: 28px;
  background-color: #fff;
  color: #000;
  max-width: 1760px;
  margin-inline: 20px;
}

.control-box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.control-box__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: inherit;
  margin: 0;
}

.control-box__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.control-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 240px;
          flex: 1 1 240px;
}

.control-box__icon {
  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;
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  color: #111;
}

.control-box__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.control-box__text {
  margin: 0;
  font-family: "Proxima Nova";
  font-size: 17px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.price-excursion .holder-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 11px;
}

.price-excursion .holder-block .btn_green {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: block;
}

.price-excursion .holder-block__social {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.price-excursion .holder-block__social--telegram {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.btn-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 34px;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #000;
  position: relative;
  transition: all ease 0.3s;
  gap: 6px;
}

.btn-social svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__max {
  position: relative;
  margin: -5px 0 27px;
}

@media (min-width: 841px) {
  .header__search {
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 488px;
            flex: 0 1 488px;
  }
}

@media (max-width: 840px) {
  .header {
    min-height: 0;
  }

  .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__logo-link {
    height: 22px;
  }

  .header__address {
    display: none;
  }

  .header__bottom {
    padding: 0;
  }

  .header__bottom::after {
    display: none;
  }

  .header__search {
    margin-bottom: 25px;
  }

  .header__inner {
    gap: 0;
    padding: 14px 0;
  }

  .header__nav {
    position: fixed;
    inset: 50px 0 0 0;
    background: #ffffff;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    padding: 25px 27px 20px;
    overflow-y: auto;
    border-top: 1px solid #e7ebf1;
    z-index: 250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__inner.open .header__nav,
  .header__inner.is-open .header__nav,
  .header__inner--open .header__nav,
  .header.active .header__nav,
  .header.is-active .header__nav,
  .header__inner.open #nav,
  .header__inner.is-open #nav,
  .header__inner--open #nav,
  .header.active #nav,
  .header.is-active #nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .header__nav-list {
    -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: flex-start;
    gap: 0;
  }

  .header__nav-item {
    padding: 0;
    margin: 0 0 38px;
  }

  .header__nav-link {
    font-size: 18px;
  }

  .header__top-actions {
    display: none;
  }

  .header__bottom {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    gap: 12px;
  }

  .header__menu-open,
  .header__call,
  .header__social-mob,
  .header__controls {
    display: block;
  }

  .header__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    margin-left: auto;
  }

  .header__menu-open {
    width: 35px;
    height: 18px;
    background: url("/local/templates/urokov.net.2.0/css/../images/nw_open_nav.svg") no-repeat;
    background-size: 100%;
  }

  .header__call {
    width: 22px;
    height: 22px;
    background: url("/local/templates/urokov.net.2.0/css/../images/nw_call_btn.svg") no-repeat;
    background-size: 100%;
  }

  .header__social-mob {
    width: 24px;
    height: 24px;
  }

  .header__controls .header__social-mob {
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .header__menu-close {
    display: none;
    position: fixed;
    top: 15px;
    right: 32px;
    width: 27px;
    height: 27px;
    background: url("/local/templates/urokov.net.2.0/css/../images/nw_close_nav.svg") no-repeat;
    background-size: 100%;
    z-index: 260;
  }

  .header.active .header__menu-close,
  .header.is-active .header__menu-close {
    display: block;
  }

  .header__nav-contact {
    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;
    position: relative;
    padding-top: 27px;
    margin: 0 0 94px;
  }

  .header__nav-contact::after {
    position: absolute;
    content: "";
    top: 0;
    height: 1px;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #f1e9e7;
  }

  .header__nav-contact .header__phone {
    font-size: 20px;
    margin-right: auto;
  }

  .header__nav-bottom {
    display: block;
    margin-top: auto;
  }

  .header__nav-bottom .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }

  .footer__max {
    margin: 0 0 15px;
  }
}

@media (max-width: 745px) {
  .post-head__media img {
    aspect-ratio: 4/3;
  }
}

@media (max-width: 1100px) and (min-width: 841px) {
  .header__top {
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "menu social call" "menu phone phone";
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__nav {
    grid-area: menu;
  }

  .header__top-actions {
    display: contents;
  }

  .header__max {
    grid-area: social;
  }

  .header__nav-callback {
    grid-area: call;
  }

  .header__phone {
    grid-area: phone;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-inline: auto;
  }
}
/*# sourceMappingURL=index-s.css.map */
