@charset "UTF-8";
.menu-catalog a, .mobile-header-menu__list a {
  color: inherit;
  text-decoration: none;
}

.menu-catalog a:hover, .mobile-header-menu__list a:hover {
  text-decoration: none;
  color: currentColor;
}

.menu-catalog ul, .mobile-header-menu__list, .mobile-header-menu ul {
  margin: 0;
  padding: 0;
}

.menu-catalog ul li, .mobile-header-menu__list li, .mobile-header-menu ul li {
  list-style: none;
}

.menu-catalog ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  transition: 0.2s;
}

.menu-catalog ul li a:hover {
  color: #8493A8;
}

:root {
  --black: #374355;
  --white: #ffffff;
  --yellow: #d59b38;
  --yellow-hov: #b58430;
  --blue: #4292ef;
  --blue-hov: #387ccb;
  --grey1: #8493a8;
  --grey2: #cad3df;
  --grey3: #eceff4;
}

.w-100 {
  width: 100%;
}

.btn-blue {
  background: var(--blue);
  color: var(--white);
}

.btn-blue:hover {
  background: var(--blue-hov);
  color: var(--white);
}

.btn-blue:active {
  color: var(--white) !important;
}

.btn-blue:focus {
  color: var(--white) !important;
}

.btn-grey {
  background: var(--grey3);
  color: var(--grey1);
  border: 1px solid var(--grey2);
}

.btn-grey:hover {
  background: var(--grey2);
  color: var(--black);
}

.w100 {
  width: 100%;
}

.left__panel {
  position: fixed;
  left: 0;
  top: 20px;
  border-radius: 0px 4px 4px 0px;
  background: var(--white);
  display: flex;
  z-index: 99;
}

@media (max-width: 1079px) {
  .left__panel {
    display: none;
  }
}

.left__panel-top {
  width: 100px;
  height: 90vh;
  max-height: 100%;
  padding: 40px 13px;
  background: var(--yellow);
  border-radius: 0px 4px 4px 0px;
  display: flex;
  flex-direction: column;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.left__panel-top::-webkit-scrollbar {
  display: none;
}

@media (min-height: 900px) {
  .left__panel-top {
    height: 800px;
  }
}

.left__panel-top.open {
  border-radius: 0;
}

.left__panel-body {
  display: none;
  padding: 40px;
  width: 980px;
  height: 800px;
  max-height: 100%;
}

.left__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.mobile-header {
  position: fixed;
  z-index: 99699999;
  width: 100%;
  background: #fff;
  border-bottom: 2px solid #ECEFF4;
}

@media (min-width: 1080px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header-block-wrapper {
  display: flex;
  padding: 15px 0;
}

.mobile-header-block__search {
  flex: 1 0 0;
}

.mobile-header-block__btn-menu, .mobile-header-block__btn-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  cursor: pointer;
}

.mobile-header-block__btn-menu svg, .mobile-header-block__btn-cart svg {
  height: 24px;
  width: 24px;
}

.mobile-header-block__btn-cart .header-cart__btn {
  margin: 0;
  height: auto;
  width: auto;
  background-color: transparent;
}

.mobile-header-block__btn-cart .header-cart__btn svg {
  position: static;
}

.modal-body-content {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.mobile-header-menu {
  position: fixed;
  left: -100vw;
  z-index: 1000;
  width: calc(100vw - (100vw - 100%) - 5px);
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.mobile-header-menu::-webkit-scrollbar {
  display: none;
}

.mobile-header-menu-body {
-ms-overflow-style: none;
scrollbar-width: none;
}

.mobile-header-menu-body::-webkit-scrollbar {
  display: none;
}

.mobile-header-menu#mobile-menu-catalog {
  z-index: 1005;
}

.mobile-header-menu.active {
  left: 0;
  box-shadow: 0 0 4px 0 #374355;
}

.mobile-header-menu > * {
  width: 100%;
}

.mobile-header-menu button {
  margin: 0;
}

.mobile-header-menu__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #374355;
}

.mobile-header-menu__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-header-menu-body {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.mobile-header-menu-body > * {
  width: 100%;
}

.mobile-header-menu-group {
  padding: 25px 15px;
}

.mobile-header-menu-group:not(:first-child) {
  border-top: solid 1px #eceff4;
}

.mobile-header-menu-group:last-child {
  margin-top: auto;
}

.mobile-header-menu-group__title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8493a8;
}

.mobile-header-menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
  border-bottom: solid 1px var(--grey3);
}

.mobile-header-menu-top img {
  filter: invert(0.9);
  margin: 0 10px 0 0;
}

.mobile-header-menu .item {
  margin-bottom: 10px;
}

.mobile-header-menu .item-btn {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 100%;
}

.mobile-header-menu-group .item:hover .item__text {
  color: #8493A8;
  transition: 0.2s;
}

.mobile-header-menu-group .item:hover .item__icon {
  background-color: #CAD3DF;
}

.mobile-header-menu .item__icon {
  margin-right: 10px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  min-width: 34px;
  border-radius: 4px;
  background-color: #eceff4;
  transition: 0.2s;
}

.mobile-header-menu .item__icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 3px;
  object-fit: contain;
  object-position: center center;
}

.mobile-header-menu .item__text {
  margin-right: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #374355;
  transition: 0.2s;
}

.mobile-header-menu .item__total {
  margin-left: auto;
  background-color: #e52f2f;
  border-radius: 100%;
  height: 18px;
  min-width: 18px;
  padding: 2px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-header-menu__list li {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}

.mobile-header-menu__list li:last-child {
  margin-bottom: 0;
}

.mobile-header-menu__list a {
  color: #374355;
  transition: 0.2s;
}

.mobile-header-menu__list a:hover {
  color: #8493A8;
}

.mobile-header-menu__socials {
  display: flex;
  align-items: center;
  margin: 0 0 60px!important;
}

.mobile-header-menu__socials .fa-google-plus:before {
  content: "\f4ad";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
}

.mobile-header-menu__socials li {
  margin-right: 20px;
  font-size: 24px;
  color: #374355;
  transition: 0.2s;
}

.mobile-header-menu__socials li:hover {
  color: #8493A8;
}

.mobile-header-menu__socials li span {
  cursor: pointer;
}

.mobile-header-menu__socials li:last-child {
  margin-right: 0;
}

img {
  max-width: 100%;
}

.left__panel-shopname, .left__panel-shopname a {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
}

.left__panel-top-search {
  height: 40px;
  background: url("../image/search.svg") no-repeat center;
  margin: 40px 0;
  cursor: pointer;
  width: 100%;
}

.left__panel-top-active {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}

.left__panel-top-btn:after {
  height: 40px;
  width: 100%;
  display: block;
  content: "";
  background: url("../image/arrow.svg") no-repeat center;
  transform: rotate(180deg);
}

.left__panel-top-active span:after {
  color: var(--white);
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 10px;
  content: "развернуть меню";
}

.left__panel-top.open .left__panel-top-btn:after {
  transform: none;
}

.left__panel-top.open .left__panel-top-active span:after {
  content: "свернуть меню";
}

.left__panel__callback {
  height: 50px;
  line-height: 50px;
  padding: 0 55px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--black);
  background: var(--grey3);
}

.left__panel__callback:hover {
  background: var(--grey2);
  color: var(--black);
}

#search2 .header-search {
  margin-bottom: 30px;
}

#search2 .header-search__input {
  padding: 10px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--grey2);
}

#main-menu {
  max-height: 75%;
  overflow-y: auto;
  overflow-x: hidden;
}

#main-menu::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
  background-color: #eceff4;
}

#main-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #374355;
}

#main-menu::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #eceff4;
}

#main-menu:before {
  content: none;
}

.left__panel-body .menu1 .menu__collapse {
  display: block !important;
  /* разворачиваем меню в левом блоке */
}

.footer__socials-icon.fa-youtube + span:after {
  content: "YouTube";
}

.footer__socials-icon.fa-google-plus + span:after {
  content: "Форум";
}

.footer__socials-icon.fa-vk + span:after {
  content: "ВКонтакте";
}

.footer__socials-icon.fa-odnoklassniki + span:after {
  content: "Одноклассники";
}

.footer__socials-icon.fa-instagram + span:after {
  content: "Инстаграм";
}

.product-thumb__quick-order {
  border: 2px solid var(--yellow);
}

.product-thumb__quick-order:hover {
  border: 2px solid var(--yellow-hov);
}

.product-thumb__more {
  border: none;
  background: none;
  color: var(--blue);
  text-align: center;
  margin: 0 auto;
  min-width: 110px;
}

.product-thumb__more:hover {
  color: var(--blue-hov);
}

.content-bottom__wrapper {
  margin: 0 5px;
}

.nogutters {
  margin: 0;
}

.nogutters *[class*=col-] {
  padding: 0;
}

.home-page #column-right {
  padding-left: 10px;
}

.home_bnr_action_link {
  margin-top: -15px;
  padding-right: 0;
}

.home_bnr_action_link a {
  height: 48px;
  line-height: 50px;
  border: 1px solid var(--grey3);
  border-radius: 0px 0px 4px 4px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: var(--black);
  background: #fff;
  transition: 0.2s;
}

.home_bnr_action_link a:hover {
  background: #ECEFF4;
}

.category-wall__title a {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
}

.row-brands {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.home-page .row-brands {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.brand__item {
  width: 100%;
  padding: 30px 25px;
}

.home-page .brand__item, .category-page .brand__item {
  width: 25%;
  padding: 30px 25px;
}

.dream-filter .btn.btn-flat-reset {
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  color: #8493A8;
  transition: 0.2s;
}

.dream-filter .btn.btn-flat:hover, .dream-filter .btn.btn-flat-reset:hover, .dream-filter .btn.btn-flat:focus, .dream-filter .btn.btn-flat-reset:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  color: #D59B38;
}

.dream-filter .rdf-filters .rdf-group .radio > label, .dream-filter .rdf-filters .rdf-group .checkbox > label {
  min-height: 30px;
}

.dream-filter.filter-vertical .rdf-group .checkbox .checkbox-input + .label {
  display: block;
  cursor: pointer;
}

.dream-filter .rdf-filters .rdf-group .checkbox > label > span:after {
  width: 18px;
  height: 18px;
  padding-top: 2px;
  background: #D59B38;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.dream-filter.filter-vertical .rdf-group .rdf-label {
  background: transparent;
  color: #8493A8;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.dream-filter.filter-vertical .rdf-group .rdf-label {
  margin-top: -13px;
}

.dream-filter.filter-vertical .rdf-group .rdf-clear {
  margin-top: -17px;
}

.dream-filter .rdf-group .rdf-clear {
  color: #D59B38;
  font-size: 170%;
}

.dream-filter .rdf-filters .rdf-group .radio > label > span:before, .dream-filter .rdf-filters .rdf-group .checkbox > label > span:before, .dream-filter .rdf-filters .rdf-group .radio > label > span:after, .dream-filter .rdf-filters .rdf-group .checkbox > label > span:after {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  color: #fff;
  z-index: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0 15px 0 0;
}

.dream-filter .rdf-filters .rdf-group .radio > label > span:before, .dream-filter .rdf-filters .rdf-group .checkbox > label > span:before {
  border: 1px solid #CAD3DF;
  border-radius: 4px;
}

.dream-filter .rdf-group .radio > label > span, .dream-filter .rdf-group .checkbox > label > span, .dream-filter .rdf-group .image-filter > label > span, .dream-filter .rdf-group .radio > label > input + span, .dream-filter .rdf-group .checkbox > label > input + span, .dream-filter .rdf-group .image-filter > label > input + span {
  margin: 0 0 0 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #374355;
}

.checkbox-input {
  display: none;
}

.checkbox-input + label:before {
  content: "✔";
  border: 1px solid #CAD3DF;
  background: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  font-size: 16px;
  height: 24px;
  color: transparent;
  margin-right: 10px;
  vertical-align: bottom;
  transition: 0.2s;
}

.dream-filter .irs-from, .dream-filter .irs-to, .dream-filter .irs-single {
  color: #D59B38;
  line-height: 22px;
  top: -13px;
  text-shadow: none;
  font-size: 18px;
}

.dream-filter > .rdf-form .rdf-footer {
  position: absolute;
  top: -37px;
  right: 0;
}

.dream-filter .panel-group {
  border: 1px solid #ECEFF4;
  border-left: 0;
  border-right: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.dream-filter .panel-group .panel-heading {
  background: transparent;
  border: 0 solid transparent;
}

.dream-filter .panel-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #8493A8;
  padding: 10px 0;
}

.dream-filter .irs-handle {
  width: 24px;
  height: 24px;
  top: 15px;
  background: #ECEFF4;
  border: 1px solid #CAD3DF;
}

.dream-filter .irs-bar, .dream-filter .irs-bar-edge {
  background: #D59B38;
}

.dream-filter .irs-handle:before {
  background: transparent;
}

.dream-filter .panel-title svg {
  width: 9px;
  height: 11px;
}

.dream-filter .panel-group .panel:not(:last-child) {
  border: 0 solid transparent;
}

.dream-filter .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0 solid transparent;
}

.home-page .brand__item:last-of-type, .category-page .brand__item:last-of-type {
  padding: 15px;
  width: calc(25% + 1px);
}

@media screen and (max-width: 992px) {
  .home-page .brand__item:last-of-type, .category-page .brand__item:last-of-type {
    padding: 13px;
    width: calc(40% + 1px);
    font-size: 13px;
  }
}

.dream-filter .btn.btn-flat {
  color: #D59B38;
}

.dream-filter.rdf-mobile-view {
  z-index: 10999999;
}

@media screen and (max-width: 767px) {
  .brand__item {
    width: 100%;
    padding: 30px 14px;
  }

  .home-page .brand__item, .category-page .brand__item {
    width: 50%;
    padding: 30px 20px;
  }

  .home-page .brand__item:last-of-type, .category-page .brand__item:last-of-type {
    width: 100%;
  }
}

.manufacturer_list {
  margin-bottom: 40px;
}

.manufacturer_list .row-brands {
  justify-content: flex-start;
}

.manufacturer_list .brand__item {
  border-top: solid 1px #eceff4;
  margin-top: -1px;
}

.brand-label {
  text-align: left;
  font-size: 15px;
  margin-top: 25px;
  color: var(--black);
}

.brand__link {
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: solid 1px var(--grey3);
  border-top: none;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 767px) {
  .brand__link {
    width: 100%;
  }
}

.brand__link a {
  color: #374355;
}

.manufacturers_az {
  margin: 20px 0 10px 5px;
}

.manufacturers_az a {
  color: var(--grey1);
}

.manufacturer-info {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.manufacturer-info__image {
  margin: 0 15px 20px;
  max-width: 180px;
  width: 100%;
  object-fit: contain;
}

.brand-wall__image {
  height: 90px;
  text-align: center;
  color: #eceff4;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.heading u {
  color: var(--yellow);
  text-decoration: none;
}

.youtube-video__title u {
  color: var(--yellow);
  text-decoration: none;
}

.heading_youtube {
  margin-left: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.youtube-video__title u {
  margin: 0 0 0 5px;
}

.youtube-video__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 570px) {
  .youtube-video__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .youtube-video__title u {
    margin: 0;
  }

  .heading_youtube {
    margin: 6px 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.home_register {
  margin: 40px 0 0;
  position: relative;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.home_register p {
  width: 100%;
}

.home_register img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  object-position: center center;
}

.row_home_about {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin: 40px 0 0;
}

.home_about_text {
  padding-right: 0;
}

.row_home_about img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  margin: 10px 0;
}

.home_social {
  margin: 40px 0 0;
  height: 200px;
  background: var(--blue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home_social .heading {
  color: var(--white);
  margin: 0 0 20px 0;
}

.home_about_text .heading {
  margin: 0 0 20px 0;
}

.home_social_media {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home_social_media li {
  display: inline-block;
  padding: 0 13px;
}

.home_social_media li a {
  font-size: 30px;
  color: var(--white);
  transition: 0.2s;
}

.home_social_media li a:hover {
  color: #CAD3DF;
}

.show-more__btn, .show-more__btn:active, .show-more__btn:focus {
  color: #798190!important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  border-radius: 4px;
  background: #D6DCE3!important;
  border: 0 solid transparent!important;
  height: 43px;
}

.show-more__btn:hover {
  background: #D49B36!important;
  border: 0 solid transparent!important;
  color: #fff!important;
}

.pagination li a, .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border: 0 solid transparent;
  margin: 0;
  padding: 0;
  border-radius: 3px !important;
  text-align: center;
  transition: .2s;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination li a:hover {
  border: 0 solid transparent;
  background-color: #D28A0D!important;
  color: #fff!important;
}

.pagination > li > span:hover {
  background-color: transparent!important;
  cursor: default;
}

.pagination .pagination_first a, .pagination .pagination_last a {
  background-color: transparent!important;
  font-size: 20px;
  padding: 0;
}

.pagination .pagination_first a:hover, .pagination .pagination_last a:hover {
  background-color: transparent!important;
}

.pagination .pagination_first a svg path, .pagination .pagination_last a svg path {
  fill: #798190;
}


.pagination .pagination_first a:hover svg path, .pagination .pagination_last a:hover svg path {
  fill: #D28A0D;
}

@media (max-width: 567px) {
  .pagination li + li {
    margin: 0 0 0 3px;
  }
}

.owl-carousel {
  margin: 0 0 50px;
}

.owl-carousel .owl-stage-outer {
  overflow: hidden;
}

.left-panel__icons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 35px 0 0 0;
}

.left-panel__icons-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 23px;
  height: 38px;
  width: 38px;
}

.left-panel__icons-wrapper .header-cart span {
  right: -7px;
  top: -7px;
}

.left-panel__icons-wrapper .top-menu__account svg {
  width: 30px;
  height: 30px;
}

.left-panel__icons-wrapper .top-menu__account {
  margin-bottom: 27px;
}

@media (max-height: 900px) {

  .left-panel__icons-wrapper .top-menu__account {
    margin-bottom: 20px;
  }

  .left-panel__icons-wrapper > div {
    margin: 0 0 15px;
  }
  .left__panel-top-active {
    margin-top: 20px;
  }
  .left__panel-top {
    overflow-y: scroll;
  }
  .left__panel-body {
    height: 90vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .left__panel-body ::-webkit-scrollbar {
    display: none;
  }
}

.left-panel__icons-wrapper .dropdown-menu-right {
  right: auto;
  left: 0;
}

.left-panel__icons-wrapper button {
  margin: 0;
}

.left-panel__icons-wrapper .top-menu__compare-btn:hover, .left-panel__icons-wrapper .top-menu__wishlist-btn:hover, .left-panel__icons-wrapper .top-menu__account button:hover, .left-panel__icons-wrapper .header-cart__btn:hover {
  background: transparent;
}

.left-panel__icons-wrapper button > span {
  color: #D59B38;
  background: #fff;
}

.left-panel__icons-wrapper svg {
  stroke: #fff;
  transition: 0.2s;
  width: 28px;
  height: 28px;
}

.left-panel__icons-wrapper svg:hover {
  stroke: #ECEFF4;
}

.owl-carousel .owl-item {
  opacity: 0;
  transition: opacity 300ms;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  top: auto;
  left: auto;
  bottom: -50px;
  right: 0 !important;
  opacity: 0.8;
  height: 50px;
  border: 1px solid var(--grey3);
  border-radius: 0px 0px 4px 4px;
}

.product-page__image-addit .owl-nav {
  display: none !important;
}

.product-video_box .owl-carousel .owl-nav {
  position: absolute;
  z-index: 100;
  height: auto;
  top: 25%;
  bottom: 0;
  left: -4px !important;
  right: -4px !important;
  border: 0 solid transparent;
}

.uni-module .owl-nav button {
  width: 50px;
  height: 48px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: none;
}

.owl-carousel .owl-next, .owl-carousel .owl-prev {
  position: relative;
  opacity: 0;
  transform: none;
}

#tab-video .owl-carousel .owl-next, #tab-video .owl-carousel .owl-prev {
  position: absolute;
  opacity: 1;
  transform: inherit;
}

.owl-carousel .owl-nav .fa-chevron-left {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../image/arrow-left.svg") no-repeat center;
}

.owl-carousel .owl-nav .fa-chevron-right {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../image/arrow-right.svg") no-repeat center;
}

.product-video_box .owl-carousel .owl-nav .fa-chevron-right {
  width: 100%;
  height: auto;
  background: transparent;
}

.owl-nav .fa-chevron-left:before, .owl-nav .fa-chevron-right:before {
  content: none;
}

.product-video_box .owl-carousel .owl-nav .fa-chevron-left {
  width: 100%;
  height: auto;
  background: transparent;
}

.product-video_box .owl-nav .fa-chevron-right:before {
  content: "\f054";
}

.product-video_box .owl-nav .fa-chevron-left:before {
  content: "\f053";
}

#input-limit {
  display: none;
}

.video__item {
  position: relative;
  margin-bottom: 10px;
}

.video__item img {
  max-width: 100%;
  opacity: 0.8;
  transition: 0.2s;
}

.video-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 32px;
}

.video__item:hover img {
  opacity: 1;
}

.video__item:hover .video-play {
  background: #FF0000;
}

/* рыба */
.youtube_lorem {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.youtube-video__playlist {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: auto;
  padding: 0 1px 0 0;
  height: 400px;
  background: #374355;
  position: relative;
}

.youtube-video__playlist::-webkit-scrollbar {
  width: 10px;
  background-color: #374355;
}

.youtube-video__playlist::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D59B38;
}

.youtube-video__playlist::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #374355;
}

.youtube-video__link div {
  width: 77%;
}

.youtube-video__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

.youtube-video__link div p {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 95%;
  margin: 0;
  text-align: left;
}

.youtube-video__link div span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin: 0;
}

.youtube-video__link {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 2px 0;
  padding: 7px 0;
  box-sizing: border-box;
  background: #27303d;
  transition: 0.2s;
  border: 0;
}

.youtube-video__link:hover .youtube-video__image {
  background: #D59B38;
  filter: grayscale(0.1) brightness(98%);
}

.youtube-video__link:hover {
  background: #D59B38;
}

.youtube-video__link_active {
  background: #D59B38;
}

.youtube-video__player {
  width: 60%;
}

.youtube_iframe {
  max-width: 100%;
  width: 100%;
  min-height: 400px;
  border: 0;
}

.youtube-video__image-wrapper {
  max-width: 88px;
  margin: 0 10px;
}

.youtube-video__image {
  width: 110px;
  height: 50px;
  object-fit: cover;
  filter: grayscale(0.85) brightness(70%);
  transition: 0.2s;
}

@media (max-width: 1300px) {
  .youtube-video__playlist {
    height: 310px;
  }

  .youtube_iframe {
    min-height: 310px;
  }

  .youtube-video__image {
    height: 36px;
  }

  .youtube-video__link div span {
    font-size: 16px;
    line-height: 20px;
  }

  .youtube-video__link div p {
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 992px) {
  .youtube_lorem {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .youtube-video__playlist {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
    padding: 0 1px 0 0;
    height: 172px;
    background: transparent;
    position: relative;
  }

  .youtube-video__playlist::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
  }

  .youtube-video__playlist::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #D59B38;
  }

  .youtube-video__playlist::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background-color: #fff;
  }

  .youtube-video__link div {
    width: 100%;
    max-width: 100%;
  }

  .youtube-video__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 5px;
  }

  .youtube-video__link div p {
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: inherit;
    width: 100%;
    text-align: left;
  }

  .youtube-video__link div span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 10px;
    background: rgba(213, 155, 56, 0.8);
  }

  .youtube-video__link {
    color: #fff;
    min-width: 24%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 7px 0;
    box-sizing: border-box;
    background: #27303d;
    transition: 0.2s;
    border: 0;
    position: relative;
  }

  .youtube-video__link:hover {
    background: #D59B38;
  }

  .youtube-video__link_active {
    background: #D59B38;
  }

  .youtube-video__player {
    width: 100%;
  }

  .youtube_iframe {
    max-width: 100%;
    width: 100%;
    min-height: 400px;
  }

  .youtube-video__image-wrapper {
    max-width: 100%;
    margin: 0 0 10px;
  }

  .youtube-video__image {
    width: 100%;
    height: 90px;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .youtube-video__link {
    min-width: 33%;
    margin-right: 1%;
  }

  .youtube_iframe {
    min-height: 220px;
  }
}

@media (max-width: 450px) {
  .youtube-video__link {
    min-width: 48%;
    margin-right: 2%;
  }

  .youtube_iframe {
    min-height: 205px;
  }
}

@media (min-width: 1299px) {
  .top-links__li:nth-child(4) {
    padding-right: 20px;
  }

  .top-links__li:nth-child(4) .top-links__a:after {
    position: absolute;
    right: -20px;
    top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35d";
    font-size: 13px;
  }

  .menu {
    min-height: auto;
  }

  .menu__header {
    display: none;
  }

  .menu__collapse {
    position: relative;
    top: 0;
  }
}

.form-success-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #374355;
}

.form-success-block svg {
  margin-bottom: 10px;
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center center;
}

#mobile-menu-catalog .mobile-header-menu-group:last-child {
  margin-top: 0;
}

button.mobile-menu-catalog__back {
  margin-bottom: 25px;
}

.menu-catalog .level-2 > li > a {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 100%;
  border: 1px solid #eceff4;
  border-radius: 4px;
  padding: 20px 35px 20px 10px;
}

.menu-catalog .level-2 > li > a:hover {
  background-color: #eceff4;
}

.menu-catalog .level-2 > li > a .text {
  display: flex;
  flex-direction: column;
}

.menu-catalog .level-2 > li > a .text .title {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #374355;
  margin-bottom: 15px;
}

.menu-catalog .level-2 > li > a .text .brands {
  margin-top: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #8493a8;
}

.menu-catalog .level-2 > li > a svg {
  position: absolute;
  display: block;
  right: 20px;
  bottom: 20px;
  width: 7px;
}

.menu-catalog .level-2 > li > a svg path {
  stroke: #8493a8;
}

.menu-catalog .level-2 > li > a img {
  display: block;
  flex: 0 0 30%;
  max-width: 30%;
  aspect-ratio: 1/1;
  margin-right: 5px;
  object-fit: contain;
  object-position: center center;
  align-self: center;
}

header .left__panel .menu-catalog {
  width: 100%;
  display: flex;
}

header .left__panel .menu-catalog .level-1 {
  flex: 0 0 30%;
  max-width: 30%;
  color: #374355;
}

header .left__panel .menu-catalog .level-1 > li {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.2;
}

header .left__panel .menu-catalog .level-1 > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 4px;
  padding: 8px 25px 8px 15px;
}

header .left__panel .menu-catalog .level-1 > li svg {
  position: absolute;
  z-index: 3;
  display: none;
  margin-left: 10px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

header .left__panel .menu-catalog .level-1 > li.active svg {
  display: block;
}

header .left__panel .menu-catalog .level-1 > li.active > a, header .left__panel .menu-catalog .level-1 > li > a:hover {
  background: #eceff4;
}

header .left__panel .menu-catalog .level-2 {
  display: none;
  flex-wrap: wrap;
  margin: -10px;
}

header .left__panel .menu-catalog .level-2.active {
  display: flex;
}

header .left__panel .menu-catalog .level-2 > li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

header .left__panel .menu-catalog .menu-catalog-wrapper {
  flex: 1 0 0;
  margin-left: 20px;
}

.mobile-header-menu .menu-catalog .level-1 {
  color: #374355;
}

.mobile-header-menu .menu-catalog .level-1.hide {
  display: none;
}

.mobile-header-menu .menu-catalog .level-1 > li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 1.2;
}

.mobile-header-menu .menu-catalog .level-1 > li > a {
  display: block;
  padding: 7px 0;
  align-self: center;
}

.mobile-header-menu .menu-catalog .level-1 > li > .svg {
  flex: 1 0 0;
  min-height: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.menu-catalog-wrapper ul img {
  max-width: 100px;
  width: 100%;
  height: 75px;
  object-fit: contain;
}

.mobile-header-menu .menu-catalog .level-2 {
  display: none;
}

.mobile-header-menu .menu-catalog .level-2.active {
  display: block;
}

.mobile-header-menu .menu-catalog .level-2 > li {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .mobile-header-block__btn-menu, .mobile-header-block__btn-cart {
    padding: 0 0;
  }

  .row_home_about img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .mobile-header-block-wrapper {
    width: 700px;
    margin: 0 auto;
  }

  .mobile-header-block__search {
    padding: 0 15px;
  }
}

.home-page {
  margin-top: 80px;
}

.search-cards__attributes-row p:first-of-type {
  text-align: left;
}

.search-cards__attributes-row p:nth-of-type(2) {
  text-align: right;
}

.category-page, .universal-page, .account-page, .account-subpage, .blog-page {
  margin-top: 80px;
}

.account-page .row, .account-subpage .row {
  margin: 0;
}

.special-page {
  margin-top: 80px;
}

.top-links__sublist {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0 0 0 -23px;
  list-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background: #fff;
  border-radius: 4px;
  padding: 14px;
  z-index: 9999999999999;
  transition: .1s;
}

.top-links__sublist li {
  width: 100%;
}

.top-links__sublist li a {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  color: #666;
  font-size: 0.95em;
  width: 100%;
}

.top-links__sublist li a:hover, .top-links__sublist li a:focus {
  color: #262626;
  text-decoration: none;
  background: #f5f5f5;
}

.top-links__p {
  margin: 0;
  padding: 10px 0 10px 0;
  color: #374355;
  transition: 0.2s;
  font-size: 15px;
}

@media screen and (max-width: 1299px) {
  .top-links__p {
    font-size: 14px;
  }
}

.top-links__p:hover, .top-links__li:hover .top-links__p {
  color: #8493a8;
}

.top-links__li:hover > .top-links__sublist {
  visibility: visible;
  opacity: 1;
}

.product-page {
  margin-top: 80px;
}

@media (min-width: 992px) {
  .fa-stack-2x {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .mobile-header-block-wrapper {
    width: 900px;
    margin: 0 auto;
    padding: 15px 0;
  }

  .manufacturer-info {
    flex-direction: row;
    align-items: center;
  }

  .manufacturers_az {
    margin: 40px 0 10px;
  }

  .product-video_box .owl-carousel .owl-nav {
    top: 25%;
    left: -15px !important;
    right: -15px !important;
  }

  .owl-carousel {
    margin: 0 0 60px;
  }

  .product-video_box .owl-carousel {
    margin: 0 0 40px;
  }

  .home_about_text {
    padding-right: 60px;
  }

  .row_home_about {
    flex-direction: row;
  }

  .row_home_about img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .mobile-header {
    position: relative;
    border-bottom: 2px solid #fff;
  }

  .home-page, .category-page, .product-page, .special-page, .universal-page, .account-page, .account-subpage, .blog-page {
    margin-top: 0;
  }
}

.home-slideshow {
  position: relative;
  margin: 0 0 60px;
  border-radius: 0;
  background-clip: padding-box;
}

.home-slideshow .owl-nav {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.home-slideshow .owl-nav .fa-chevron-left {
  height: 48px;
}

.home-slideshow .owl-nav .fa-chevron-right {
  height: 48px;
}

.home-slideshow .slide-num {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  height: 48px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin: 0 5px;
}

.home-slideshow .uni-slideshow__btn:hover {
  background: #B58430;
}

.home-slideshow .uni-slideshow__description {
  width: 65%;
  text-align: left;
}

.home-slideshow .uni-slideshow__image {
  width: 35%;
}

.home-slideshow .uni-slideshow__img {
  right: 0;
  height: 315px;
  object-fit: cover;
  z-index: 1;
}

.home-slideshow .uni-slideshow__title {
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 39px;
  text-transform: none;
}

.uni-special__wrapper .product-thumb__image {
  margin: 0;
}

.home-slideshow .uni-slideshow__text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1344px) {
  .home-slideshow .uni-slideshow__img {
    height: 245px;
  }
}

@media (max-width: 992px) {
  .blog-category {
    width: 100%;
    left: 0;
    margin: 0;
  }

  .home-slideshow .uni-slideshow__img {
    max-height: 255px;
  }

  .home-page .uni-slideshow__item {
    min-height: 400px !important;
  }

  .home-page .home_bnr_action_link {
    display: block !important;
    right: 0;
    width: 200px;
  }

  .home-page #column-right {
    position: relative;
    width: 100%;
    top: -45px;
    right: 160px;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
  }

  .home_bnr_action_link a {
    height: 50px;
  }

  .home-page #column-right .uni-module {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .home-page .uni-slideshow__item {
    min-height: 450px !important;
  }

  .home-slideshow .uni-slideshow__text {
    font-size: 14px;
  }

  .home_bnr_action_link {
    margin-top: 0;
  }

  .home-page #column-right {
    top: -60px;
  }

  .owl-carousel .owl-nav {
    right: 10px !important;
  }
}

@media (max-width: 650px) {
  .home-page .uni-slideshow__description {
    width: 100%;
    padding: 10px 20px 20px;
  }

  .home-page .uni-slideshow__item {
    flex-direction: column-reverse;
    min-height: 540px !important;
  }

  .home-slideshow .uni-slideshow__img {
    max-height: 655px;
    height: 180px;
  }

  .home-slideshow .uni-slideshow__image {
    width: 60%;
  }

  .uni-slideshow__text b {
    display: none;
  }
}

@media (max-width: 400px) {
  .home-page .uni-slideshow__item {
    min-height: 540px !important;
  }

  .home-slideshow .uni-slideshow__img {
    max-height: 655px;
    height: 180px;
  }

  .home-slideshow .uni-slideshow__image {
    width: 60%;
  }

  .uni-slideshow__text b {
    display: none;
  }

  .home-slideshow .uni-slideshow__title {
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
  }

  .home-slideshow .uni-slideshow__text {
    font-size: 14px;
    line-height: 19px;
  }

  .home-page .home_bnr_action_link {
    width: 160px;
  }
}

@media (max-width: 355px) {
  .home-slideshow .uni-slideshow__title {
    font-size: 20px;
    line-height: 26px;
  }

  .home-slideshow .uni-slideshow__text {
    font-size: 13px;
    line-height: 17px;
  }

  .home-page .home_bnr_action_link {
    display: none !important;
  }
}

.product-video_box .product-page__image-main .owl-nav {
  display: none!important;
}

.amo-button-holder.amo-vertical {
  right: 14px!important;
}

#PWPreviewWidgetButtonWrapper { bottom: 64px !important; }

.fly-block__scrollup-icon {
    border: 0px solid transparent;
    background: transparent;
}

/* === Dream Filter: скролл для панелей === */
:root{
    --rdf-scrollbar-color: #D59B38;
    --rdf-scrollbar-color-hover: #c1872f; /* чуть темнее при ховере */
    --rdf-panel-max-h: 320px;            /* высота – регулируй по вкусу */
}

/* Ограничиваем высоту содержимого панели и включаем прокрутку */
.rdf-filters .panel .panel-collapse.in > .panel-body,
.rdf-filters .panel .panel-collapse.collapsing > .panel-body {
    max-height: var(--rdf-panel-max-h);
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; /* инерция на iOS */
    -ms-overflow-style: -ms-autohiding-scrollbar; /* старый Edge/IE */
}

/* Firefox: тонкий скролл + цвет */
.rdf-filters .panel .panel-collapse > .panel-body{
    scrollbar-width: thin;
    scrollbar-color: var(--rdf-scrollbar-color) transparent;
}

/* WebKit (Chrome/Edge/Safari): тонкий скролл */
.rdf-filters .panel .panel-collapse > .panel-body::-webkit-scrollbar{
    width: 8px;            /* толщина полосы */
    height: 8px;
}

.rdf-filters .panel .panel-collapse > .panel-body::-webkit-scrollbar-track{
    background: transparent;      /* дорожка прозрачная */
    border-radius: 8px;
}

.rdf-filters .panel .panel-collapse > .panel-body::-webkit-scrollbar-thumb{
    background-color: var(--rdf-scrollbar-color);
    border-radius: 8px;           /* скругления */
    border: 2px solid transparent;/* делает «тоньше» визуально */
    background-clip: padding-box; /* чтобы бордер не перекрывал цвет */
}

.rdf-filters .panel .panel-collapse > .panel-body::-webkit-scrollbar-thumb:hover{
    background-color: var(--rdf-scrollbar-color-hover);
}

.rdf-filters .panel .panel-body{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.sna_telegram_popup {
    min-width: 220px;
    background: none!important;
    border-radius: 0!important;
    padding: 0!important;
    border: none!important;
}




/* РљРѕРЅС‚РµР№РЅРµСЂ РјРѕРґР°Р»РєРё */
.auth-modal .modal-dialog {
    max-width: 1111px;
    width: 100%;
    margin: 30px auto;
}

.auth-card {
    display: grid;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    grid-template-columns: 345px 765px;
}

.auth-card__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border-radius: 8px !important;
    border: 2px solid #EF9A06 !important;
    background: #FFF !important;
    opacity: .8 !important;
    transition: .2s;
}

.auth-card__close:hover {
    opacity: 1 !important;
    background: #EF9A06 !important;
}

.auth-card__close svg {
    width: 16px;
    height: 16px;
    stroke: #374355;
    transition: .2s;
}

.auth-card__close:hover svg {
    stroke: #fff !important;
    fill: #fff !important;
}

.auth-card__media {
    background: #111;
    min-height: 380px;
    max-width: 345px;
    position: relative;
}

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

.auth-card__sticker {
    position: absolute;
    top: 20px;
    max-width: 300px;
    width: 100%;
    left: 50%;
    padding: 0;
    margin-left: -150px;
    border-radius: 4px;
    background: #374355;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    min-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card__body {
    padding: 40px;
    background: #fff;
    position: relative;
}

/* РўР°Р±С‹ */
.auth-card__tabs {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.auth-tab {
    background: transparent;
    border: 0;
    padding: 0;
    position: relative;
    color: #374355;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.auth-tab.is-active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    height: 3px;
    border-radius: 3px;
    background: #f5a623;
}

/* Р¤РѕСЂРјС‹ */
.auth-form .field {
    margin-bottom: 12px;
}

.auth-form .form-control {
    height: 42px;
    border-radius: 7px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.btn.btn-block {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    font-weight: 600;
}

/* РЎСЃС‹Р»РєРё Рё СЂР°Р·РґРµР»РёС‚РµР»Рё */
.auth-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 0;
    border-top: 1px solid #D6DCE3;
}

.auth-row .link {
    color: #374355;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 6px 0 0;
    padding: 0;
    transition: .2s;
}

.auth-row .link:hover {
    color: #EF9A06;
}

.auth-divider {
    height: 1px;
    background: #eee;
    margin: 16px 0;
}

/* РЎРѕС†РєРЅРѕРїРєРё */
.auth-social__title {
    margin-bottom: 10px;
    font-size: 13px;
    color: #6b7280;
}

.social-btn {
    width: 100%;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 8px;
    text-align: left;
}

.social-btn:active {
    transform: translateY(1px);
}

.social-btn--vk { /* РїСЂРё Р¶РµР»Р°РЅРёРё РґРѕР±Р°РІСЊС‚Рµ РёРєРѕРЅРєСѓ СЃР»РµРІР° С‡РµСЂРµР· background */
}

.social-btn--max {
}

.social-btn--tg {
}

.social-btn--yandex {
}

/* Р›РµРіР°Р»СЊРЅС‹Рµ Р±Р»РѕРєРё РІ СЂРµРіРёСЃС‚СЂР°С†РёРё */
.auth-note {
    margin-bottom: 10px;
    font-weight: 600;
    color: #111827;
}

.auth-legal {
    margin: 0;
}

.auth-legal__hint {
    font-size: 12px;
    color: #6b7280;
}

.auth-legal .checkbox {
    color: #8793A6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    padding: 0;
    transition: .2s;
}

.auth-legal .checkbox input {
    margin: -2px 0 0 -20px;
}

.auth-legal .checkbox a {
    color: #EF9A06;
    transition: .2s;
}

.auth-legal .checkbox a:hover {
    color: #D28A0D;
}

.auth-legal__row {
    margin: 10px 0 8px 20px
}

/* РђРґР°РїС‚РёРІ */
@media (max-width: 768px) {
    .auth-card {
        grid-template-columns: 1fr;
    }

    .auth-card__media {
        display: none;
    }

    .auth-modal .modal-dialog {
        max-width: 420px;
    }
}

@media (max-width: 420px) {
    .auth-modal .modal-dialog {
        max-width: 92vw;
    }

    .auth-card__body {
        padding: 18px 16px 20px;
    }
}

.auth-card__form-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.auth-card__authorization-wrapper {
    min-width: 310px;
    max-width: 310px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    height: 100%;
    min-height: 410px;
}

.auth-form label {
    width: 100%;
}

.auth-form button, .uni-register_button {
    border-radius: 7px;
    background: #EF9A06;
    transition: .2s;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.auth-form button:hover, .uni-register_button:hover {
    background: #D28A0D;
}

.auth-form input {
    border-radius: 7px;
    background: #F5F6F8;
    border: 1px solid #F5F6F8;
}

.fl-input {
    position: relative
}

.fl-input__control {
    width: 100%;
    min-height: 50px;
    padding: 23px 16px 6px;
    border-radius: 7px;
    border: 1px solid #E8EBF0;
    background: #F6F8FB;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #374355;
}

.fl-input__control:focus {
    outline: none;
    border-color: #C8D4E4;
    background: #FFF
}

.fl-input__label {
    position: absolute;
    left: 17px;
    top: 8px;
    font-size: 13px;
    line-height: 16px;
    color: #8793A6;
    pointer-events: none;
}

.fl-input__label .req {
    color: #EF4444;
    margin-left: 2px
}

.fl-input.is-error .fl-input__control {
    border-color: #EF4444;
    background: #FFF5F5
}

.fl-input.is-error .fl-input__label {
    color: #EF4444
}

@media screen and (max-width: 1199px) {
    .auth-modal .modal-dialog {
        max-width: 910px;
    }

    .auth-card__media {
        max-width: 300px;
    }

    .auth-card {
        grid-template-columns: 300px 610px;
    }

    .auth-card__body {
        padding: 20px;
    }

    .auth-card__authorization-wrapper {
        min-width: 260px;
        max-width: 260px;
    }

    .auth-card .sna_bline_ul li a {
        gap: 15px;
    }

    .auth-card .sna_label {
        color: #374355;
        text-align: center;
        font-size: 13px;
    }
}

@media screen and (max-width: 991px) {
    .auth-card__media {
        display: none;
    }

    .auth-modal .modal-dialog {
        max-width: 700px;
    }

    .auth-tab {
        font-size: 18px;
    }

    .auth-card {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .auth-modal .modal-dialog {
        max-width: 560px;
    }

    .auth-tab {
        font-size: 16px;
    }

    .auth-card__authorization-wrapper {
        min-width: 45%;
        max-width: 100%;
    }

    .auth-card__body {
        padding: 16px;
    }

    .auth-card__close {
        top: 10px;
        right: 10px;
    }
}

.button-register__wrapper {
    max-width: 320px;
    width: 100%;
}

.button-register__main-input {
    display: none;
}

.button-register__wrapper #agree {
    display: none;
}

.modal-register__agree {
    margin: 20px 0 0;
}

.modal-register__agree span {
    color: #8793A6;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.modal-register__agree span a {
    color: #EF9A06;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: .2s;
}

.modal-register__agree span a:hover {
    color: #D28A0D;
}

.auth-note {
    display: none;
}

@media screen and (max-width: 767px) {
    .auth-card__authorization-wrapper {
        min-height: 100%;
    }

    .auth-note {
        color: #FFF;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
        margin: 20px 0 40px;
        border-radius: 4px;
        background: #374355;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 40px;
    }

    .auth-card .sna_bline_ul li a img {
        margin-left: 16px;
    }

    .auth-card .sna_bline_ul li a {
        gap: 10px;
    }
}

@media screen and (max-width: 567px) {
    .auth-card__authorization-wrapper {
        flex-direction: column-reverse;
    }

    .auth-card .sna_bline_ul li a {
        gap: 16px;
    }

    .auth-card .sna_bline_ul li a img {
        margin-left: 20px;
    }

    .auth-note {
        margin: 20px 0;
    }

    .auth-card__form-wrapper {
        gap: 20px;
    }
}

.register-spoiler__btn {
    display: none;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    cursor: pointer;
    background: #FFF;
    min-height: 40px;
    flex-direction: row;
    align-items: center;
    color: #374355;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 7px;
    border: 1px solid #D6DCE3;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}

.register-spoiler__btn .register-spoiler__icon {
    transition: .3s;
    transform: rotate(0);
}

.register-spoiler__btn.is-open .register-spoiler__icon {
    transform: rotate(-180deg);
}

.register-spoiler__icon {
    float: right;
}

@media (max-width: 567px) {
    .register-spoiler__btn {
        display: flex;
        margin-bottom: 0;
    }
}

@media (min-width: 568px) {
    #registerForm {
        display: flex !important;
    }

    .register-spoiler__btn {
        display: none;
    }
}

.auth-card .sna_header {
    padding: 0 !important;
    color: #374355;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.auth-card .sna_bline_ul {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin: 5px 0;
}

.auth-card .sna_bline_ul li {
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    color: #374355;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    float: unset !important;
    width: 100%;
    min-height: 50px;
    border-radius: 7px;
    border: 1px solid #D6DCE3;
    box-sizing: border-box;
}

.auth-card .sna_bline_ul li:hover {
    border: 1px solid #EF9A06;
}

.auth-card .sna_bline_ul li a {
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.auth-card .sna_bline_ul li a img {
    width: 25px;
    height: 25px;
    margin-left: 20px;
    border-radius: 4px;
}

.auth-card .sna_label {
    color: #374355;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .auth-card .sna_label {
        font-size: 13px;
    }
}

.auth-card .sna_bline_ul li:hover .sna_label {
    color: #EF9A06;
}

.auth-card__authorization-wrapper .uni-social {
    margin: -22px 0 0;
}

@media screen and (max-width: 567px) {
    .auth-card__authorization-wrapper .uni-social {
        margin: 0;
    }

    .auth-card__authorization-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .auth-modal .modal-dialog {
        max-width: 380px;
    }

    .auth-card__form-wrapper {
        flex-direction: column;
    }

    .button-register__wrapper {
        max-width: 380px;
    }

    .register-spoiler__btn {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {

    .auth-card .sna_bline_ul li a img {
        margin-left: 16px;
    }

    .auth-card .sna_bline_ul li a {
        gap: 10px;
    }
}

@media screen and (max-width: 567px) {

    .auth-card .sna_bline_ul li a {
        gap: 16px;
    }

    .auth-card .sna_bline_ul li a img {
        margin-left: 20px;
    }
}

.tgme_widget_login_button {
    font-size: 16px;
    line-height: 20px;
    padding: 0!important;
    height: 50px!important;
    border-radius: 6px!important;
    width: 100% !important;
}

.sna_telegram_popup {
    min-width: 100%!important;
    margin: 0!important;
}

#telegram-login-gearyregistration_bot {
    height: 48px;
    width: 100%;
}

.tgme_widget_login {
    width: 100%;
}


/* ===== Капча в модальном окне ===== */
#callback .captcha.basic-captcha, #quick_order  .captcha.basic-captcha {
  margin: 16px 0 22px;
  padding: 12px;
  background: #F8F9FB;
  border: 1px solid #cad3df;
  border-radius: 4px;

  /* на случай, если тема делает form-group flex */
  display: block !important;
  box-sizing: border-box;
}

/* Подсказка */
#callback .captcha.basic-captcha::before, #quick_order .captcha.basic-captcha::before  {
  content: "Введите код с картинки";
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.2;
  color: #7f8fa6;
  font-weight: 500;
  box-sizing: border-box;
}

/* Скрываем штатный label "Капча" */
#callback .captcha.basic-captcha .captcha__label, #quick_order .captcha.basic-captcha .captcha__label{
  display: none !important;
}

/* Сбрасываем bootstrap-колонки */
#callback .captcha.basic-captcha .col-sm-2,
#callback .captcha.basic-captcha .col-sm-10,
#quick_order .captcha.basic-captcha .col-sm-2,
#quick_order .captcha.basic-captcha .col-sm-10
{
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Контейнер для input + картинки */
#callback .captcha.basic-captcha .col-sm-10, #quick_order .captcha.basic-captcha .col-sm-10 {
  display: flex !important;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; /* ключевой момент: если тесно — перенос */
}

/* Поле */
#callback .captcha.basic-captcha .captcha__input.form-control, #quick_order .captcha.basic-captcha .captcha__input.form-control{
  flex: 1 1 140px;       /* может сжиматься/расти */
  min-width: 0;          /* чтобы не распирало контейнер */
  height: 50px;
  padding: 0 14px;
  border: 1px solid #cad3df;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 0.3px;
  transition: border-color .2s ease, box-shadow .2s ease;
  box-sizing: border-box;
  max-width: 150px;
}

#callback .captcha.basic-captcha .captcha__input:focus, #quick_order .captcha.basic-captcha .captcha__input:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.12);
}

/* Картинка */
#callback .captcha.basic-captcha .captcha__img, #quick_order  .captcha.basic-captcha .captcha__img{
  display: block;
  flex: 0 0 140px;       /* фиксированный блок картинки */
  width: 140px;
  max-width: 100%;
  height: 50px;
  object-fit: cover;
  border: 1px solid #cad3df;
  border-radius: 4px;
  background: #fff;
  padding: 2px;
  box-sizing: border-box;
}

/* Чуть раньше переводим в колонку (у вас уже на ~480 тесно) */
@media (max-width: 560px) {
  #callback .captcha.basic-captcha .col-sm-10, #quick_order .captcha.basic-captcha .col-sm-10 {
    flex-direction: column;
    align-items: stretch;
  }

  #callback .captcha.basic-captcha .captcha__input.form-control, #quick_order .captcha.basic-captcha .captcha__input.form-control {
    width: 100%;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
    min-width: 160px;
  }

  #callback .captcha.basic-captcha .captcha__img, #quick_order .captcha.basic-captcha .captcha__img{
    width: 160px;      /* можно 140/160 по вкусу */
    height: 46px;
    flex: 0 0 auto;
    align-self: flex-start;
  }
}
