@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
button {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

picture {
  display: block;
}

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

input,
button,
textarea,
select {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

a,
label > input[type=checkbox] {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --max-container: 1200px;
  --gutter: 12px;
  --header-h: 60px;
  --ff-prim: "Commons", sans-serif;
  --ff-third: "Notable", "Commons", sans-serif;
  --fz-small: 16px;
  --fz-base: var(--s20-16);
  --fs-italic: italic;
  --fw-t: 100;
  --fw-xl: 200;
  --fw-l: 300;
  --fw-r: 400;
  --fw-m: 500;
  --fw-sb: 600;
  --fw-b: 700;
  --fw-xb: 800;
  --fw-bl: 900;
  --clr-accent: #0085e2;
  --clr-dark: #000;
  --clr-dark-transp-bg: hsl(0, 0%, 0%, .9);
  --clr-gray: #999;
  --clr-gray-transp-bg: hsl(0, 0%, 20%, .9);
  --clr-light: #fff;
  --clr-light-trans-bg: hsl(0, 0%, 100%, .9);
  --borr-lg: 26px;
  --borr-mid: 20px;
  --borr-sm: 12px;
  --borr-xsm: 6px;
  --tr: .3s ease-in-out;
  --s800-250: clamp(250px, 0rem + 78.125vw, 800px);
  --s500-300: clamp(18.75rem, 13.0682rem + 28.4091vw, 31.25rem);
  --s350-200: clamp(200px, 8.2386rem + 21.3068vw, 350px);
  --s300-200: clamp(12.5rem, 9.6591rem + 14.2045vw, 18.75rem);
  --s150-30: clamp(30px, -1.5341rem + 17.0455vw, 150px);
  --s100-60: clamp(60px, 2.6136rem + 5.6818vw, 100px);
  --s50-10:clamp(0.625rem, -0.5114rem + 5.6818vw, 3.125rem);
  --s48-32:clamp(2rem, 1.5455rem + 2.2727vw, 3rem);
  --s40-20:clamp(20px, 0.6818rem + 2.8409vw, 40px);
  --s32-24:clamp(1.5rem, 1.2727rem + 1.1364vw, 2rem);
  --s30-20:clamp(20px, 0.9659rem + 1.4205vw, 30px);
  --s24-18:clamp(1.125rem, 0.9545rem + 0.8523vw, 1.5rem);
  --s20-16:clamp(16px, 0.8864rem + 0.5682vw, 20px);
  --s20-10:clamp(10px, 0.3409rem + 1.4205vw, 20px);
  --s18-16:clamp(16px, 0.963rem + 0.1852vw, 18px);
}

@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-DemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Commons";
  src: url("/wp-content/themes/bearlogics/fonts/TTCommons-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Notable";
  src: url("/wp-content/themes/bearlogics/fonts/Notable-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  color: var(--clr-light);
  background-color: var(--clr-dark);
  font-family: var(--ff-prim);
  font-size: var(--fz-base);
  font-weight: var(--fw-l);
  line-height: 1.25;
}
body:has(.hero) .breadcrumbs {
  display: none;
}

main {
  flex-grow: 1;
}

section {
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}

header, main, footer {
  position: relative;
  z-index: 1;
}

h1, .h1, h2, .h2 {
  font-weight: var(--fw-r);
  line-height: 1.1;
  text-align: center;
}

h1, .h1 {
  font-size: var(--s48-32);
}

h2, .h2 {
  font-size: var(--s32-24);
}

h3, .h3 {
  margin-bottom: 10px;
  font-size: var(--s24-18);
  font-weight: var(--fw-r);
  line-height: 1;
}

ul {
  list-style-type: disc;
  padding-left: 20px;
}

canvas {
  position: fixed;
  z-index: 0;
  height: 100dvh;
  width: 100vw;
}

.inner {
  width: min(var(--max-container), 100% - var(--gutter) * 2);
  margin-inline: auto;
}

.cont {
  padding: 30px var(--s50-10);
  background-color: var(--clr-gray-transp-bg);
  margin-bottom: 40px;
  border-radius: var(--borr-mid);
}

.to-top {
  --pos:var(--s30-20);
  position: fixed;
  z-index: 9999;
  bottom: var(--pos);
  right: var(--pos);
  display: block;
  width: 24px;
  height: 24px;
  padding: 18px;
  background-color: hsla(0, 0%, 0%, 0.5);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 7-7 7 7'/%3E%3Cpath d='M12 19V5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--clr-light);
  border-radius: 100vw;
}

::backdrop {
  background-color: hsla(0, 0%, 0%, 0.85);
}

.btn {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  justify-content: center;
  padding: 9px 15px 6px;
  color: var(--clr-light);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid var(--clr-light);
  border-radius: 20px 0;
  transition: color var(--tr);
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: var(--clr-light);
  border-radius: 18px 0;
  translate: -100% 0;
  transition: translate var(--tr);
}
.btn:hover {
  color: var(--clr-dark);
}
.btn:hover::before {
  translate: 0 0;
}
.btn--dark {
  color: var(--clr-dark);
  border-color: var(--clr-dark);
}
.btn--dark::before {
  background-color: var(--clr-dark);
}
.btn--dark:hover {
  color: var(--clr-light);
}

.header {
  position: sticky !important;
  z-index: 999;
  top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: var(--header-h);
  padding-inline: var(--gutter);
  padding-block: 15px;
  background-color: var(--clr-dark-transp-bg);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.header__logo {
  flex-grow: 1;
  translate: 0 -2px;
}
.header__logo img {
  width: 150px;
}
.header nav {
  flex-grow: 1;
  height: 60px;
  display: flex;
  justify-content: space-between;
}
.header__menu {
  list-style: none;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: unset;
}
.header__menu li {
  --line-h:2px;
  display: grid;
  height: 100%;
  padding-bottom: var(--line-h);
}
.header__menu a {
  position: relative;
  translate: 0 3px;
  display: grid;
  align-items: center;
  height: 100%;
  padding-inline: 20px;
  color: var(--clr-light);
  font-size: 21px;
  line-height: 1;
  text-decoration: none;
  transition: var(--tr);
  transition-property: text-shadow, color;
}
.header__menu a.current, .header__menu a:hover {
  color: var(--clr-accent);
  text-shadow: 0 0 5px currentColor, 0 0 10px currentColor, 0 0 20px currentColor, 0 0 20px currentColor, 0 0 30px currentColor;
}
.header .btn {
  align-self: center;
}
.header .burger {
  display: none;
  place-items: center;
}
.header .burger svg {
  --w:30px;
  width: var(--w);
  height: var(--w);
}
.header .burger > :last-child {
  display: none;
}

@media (max-width: 992px) {
  .header {
    gap: 0 20px;
  }
  .header nav {
    flex-grow: 0;
  }
  .header__menu {
    display: none;
  }
  .header .burger {
    display: grid;
  }
  .header.active nav {
    position: absolute;
    z-index: 9999;
    top: 100%;
    display: grid;
    justify-content: center;
    align-content: center;
    gap: 40px 0;
    width: 100%;
    height: calc(100dvh - var(--header-h));
    margin-left: calc(-1 * var(--gutter));
    background-color: var(--clr-dark-transp-bg);
  }
  .header.active .header__menu {
    display: grid;
    gap: 20px 0;
  }
  .header.active .header__menu li {
    text-align: center;
  }
  .header.active .btn {
    display: inline-flex;
  }
  .header.active .burger > :first-child {
    display: none;
  }
  .header.active .burger > :last-child {
    display: block;
  }
}
@media (max-width: 480px) {
  .header .btn {
    display: none;
  }
}


.hero {
  overflow: hidden;
  position: relative;
  display: grid;
  padding-block: var(--s150-30);
  text-align: center;
}
.hero > * {
  position: relative;
  z-index: 1;
}
.hero__desc {
  display: grid;
  align-content: start;
  gap: 20px;
  width: var(--s800-250);
  margin-inline: auto;
}
.hero__desc .btn {
  justify-self: center;
}
.hero__logo {
  width: 100%;
  margin-bottom: 20px;
}
.hero__btns {
  display: grid;
  justify-items: center;
  gap: 20px;
  width: min(200px, 100%);
  margin-inline: auto;
}
.hero__btns button, .hero__btns a {
  width: 100%;
}
.hero figure {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.hero figure video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.slider-main {
  --img-h: 400px;
  margin-bottom: var(--s100-60);
}
.slider-main .splide__track {
  height: 100%;
}
.slider-main .splide__arrow {
  top: calc(var(--img-h) / 2);
}
.slider-main .slide {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  color: inherit;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.slider-main .slide:hover {
  text-decoration-color: currentColor;
}
.slider-main .slide:hover img {
  scale: 1.025;
}
.slider-main .slide picture {
  overflow: hidden;
  width: 100%;
}
.slider-main .slide picture img {
  height: 100%;
  height: var(--img-h);
  transition: scale var(--tr);
}
.slider-main .slide__desc {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  padding: var(--s30-20);
  background-color: hsla(0, 0%, 0%, 0.75);
}

.advants {
  display: grid;
  list-style: none;
  padding-left: unset;
  counter-reset: advants;
  margin-bottom: var(--s100-60);
}
.advants li {
  --d:.3s;
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding-block: 30px;
  text-align: center;
  transition-property: color, background-color, border-color, transform;
  transition-duration: var(--d), var(--d), var(--d), 1.5s;
}
.advants li::before {
  flex-basis: 10%;
  content: "";
  counter-increment: advants;
  content: counter(advants);
  font-family: var(--ff-third);
  font-size: 100px;
  line-height: 1;
  translate: 0 -0.15em;
  opacity: 0.5;
}
.advants li > :first-child {
  flex-basis: 45%;
  text-transform: uppercase;
}
.advants li > :last-child {
  flex-basis: 45%;
  padding-right: 20px;
}
.advants li.anim {
  transform: translateX(-100%);
}
.advants li:hover {
  color: var(--clr-dark);
  background-color: var(--clr-light);
  background-color: hsla(0, 0%, 100%, 0.95);
  border-radius: var(--borr-sm);
}
.advants li:has(+ li:hover) {
  border-color: transparent;
}
.advants > :not(:last-child) {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}

@media (max-width: 768px) {
  .advants li::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .advants li {
    display: grid;
    gap: 20px 0;
  }
}
.clients {
  overflow: hidden;
  display: grid;
  gap: 20px 0;
  margin-bottom: var(--s100-60);
}

.marquee {
  --speed:30;
  --duration:calc(var(--speed) * 1s);
  --item-w:180px;
  --item-h:80px;
  list-style-type: none;
  position: relative;
  height: var(--item-h);
  -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
          mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0) 5%, rgb(0, 0, 0) 95%, rgba(0, 0, 0, 0));
}
.marquee--1 {
  --count:6;
}
.marquee--2 {
  --count:6;
}
.marquee li {
  overflow: hidden;
  position: absolute;
  left: max(var(--item-w) * var(--count), 100%);
  width: var(--item-w);
  height: var(--item-h);
  border-radius: var(--borr-xsm);
  animation-name: scrollLeft;
  animation-duration: var(--duration);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--duration) / var(--count) * (var(--count) - var(--index)) * -1);
  animation-play-state: running;
}
.marquee li img {
  height: 100%;
  pointer-events: none;
}
.marquee--2 li {
  animation-direction: reverse;
}
@keyframes scrollLeft {
  to {
    left: calc(-1 * var(--item-w));
  }
}

@media (max-width: 992px) {
  .marquee {
    --item-w:165px;
    --item-h:73px;
  }
}
@media (max-width: 480px) {
  .marquee {
    --item-w:145px;
    --item-h:62px;
  }
}
.gallery-wrap {
  padding-inline: var(--gutter);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-bottom: var(--s100-60);
  padding-left: 0;
  list-style: none;
}
.gallery li {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: var(--borr-xsm);
}
.gallery img {
  height: 100%;
  will-change: transform;
  transition: scale var(--tr);
}
.gallery img:hover {
  scale: 1.05;
}

.sl-overlay {
  background-color: #000;
}

.sl-wrapper .sl-close {
  color: #fff;
  font-size: 5rem;
}

.sl-wrapper .sl-navigation button {
  color: #fff;
  font-size: 5rem !important;
}

@media (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 680px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.offer {
  display: grid;
  justify-items: center;
  gap: 30px 0;
  margin-bottom: var(--s100-60);
  padding-inline: var(--gutter);
  padding-block: 40px;
  background-color: hsla(0, 0%, 20%, 0.95);
  border-radius: var(--borr-mid);
}
.offer p {
  width: min(900px, 100%);
  text-align: center;
}

.news-wrap {
  display: grid;
  gap: 15px 0;
  margin-bottom: var(--s100-60);
}

.news {
  display: grid;
  gap: 20px 0;
}

.card-news {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  color: inherit;
  background-color: var(--clr-dark-transp-bg);
  border-radius: 0 var(--borr-xsm) var(--borr-xsm) 0;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.card-news picture {
  overflow: hidden;
  width: 200px;
  height: 100px;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: var(--borr-xsm);
}
.card-news picture img {
  height: 100%;
  will-change: transform;
  transition: scale var(--tr);
}
.card-news p {
  display: grid;
  align-items: center;
  padding: 20px;
}
.card-news:hover {
  text-decoration-color: currentColor;
}
.card-news:hover img {
  scale: 1.05;
}

@media (max-width: 480px) {
  .news {
    width: min(320px, 100%);
    margin-inline: auto;
  }
  .card-news {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .card-news picture {
    width: 100%;
    height: 150px;
  }
  .card-news p {
    padding-inline: unset;
  }
}
.cards-news-wrap {
  padding-block: var(--s40-20);
}
.cards-news-wrap > :first-child {
  margin-bottom: 20px;
}

.cards-news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-news-v {
  --img-h:var(--s300-200);
  overflow: hidden;
  display: grid;
  color: inherit;
  background-color: var(--clr-gray-transp-bg);
  border-radius: var(--borr-sm);
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.card-news-v picture {
  overflow: hidden;
  height: var(--img-h);
  border-radius: var(--borr-sm);
}
.card-news-v picture img {
  height: 100%;
  will-change: transform;
  transition: scale var(--tr);
}
.card-news-v__desc {
  padding: 20px;
}
.card-news-v:hover {
  text-decoration-color: currentColor;
}
.card-news-v:hover img {
  scale: 1.03;
}

@media (max-width: 860px) {
  .cards-news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cards-news {
    grid-template-columns: 1fr;
  }
}
.actions-wrap {
  padding-block: var(--s40-20);
}
.actions-wrap > :first-child {
  margin-bottom: 20px;
}

.actions {
  display: grid;
  gap: 20px;
}

.card-action {
  overflow: hidden;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  height: var(--card-h, 200px);
  color: inherit;
  background-color: var(--clr-gray-transp-bg);
  border-radius: var(--borr-sm);
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.card-action picture {
  overflow: hidden;
  width: 300px;
  height: 100%;
  border-radius: var(--borr-sm);
}
.card-action picture img {
  height: 100%;
  will-change: transform;
  transition: scale var(--tr);
}
.card-action__desc {
  display: grid;
  align-content: center;
  padding: 20px var(--s50-10);
}
.card-action:hover {
  text-decoration-color: currentColor;
}
.card-action:hover img {
  scale: 1.03;
}

@media (max-width: 768px) {
  .card-action {
    grid-template-columns: 1fr;
    width: min(450px, 100%);
    height: unset;
    margin-inline: auto;
  }
  .card-action picture {
    width: 100%;
    height: 250px;
  }
}
.socials {
  display: flex;
  gap: 5px;
}
.socials a {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  aspect-ratio: 1;
  width: 50px;
  padding: 10px;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--clr-light);
  border-radius: var(--borr-sm);
  transition: var(--tr);
  transition-property: color, background-color;
}
.socials a .svg-holder {
  display: grid;
  place-items: center;
  align-content: center;
  aspect-ratio: 1;
  width: min(75px, 100%);
}
.socials a svg {
  width: 100%;
  fill: var(--clr-light);
  transition: fill var(--tr);
}
.socials a svg.telegram {
  scale: 0.8;
}
.socials a span {
  text-align: center;
}
.socials a.insta::before, .socials a.insta::after {
  position: absolute;
  background-color: var(--clr-light);
}
.socials a.insta::before {
  --w:18px;
  content: "!";
  top: 0;
  right: 0;
  translate: 50% -50%;
  display: grid;
  place-items: center;
  width: var(--w);
  height: var(--w);
  color: red;
  font-size: 14px;
  font-weight: var(--fw-xb);
  line-height: 1;
  border-radius: 100vw;
}
.socials a.insta::after {
  content: "Instagram — проект Meta Platforms Inc., деятельность которой в России запрещена";
  top: -100%;
  left: 0;
  translate: 0% -50%;
  display: grid;
  width: 250px;
  padding: 10px;
  color: var(--clr-dark);
  background-color: var(--clr-light);
  font-size: 14px;
  line-height: 1;
  border-radius: var(--borr-xsm);
  opacity: 0;
  visibility: hidden;
  transition: var(--tr);
  transition-property: opacity, visibility;
}
.socials a:hover {
  color: var(--clr-dark);
  background-color: var(--clr-light);
}
.socials a:hover svg {
  fill: var(--clr-dark);
}
.socials a.insta:hover::after {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 680px) {
  .socials a.insta::after {
    left: unset;
    right: -50px;
  }
}
.extra-wrap {
  --h:300px;
  position: relative;
  overflow: hidden;
  height: var(--h);
  margin-bottom: 40px;
  padding: 40px calc(var(--gutter) * 2);
}
.extra-wrap picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}
.extra-wrap picture img {
  height: 100%;
}
.extra-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--clr-dark);
  opacity: 0.75;
}

.extra {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(600px, 100%);
  height: 100%;
  margin-inline: auto;
  text-align: center;
}
.extra__desc {
  display: grid;
  align-content: start;
  gap: 15px;
}
.extra__btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .extra-wrap {
    height: unset;
  }
  .extra {
    display: grid;
    gap: 20px;
  }
  .extra__btns {
    display: grid;
  }
}
.rules {
  display: grid;
  list-style: none;
  padding-left: unset;
  counter-reset: rules;
}
.rules li {
  position: relative;
  display: grid;
  padding-block: 30px;
  line-height: 1.5;
}
.rules li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.5), transparent);
}
.rules li::before {
  counter-increment: rules;
  content: "№ " counter(rules);
  font-size: 28px;
  font-weight: var(--fw-sb);
  text-align: center;
  opacity: 0.4;
}
.rules li:last-child::after{
  display: none;
}

.menu-wrap h2 {
  margin-top: -80px;
  padding-top: 80px;
  margin-bottom: 20px;
}

.menu-block {
  display: grid;
  gap: 10px;
  margin-bottom: 40px;
}
.menu-block h3 {
  text-align: center;
}
.menu-block ul {
  display: grid;
  gap: 20px 0;
  list-style: none;
  padding-left: unset;
}
.menu-block ul li {
  display: flex;
  gap: 0 10px;
}
.menu-block ul li span {
  line-height: 1;
}
.menu-block ul li > :first-child {
  flex-shrink: 0;
}
.menu-block ul li > :nth-child(2) {
  flex-grow: 1;
  overflow: hidden;
  border-bottom: 2px dotted var(--clr-light);
  opacity: 0.5;
  translate: 0 -5px;
}
.menu-block ul li > :last-child {
  flex-shrink: 0;
}

.news-s {
  display: grid;
  grid-template-columns: [full-start] 1fr [content-start] minmax(300px, 1024px) [content-end] 1fr [full-end];
  gap: 20px 0;
  width: min(1440px, 100% - var(--gutter) * 2);
  margin-inline: auto;
  padding-block: 40px;
  background-color: var(--clr-dark-transp-bg);
}
.news-s picture {
  grid-column: full;
  overflow: hidden;
  max-height: var(--s500-300);
  border-radius: var(--borr-sm);
}
.news-s > * {
  grid-column: content;
}
.news-s h2, .news-s .h2, .news-s h3, .news-s .h3, .news-s h4, .news-s .h4, .news-s h5, .news-s .h5 {
  text-align: left;
}
.news-s h2, .news-s .h2 {
  margin-top: 20px;
}
.news-s h3, .news-s .h3, .news-s h4, .news-s .h4, .news-s h5, .news-s .h5 {
  margin-bottom: -10px;
}
.news-s ul, .news-s ol {
  display: grid;
  gap: 5px 0;
  margin: 0;
  padding-left: 20px;
}
.news-s ol {
  list-style: decimal;
}
.news-s ul {
  list-style: disc;
}
.news-s a {
  color: inherit;
  text-decoration-color: currentColor;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.news-s a:hover {
  text-decoration-color: transparent;
}
.news-s p img {
  width: min(350px, 100%);
  float: left;
  margin: 5px 20px 5px 0;
  border-radius: var(--borr-sm);
}
.news-s strong {
  font-weight: var(--fw-xb);
}
.news-s__desc {
  display: grid;
  gap: 20px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .news-s p img {
    width: 100%;
    margin-right: unset;
    margin-bottom: 20px;
  }
}
.politika {
  display: grid;
  gap: 20px;
  width: min(var(--max-container), 100%);
  margin-inline: auto;
  margin-block: 20px;
  padding-block: 40px;
  padding-inline: var(--s50-10);
  background-color: var(--clr-dark-transp-bg);
  border-radius: var(--borr-mid);
}
.politika h1, .politika .h1, .politika h2, .politika .h2, .politika h3, .politika .h3, .politika h4, .politika .h4, .politika h5, .politika .h5 {
  text-align: left;
}
.politika ul, .politika ol {
  margin: 0;
  padding-left: 20px;
}
.politika ol {
  list-style: decimal;
}

.dialog {
  padding: unset;
  background-color: transparent;
  border: none;
}
.dialog__inner {
  position: relative;
  padding: 40px var(--s50-10);
  background-color: var(--clr-light-trans-bg);
  border-radius: var(--borr-mid);
}
.dialog__inner .close {
  --s:var(--s20-10);
  position: absolute;
  top: var(--s);
  right: var(--s);
}

.dialog--base {
  width: min(800px, 100%);
}
.dialog--base .dialog__inner {
  height: 100%;
}
.dialog--base .dialog__base {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 40px 0;
  height: 100%;
}
.dialog--base .dialog__base .dialog__desc {
  display: grid;
  gap: 15px;
}
.dialog--base .dialog__base .btn {
  justify-self: center;
  align-self: end;
}

@property --angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
.dialog--18 {
  --pad:8px;
  width: min(1024px, 100%);
}
.dialog--18 .dialog__inner {
  padding: var(--pad);
  background-color: transparent;
}

._18 {
  position: relative;
  display: grid;
  gap: var(--s15-5);
  padding: var(--s50-10);
  background-color: var(--clr-light-trans-bg);
  text-align: center;
  border-radius: var(--borr-mid);
}
._18__question {
  font-size: 32px;
  font-weight: var(--fw-m);
  line-height: 1.1;
}
._18__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin-top: 10px;
}
._18__btns button {
  padding: 20px 30px 15px;
  color: var(--clr-light);
  font-size: 21px;
  text-transform: uppercase;
  border: none;
  border-radius: var(--borr-sm);
  outline: none;
}
._18__btns-yes {
  background-color: #a2b700;
}
._18__btns-no {
  background-color: #FF3500;
}
._18::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: calc(-1 * var(--pad));
  --angle: 0deg;
  background: conic-gradient(from var(--angle), #FF3500, #a2b700, #FF3500);
  border-radius: var(--borr-lg);
  animation: autoRotate 2s linear infinite;
}
.overlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.9);
}
.prefooter-wrap {
  padding-block: 50px;
  background-color: var(--clr-light-trans-bg);
}

.prefooter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-inline: var(--gutter);
}
.prefooter__item {
  --img-h:var(--s350-200);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s40-20);
  padding: var(--s20-10);
  background-color: var(--clr-gray-transp-bg);
  border-radius: var(--borr-sm);
}
.prefooter__item-desc {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.prefooter__item-desc h3 {
  margin-bottom: unset;
}
.prefooter__item-desc .btn {
  align-self: start;
  margin-top: auto;
}
.prefooter__item picture {
  overflow: hidden;
  border-radius: var(--borr-xsm);
}
.prefooter__item picture img {
  height: var(--img-h);
}

@media (max-width: 992px) {
  .prefooter__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .prefooter__item picture {
    grid-area: 1/1;
  }
  .prefooter__item picture img {
    height: var(--img-h);
  }
}
@media (max-width: 650px) {
  .prefooter {
    grid-template-columns: 1fr;
  }
}
.footer-wrap {
  padding-inline: var(--gutter);
  padding-block: 30px;
  background-color: var(--clr-dark-transp-bg);
  border-top: 1px solid var(--clr-light);
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
.footer__logo {
  width: 150px;
}
.footer address {
  font-style: normal;
}
.footer .tel, .footer .politics {
  color: inherit;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color 0.3s ease-in-out;
}
.footer .tel:hover, .footer .politics:hover {
  text-decoration-color: currentColor;
}

@media (max-width: 1100px) {
  .footer {
    display: grid;
    justify-items: center;
    gap: 20px 0;
  }
  .footer__logo {
    width: 250px;
    margin-bottom: 20px;
  }
}


.breadcrumbs {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-block: 20px;
  padding-left: unset;
  list-style: none !important;
  z-index: 1;
  position: relative;
}
.breadcrumbs li > span {
  opacity: 0.5;
}
.breadcrumbs a {
  color: inherit;
  text-decoration-color: transparent;
  transition: var(--tr);
  transition-property: text-decoration-color, color;
}
.breadcrumbs a::after {
  content: "/";
  display: inline-block;
  padding-inline: 3px 5px;
}
.breadcrumbs a:hover {
  color: var(--clr-accent-1);
  text-decoration-line: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--clr-accent-1);
}