:root {
  --main-color: #fe8451;
  --second-color: #de4f12;
  --color-hover: #de4f12;
  --gradient: linear-gradient(to top, #ff7700, #e96e00);
  --white: #fff;
  --pdng: 80px;
  --hover: #de4f1242;
  --brdrds: 10px;
  --bxsdw: rgba(0, 0, 0, 0.04) 0px 0px 10px 2px;
  --trnshn: all 0.2s ease-in;
  --black: #010511;
  --gray: #bcbaba;
  --background: #222222;
  --mt: 90px;
}

main {
  overflow: hidden;
}

.com-content-article.item-page a {
  color: var(--main-color);
}

i.bi.bi-check-lg.text-success.me-2 {
  display: none;
}

.about-us--contacts a {
  color: var(--black);
}

a:hover,
a:focus,
a:active,
a:hover span {
  transition: var(--trnshn);
  color: var(--main-color) !important;
}

section:has(> .container:empty) {
  display: none !important;
  margin: 0 !important;
}

section:empty {
  display: none !important;
  margin: 0 !important;
}

.cookie--content span {
  color: var(--white);
  font-size: 14px;
}

a {
  cursor: pointer;
}

/* Breadcrumbs */

.blog--main section#breadcrumbs {
  margin-top: 210px;
}

.breadcrumb {
  margin-block: 15px 30px;
  padding: 0 !important;
  background-color: transparent;
}

.breadcrumb a {
  color: #a7a7a77d;
}

.breadcrumb-item.active {
  color: var(--main-color);
}

span.divider.icon-location.icon-fw {
  display: none;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #343548;
}

.jst-toolbar {
  display: none !important;
}

/* 404 */

.error_site .grid-child.container-component {
  max-width: 500px;
  max-height: 500px;
}

.error--title {
  display: block;
  margin: auto;
}

body.error_site.wrapper-static.view-.no-layout.no-task {
  justify-content: center;
}

h3.error--title {
  text-align: center;
  font-size: 80px;
  margin-top: 10px;
}

.error_site blockquote {
  display: none;
}

.error_site #system-message-container {
  margin-block: 0;
}

.error_site .card {
  border: none;
  border-radius: var(--brdrds);
}

.error_site .card-body {
  padding: 30px;
  background: var(--background);
  border: 1px solid var(--main-color);
}

.error_site .page-header {
  text-align: center;
}

.error_site .header {
  display: none;
}

.convertforms.cf-success .cf-response {
  background-color: var(--main-color) !important;
}

img.copyright--logo {
  max-width: 160px;
  opacity: 0.4;
  display: block;
  margin: auto;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  &:hover {
    opacity: 1;
    transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.cookie--content p {
  margin-bottom: 0;
  font-size: 14px;
}

.privacy--policy main {
  margin-top: 0px;
}

.main--page main {
  margin-top: -230px;
}

.container {
  max-width: 1400px !important;
}

.topbar--phone .phone {
  font-size: 25px;
}
.icon--wrapper {
  width: 43px;
  height: 43px;
}
img.messenger--icon {
  width: 40px;
}
.about--img {
  .about--main-img {
    object-position: 0px 0px;
  }
}

.scroll--button {
  display: block;
  margin: auto;
  position: absolute;
  z-index: 300;
  bottom: 1%;
  left: 50%;
  border-radius: 100px;
}

.up-down {
  animation:
    moveUpDown 2s ease-in-out infinite,
    pulse 2s infinite !important;
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0);
  }
}

.logo--wrapper.mobile--logo.d-flex {
  display: none !important;
}

.navbar-toggler .icon-menu::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 22px;
  background-image: url(/images/icons/burger.svg);
  background-size: cover;
}

#system-message-container {
  margin-block: 0px 0px;
}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: "Oddval";
  src: url("/media/templates/site/jst_template/fonts/Oddval/Oddval-SemiBold.otf");
  src: url("/media/templates/site/jst_template/fonts/Oddval/Oddval-SemiBold.otf")
    format("otf");
  font-weight: 500;
  font-style: normal;
}

:is(.term--title, .program--title) {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #ffffff82, #ffffff4a);
}

/* Header-main */

.mobile--logo {
  display: none;
}

#header {
  transition: none !important;
  position: relative;
  z-index: 200;
  margin-top: 10px;
  background: transparent;
}

.main--page #header .container {
  background: #ffffff2e;
}

#header .container {
  justify-content: space-between;
  display: flex;
  background: #343548;
  padding: 0 !important;
  height: 50px;
  border-radius: var(--brdrds);
}

#header a {
  color: var(--white);
  height: 100%;
  display: flex;
  margin: auto;
  align-items: center;
}

#header a:hover {
  color: var(--main-color) !important;
}

#header a.phone {
  font-size: 21px;
  line-height: 25px;
}

ul.mod-menu__sub.list-unstyled.small {
  padding: 15px;
  background: #343548;
  /* border-bottom-left-radius: var(--brdrds);
  border-bottom-right-radius: var(--brdrds); */
}

.navbar-collapse {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 100%;
}

p.button-txt {
  display: none;
}

.mod-finder__search.input-group {
  position: relative;
}

.mod-finder__search.input-group .btn-primary {
  padding: 0 !important;
  border: 0px;
  width: 30px;
  padding: 30px;
  position: absolute;
  right: 20px;
  top: 25%;
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  background-color: #01014500;
}

#mod-finder-searchword144::placeholder {
  color: #00000050 !important;
  opacity: 1;
}

.btn-primary .icon-search:before {
  content: "" !important;
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("/images/icons/search.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

label.finder {
  display: none;
}

form.mod-finder.js-finder-searchform.form-search {
  margin-left: auto;
}

input#mod-finder-searchword144 {
  width: 376px;
  border-radius: var(--brdrds);
  height: 49px;
  border: 3px solid #d4d4d4;
}

.main--page main:has(.com-finder.finder) {
  margin-top: 0;
}

body:has(.com-finder.finder) section#topbar {
  background-image: url(/images/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body:has(.com-finder.finder) #header .container {
  justify-content: space-between;
  display: flex;
  background: #343548;
  height: 50px;
}

body:has(.com-finder.finder) section#consult {
  margin-bottom: 50px;
}

li.result__taxonomy-item.result__taxonomy--Category {
  margin-left: 0;
  margin-top: 20px;
}

.result__taxonomy-item + .result__taxonomy-item:before {
  display: none !important;
}

li.result__taxonomy-item.result__taxonomy--Type,
li.result__taxonomy-item.result__taxonomy--Author {
  display: none;
}

.com-finder__search label {
  margin-bottom: 5px;
}

div#search-query-explained {
  display: none;
}

.com-finder__search button.btn.btn-primary {
  background-color: transparent !important;
  border: 0px !important;
}

.com-finder__search .js-finder-search-query {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #000000a8;
  border-radius: 0px;
  color: #000000 !important;
  padding-block: 0px;
}

.com-finder__search .js-finder-search-query:focus {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
  outline: 0;
  box-shadow: 0px;
}

.com-finder__search button.btn.btn-primary {
  transition: 0.3s ease;
  position: relative;
  color: transparent;
  background-size: 18px 18px;
  width: 46px;
  padding: 0 !important;
  opacity: 0.8;
  height: 35px;
  filter: invert(1);
}

ul#search-result-list {
  background: var(--white);
  border-radius: var(--brdrds);
  padding: 20px;
  display: inline-block;
}

.com-finder.finder button.btn.btn-secondary {
  display: none;
}

.com-finder.finder {
  margin-top: 70px;
}

.nav-item {
  position: relative;
  list-style: none;
  margin: 0px;
}

#header a.auction--link {
  font-weight: 600;
  color: var(--main-color);
}

/* UL подменю */

.mod-menu__sub .nav-item.parent {
  position: relative; /* чтобы вложенный ul позиционировался от li */
}

.mod-menu__sub .nav-item.parent > .mod-menu__sub {
  left: 95%; /* вправо на ширину родителя */
  top: 0px; /* чтобы начиналось от верхней границы пункта */
  padding: 0 !important;
  position: absolute;
}

.mod-menu__sub .nav-item.parent > .mod-menu__sub li {
  padding: 10px !important;
}

.mod-menu__sub {
  padding-top: 10px;
  display: none;
  position: absolute;
  top: 98%;
  box-shadow: var(--bxsdw);
  left: 0;
  background-color: var(--white);
  flex-direction: column;
  z-index: 1000;
  min-width: 175px;
  width: auto;
  white-space: nowrap;
}

.mod-menu__sub a {
  font-size: 16px;
  white-space: nowrap;
  padding: 7px 10px;
  display: block;
}

/* .nav-item:hover > .mod-menu__sub {
  display: flex;
  animation: slideDown 0.4s ease forwards;
} */

.navbar {
  padding: 0px 30px 0px 30px;
  width: 100%;
  height: 100%;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#sp-header.header {
  box-shadow: var(--bxsdw);
  margin: 30px 0 50px 0;
  padding: 25px 0;
  background-color: var(--white);
}

#sp-header .container {
  padding: 0 !important;
}

.nav-item.parent > a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-size: 0.8em;
  margin-left: 5px;
  vertical-align: middle;
  font-weight: 900;
  color: var(--main-color);
}

.menu--link {
  margin-right: 112px;
}

.nav-item {
  padding: 0 !important;
  position: relative;
  height: 100%;
}
button.mod-menu__toggle-sub {
  display: none;
}

.menu--link::before {
  right: 56px;
  top: -10%;
  content: "" !important;
  width: 2px;
  height: 36px;
  display: block;
  background-image: url(/images/icons/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.catalog--link {
  margin-right: 50px;
  padding: 15px 60px;
  background: var(--main-color);
  border-radius: var(--brdrds) !important;
}

.catalog--link .image-title {
  margin-left: 15px;
}

/* Stcky-header */

.fixed-header .container {
  background: #ffffff00 !important;
}

#header.fixed-header {
  position: fixed !important;
  height: auto !important;
  top: 0;
  left: 0;
  width: 100%;
  padding-block: 17px;
  opacity: 1 !important;
  transition: 0.2s;
  z-index: 999999999999 !important;
  background: #343548d4;
  backdrop-filter: blur(5px);
  margin: 0 !important;
}

/* Buttons */

a.outline--btn {
  text-align: center;
  display: block;
  padding: 15px 30px;
  border-radius: var(--brdrds);
  text-transform: uppercase;
  border: 2px solid var(--main-color);
  color: var(--white);
  font-weight: 300 !important;
  letter-spacing: 1px;
  font-size: 16px;
  &:hover {
    border: 2px solid var(--main-color);
    color: var(--white);
    font-size: 16px;
  }
}

.error_site .btn-secondary {
  background-color: #a36e1ec4 !important;
  color: var(--white) !important;

  box-shadow: 0px 0px 15px 15px #a36e1e3d;
  position: relative;
  overflow: hidden;

  &:hover {
    background-color: #a36e1e !important;
  }
}

.gradient {
  background: linear-gradient(
    0.8turn,
    rgba(163, 110, 30, 1) 0%,
    rgba(171, 107, 11, 0.82) 99%
  ) !important;
}

.main--btn,
.readmore a {
  box-shadow: 0px 4px 12px 6px #fe855161;
  font-weight: 600;
  display: inline-block;
  background: var(--gradient) !important;
  color: var(--white);
  position: relative;
  overflow: hidden;
  border-radius: var(--brdrds);
  text-transform: uppercase !important;
  padding: 30px 60px;
  cursor: pointer;
  transition: var(--trnshn);
  border: 1px solid var(--main-color);
  &:hover {
    box-shadow: 0px 10px 15px 5px #00000016;
    translate: 0px -3px;
    transition: var(--trnshn);
    color: var(--white) !important;
    /* border: 1px solid var(--main-color); */
  }
}

/* Search */

.mod-finder__search input {
  color: white !important;
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #ccccccbe;
  border-radius: 0px;
}

.mod-finder__search:hover .js-finder-search-query {
  border-bottom: 1px solid #fff;
  transition: 0.3s ease;
}

.mod-finder__search:hover .mod-finder__search button.btn.btn-primary {
  transition: 0.3s ease;
}

.mod-finder__search button.btn.btn-primary,
body.view-search .com-finder__search button.btn.btn-primary {
  transition: 0.3s ease;
  position: relative;
  color: transparent; /* скрывает текст */

  width: 46px; /* можно подогнать под дизайн */
  padding: 0;
  opacity: 0.8;
  border: 0px !important;
  background: transparent;
  box-shadow: none !important;
}

.mod-finder__search .form-control:focus {
  color: #fcfcfc;
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  box-shadow: 0px;
}

.js-finder-search-query::placeholder {
  color: #888;
  opacity: 1;
}

/* Video */

.video--wrapper {
  position: relative;
  display: block;
  width: 100%;
  border-radius: var(--brdrds);
  overflow: hidden;
  max-width: 410px;
  margin-inline: auto;
  cursor: pointer;
}

.video--wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video--wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.28); /* ÑÑ‚ÐµÐ¿ÐµÐ½ÑŒ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ */
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.video--wrapper.is-playing::after {
  opacity: 0;
}

.video--wrapper:hover .play-button {
  width: 120px;
  height: 120px;
  transition: var(--trnshn);
}

.play-button {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: var(--trnshn);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
}
.play-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid var(--black);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
video {
  display: block;
  width: 100%;
  height: auto;
}

/* Footer */

#footer .mod-menu__sub {
  display: block;
  position: relative;
}

#footer .mod-menu__sub a {
  font-size: 16px;
  white-space: nowrap;
  padding: 0px;
  display: block;
}

#footer ul.mod-menu__sub.list-unstyled.small {
  padding: 0px;
  background: transparent;
}

#footer .nav-item.parent > a::after {
  display: none;
}

.footer--info {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.footer--info p {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 0;
}

.footer.auc--footer {
  margin-top: 0 !important;
}

#footer li.nav-item.item-273.deeper.parent {
  display: none;
}

#footer ul.mod-menu.mod-list.nav {
  display: block;
}

#footer .consult--item {
  margin-bottom: 10px;
  font-size: 14px;
}

#footer .icon--wrapper {
  width: 40px;
  height: 40px;
}

#footer .topbar--contacts {
  margin-bottom: 10px;
}

#footer .topbar--messengers {
  margin-bottom: 15px;
}

#footer .consult--item img {
  width: 14px;
}

#footer img.logotype {
  margin-bottom: 15px;
}

#footer h3 {
  color: var(--white);
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}

.auc--footer ul.mod-menu.mod-list.nav {
  display: flex !important;
}

.auc--footer ul.mod-menu.mod-list.nav {
  flex-direction: column;
}

.auc--footer ul.mod-menu.mod-list.nav a {
  color: var(--white);
  font-size: 16px;
}

#footer a.outline--btn {
  margin-bottom: 0px;
}

#footer ul.mod-menu.mod-list.nav a {
  margin-bottom: 5px;
  display: block;
}

.main--page section#footer {
  margin-top: 0;
}

section#footer {
  background: var(--black);
  margin: 0;
  padding-block: 75px 30px;
  margin-top: var(--mt);
}

ul.mod-menu.mod-list.nav {
  flex-direction: row;
  justify-content: space-between;
}

.footer--phone {
  text-align: end;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color) !important;
}

/* Checkbox */

.form-check-input {
  margin: 0 3px 0 0;
}

.form-check-input:checked {
  background-color: var(--main-color);
}

.form-check-input {
  border: 1px solid var(--black) !important;
  padding: 9px !important;
  width: 9px;
  height: 9px;
}

.cf-label {
  text-align: left;
}

.terms--text .cf-label {
  font-size: 14px !important;
  a {
    color: var(--main-color);
  }
}

.form-check-input:focus {
  border-color: var(--main-color) !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #7539693e;
}

/* Contacts */

.contacts--item.messengers {
  display: none;
}

#contacts {
  position: relative;
  .topbar--messengers {
    justify-content: center;
    .d-flex {
      gap: 15px;
    }
  }
}

.contacts--item {
  text-align: center;
  margin-bottom: 30px;
}

.footer--text {
  margin-bottom: 0;
  font-size: 16px;
  color: #808080 !important;
}

.privacy--link {
  text-align: end;
}

.contacts--map-wrapper {
  padding: 50px 50px 20px 50px;
  background-color: #1f1f1f;
  display: inline-block;
  border-radius: var(--brdrds);
  position: absolute;
  bottom: 10%;
  left: 14%;
  text-align: center;
}

.contacts--logo {
  display: none;
  margin: auto;
}

/*Scroll-bar*/

::-webkit-scrollbar {
  width: 8px;
  height: 2px;
  background-color: var(--background);
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
}

@media (width <= 1400px) {
  .container {
    padding-inline: 30px;
  }

  #header {
    padding-inline: 30px;
  }

  .menu--link {
    margin-right: 80px;
  }

  .topbar--phone .phone {
    font-size: 25px;
  }
  .icon--wrapper {
    width: 43px;
    height: 43px;
  }
  img.messenger--icon {
    width: 38px;
  }

  .topbar--messengers {
    gap: 30px;
  }

  #hero {
    padding-block: 340px 15px;
  }

  main {
    margin-top: 0px;
  }

  .navbar-collapse {
    display: flex;
    gap: 30px;
  }
}

@media (width <= 1300px) {
  :root {
    --fz: 16px;
  }
  .navbar-collapse {
    gap: 20px;
  }

  .icon--wrapper {
    width: 38px;
    height: 38px;
  }
}

@media (width <= 1260px) {
  img.request--dec {
    max-width: 600px;
  }

  .block--request {
    padding: 15px 15px 15px 50px;
  }

  .topbar {
    .contacts--wrapper {
      gap: 15px;
    }

    .logo--wrapper {
      width: 20%;
      gap: 0px;
    }
    .info--wrapper {
      width: 80%;
    }
  }
  .logotype {
    max-width: 230px;
  }

  #header .nav-item a {
    font-size: 14px;
  }

  #header a.phone {
    font-size: 16px;
    line-height: 21px;
  }
  .navbar-collapse {
    gap: 15px;
  }
  input#mod-finder-searchword144 {
    width: 280px;
  }
  .catalog--link {
    margin-right: 30px;
  }
  .menu--link {
    margin-right: 60px;
  }
  .menu--link::before {
    right: 30px;
  }
  p.info--wrapper-value {
    font-size: 12px;
    margin-bottom: 0;
  }
  .info--wrapper-item {
    padding: 15px 15px;
  }

  .topbar--messengers {
    .d-flex {
      gap: 10px;
    }
  }

  .hero--features {
    max-width: 505px;
  }

  img.hero--features-icon {
    max-height: 40px;
  }
}

@media (width <= 1100px) {
  .menu--link {
    margin-right: 50px;
  }

  input#mod-finder-searchword144 {
    width: 245px;
  }

  .catalog--link {
    margin-right: 15px;
  }

  .menu--link::before {
    right: 15px;
  }
  .logotype {
    max-width: 150px;
  }
  .topbar {
    .logo--wrapper {
      width: 15%;
    }
    .info--wrapper {
      width: 85%;
    }
  }
}

@media (width <= 991px) {
  :root {
    --mt: 50px;
  }

  .slide {
    width: 340px;
  }

  .rewiev--item {
    height: auto;
  }

  p.reviews--subtitle {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .back_link {
    display: none;
  }

  .arrow {
    width: 60px;
    height: 60px;
  }

  .privacy--policy main {
    margin-top: -110px;
  }

  .hero--description {
    order: 2;
  }

  h1.main--title {
    order: 1;
  }

  .hero--features {
    order: 4;
  }

  a.main--btn.popup--link {
    text-align: center;
    order: 3;
  }

  .hero--wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
  }

  .info--wrapper-item {
    background: #33333300;
    padding: 15px 22px;
    backdrop-filter: blur(0px);
  }

  .terms--text p {
    font-size: 13px;
    line-height: 14px;
  }

  .terms--text {
    margin-bottom: 15px;
  }

  #header .mod-finder__search.input-group {
    display: none;
  }

  #topbar .rating--wrapper {
    display: none;
  }

  .error_site .grid-child.container-component {
    max-width: 310px;
    max-height: 310px;
  }

  h3.error--title {
    font-size: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  #topbar {
    .adress.adress--main {
      display: none;
    }
  }

  .logo--wrapper {
    width: 35% !important;
  }
  .info--wrapper {
    width: 65% !important;
  }
  .info--wrapper-item {
    align-items: center;
  }
}

@media (width <= 991px) {
  .logo--wrapper {
    width: 35% !important;
  }
  .info--wrapper {
    width: 65% !important;
  }

  div#mod-custom136 {
    order: 2;
  }

  nav.navbar.navbar-expand-md {
    order: 3;
  }

  div#mod-custom137 {
    order: 1;
  }

  .desctop--logo {
    display: none;
  }
  .mobile--logo {
    display: block !important;
  }
  #cases li.nav-item {
    width: 33%;
    border-bottom: 1px solid #cccccc29;
  }
  #cases .nav.nav-tabs .nav-link {
    padding: 15px 0px !important;
    width: 101%;
  }
}

@media (width <= 767px) {
  .accordion-button::after {
    width: 20px !important;
    height: 20px !important;
    right: 2%;
    top: 25%;
  }

  body.auto--shop main.col-12.col-lg-9.component-center {
    width: 100% !important;
  }

  item-pageauto--shop li.field-entry.tsena .field-value {
    font-size: 18px !important;
  }

  ul.fields-container span.field-value {
    font-size: 16px !important;
  }

  .item-pageauto--shop ul.fields-container li {
    width: 50%;
  }

  body.auto--shop aside.col-12.col-lg-3.component-right {
    width: 100% !important;
  }

  img.request--dec,
  img.request--decor {
    display: none;
  }

  .consult--wrapper {
    flex-wrap: wrap;
  }

  .accordion-button {
    padding: 20px 35px 20px 20px !important;
  }

  .title--row {
    flex-direction: column;
    gap: 30px;

    align-items: baseline;
  }

  .quiz-check .cf-checkbox-group {
    padding: 15px !important;
  }

  .quiz-check label.cf-label {
    font-size: 13px !important;
  }

  .feature--item-title {
    margin-bottom: 10px;
  }

  a.title--btn {
    padding: 10px 20px;
    border: 1px solid #cbcbcbc6;
    font-size: 13px;
    color: #cbcbcbc6;
  }

  section#features {
    margin-top: var(--mt);
    padding-block: var(--mt);
  }

  .blog--main section#breadcrumbs {
    margin-top: 100px;
  }

  #system-message-container {
    margin-block: 0px;
  }

  .blog--main .blog-item {
    margin-bottom: 0px;
  }

  .reviews--title-row {
    flex-direction: column;
    align-items: baseline;
  }

  .com-content-category-blog.blog {
    margin-block: 0px 0px !important;
  }

  .banner--wrapper {
    margin-top: 5px;
  }

  .blog--main .item-pageblog--main {
    margin-block: -35px 30px !important;
  }

  .blog--main .blog-item {
    flex-direction: column !important;
  }

  h1.main--title {
    font-size: 32px;
    line-height: 40px;
    br {
      display: none;
    }
  }
  .hero--buttons {
    gap: 15px;
    flex-wrap: wrap;
  }
  .btn {
    padding: 18px 45px !important;
    font-size: 15px !important;
  }
  :root {
    --pdng: 50px;
  }

  .catalog--link {
    margin-right: 0px;
    padding: 15px 60px;
    background: var(--main-color);
    border-radius: var(--brdrds) !important;
  }

  .menu--link::before {
    display: none;
  }

  li.nav-item.item-245 {
    margin-bottom: 20px;
  }

  .info--wrapper-item {
    margin-bottom: 15px;
  }

  img.copyright--logo {
    max-width: 130px;
    margin: 15px auto 15px auto;
  }
}

@media (width <= 576px) {
  .cookie--content span {
    font-size: 10px;
  }

  .feature--item-icon {
    max-width: 30px;
  }

  .feature--item {
    padding: 22px;
  }

  .cooperation--wrapper {
    padding: 22px;
  }

  .blog--main h3,
  .blog--main h2 {
    margin-top: 10px !important;
  }

  #hero video {
    width: 100%;
    height: 400px;
  }

  #age-verification-popup {
    width: 300px;
  }

  .info--wrapper {
    width: 100% !important;
  }
  .container {
    padding-inline: 15px !important;
  }

  h1.main--title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
  }

  #hero {
    padding-block: 190px 100px;
  }

  .custom--form {
    padding: 15px 0px !important;
    h3 {
      font-size: 20px !important;
      line-height: 24px !important;
      margin-bottom: 5px;
    }
  }

  p.hero--description {
    font-size: 15px;
  }
  .btn {
    width: 100%;
  }
  .topbar--phone .phone {
    font-size: 18px;
    line-height: 21px;
  }
  .topbar--phone {
    gap: 0px !important;
  }
  h1.main--title {
    br {
      display: block;
    }
  }
  .section--title {
    font-size: 21px;
  }

  .footer--text {
    padding-top: 0px !important;
    text-align: center;
    margin-bottom: 10px;
  }
}

/* Animation */

.animated {
  opacity: 0;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.fade-in-left,
.fade-in-right,
.fade-in-down,
.fade-in {
  opacity: 0;
}

.fade-in-left-02,
.fade-in-right-02,
.fade-in-down-02,
.fade-in-02 {
  transition-delay: 0.2s;
}

.fade-in-left-04,
.fade-in-right-04,
.fade-in-down-04,
.fade-in-04 {
  transition-delay: 0.4s;
}

.fade-in-left-06,
.fade-in-right-06,
.fade-in-down-06,
.fade-in-06 {
  transition-delay: 0.6s;
}

.fade-in-left,
.fade-in-left-02,
.fade-in-left-04,
.fade-in-left-06 {
  transform: translateX(-50px);
}

.fade-in-right,
.fade-in-right-02,
.fade-in-right-04,
.fade-in-right-06 {
  transform: translateX(50px);
}

.fade-in-down,
.fade-in-down-02,
.fade-in-down-04,
.fade-in-down-06 {
  transform: translateY(50px);
}

.animated.fade-in,
.animated.fade-in-left,
.animated.fade-in-right,
.animated.fade-in-down {
  opacity: 1;
  transform: none;
}

/* Blog */

.blog .article-list .article {
  border: 1px solid #f7f1f1 !important;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgb(178 188 191 / 10%);
  border-radius: var(--brdrds);
  img {
    border-radius: var(--brdrds) var(--brdrds) 0px 0px;
  }
}

.blog .article-list .article:hover {
  transition: all 0.3s ease;
  box-shadow: 0 30px 20px rgb(178 188 191 / 30%);
  cursor: pointer;
  transform: translateY(-5px);
}

.blog .article-list .article:hover a {
  color: var(--main-color) !important;
}

.blog h1 {
  margin-bottom: 30px !important;
}

.blog-item:hover figure img {
  transform: scale(1.07);
  transition: var(--trnshn);
  filter: brightness(0.9);
}

.item-image {
  border-radius: var(--brdrds);
}

.blog-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgb(0, 0, 0) 0%,
    rgba(255, 255, 255, 0) 65%
  );
  pointer-events: none;
}

.blog-item {
  overflow: hidden;
  position: relative;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  border-radius: var(--brdrds);
  max-height: 500px;
}

.blog-item img {
  transition: var(--trnshn);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-item figure {
  height: 100%;
  width: 100%;
  margin: 0 !important;
}

.blog-item h2 a {
  font-size: 16px;
  color: var(--white);
  display: block;
  line-height: 21px;
  margin-bottom: 15px;
}

.item-image {
  max-height: 500px;
  overflow: hidden;
}

.item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular--news li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc5a;
  padding-bottom: 5px;
}

.popular--news h3 {
  margin-bottom: 30px;
  font-weight: 600;
}

.popular--news {
  margin-top: 0px;
  border: 1px solid #00000008;
  padding: 30px;
  border-radius: var(--brdrds);
  background: var(--white);
  box-shadow: 1px 0px 20px 3px #00000011;
}

.popular--news a span {
  color: var(--black);
  transition: var(--trnshn);
  display: block;
}

.item-content .news--data {
  position: relative;
  inset: 0;
}

.item-pageblog--seo h1 {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 500;
}

.item-pageblog--seo img {
  border-radius: var(--brdrds);
}

.com-content-article.item-pageblog--seo {
  border-radius: var(--brdrds);
  background: var(--white);
  padding: 30px;
}

.item-pageblog--seo h2 {
  margin-block: 30px 15px;
  font-size: 27px;
}

.item-content span.published-date,
span.hits {
  font-size: 18px;
  color: var(--white);
}

.item-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  z-index: 3;
}

.left.item-image {
  float: none;
}

.article {
  width: 100%;
  height: 100%;
}

.item-image {
  max-height: 500px;
  overflow: hidden;
}

section#news {
  margin-top: var(--mt);
}

.news--data-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.news--data {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  display: flex;
  gap: 40px;
  p {
    color: var(--white);
    margin-bottom: 0;
  }
}

span.published-date,
span.hits {
  font-size: 16px;
  color: #ffffffb5;
}

img.data--icon {
  object-fit: contain !important;
  max-width: 20px;
}

h4.newsflash-title {
  position: absolute;
  bottom: 45px;
  max-width: 383px;
  z-index: 3;
  left: 20px;
}
h4.newsflash-title a {
  color: var(--white);
  font-size: 16px;
  display: block;
  font-weight: 600 !important;
  position: relative;
  z-index: 3;
}
.news--content {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: var(--brdrds);
}

.news--content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgb(0, 0, 0) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  pointer-events: none;
}

.news--content .tags {
  display: none;
}

.mod-articlesnews__item img {
  transition: var(--trnshn);
}

.mod-articlesnews__item:hover figure img {
  will-change: transform;
  transform: scale(1.07);
  transition: var(--trnshn);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.auto--shop .main--news .news--data {
  display: flex !important;
}

.main--news .auto--info {
  padding: 0 !important;
}

.mod-articlesnews__item {
  overflow: hidden;
  position: relative;
  figure {
    height: 100%;
    margin: 0;
  }
  img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.page-header h1 {
  margin-bottom: 10px;
}

/* Auto-shop */

.auto--shop .blog-item .item-content {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 25px;
}

.auto--shop figure.left.item-image {
  max-height: 265px;
  overflow: hidden;
  border-radius: 0px;
}

.article--image ul.tags.list-inline {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
}

.article--image .list-inline-item {
  margin: 0;
}

.article--image .list-inline-item a {
  padding: 10px 20px !important;
  background: var(--main-color);
  font-size: 13px !important;
  font-weight: 400 !important;
  border: 0px;
  border-radius: var(--brdrds);
  border-top-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.article--image {
  position: relative;
}

.article ul.tags.list-inline {
  display: none;
}

.auto--shop .article {
  background: var(--white);
  border-radius: var(--brdrds);
  overflow: hidden;
  height: 450px;
}

.auto--shop .news--data {
  display: none;
}

.auto--shop ul.fields-container {
  padding: 0;
  column-count: 2;
}

ul.fields-container {
  list-style-type: none;
  margin-bottom: 0px;
}

ul.fields-container li {
  margin-bottom: 7px;
}

ul.fields-container span.field-value {
  font-size: 17px;
}

ul.fields-container span.field-label {
  color: #939393;
}

.auto--shop .readmore a {
  width: 100%;
}

.shop--module .news--content::after {
  display: none !important;
}

.auto--shop .auto--info {
  padding: 25px;
}

.auto--shop figure.newsflash-image {
  height: 265px;
  overflow: hidden;
}

.auto--shop .com-content-article figure.left.item-image {
  max-height: max-content;
  margin-top: 0px;
  height: auto;
  border-radius: var(--brdrds);
  margin-bottom: 0;
}

.auto--shop .news--content {
  height: auto;
  background: var(--white);
}

.auto--shop .readmore span.icon-chevron-right {
  display: none;
}

li.field-entry.tsena span {
  color: var(--main-color) !important;
  font-weight: 500 !important;
}

.auto--shop .page-header h2 a {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 7px;
  color: var(--black);
}

p.readmore {
  margin-bottom: 0;
}

.auto--shop .blog-item::after {
  display: none;
}

/* Go to top */

.scroll {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9000;
  touch-action: none;
}

.scroll-to-top {
  position: relative;
  background-color: var(--main-color);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.fa-chevron-up {
  font-size: 18px;
}

.scroll-to-top.show {
  opacity: 0.4;
}

.scroll-to-top:hover {
  opacity: 1;
  background-color: var(--main-color);
  transform: scale(1.07);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  color: var(--black);
  border: 1px solid var(--main-color);
}

.scroll-to-top:active {
  transform: scale(1);
}

@media (max-width: 767px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
  }

  .mt-5.mb-5.cta-blog--wrapper {
    flex-direction: column;
  }

  .cta--img img {
    position: relative;
  }

  .cta--img::before {
    height: 80%;
    background: linear-gradient(to bottom, #0b0b0b 0%, rgba(0, 0, 0, 0) 80%);
  }

  .cta--description .btn {
    padding: 18px 30px !important;
  }

  .cta--description {
    max-width: 100%;
    padding: 15px;
  }

  .circle {
    width: 51px;
    height: 51px;
  }

  .fa-chevron-up {
    font-size: 16px;
  }
}

/* Pulse */

.pulsate {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #a36e1ec7;
  }
  50% {
    box-shadow: 0 0 2px 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Offcanvas */

div#offcanvas--auc .mod-list {
  gap: 5px;
  padding: 0;
}

div#offcanvas--auc .mod-list a {
  font-size: 15px;
}

#sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #0b0b0b8f;
  backdrop-filter: blur(5px);
  box-shadow: var(--bxsdw);
  transition: right 0.4s ease;
  z-index: 99999999999;
  overflow-y: auto;
}

#backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  transition: var(--trnshn);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler {
  display: block;
  color: var(--black);
  border: none;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 5px;
  outline: none;
  transition: background-color 0.3s ease;
}

.close-button {
  border: none;
  background: none;
  font-size: 40px;
  cursor: pointer;
  border: none;
  outline: none;
  color: var(--main-color);
}

.close-button.rotate {
  transform: rotate(45deg);
  transition: var(--trnshn);
}

.offcanvas--menu {
  margin-block: 15px;
  margin-left: 0px;
}

.offcanvas--menu ul.mod-menu.mod-list.nav {
  flex-direction: column;
  justify-content: space-between;
}

.offcanvas--menu a {
  text-wrap: balance !important;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-item {
  margin-bottom: 5px;
}

#header .nav-item.deeper.parent > a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  float: right;
  margin-right: 5px;
  transition: var(--trnshn);
}

.nav-item.deeper.parent.open > a:after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  transform: rotate(180deg);
  transition: var(--trnshn);
}

.mod-menu__sub {
  display: none;
  padding-left: 20px;
  transition: var(--trnshn);
}

#sidebar .offcanvas--menu .parent.open .show-menu {
  display: block;
}

#sidebar .mod-menu__sub {
  display: none;
  position: unset;
  flex-direction: column;
  padding: 10px;
  z-index: 1000;
  min-width: 175px;
  width: auto;
  white-space: nowrap;
  box-shadow: none;
  transition: var(--trnshn);
  margin: 0;
  a {
    padding: 0;
  }
}

#header .nav-item:hover > .mod-menu__sub {
  display: block;
  animation: slideDown 0.4s ease forwards;
  transition: var(--trnshn);
}

.offcanvas--wrapper {
  margin-top: 10px;
  margin-left: 10px;
}

.offcanvas--wrapper .d-flex {
  gap: 15px;
}

.offcanvas--wrapper .topbar--messengers {
  margin-block: 15px;
}

img.studio--copyright {
  max-width: 180px;
  opacity: 0.6;
  transition: var(--trnshn);
}

img.studio--copyright:hover {
  opacity: 1;
  transition: var(--trnshn);
}

/* Pagination */

.pagination__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}

.page-item {
  display: inline-block;
}

.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  transition: all 0.3s ease-in-out;
}

.page-link:hover,
.page-item.active .page-link {
  background: var(--color-hover);
  color: #fff;
  border-color: var(--color-hover);
}

/* ÐžÑ‚ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ‹Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ */
.page-item.disabled .page-link {
  color: #ccc;
  background: transparent;
  border: none;
  cursor: not-allowed;
}

/* Ð¡Ñ‚Ñ€ÐµÐ»ÐºÐ¸ (Ð±ÐµÐ· Ð±Ð¾Ñ€Ð´ÐµÑ€Ð°) */
.page-item a.page-link span {
  font-size: 18px;
  line-height: 1;
}

.page-item a.page-link {
  border: none;
}

.page-item a.page-link:hover {
  background: var(--color-hover);
  color: #fff !important;
}

.page-item:last-child .page-link {
  border-radius: 100% !important;
}

.com-content-category-blog__navigation.w-100 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  text-align: center;
}

ul.pagination.ms-0.mb-4 {
  margin-bottom: 0px !important;
}

p.com-content-category-blog__counter.counter.float-md-end.pt-3.pe-2 {
  padding-top: 0px !important;
}

/* Виджет */

/* ÐŸÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ðµ â€” Ð¿Ñ€ÑÐ¼Ð¾ Ð½Ð° ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ðµ Ð²Ð¸Ð´Ð¶ÐµÑ‚Ð° */
.ws-whatsapp {
  --ws-green: #3a5af5; /* Ð¾ÑÐ½Ð¾Ð²Ð½Ð¾Ð¹ MAX */
  --ws-deep: #6939e5; /* Ð³Ð»ÑƒÐ±Ð¾ÐºÐ¸Ð¹ Ñ„Ð¸Ð¾Ð»ÐµÑ‚Ð¾Ð²Ñ‹Ð¹ MAX */
  --ws-size: 68px;
  --ws-gap: clamp(12px, 2vw, 22px);
}

.ws-whatsapp {
  position: fixed;
  right: calc(var(--ws-gap) + 75px);
  bottom: calc(var(--ws-gap) + 20px + env(safe-area-inset-bottom));
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ws-size);
  height: var(--ws-size);
  border-radius: 30%;
  background: linear-gradient(135deg, var(--ws-green), var(--ws-deep));
  text-decoration: none;
  transition: transform 0.25s ease;
  will-change: transform, box-shadow;
  -webkit-tap-highlight-color: transparent;
}

.ws-whatsapp__icon {
  width: 56%;
  height: 56%;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.15));
}

/* ÐŸÑƒÐ»ÑŒÑÐ°Ñ†Ð¸Ñ Ñ‡ÐµÑ€ÐµÐ· box-shadow */
.ws-pulse {
  animation: wsPulse 2s infinite;
}

@keyframes wsPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(105, 57, 229, 0.55);
  }
  50% {
    box-shadow: 0 0 0 18px rgba(105, 57, 229, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(105, 57, 229, 0);
  }
}

.ws-whatsapp:hover {
  transform: translateY(-2px);
}
@media (hover: none) {
  .ws-whatsapp {
    transform: none;
  }
}

/* ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð² */
@media (max-width: 992px) {
  .ws-whatsapp {
    --ws-size: 60px;
  }
}
@media (max-width: 576px) {
  .ws-whatsapp {
    --ws-size: 51px;
  }

  .sp-scroll-up {
    bottom: 15px;
  }
  .ws-whatsapp {
    right: calc(var(--ws-gap) + 11px);
    bottom: calc(var(--ws-gap) + 55px + env(safe-area-inset-bottom));
  }
}

/* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð°Ð½Ð¸Ð¼Ð°Ñ†Ð¸ÑŽ Ð´Ð»Ñ prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .ws-pulse {
    animation: none;
  }
  .ws-whatsapp {
    transition: none;
  }
}

/* SMI */

/* Карточка-ссылка */
.smi-card {
  height: 100%;
  position: relative;
  display: block;
  border-radius: 2px;
  transform: translateZ(0);
  text-decoration: none;
  overflow: hidden;
}

/* Картинка */
.smi-card > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.smi-card > img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.45s ease;
}

/* CTA строго по центру */
.smi-card__cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.98);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgb(0 0 0 / 76%);
  padding: 6px;
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  z-index: 10;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  pointer-events: none; /* клик всегда по ссылке */
}

/* стрелка белая */
.smi-card__arrow {
  display: block;
  filter: invert(1);
  max-width: 12px;
}

/* hover */
.smi-card:hover::after {
  background: rgba(0, 0, 0, 0.45);
}

.smi-card:hover > img {
  transform: scale(1.04);
  filter: grayscale(1);
}

.smi-card:hover .smi-card__cta {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.smi--row span.smi-card__text {
  color: white !important;
}

/* на тач-устройствах показываем CTA всегда */
@media (hover: none) {
  .smi-card__cta {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .smi-card::after {
    background: rgba(0, 0, 0, 0.25);
  }
}
