@charset "utf-8";
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
}
.list-null {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hidden {
  display: none;
}
.relative {
  position: relative;
}
.up {
  text-transform: uppercase;
}
.w-100 {
  width: 100%;
  min-width: 100%;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.br10 {
  border-radius: 10px !important;
}
body {
  overflow-x: hidden;
  padding-top: 130px;
  font-family: 'MontserratRegular', sans-serif !important;
  background: #e6dedb;
  color: #353535;
}
.wrap {
  max-width: 100vw;
  min-height: 100%;
  overflow-x: hidden;
  font-size: 13px;
  font-family: 'MontserratRegular', sans-serif;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #bd1c1a #e0d9c9;
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: #e0d9c9;
  border-radius: 10px;
  overflow: hidden;
}
html::-webkit-scrollbar-thumb {
  background-color: #bd1c1a;
  border-radius: 10px;
  overflow: hidden;
}
html::-webkit-scrollbar-button {
  display: none;
}
html::-webkit-scrollbar-track-piece {
  background: #e0d9c9;
  border-radius: 10px;
}
a {
  color: #BD1C1A;
}
a:hover {
  color: #BD1C1A;
}
.br {
  border-radius: 10px;
  overflow: hidden;
}
.fc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 0;
  margin: 0 auto;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #9b9b9b;
  font-size: 0;
}
.catalog .button-container button[data-target='#consult-form'] {
  background-color: #353535;
}
.buttons button[data-target='#consult-form2'] {
  background-color: #353535;
}
#consult-form .modal-body,
#consult-form2 .popup-content {
  display: flex;
}
@media (max-width: 959px) {
  #consult-form .modal-body,
  #consult-form2 .popup-content {
    flex-direction: column;
  }
}
#consult-form .mage-container,
#consult-form2 .mage-container {
  width: 260px;
  flex: none;
}
@media (max-width: 959px) {
  #consult-form .mage-container,
  #consult-form2 .mage-container {
    width: auto;
  }
}
#consult-form .mage-container img,
#consult-form2 .mage-container img {
  max-width: 100%;
}
#consult-form .modal-body h4,
#consult-form2 .modal-body h2 {
  font-size: 16px;
}
#consult-form2 .mage-container img {
  padding: 0 10px;
}
#consult-form .button,
#consult-form2 .button {
  border-radius: 10px;
}
#consult-form .price-actual,
#consult-form2 .price-actual {
  display: none;
}
#consult-form .last,
#consult-form2 .last {
  margin-bottom: 0;
}
.filter-blog {
  display: none;
}
form .form-control {
  border: none;
  border-bottom: 1px solid #353535;
  background: transparent;
}
form a {
  color: #BD1C1A;
}
form .custom-control-label::before {
  background: transparent;
  border: 2px solid #BD1C1A;
  outline: none !important;
  box-shadow: none !important;
}
form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #BD1C1A !important;
}
form .button {
  padding: 8px 26px;
  background: #BD1C1A;
  color: #fff;
}
form .button:hover {
  color: #fff;
}
#consult-form .modal-body .form-control,
#consult-form2 .modal-body .form-control {
  margin: 5px 0;
}
.text span:hover::after {
  content: attr(data-title);
  position: absolute;
  left: 20%;
  top: 30%;
  z-index: 1;
  background: #ffffff;
  font-size: 11px;
  padding: 5px 10px;
}
.order img {
  max-width: 100%;
}
.order a {
  color: black;
}
.order p:first-child {
  margin-bottom: 20px;
}
.order .item p {
  margin-bottom: 3px;
}
.alfavit-menu {
  position: absolute;
  width: 629px;
  text-align: center;
  padding: 10px 30px 0;
  display: none;
  top: 45px;
  margin: auto;
  left: calc(49% - (567px / 2));
}
.alfavit-menu ul {
  list-style: none;
  display: flex;
  margin-bottom: 8px;
}
.alfavit-menu li {
  padding: 2px 10px;
}
.alfavit-menu a {
  color: black;
}
.button {
  display: inline-block;
  padding: 6px;
  background: none;
  border: none;
  border-radius: 10px;
  outline: none !important;
  transition: 0.2s;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background: #BD1C1A;
  padding: 8px 26px;
}
.button:focus {
  outline: none !important;
}
.button:hover {
  background: #353535;
  border-color: #353535;
  text-decoration: none;
  color: #fff;
}
.button.button-black {
  background: #353535;
}
.button.frame {
  border: 1px solid #BD1C1A !important;
  background: transparent;
  color: #353535 !important;
}
.form input[type='text'],
.form input[type='email'],
.form input[type='datetime-local'],
.form input[type='password'],
.form select,
.form textarea {
  width: 100%;
  padding: 8px 26px;
  border: 1px solid #353535;
  border: none;
  border-bottom: 1px solid #353535;
  background: transparent;
}
.form .custom-file-label::after {
  content: 'Обзор';
}
.eye {
  display: inline-block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiA0LjVDNS4yNSA0LjUgMS41IDkuNzUgMS41IDEyczMuNzUgNy41IDEwLjUgNy41IDEwLjUtNS4yNSAxMC41LTcuNVMxOC43NSA0LjUgMTIgNC41ek01LjU1MiAxNS4xMDNDNC4yODIgMTMuOTY2IDMuNSAxMi41ODMgMy41IDEyYzAtLjU4NC43ODEtMS45NjYgMi4wNTItMy4xMDNDNy4yMzEgNy4zOTUgOS40MzggNi41IDEyIDYuNWMyLjU2MiAwIDQuNzcuODk1IDYuNDQ4IDIuMzk3IDEuMjcgMS4xMzcgMi4wNTIgMi41MiAyLjA1MiAzLjEwMyAwIC41ODQtLjc4MSAxLjk2Ni0yLjA1MiAzLjEwM0MxNi43NjkgMTYuNjA1IDE0LjU2MiAxNy41IDEyIDE3LjVjLTIuNTYyIDAtNC43Ny0uODk1LTYuNDQ4LTIuMzk3ek0xMiAxNmE0IDQgMCAxIDEgMC04IDQgNCAwIDAgMSAwIDh6bTItNGEyIDIgMCAxIDEtNCAwIDIgMiAwIDAgMSA0IDB6IiBmaWxsPSIjYzFjMWMxIi8+PC9zdmc+") no-repeat center;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 72px;
  cursor: pointer;
  margin-top: 3px;
}
.eye.view {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMC43MDcgMjAuNzA3YTEgMSAwIDAgMCAwLTEuNDE0bC0xNi0xNmExIDEgMCAwIDAtMS40MTQgMS40MTRMNS4yMDUgNi42MkMyLjc4NSA4LjMzOCAxLjUgMTAuNjgzIDEuNSAxMmMwIDIuMjUgMy43NSA3LjUgMTAuNSA3LjUgMS45MTYgMCAzLjU5LS40MjMgNS4wMDYtMS4wOGwyLjI4NyAyLjI4N2ExIDEgMCAwIDAgMS40MTQgMHptLTUuMjI4LTMuODE0LTEuNzc0LTEuNzc0QTQgNCAwIDAgMSA4LjM4IDkuNzk0TDYuNjQ0IDguMDU4YTkuMzMyIDkuMzMyIDAgMCAwLTEuMDkuODRDNC4yOCAxMC4wMzQgMy41IDExLjQxNyAzLjUgMTJjMCAuNTg0Ljc4MSAxLjk2NiAyLjA1MiAzLjEwM0M3LjIzMSAxNi42MDUgOS40MzggMTcuNSAxMiAxNy41YTkuOTcgOS45NyAwIDAgMCAzLjQ4LS42MDd6bTQuODQxLS44MTVDMjEuNzUxIDE0LjYxIDIyLjUgMTMuMDA2IDIyLjUgMTJjMC0yLjI1LTMuNzUtNy41LTEwLjUtNy41LTEuMDQzIDAtMi4wMTUuMTI1LTIuOTEyLjM0NmwxLjcyMSAxLjcyYy4zODgtLjA0My43ODUtLjA2NiAxLjE5MS0uMDY2IDIuNTYyIDAgNC43Ny44OTUgNi40NDggMi4zOTcgMS4yNyAxLjEzNyAyLjA1MiAyLjUyIDIuMDUyIDMuMTAzIDAgLjUxLS41OTYgMS42My0xLjU5NSAyLjY2M2wxLjQxNSAxLjQxNXoiIGZpbGw9IiNjMWMxYzEiIGZpbGwtb3BhY2l0eT0iLjgiLz48L3N2Zz4=") no-repeat center;
}
.flex-center {
  display: flex;
  align-items: center;
}
.small,
.hidden-md {
  display: none;
}
.floating {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.filter-top_drviki {
  display: none;
}
.filter-musthave {
  font-weight: bold;
}
.related-posts {
  margin-top: 30px;
}
@media (min-width: 960px) {
  #filter-wrapper {
    position: sticky;
    top: 151px;
    overflow: auto;
    height: calc(100vh - 150px);
    overflow-x: hidden;
    padding-right: 6px;
  }
  #filter-wrapper::-webkit-scrollbar {
    width: 3px;
  }
  #filter-wrapper::-webkit-scrollbar-thumb {
    background: #BD1C1A;
  }
  #filter-wrapper::-webkit-scrollbar-thumb:hover {
    background: #a71917;
  }
  .wrap {
    overflow-x: visible;
  }
}
@media (max-width: 959px) {
  .floating .menu-main > .container-fluid {
    height: 0;
    overflow: hidden;
  }
}
.numpages {
  margin: 2em 0;
  padding: 0;
  text-align: center;
}
.numpages li {
  display: inline;
}
.numpages li a {
  padding: 0 2px;
  color: #BD1C1A;
  font-size: 14px;
}
.numpages li a.active {
  color: #000;
}
.numpages li.space {
  margin: 0 0.5rem;
}
.show-all span {
  color: #BD1C1A;
}
:focus {
  outline: none !important;
  box-shadow: none !important;
}
#quick-order-form .modal-body {
  padding-bottom: 0;
}
#quick-order-form .modal-footer {
  padding-top: 0;
  border: none;
}
#quick-order-form input:focus {
  border-color: #c1c1c1 !important;
}
#quick-order-form .button {
  width: 170px;
}
.jGrowl-notification {
  cursor: pointer;
}
.breadcrumbs {
  margin: 2em 0 2em;
  padding: 0;
  list-style: none;
}
.breadcrumbs li {
  display: inline;
  color: #000;
}
.breadcrumbs li a {
  color: #9b9b9b;
  text-decoration: none;
}
.catalog-breadcrumbs {
  margin-left: 15px;
}
.catalog-breadcrumbs .breadcrumbs {
  margin-top: 0.175em;
}
.form-control {
  font-size: 14px;
}
.modal {
  max-width: 100%;
}
.modal .modal-title {
  font-size: 1rem;
}
.modal .form-control[type=text],
.modal .form-control[type=password],
.modal textarea.form-control {
  background: transparent;
}
.notice-popup {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: 70%;
  padding: 30px;
  background: #fff;
  z-index: 99999;
  color: #353535;
  font-size: 14px;
  border-radius: 10px;
}
.notice-popup .row {
  align-items: center;
  justify-content: space-between;
}
.notice-popup a {
  color: #BD1C1A;
  text-decoration: underline;
}
.notice-popup .button-container {
  display: flex;
  justify-content: flex-end;
}
.notice-popup .button {
  display: inline-block;
  min-width: 170px;
  background: #BD1C1A;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 959px) {
  .notice-popup {
    max-width: 100%;
    left: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .notice-popup .button-container {
    justify-content: flex-start;
    margin-top: 1rem;
  }
}
.suggestions-promo-desktop {
  display: none !important;
}
.suggestions-constraints {
  display: none;
}
.cpr {
  pointer-events: none;
}
.fancybox-content,
.no-copy {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.scrolltop {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  opacity: 0.9;
  cursor: pointer;
  z-index: 99;
}
.scrolltop img {
  width: 32px;
}
.image-wrapper {
  display: none;
  align-items: center;
  background: #d1d1db;
  min-height: 167px;
}
.slick-track {
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slick-dots {
  padding: 0;
}
.tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.tags-list li a {
  display: block;
  margin-right: 0.5em;
  padding: 4px;
  color: #BD1C1A !important;
  text-decoration: none;
  font-style: italic;
  font-family: 'SangBleu Versailles';
}
h1,
h2,
h5 {
  font-family: 'SangBleu Versailles';
}
@media (max-width: 959px) {
  h2 {
    font-size: 1.5rem;
  }
}
h1.h-big,
h2.h-big {
  margin-bottom: 0;
  font-size: 32px;
}
.modal .modal-content {
  border-radius: 10px;
}
.modal .modal-header,
.modal .modal-footer {
  border: 0;
}
.modal .modal-body {
  padding-bottom: 0;
}
.modal .modal-footer {
  padding-top: 0;
}
.modal.borderless .modal-body {
  padding: 0 !important;
}
.modal.borderless .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal.borderless img {
  max-width: 100%;
}
.form-control {
  border-radius: 0;
}
.top-notice {
  padding: 1em 0;
}
.top-notice span {
  display: inline-block;
  margin-right: 25%;
  color: #000;
}
.top-notice a {
  color: #BD1C1A;
}
.top-notice.fixed {
  display: flex;
  justify-content: space-around;
}
.top-notice.fixed span {
  margin: 0;
}
.spoiler .spoiler-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.5s ease;
}
.add-set {
  cursor: pointer;
  pointer-events: all !important;
}
.back {
  color: #000;
  text-decoration: none;
}
.back span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: #BD1C1A;
  border-radius: 50%;
}
.back img {
  width: 12px;
}
.lightwidget__link:focus:after {
  display: none !important;
}
input[type='file'] {
  padding-left: 0;
  border: none;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}
.container-sm {
  max-width: 540px;
}
.container-md {
  max-width: 720px;
}
.container-lg {
  max-width: 960px;
}
.container-xl {
  max-width: 1140px;
}
.container-xxl {
  max-width: 1320px;
}
.container-xxxl {
  max-width: 1520px;
}
.header .container-fluid {
  padding: 1em 15px 1em;
  background: #e6dedb;
}
.header .logo-img {
  max-width: 250px;
  max-height: 75px;
}
.header .icons-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
}
.header .icons-desktop {
  display: flex;
}
.header .button {
  width: 100%;
}
.header .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .icons .teil-rechts {
  display: flex;
  gap: 5rem;
}
.header .search-link {
  display: block;
  z-index: 99999;
}
.header .search-form input {
  width: 100%;
  padding: 6px 12px 6px 28px;
  background: url(/templates/drviki/img/icon-search.svg) center left no-repeat transparent;
  background-size: 18px;
  border: 0;
  border-bottom: 1px solid transparent;
  outline: none;
}
.header .search-form input:focus {
  border-color: #9b9b9b;
}
.header .cart-mini {
  display: inline-block;
  position: relative;
}
.header .cart-mini a {
  color: #000;
  text-decoration: none;
}
.header .cart-mini > a > img {
  height: 24px;
}
.header .cart-mini span {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 18px;
  height: 18px;
  background: #BD1C1A;
  border-radius: 50%;
  text-align: center;
  color: #e6dedb;
  font-size: 12px;
  line-height: 18px;
}
.header .cart-mini .cart-popup {
  display: none;
  transition: 1s;
  position: absolute;
  right: 0;
  z-index: 9;
  min-width: 320px;
  max-height: 540px;
  overflow-y: scroll;
  padding: 1em;
  background: #e6dedb;
  scrollbar-width: thin;
}
.header .cart-mini .cart-popup::-webkit-scrollbar {
  width: 3px !important;
}
.header .cart-mini .cart-popup.empty {
  overflow: hidden;
}
.header .cart-mini .cart-popup .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .cart-mini .cart-popup .item img {
  max-width: 100px;
  margin-right: 1em;
}
.header .cart-mini .cart-popup .item .descr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .cart-mini .cart-popup .item .descr h2 {
  font-size: 12px;
  font-weight: bold;
}
.header .cart-mini .cart-popup .item .descr p {
  margin: 0;
}
.header .cart-mini .cart-popup .button-container {
  margin-top: 1rem;
}
.header .cart-mini .cart-popup .button-container a {
  color: #fff;
  border-radius: 10px;
}
.header .cart-mini:hover .cart-popup {
  display: block;
}
.header .login-block {
  padding-left: 0;
}
.header .login-block img {
  height: 20px;
}
.header .login-block .login {
  display: inline-block;
  width: 100%;
  padding-left: 18px;
  line-height: 20px;
  text-align: center;
  color: #000;
  background: url(/templates/drviki/img/icon-user.svg) center left no-repeat;
}
.header .login-block .login a {
  color: #000;
  text-decoration: none;
}
.header .fav img {
  height: 20px;
}
.header .menu-toggle {
  stroke: #BD1C1A;
}
@media (max-width: 959px) {
  .header .logo-img {
    width: 100%;
    max-width: 130px;
  }
  .header .icons-desktop {
    display: none;
  }
  .header .icons-mobile {
    display: flex;
  }
  .header .fav img {
    height: 24px;
  }
}
.menu-main {
  width: 100%;
}
.menu-main .container-fluid {
  background: ;
}
.menu-main .icons {
  display: none;
}
.menu-main .main ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-main .main ul li {
  padding: 1em 0;
}
.menu-main .main ul li a {
  color: #353535;
  text-decoration: none;
}
.menu-main .main ul li a.hl {
  color: #BD1C1A;
}
.menu-main .main ul li a:hover {
  color: #BD1C1A;
}
.menu-main .main ul li.menu-close {
  display: none;
}
.menu-main .main ul li .icon {
  display: none;
}
.catalog .container,
.search .container,
.favorites .container {
  padding: 28px 15px;
}
.catalog h1,
.search h1,
.favorites h1 {
  margin-left: 15px;
  margin-bottom: 1rem;
  font-size: 20px;
}
.catalog .items-total,
.search .items-total,
.favorites .items-total {
  margin-left: 15px;
  font-size: 16px;
}
.catalog .descr,
.search .descr,
.favorites .descr {
  padding: 15px;
}
.catalog .filter-toggle,
.search .filter-toggle,
.favorites .filter-toggle {
  display: none;
  cursor: pointer;
}
.catalog .filter-toggle img,
.search .filter-toggle img,
.favorites .filter-toggle img {
  width: 24px;
  margin-right: 8px;
}
.catalog .filter-toggle span,
.search .filter-toggle span,
.favorites .filter-toggle span {
  font-size: 14px;
  border-bottom: 1px dashed;
}
.catalog .filter .brands-menu i,
.search .filter .brands-menu i,
.favorites .filter .brands-menu i {
  color: #BD1C1A;
  font-style: normal;
}
.catalog .filter .group,
.search .filter .group,
.favorites .filter .group {
  width: 100%;
  padding: 4px 0;
}
.catalog .filter .group:first-child,
.search .filter .group:first-child,
.favorites .filter .group:first-child {
  padding-top: 0;
}
.catalog .filter .group.active > .title,
.search .filter .group.active > .title,
.favorites .filter .group.active > .title {
  color: #BD1C1A;
  font-weight: bold;
}
.catalog .filter .group.active > .fields,
.search .filter .group.active > .fields,
.favorites .filter .group.active > .fields {
  display: block;
}
.catalog .filter .group .title,
.search .filter .group .title,
.favorites .filter .group .title {
  display: inline-block;
  line-height: 28px;
  font-size: 15px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.catalog .filter .group .reset-link,
.search .filter .group .reset-link,
.favorites .filter .group .reset-link {
  margin-left: 14px;
  color: #000;
}
.catalog .filter .group .reset-link:hover,
.search .filter .group .reset-link:hover,
.favorites .filter .group .reset-link:hover {
  text-decoration: none;
}
.catalog .filter .group .fields,
.search .filter .group .fields,
.favorites .filter .group .fields {
  display: none;
}
.catalog .filter .group .fields.single,
.search .filter .group .fields.single,
.favorites .filter .group .fields.single {
  display: block;
  margin: 0;
}
.catalog .filter .group .fields.single span,
.search .filter .group .fields.single span,
.favorites .filter .group .fields.single span {
  line-height: 28px;
  font-size: 16px;
}
.catalog .filter .group .fields .group,
.search .filter .group .fields .group,
.favorites .filter .group .fields .group {
  padding-left: 13px;
}
.catalog .filter .group .fields .group .title,
.search .filter .group .fields .group .title,
.favorites .filter .group .fields .group .title {
  font-size: 14px;
}
.catalog .filter label,
.search .filter label,
.favorites .filter label {
  display: block;
  width: 100%;
  margin: 0;
}
.catalog .filter label input[type='checkbox'],
.search .filter label input[type='checkbox'],
.favorites .filter label input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.catalog .filter label input[type='checkbox']:checked + span,
.search .filter label input[type='checkbox']:checked + span,
.favorites .filter label input[type='checkbox']:checked + span {
  border-bottom: 2px solid #BD1C1A;
}
.catalog .filter label span,
.search .filter label span,
.favorites .filter label span {
  cursor: pointer;
}
.catalog .filter label a,
.search .filter label a,
.favorites .filter label a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.catalog .filter label a.active,
.search .filter label a.active,
.favorites .filter label a.active {
  border-bottom: 2px solid #BD1C1A;
}
.catalog .filter label.single,
.search .filter label.single,
.favorites .filter label.single {
  width: 100%;
}
.catalog .filter label.single a,
.search .filter label.single a,
.favorites .filter label.single a {
  line-height: 28px;
  font-size: 16px;
  cursor: pointer;
}
.catalog .filter label.single:first-child,
.search .filter label.single:first-child,
.favorites .filter label.single:first-child {
  padding-top: 0;
}
.catalog .filter .hr,
.search .filter .hr,
.favorites .filter .hr {
  width: 100%;
  height: 0;
  margin: 8px 0;
  border-bottom: 2px solid #BD1C1A;
}
.catalog .filter .buttons,
.search .filter .buttons,
.favorites .filter .buttons {
  margin-top: 1em;
}
.catalog .filter .buttons .button,
.search .filter .buttons .button,
.favorites .filter .buttons .button {
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
.catalog .filter .buttons .button:hover,
.search .filter .buttons .button:hover,
.favorites .filter .buttons .button:hover {
  color: #9b9b9b;
}
.catalog .sale-container span,
.search .sale-container span,
.favorites .sale-container span {
  font-weight: bold;
  text-transform: uppercase;
}
.catalog .filter-buttons,
.search .filter-buttons,
.favorites .filter-buttons {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-left: 15px;
}
.catalog .filter-buttons .button,
.search .filter-buttons .button,
.favorites .filter-buttons .button {
  width: 140px;
  border-color: #BD1C1A;
}
.catalog .sort,
.search .sort,
.favorites .sort {
  line-height: 28px;
  text-align: right;
  color: #BD1C1A;
}
.catalog .sort label,
.search .sort label,
.favorites .sort label {
  margin: 0;
  font-weight: bold !important;
}
.catalog .sort label span,
.search .sort label span,
.favorites .sort label span {
  color: #000;
}
.catalog .sort .dropdown-toggle,
.catalog .sort select,
.search .sort .dropdown-toggle,
.search .sort select,
.favorites .sort .dropdown-toggle,
.favorites .sort select {
  color: #353535;
  display: block;
  outline: none;
  padding: 0;
  box-shadow: none;
  text-align: left;
  font-size: 13px;
  background: transparent;
}
.catalog .sort .dropdown-toggle::after,
.search .sort .dropdown-toggle::after,
.favorites .sort .dropdown-toggle::after {
  display: none;
}
.catalog .sort .dropdown-menu,
.search .sort .dropdown-menu,
.favorites .sort .dropdown-menu {
  width: 185px;
}
.catalog .sort .dropdown-menu li a,
.search .sort .dropdown-menu li a,
.favorites .sort .dropdown-menu li a {
  padding: 4px 20px;
  cursor: pointer;
  font-size: 13px;
  color: #9b9b9b;
}
.catalog .brands,
.search .brands,
.favorites .brands {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1em 0;
}
.catalog .brands a,
.search .brands a,
.favorites .brands a {
  color: #000;
  text-decoration: none;
}
.catalog .brands .div,
.search .brands .div,
.favorites .brands .div {
  color: #BD1C1A;
}
.catalog .items,
.search .items,
.favorites .items {
  padding: 0 15px 2em;
}
.catalog .items .item,
.search .items .item,
.favorites .items .item {
  position: relative;
  padding: 15px;
  text-align: center;
}
.catalog .items .item .inner,
.search .items .item .inner,
.favorites .items .item .inner {
  position: relative;
  height: 100%;
  padding: 15px 15px 0;
}
.catalog .items .item .inner img,
.search .items .item .inner img,
.favorites .items .item .inner img {
  max-height: 100%;
  object-fit: cover;
}
.catalog .items .item.catalog-banner img,
.search .items .item.catalog-banner img,
.favorites .items .item.catalog-banner img {
  border-radius: 10px;
  max-width: 100%;
}
.catalog .items .item a,
.search .items .item a,
.favorites .items .item a {
  color: #000;
  text-decoration: none;
}
.catalog .items .item a.button,
.search .items .item a.button,
.favorites .items .item a.button {
  color: #fff;
}
.catalog .items .item .img,
.search .items .item .img,
.favorites .items .item .img {
  position: relative;
  height: 250px;
  margin-bottom: 1em;
}
.catalog .items .item .img img,
.search .items .item .img img,
.favorites .items .item .img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.catalog .items .item .img .subtitle,
.search .items .item .img .subtitle,
.favorites .items .item .img .subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5em;
  background: rgba(160,24,106,0.85);
  background: linear-gradient(90deg,#a0186a 0%,rgba(160,24,106,0.5) 100%);
  color: #fff;
  text-align: left;
}
.catalog .items .item h2,
.search .items .item h2,
.favorites .items .item h2 {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: normal;
  height: 30px;
}
.catalog .items .item h3,
.search .items .item h3,
.favorites .items .item h3 {
  font-size: 13px;
}
.catalog .items .item h4,
.search .items .item h4,
.favorites .items .item h4 {
  height: 32px;
  font-size: 13px;
  font-weight: bold;
}
.catalog .items .item .price,
.search .items .item .price,
.favorites .items .item .price {
  margin: 0.5em 0;
}
.catalog .items .item .price span,
.search .items .item .price span,
.favorites .items .item .price span {
  font-size: 28px;
}
.catalog .items .item .price.has-sale,
.search .items .item .price.has-sale,
.favorites .items .item .price.has-sale {
  color: #000;
}
.catalog .items .item .price-old,
.search .items .item .price-old,
.favorites .items .item .price-old {
  margin: 0.5em 0;
  color: #c1c1c1;
  text-decoration: line-through;
}
.catalog .items .item .price-old-td span,
.search .items .item .price-old-td span,
.favorites .items .item .price-old-td span {
  color: #c1c1c1;
  font-size: 13px;
}
.catalog .items .item .price-stub,
.search .items .item .price-stub,
.favorites .items .item .price-stub {
  height: 55px;
}
.catalog .items .item .button,
.search .items .item .button,
.favorites .items .item .button {
  display: block;
  min-width: 80%;
  margin: 0 auto 1em;
  border-color: #fff;
}
.catalog .items .item .quantity,
.search .items .item .quantity,
.favorites .items .item .quantity {
  padding-bottom: 15px;
  text-align: center;
}
.catalog .sale,
.catalog .sale2,
.search .sale,
.search .sale2,
.favorites .sale,
.favorites .sale2 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 0 0 15px;
  padding: 3px 8px;
  z-index: 9;
  background: #efefef;
  border: 1px solid #efefef;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}
.catalog .sale2,
.search .sale2,
.favorites .sale2 {
  left: 0;
  right: auto;
  margin: 15px 0 0 15px;
}
.catalog .schemes,
.search .schemes,
.favorites .schemes {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: 15px 15px 0 0;
  background: url(/templates/drviki/img/icon-schemes.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.catalog .sale2 + .schemes,
.search .sale2 + .schemes,
.favorites .sale2 + .schemes {
  margin-top: 47px;
}
.catalog .button-container,
.search .button-container,
.favorites .button-container {
  height: 70px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.catalog .icons-container,
.search .icons-container,
.favorites .icons-container {
  position: absolute;
  right: 30px;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.catalog .musthave,
.search .musthave,
.favorites .musthave {
  width: 20px;
  height: 20px;
  margin: 15px 15px 0;
  z-index: 9;
  background: url(/templates/drviki/img/icon-musthave.png);
  background-size: contain;
  cursor: pointer;
}
.catalog .pregnant,
.search .pregnant,
.favorites .pregnant {
  width: 20px;
  height: 20px;
  margin: 15px 15px 0;
  z-index: 9;
  background: url(/templates/drviki/img/icon-pregnant.png);
  background-size: contain;
  cursor: pointer;
}
.catalog .breastfeeding,
.search .breastfeeding,
.favorites .breastfeeding {
  width: 20px;
  height: 20px;
  margin: 15px 15px 0;
  z-index: 9;
  background: url(/templates/drviki/img/icon-breastfeeding.png);
  background-size: contain;
  cursor: pointer;
}
.catalog .fav,
.search .fav,
.favorites .fav {
  width: 20px;
  height: 20px;
  margin: 0 11px 6px;
  background: url(/templates/drviki/img/icon-fav.svg);
  background-size: contain;
  cursor: pointer;
}
.catalog .fav:hover,
.search .fav:hover,
.favorites .fav:hover {
  background-image: url(/templates/drviki/img/icon-fav-active.svg);
}
.catalog .fav.active,
.search .fav.active,
.favorites .fav.active {
  background-image: url(/templates/drviki/img/icon-fav-active.svg);
}
.search .icons-container {
  right: 0;
}
.search .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#catalog-wrap .items .item .button.basket-add {
  border: 1px solid #BD1C1A !important;
  background: transparent;
  color: #353535;
}
@media (max-width: 959px) {
  .catalog .schemes {
    top: initial;
  }
  .catalog .icons-container {
    right: 10px;
    top: 20px;
  }
  .catalog .back,
  .search .back,
  .favorites .back {
    margin-bottom: 0 !important;
  }
  .catalog h1,
  .search h1,
  .favorites h1 {
    margin: 0.5rem 0;
  }
  .catalog .items-total,
  .search .items-total,
  .favorites .items-total {
    margin: 0.5rem 0;
    font-size: 13px;
  }
  .catalog .filter-buttons,
  .search .filter-buttons,
  .favorites .filter-buttons {
    padding-left: 0 !important;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .catalog .filter-buttons .button,
  .search .filter-buttons .button,
  .favorites .filter-buttons .button {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 0.75rem;
  }
  .catalog .items .item .button,
  .search .items .item .button,
  .favorites .items .item .button {
    margin: 0 auto 1em;
  }
  .catalog .items .item .fav,
  .search .items .item .fav,
  .favorites .items .item .fav {
    margin-right: 4px;
  }
}
.catalog-root .container {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.catalog-root h2 {
  margin-bottom: 2rem;
}
.catalog-root .category-card {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-root .category-card .card-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 180px;
}
.catalog-root .category-card a {
  display: block;
  color: #000;
  text-decoration: none;
}
.catalog-root .category-card img {
  width: 100%;
}
.catalog-root .category-card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 0 26px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #BD1C1A;
  font-family: 'SangBleu Versailles';
  font-style: italic;
}
.catalog-root .category-card .title .count {
  color: #BD1C1A !important;
  background: none !important;
  -webkit-text-fill-color: initial !important;
}
@media (max-width: 992px) {
  .catalog-root .container {
    padding-top: 2rem;
  }
  .catalog-root .category-card .card-wrapper {
    max-height: 101.69px;
  }
  .catalog-root .category-card .title {
    padding: 0 0 26px 30px;
    font-size: 18px;
  }
  .catalog-root .card-wrapper {
    height: auto !important;
  }
  .catalog-root .card-wrapper h3 {
    padding: 0 0 7px 9px !important;
    font-size: 11px !important;
  }
}
.catalog-slider .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.catalog-slider h2 {
  margin-bottom: 2rem;
}
.catalog-slider .slide {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-slider .slide .slide-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.catalog-slider .slide img {
  display: block;
  width: 100%;
}
.catalog-slider .slide h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 0 26px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #BD1C1A;
  font-family: 'SangBleu Versailles';
  font-style: italic;
}
.catalog-slider.brands .slide .slide-wrapper {
  border-radius: 0;
  border: 1px solid #353535;
}
.catalog-slider.brands .slide a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog-slider.brands .slide img {
  width: 90%;
  margin: 6px 0;
  filter: grayscale(100%) brightness(0.2);
}
@media (max-width: 959px) {
  .catalog-slider {
    display: none;
  }
  .catalog-slider .slide h3 {
    padding: 0 0 7px 9px !important;
    font-size: 13px !important;
  }
}
.catalog-slider-mob {
  display: none;
}
.catalog-slider-mob .arrow {
  display: block;
  position: absolute;
  top: -66px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #BD1C1A;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
  stroke: #BD1C1A;
}
.catalog-slider-mob .arrow-prev {
  right: 65px;
}
.catalog-slider-mob .arrow-next {
  right: 15px;
  transform: rotate(180deg);
}
@media (max-width: 959px) {
  .catalog-slider-mob {
    display: block !important;
  }
}
.brands-slider .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.brands-slider h2 {
  margin-bottom: 2rem;
}
.brands-slider .slide {
  position: relative;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.brands-slider .slide .slide-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #353535;
}
.brands-slider .slide img {
  display: block;
  width: 90%;
  margin: 6px 0;
  filter: grayscale(100%) brightness(0.2);
}
.brands-slider .slide h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 0 26px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #BD1C1A;
  font-family: 'SangBleu Versailles';
  font-style: italic;
}
.brands-slider .slide a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959px) {
  .brands-slider .slide h3 {
    padding: 0 0 7px 9px !important;
    font-size: 13px !important;
  }
}
#filter-wrapper {
  scrollbar-width: thin;
}
#filter-wrapper::-webkit-scrollbar {
  width: 1px;
}
#filter-wrapper::-webkit-scrollbar-thumb {
  background: #BD1C1A;
}
#filter-wrapper::-webkit-scrollbar-thumb:hover {
  background: #a71917;
}
.catalog-filter {
  z-index: 9;
  margin-bottom: 1rem;
  scrollbar-width: thin;
}
.catalog-filter::-webkit-scrollbar {
  width: 1px;
}
.catalog-filter::-webkit-scrollbar-thumb {
  background: #BD1C1A;
}
.catalog-filter::-webkit-scrollbar-thumb:hover {
  background: #a71917;
}
.catalog-filter.sticky {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 320px;
  padding-right: 4px;
  scrollbar-width: thin;
}
.catalog-filter.sticky::-webkit-scrollbar {
  width: 2px;
}
.catalog-filter.sticky::-webkit-scrollbar-thumb {
  background: #BD1C1A;
}
.catalog-filter.sticky::-webkit-scrollbar-thumb:hover {
  background: #a71917;
}
.catalog-filter .popup-show {
  display: none;
}
.catalog-filter .flex-mobile {
  max-height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.catalog-filter .flex-mobile::-webkit-scrollbar {
  width: 1px;
}
.catalog-filter .flex-mobile::-webkit-scrollbar-thumb {
  background: #BD1C1A;
}
.catalog-filter .flex-mobile::-webkit-scrollbar-thumb:hover {
  background: #a71917;
}
.catalog-filter .group {
  width: 100%;
  padding: 4px 0;
}
.catalog-filter .group:first-child {
  padding-top: 0;
}
.catalog-filter .group .title {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  font-size: 15px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-family: 'SangBleu Versailles';
}
.catalog-filter .group .title.expand::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  content: '+';
  color: #BD1C1A;
  font-size: 24px;
  font-weight: bold;
}
.catalog-filter .group .count {
  color: #BD1C1A;
}
.catalog-filter .group.active .title.expand::after {
  content: '-';
}
.catalog-filter .group .fields {
  display: none;
  overflow: hidden;
}
.catalog-filter .group.active .fields {
  display: block;
}
.catalog-filter .custom-checkbox {
  display: flex;
}
.catalog-filter .custom-checkbox .custom-control-label::before {
  border: 1px solid #000;
}
.catalog-filter .custom-checkbox input:checked ~ .custom-control-label::before {
  background: transparent !important;
}
.catalog-filter .custom-checkbox input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23BD1C1A' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.catalog-filter label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.catalog-filter .group.checkbox .fields {
  position: relative;
  display: block;
}
.catalog-filter .checkbox .box {
  display: none;
  width: 14px;
  height: 14px;
  margin: 2px 4px;
  border: 1px solid #9b9b9b;
  border-radius: 3px;
  color: #fff;
  font-size: 11px !important;
  text-align: center;
  line-height: 13px;
}
.catalog-filter .filter-more {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.catalog-filter .filter-more .filter-more__title {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  font-size: 16px;
  cursor: pointer;
  color: #BD1C1A;
  text-decoration: none;
}
.catalog-filter .filter-more .filter-more__title::after {
  content: 'v';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  cursor: pointer;
  color: #BD1C1A;
  font-size: 16px;
  font-weight: bold;
}
.catalog-filter .filter-more .filter-more__content {
  display: none;
}
.catalog-filter .filter-more .filter-more__content .group:first-child {
  margin-top: 4px;
}
.catalog-filter .filter-more.active .filter-more__title {
  display: none;
}
.catalog-filter .filter-more.active .filter-more__content {
  display: block;
}
.catalog-filter hr {
  border-color: #BD1C1A;
}
.catalog-filter .buttons {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  text-align: center;
}
.filter-menu {
  padding-left: 15px;
  padding-right: 15px;
}
.filter-menu img {
  display: none;
}
@media (max-width: 959px) {
  .catalog-filter .filter-brand .flex-mobile {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-filter .filter-brand .flex-mobile .custom-control {
    flex: 0 0 50%;
  }
  .catalog-filter .filter-brand .flex-mobile .custom-control label {
    width: 100%;
  }
  .catalog-filter .filter-links {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .catalog-filter .buttons-block {
    padding: 0.25rem 0.5rem !important;
  }
  .catalog-filter .buttons-block .buttons {
    justify-content: space-around;
    margin: 0;
  }
  .catalog-filter .buttons-block .buttons .button {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .catalog-filter hr {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .filter-menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 2rem;
  }
  .filter-menu hr {
    display: none;
  }
  .filter-menu .group-card {
    flex: 0 0 50%;
    position: relative;
    width: 48%;
    padding: 1% !important;
  }
  .filter-menu .group-card img {
    display: block;
    width: 100%;
  }
  .filter-menu .group-card .over-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-weight: bold;
    text-shadow: #fff 1px 0 1px;
    text-transform: uppercase;
  }
}
@media (max-width: 959px) {
  .catalog-filter label {
    margin: 0;
    display: block;
    float: left;
    width: 49%;
  }
}
.catalog-filter.popup {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}
.catalog-filter.popup .popup-show {
  display: block;
}
.catalog-filter.popup .popup-title {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 16px;
}
.catalog-filter.popup .popup-title .close {
  display: flex;
  align-items: center;
  content: '✕';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  cursor: pointer;
}
.catalog-filter.popup .filter-block {
  height: 100%;
  overflow-y: scroll;
}
.catalog-filter.popup .filter-block .filter-more {
  margin-top: 0;
}
.catalog-filter.popup .filter-block .filter-more .filter-more__title {
  display: none;
}
.catalog-filter.popup .filter-block .filter-more .filter-more__content {
  display: block;
  max-height: initial;
  overflow: initial;
}
.catalog-filter.popup .buttons-block .buttons {
  margin-top: 0;
  display: flex;
}
.filter-slider .container {
  padding-top: 1em;
}
.filter-slider .slider {
  position: relative;
}
.filter-slider .slider .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.filter-slider .slider .slide a {
  color: #000;
  text-decoration: none;
}
.filter-slider .slider .slide p {
  color: #000;
  margin: 0;
}
.filter-slider .slider .slide .circle {
  display: block;
  width: 74px;
  height: 74px;
  padding: 4px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
}
.filter-slider .slider .slide .circle img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.filter-slider .slider .slide .circle:hover {
  border-color: #BD1C1A;
}
.filter-slider .slider .arrow {
  display: block;
  position: absolute;
  top: 33px;
  width: 12px;
  height: 12px;
  background: url(/templates/drviki/img/arrow-prev.png);
  background-size: contain;
  cursor: pointer;
  z-index: 9;
}
.filter-slider .slider .arrow-prev {
  left: -20px;
}
.filter-slider .slider .arrow-next {
  right: -20px;
  transform: rotate(180deg);
}
.stories-slider {
  position: relative;
  width: 100%;
}
.stories-slider .container {
  margin-top: 14px;
}
.stories-slider .swiper-container {
  width: 100%;
}
.stories-slider .swiper-container .swiper-wrapper {
  display: flex;
}
.stories-slider .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.stories-slider .swiper-container .swiper-slide a {
  color: #000;
  text-decoration: none;
}
.stories-slider .swiper-container .swiper-slide p {
  margin: 0.25em 0 0;
  color: #000;
  text-align: center;
  font-size: 12px;
}
.stories-slider .swiper-container .swiper-slide .circle {
  display: block;
  width: 72px;
  height: 64px;
  border-radius: 10px;
}
.stories-slider .swiper-container .swiper-slide .circle img {
  width: 62px;
  height: 62px;
  border-radius: 10px;
}
.stories-slider .swiper-container .swiper-slide .circle:hover {
  border-color: #BD1C1A;
}
.stories-slider .arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  background-size: contain;
  cursor: pointer;
  z-index: 9;
}
.stories-slider .arrow svg {
  stroke: #BD1C1A;
}
.stories-slider .arrow-prev {
  left: -5px;
}
.stories-slider .arrow-next {
  right: -5px;
  transform: rotate(180deg);
}
.catalog-item .container-fluid {
  padding: 0 15px 3em;
}
.catalog-item .container {
  position: relative;
}
.catalog-item > .container {
  padding: 3em 15px;
}
.catalog-item .back {
  display: block;
  position: absolute;
  top: 1.75em;
  left: 16px;
  width: 25px;
  height: 25px;
  background: url(/templates/drviki/img/icon-back.png) center center no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 9;
}
.catalog-item .images-container {
  position: relative;
}
.catalog-item .img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-item .img img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
.catalog-item .schemes {
  position: absolute;
  top: 2em;
  right: 2em;
  z-index: 99999;
  width: 16px;
  height: 16px;
  background: url(/templates/drviki/img/icon-schemes.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.catalog-item .swiper-container-wrapper {
  position: relative;
  width: 90%;
}
.catalog-item .swiper-container-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-item .swiper-container-wrapper .arrow {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #BD1C1A;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
  stroke: #BD1C1A;
}
.catalog-item .swiper-container-wrapper .arrow-prev {
  left: -25px;
}
.catalog-item .swiper-container-wrapper .arrow-next {
  right: -25px;
  transform: rotate(180deg);
}
.catalog-item .descr h1 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}
.catalog-item .descr h2 {
  font-size: 13px;
}
.catalog-item .descr .title {
  color: #BD1C1A;
}
.catalog-item .descr .buttons {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5em 0 0;
}
.catalog-item .descr .buttons .price {
  margin: 0.5em 0;
}
.catalog-item .descr .buttons .price span {
  font-size: 28px;
}
.catalog-item .descr .buttons .price.has-sale {
  color: #000;
}
.catalog-item .descr .buttons .price-old {
  margin: 0.5em 0 0.5em 1em;
  color: #c1c1c1;
}
.catalog-item .descr .buttons .price-old-td span {
  color: #c1c1c1;
  font-size: 13px;
}
.catalog-item .descr .buttons .button {
  display: inline-block;
  float: right;
  margin: 0 0.5em;
  padding: 8px 26px;
}
.catalog-item .descr .buttons .button.na {
  border-color: #efefef;
  cursor: default;
}
.catalog-item .descr .buttons .button.na:hover {
  background: #efefef;
  color: #000;
}
.catalog-item .descr .buttons .button.quick-order {
  float: none !important;
}
.catalog-item .descr .buttons .button.quick-buy {
  color: #353535;
  background: transparent;
  border: 1px solid #BD1C1A;
}
.catalog-item .descr .buttons .added {
  float: right;
  visibility: hidden;
  margin-bottom: 1.5em;
}
.catalog-item .descr .buttons .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 25%;
  margin-left: 9rem;
}
.catalog-item .descr .buttons .icons span {
  margin: 0 3px;
}
.catalog-item .descr .buttons .icons .more-1000 {
  font-weight: bold;
}
.catalog-item .descr .buttons .icons img {
  height: 20px;
}
.catalog-item .descr .buttons .icons .fav {
  width: 20px;
  height: 20px;
  background: url(/templates/drviki/img/icon-fav.svg);
  background-size: contain;
  cursor: pointer;
}
.catalog-item .descr .buttons .icons .fav:hover {
  background-image: url(/templates/drviki/img/icon-fav-active.svg);
}
.catalog-item .descr .buttons .icons .fav.active {
  background-image: url(/templates/drviki/img/icon-fav-active.svg);
}
.catalog-item .descr .buttons.first {
  justify-content: space-between;
}
.catalog-item .descr .buttons.second {
  align-items: flex-start;
}
.catalog-item .descr .buttons.second .button {
  margin-top: 12px;
}
.catalog-item .additional {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 0;
}
.catalog-item .additional .wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.catalog-item .description {
  float: left;
}
@media (max-width: 959px) {
  .catalog-item .swiper-container-wrapper {
    width: 100%;
  }
  .catalog-item .price-container .price {
    text-align: left;
  }
  .catalog-item .additional {
    gap: 0;
    padding-right: 0;
  }
  .catalog-item .additional .wrapper {
    gap: 0;
  }
}
#quick-buy-form .modal-dialog {
  max-width: 684px;
}
#quick-buy-form .modal-dialog h2 {
  font-size: 18px;
}
#quick-buy-form .modal-dialog .button {
  border-radius: 10px;
}
.toggle-header {
  position: relative;
  cursor: pointer;
  margin-left: 15px;
}
.toggle-header:before {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/templates/drviki/img/icon-scrolltop.svg) center center no-repeat;
  background-size: cover;
  top: 2px;
  left: -18px;
  transform: rotate(180deg);
}
.toggle-content {
  display: none;
}
.related.main .container {
  padding-top: 4em;
  padding-bottom: 4em;
}
.related h2 {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}
.related.main h2 {
  margin: 0 0 0.5em;
  font-size: 32px;
}
.related .slick-track {
  min-width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.related .swiper-wrapper {
  justify-content: flex-start;
  margin: 0 auto;
}
.related .slider {
  position: relative;
  width: 100%;
}
.related .slider .item {
  position: relative;
  min-width: 222px;
  max-height: 300px;
  padding: 0 15px 15px;
  text-align: center;
}
.related .slider .item .inner {
  position: relative;
  height: 100%;
  padding: 0 15px;
}
.related .slider .item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  text-decoration: none;
}
.related .slider .item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.related .slider .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.related .slider .item h2 {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  height: 68px;
}
.related .slider .item h3 {
  height: 60px;
  margin-bottom: 0;
  font-size: 13px;
}
.related .slider .item h4 {
  height: 32px;
  font-size: 13px;
  font-weight: bold;
}
.related .slider .item .price {
  margin: 0.5em 0 0;
}
.related .slider .item .price span {
  font-size: 28px;
}
.related .arrow {
  display: block;
  position: absolute;
  top: -55px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #BD1C1A;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
  stroke: #BD1C1A;
}
.related .arrow-prev {
  right: 65px;
}
.related .arrow-next {
  right: 15px;
  transform: rotate(180deg);
}
@media (max-width: 959px) {
  .related.main .container {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .related.main h2 {
    font-size: 1.5rem !important;
  }
}
.related.main .container {
  padding-top: 4em;
  padding-bottom: 4em;
}
.related h2 {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
}
.related.main h2 {
  margin: 0 0 0.5em;
  font-size: 32px;
}
.related .swiper-container {
  position: relative;
  width: 100%;
}
.related .swiper-container .swiper-slide {
  position: relative;
  text-align: center;
}
.related .swiper-container .swiper-slide .inner {
  position: relative;
  height: 100%;
  padding: 0 15px;
}
.related .swiper-container .swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  text-decoration: none;
}
.related .swiper-container .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 200px;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
}
.related .swiper-container .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
}
.related .swiper-container .swiper-slide h2 {
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  height: 68px;
}
.related .swiper-container .swiper-slide h3 {
  height: 60px;
  margin-bottom: 0;
  font-size: 13px;
}
.related .swiper-container .swiper-slide h4 {
  height: 32px;
  font-size: 13px;
  font-weight: bold;
}
.related .swiper-container .swiper-slide .price {
  margin: 0.5em 0 0;
}
.related .swiper-container .swiper-slide .price span {
  font-size: 28px;
}
@media (max-width: 959px) {
  .related .arrow {
    top: -47px;
  }
}
.related-posts h2 {
  font-size: 16px;
  font-weight: bold;
}
.related-posts .swiper-slide {
  position: relative;
}
.related-posts .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
.related-posts .swiper-slide .text {
  position: absolute;
  left: 30px;
  bottom: 26px;
}
.related-posts .swiper-slide .text h2 {
  color: #BD1C1A;
  font-size: 16px;
}
.related-posts .arrow {
  display: block;
  position: absolute;
  top: -55px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #BD1C1A;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
  stroke: #BD1C1A;
}
.related-posts .arrow-prev {
  right: 65px;
}
.related-posts .arrow-next {
  right: 15px;
  transform: rotate(180deg);
}
.contacts .container {
  padding: 3em 15px;
}
.contacts h1 {
  margin-bottom: 1em;
  font-size: 2rem;
}
.contacts .form {
  display: flex;
  align-items: center;
}
.contacts .form button {
  padding: 6px 48px;
}
.content .container {
  position: relative;
  padding: 2em 15px;
}
.content h1 {
  margin-bottom: 1em;
  font-size: 2rem;
}
.content video.main {
  display: block;
  width: 100%;
}
.selection-care {
  font-size: 14px;
}
.selection-care p,
.selection-care ul,
.selection-care li {
  font-size: 14px;
  line-height: 24px;
}
.selection-care .care-programs h3 {
  font-size: 20px;
  margin: 50px 0 20px 0;
}
.selection-care .care-programs h4 {
  margin-top: 0;
  padding-top: 0;
  font-size: 18px;
  font-weight: bold;
}
.selection-care .care-programs .care-item {
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: 1px solid #353535;
}
.selection-care .care-programs .care-item .care-price {
  font-weight: bold;
  padding-bottom: 20px;
  padding-top: 15px;
  font-size: 16px;
}
.selection-care .care-programs .care-item .care-price span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding-top: 5px;
}
.selection-care .care-programs .care-item .toggleBlock {
  margin-bottom: 10px;
}
.selection-care .care-programs .care-item .toggleBlock .toggleBlockTitle {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed;
  width: auto;
  cursor: pointer;
}
.selection-care .care-programs .care-item .toggleBlock .toggleBlockContent {
  margin-top: 15px;
  display: none;
}
.selection-slider .swiper-slide img {
  max-width: 100%;
}
.selection-slider .arrow {
  display: block;
  position: absolute;
  top: -45px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #BD1C1A;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
  stroke: #BD1C1A;
}
.selection-slider .arrow-prev {
  right: 65px;
}
.selection-slider .arrow-next {
  right: 15px;
  transform: rotate(180deg);
}
.drviki h2 {
  margin: 0.2em 0 0.9em;
  font-size: 32px;
}
.drviki .slide {
  padding: 0 15px 1em;
}
.drviki .slide a {
  display: flex;
  justify-content: center;
}
.drviki .slide a img {
  max-width: 100%;
  max-height: 170px;
}
.insta .container {
  padding-bottom: 3em;
}
.insta a {
  color: #000;
  text-decoration: none;
}
.insta h2 {
  margin: 0.2em 0 0.9em;
  font-size: 32px;
  text-align: center;
}
.coupon .coupon-card {
  position: relative;
  cursor: pointer;
  margin-bottom: 1rem;
}
.coupon .coupon-card input[type='radio'] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -9;
  opacity: 0;
}
.coupon .coupon-card .design {
  border: 2px solid transparent;
  border-radius: 7px;
}
.coupon .coupon-card img {
  width: 100%;
}
.coupon .coupon-card input:checked ~ .design {
  border-color: #BD1C1A;
}
.coupon .with-sub {
  margin-bottom: 0 !important;
}
.coupon .sub {
  margin: 6px 0 2em;
  font-size: 12px;
}
.submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-left: -13px;
}
.submenu ul li {
  border-bottom: 1px solid transparent;
}
.submenu ul li.active {
  border-bottom-color: #c1c1c1;
}
.submenu ul li a {
  display: block;
  padding: 0.5em 1em;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 959px) {
  .submenu ul li {
    margin: 0 1em 1em 0;
  }
}
.blog-slider .slider {
  position: relative;
}
.blog-slider .slider .slide img {
  width: 100%;
  height: auto;
}
.blog-slider .slider .arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: url(/templates/drviki/img/arrow-prev.png);
  background-size: contain;
  cursor: pointer;
  z-index: 9;
}
.blog-slider .slider .arrow.arrow-prev {
  left: 30px;
}
.blog-slider .slider .arrow.arrow-next {
  right: 30px;
  transform: rotate(180deg);
}
.blog-slider .slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: 0 auto;
  list-style: none;
}
.blog-slider .slider .slick-dots li button {
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
}
.blog-slider .slider .slick-dots li.slick-active button {
  background: #fff;
  border-color: transparent;
}
.blog-list .container {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.blog-list h1 {
  font-size: 2rem;
  margin: 0 0 2rem;
}
.blog-list h2 {
  font-size: 16px;
  font-weight: bold;
}
.blog-list .list-wrapper {
  padding: 0;
}
.blog-list .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.blog-list .list .row-first {
  display: flex;
  width: 100%;
}
.blog-list .list .item {
  position: relative;
  padding: 1em;
}
.blog-list .list .item .item-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-list .list .item a {
  display: block;
}
.blog-list .list .item .image-container {
  height: 100%;
}
.blog-list .list .item .image-container img {
  object-fit: fill;
}
.blog-list .list .item img {
  width: 100%;
  max-height: 414px;
  object-fit: cover;
}
.blog-list .list .item .text {
  position: absolute;
  bottom: 26px;
  left: 30px;
}
.blog-list .list .item .text a {
  padding: 0;
  color: #000;
  text-decoration: none;
}
.blog-list .list .item .text h2 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.blog-list .list .item .text a.category {
  color: #BD1C1A;
}
.blog-list .list .item .tags-list {
  position: absolute;
  top: 26px;
  right: 30px;
}
.blog-list .list .item .tags-list a {
  font-size: 16px;
}
.blog-list .list .item--sugarfree {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blog-list .list .item--sugarfree h3 {
  font-size: 24px;
}
.blog-list .list .item--sugarfree p {
  margin: 2em 0;
}
.blog-list .list .item--sugarfree .button {
  width: 140px;
  margin: 0 auto 1em;
  padding: 6px !important;
}
.blog-list .list .list-more {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog-list .list .list-more .item {
  flex-basis: 33%;
  max-width: 33.3333%;
}
.blog-list .load-more {
  padding: 6px 48px;
}
.blog-list .tags-list {
  margin-left: -10px;
  margin-right: -10px;
}
.blog-list .tags-list .item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.blog-list .tags-list .item .item-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.blog-list .tags-list .item .item-wrapper img {
  width: 100%;
}
.blog-list .tags-list .item .item-wrapper h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 0 10px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #BD1C1A;
  font-family: 'SangBleu Versailles';
  font-style: italic;
}
.blog-list .search--simple {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.blog-list .search--simple input {
  background: url(/templates/drviki/img/icon-search.svg) center left no-repeat transparent;
  background-size: 18px;
}
.blog-list form {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
.offers-list .item .text {
  background: rgba(255,255,255,0.85);
}
.offers-list .item.inner .text {
  margin-left: 15px;
}
@media (max-width: 959px) {
  .offers-list .row {
    gap: 1rem;
  }
}
.blog-list .list .item .text h2 {
  display: inline;
  background: rgba(255,255,255,0.75);
}
@media (max-width: 959px) {
  .blog-list .tags-list .item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .blog-list .tags-list .item .item-wrapper h3 {
    font-size: 11px;
    padding: 0 0 7px 9px;
  }
  .offers-list.main h2 {
    font-size: 1.5rem !important;
  }
}
.blog-image img {
  width: 100%;
}
.blog-item .date {
  margin-right: 1em;
  color: #9b9b9b;
}
.blog-item strong {
  font-family: 'MontserratMedium', sans-serif;
}
.blog.related .container {
  padding-top: 2em;
  padding-bottom: 2em;
}
.filter-blog {
  margin-top: 3em;
}
.filter-blog .slider {
  position: relative;
}
.filter-blog .slider .item {
  position: relative;
  flex-grow: 1;
  padding: 1em;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.filter-blog .slider .item a {
  display: block;
}
.filter-blog .slider .item img {
  width: 100%;
}
.filter-blog .slider .item .text {
  margin-top: 0.5em;
}
.filter-blog .slider .item .text a {
  padding: 0;
  color: #000;
  text-decoration: none;
}
.filter-blog .slider .item .text h2 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
}
.filter-blog .slider .item .text a.category {
  color: #BD1C1A;
}
.filter-blog .slider .arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  background: url(/templates/drviki/img/arrow-prev.png);
  background-size: contain;
  cursor: pointer;
  z-index: 9;
}
.filter-blog .slider .arrow-prev {
  left: -30px;
}
.filter-blog .slider .arrow-next {
  right: -30px;
  transform: rotate(180deg);
}
.offers-list .container {
  padding-top: 4em;
  padding-bottom: 4em;
}
.offers-list h1 {
  font-size: 2rem;
}
.offers-list .swiper-wrapper {
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}
.offers-list .item {
  position: relative;
  width: 33%;
}
.offers-list .item img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.offers-list .item .text {
  position: absolute;
  background: none;
  left: 0;
  bottom: 0;
  right: auto;
  padding: 0 30px 26px 30px;
}
.offers-list .item .text a,
.offers-list .item .text a:hover {
  text-decoration: none;
}
.offers-list .item .text h3 {
  color: #BD1C1A;
  font-size: 20px;
  font-style: italic;
  font-family: 'SangBleu Versailles';
}
.offers-list .arrow {
  display: block;
  position: absolute;
  top: -55px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #BD1C1A;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
  stroke: #BD1C1A;
}
.offers-list .swiper-button-lock {
  display: none;
}
.offers-list .arrow-prev {
  right: 65px;
}
.offers-list .arrow-next {
  right: 15px;
  transform: rotate(180deg);
}
.offers-list.inner .button-container {
  margin-top: 1rem;
}
.offers-list.inner .text {
  bottom: 37px;
  text-align: left;
}
.offers-list.inner .price-tl {
  position: absolute;
  top: 0;
  right: 0;
}
.offers-list.inner .catalog-item .swiper-container-wrapper {
  width: 100%;
}
.offers-list.inner .arrow {
  top: 50%;
}
.offers-list.inner .arrow-prev {
  left: -29px !important;
}
.offers-list.inner .arrow-next {
  right: -29px !important;
}
@media (max-width: 959px) {
  .offers-list.inner h1 {
    font-size: 1.5rem;
  }
  .offers-list.inner h3 {
    font-size: 16px !important;
  }
}
.auth .container {
  padding: 2.25em 15px;
}
.auth h2 {
  margin-bottom: 1rem;
  width: 80%;
  margin-left: 10%;
}
.auth .br {
  border-right: 1px solid #dbdade;
}
.auth .alert {
  width: 80%;
  margin: 0 auto 1rem;
}
.auth .alert p {
  margin: 0;
}
.auth .custom-checkbox {
  width: 80%;
  margin-left: 10%;
}
.auth .form input {
  width: 80%;
  margin: 0 auto;
}
.auth .form .button {
  width: 40%;
  margin: 0 30%;
}
.auth .form .pass-notice {
  margin-bottom: 0.1rem;
  text-align: center;
}
.auth .form .pass-notice p {
  display: inline-block;
  width: 80%;
  margin: 0 auto;
  font-size: 11px;
}
.auth .forget {
  text-align: center;
}
.auth .forget .title {
  display: inline-block;
  margin: 0.5em 0;
  border-bottom: 1px dotted #BD1C1A;
  cursor: pointer;
  color: #BD1C1A;
}
.auth .forget form {
  display: none;
}
.personal .container {
  padding: 2.25em 15px;
}
.personal h1 {
  margin-bottom: 0.9em;
  font-size: 32px;
  text-align: center;
}
.personal .menu-personal .inner-toggle {
  display: none;
  cursor: pointer;
}
.personal .menu-personal .inner-toggle img {
  width: 24px;
  margin-right: 8px;
}
.personal .menu-personal .inner-toggle span {
  font-size: 14px;
  border-bottom: 1px dashed;
}
.personal .menu-personal ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.personal .menu-personal ul li {
  padding: 1em 2em;
  border-bottom: 1px solid #BD1C1A;
}
.personal .menu-personal ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}
.personal .menu-personal ul li.active a {
  color: #BD1C1A;
}
.personal .menu-personal ul li.last {
  border-bottom: 0;
}
.personal .user-info img {
  max-width: 100%;
  border-radius: 50%;
}
.personal .favorites .items {
  padding: 2em 15px;
}
.personal .favorites .items .item {
  position: relative;
  padding: 1em 15px 3em;
  text-align: center;
}
.personal .favorites .items .item a {
  color: #000;
  text-decoration: none;
}
.personal .favorites .items .item .img {
  margin-bottom: 1em;
}
.personal .favorites .items .item .img img {
  max-width: 100%;
}
.personal .favorites .items .item h2 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}
.personal .favorites .items .item h3 {
  font-size: 14px;
}
.personal .favorites .items .item .price {
  margin: 1.5em 0;
}
.personal .favorites .items .item .price span {
  font-size: 28px;
}
.personal .favorites .items .item .button {
  display: block;
  width: 80%;
  margin: 0 10% 1em;
}
.personal .orders .order a {
  color: #000;
  text-decoration: none;
}
.personal .orders .order h2 {
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
}
.personal .orders .order .item {
  align-items: center;
  padding: 2em 15px;
  border-bottom: 1px solid #dbdade;
}
.personal .orders .order .item p {
  margin: 0;
}
.personal .orders .order .item img {
  max-height: 80px;
}
.personal .orders .order .total p {
  margin: 1em 0;
}
.personal .bonus .result {
  margin-top: 0.5rem;
  font-size: 11px;
  text-align: center;
}
.personal .bonus .result.error {
  color: #f00;
}
.personal .bonus .result.success {
  color: #0f0;
}
.cart .container {
  padding: 2.25em 15px;
}
.cart h1 {
  margin-bottom: 0.9em;
  font-size: 2rem;
  text-align: center;
}
.cart .items .item {
  align-items: center;
  padding: 2em 15px;
  border-bottom: 1px solid #dbdade;
}
.cart .items .item a {
  color: #000;
  text-decoration: none;
}
.cart .items .item.item-na {
  background-color: #efefef;
}
.cart .items .item img {
  max-width: 100%;
  max-height: 155px;
}
.cart .items .item .price-old {
  color: #9b9b9b;
}
.cart .items .item p {
  margin: 0;
}
.cart .items .item input[type='number'] {
  width: 40px;
  padding-left: 2px;
}
.cart .items .item input[type='number']::-webkit-inner-spin-button,
.cart .items .item input[type='number']::-webkit-outer-spin-button {
  opacity: 1;
}
.cart .items .item .remove {
  color: red;
  font-size: 32px;
  text-decoration: none;
}
.cart .clear {
  display: flex;
  justify-content: flex-end;
}
.cart .clear .button {
  padding: 6px 24px;
}
.cart .summary {
  padding-top: 3em;
}
.cart .summary .col-12 {
  text-align: right;
}
.cart .summary .button {
  width: 50%;
}
.cart .promocode-group {
  display: inline-block;
  margin: 2em 0;
}
.cart .promocode-group input {
  width: 100%;
  border-color: #efefef;
  border-radius: 0;
}
.cart .promocode-group .button {
  width: 100%;
  margin-top: .5rem;
  margin-left: -2px;
  background: transparent;
  border: 1px solid #BD1C1A;
  color: #353535;
}
.cart .promocode-group .button:hover {
  background: #efefef;
}
.cart .promocode-group p {
  font-size: 10px;
  margin: 0;
}
.cart a.button {
  margin-top: 2em;
  text-align: center;
}
.purchasing .container {
  padding: 3em 15px;
}
.purchasing h1 {
  margin-bottom: 1em;
  font-size: 2rem;
}
.purchasing .alert {
  width: 80%;
  margin: 0 auto 1rem;
}
.purchasing .alert p {
  margin: 0;
}
.purchasing .form input[type='text'],
.purchasing .form input[type='email'],
.purchasing .form select {
  width: 100%;
  margin: 0 auto;
}
.purchasing .form input[type='text'].error,
.purchasing .form input[type='email'].error,
.purchasing .form select.error {
  border: 1px solid #f00;
}
.purchasing .form label {
  display: inline-block;
  margin: 0 1em;
}
.purchasing .form label.error {
  color: #BD1C1A;
}
.purchasing .form label input[type='radio'] {
  vertical-align: middle;
}
.purchasing .q {
  line-height: 38px;
  font-size: 14px;
}
.purchasing .form-group.payment .courier {
  display: none;
}
.purchasing .form-group.payment .gift-wrap {
  display: none;
  margin-left: 0;
}
.purchasing .form-group.payment .gift-wrap p {
  margin: 0;
  line-height: 1;
}
.purchasing #apiShipWidget,
.purchasing #toDoor {
  height: auto !important;
  min-height: auto !important;
  margin-bottom: 1em;
}
.purchasing #apiShipWidget .dp_pointlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.purchasing .tabs-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
}
.purchasing .tabs-header li {
  padding-bottom: 0.125em;
  border-bottom: 2px solid #c1c1c1;
  color: #c1c1c1;
  font-size: 14px;
}
.purchasing .tabs-header li.active {
  border-color: #BD1C1A;
  color: #000;
}
.purchasing .tabs-header li.completed {
  border-color: #00cd00;
  color: #000;
}
.purchasing .tabs-content {
  margin: 0;
  padding: 0;
}
.purchasing .tabs-content > li {
  display: none;
}
.purchasing .tabs-content > li.active {
  display: block;
}
.purchasing .order-items {
  margin-top: 2em;
  margin-bottom: 2em;
}
.purchasing .order-items .row {
  border-bottom: 1px solid #c1c1c1;
}
.purchasing .order-items .row p {
  margin: 1rem 0;
}
.purchasing .order-items .gift-wrap-row {
  display: none;
}
.purchasing .order-items .summary {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: none;
}
.purchasing .order-items .summary span {
  font-weight: bold;
}
.purchasing .promocode {
  width: 40% !important;
  margin: 2rem 30% 0 !important;
}
.orderlist .tabs-header {
  display: flex;
  justify-content: space-around;
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
}
.orderlist .tabs-header li {
  padding-bottom: 0.125em;
  border-bottom: 2px solid #c1c1c1;
  color: #c1c1c1;
  font-size: 14px;
  cursor: pointer;
}
.orderlist .tabs-header li.active {
  border-color: #BD1C1A;
  color: #000;
}
.orderlist .tabs-header li.completed {
  border-color: #00cd00;
  color: #000;
}
.orderlist .tabs-content {
  margin: 0;
  padding: 0;
}
.orderlist .tabs-content > li {
  display: none;
}
.orderlist .tabs-content > li.active {
  display: block;
}
.search-custom ol {
  padding-left: 0;
}
.search-custom ol li {
  padding-bottom: 0.5em;
}
.search-custom ol a {
  color: #000;
}
.search-custom ol h2 {
  font-size: 14px;
  font-weight: bold;
}
.search--simple ul a {
  color: #000;
  text-decoration: none;
}
.search--simple ul h2 {
  font-size: 14px;
  font-weight: bold;
}
.subscribe-form .container {
  padding-top: 4em;
  padding-bottom: 4em;
  margin-bottom: 4em;
  background: url(/templates/drviki/img/subscribe-desktop.jpg) top left no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.subscribe-form h2 {
  margin-bottom: 1.5rem;
  font-size: 32px;
}
.subscribe-form h3 {
  margin-bottom: 4rem;
  font-size: 16px;
  font-weight: 500;
}
.subscribe-form .form-group {
  width: 80%;
  margin-bottom: 2rem;
}
.subscribe-form .img {
  display: none;
}
@media (max-width: 959px) {
  .subscribe-form .container {
    padding-top: 2rem;
    padding-bottom: 0;
    margin-bottom: 2rem;
    background: #e0d9c9;
  }
  .subscribe-form h2 {
    font-size: 24px !important;
  }
  .subscribe-form .img {
    display: flex;
  }
  .subscribe-form .img img {
    width: 80%;
    margin-top: 1rem;
    margin-left: 10%;
  }
  .subscribe-form .form-group {
    width: 100%;
  }
}
.smi-slider .container {
  padding-top: 4em;
  padding-bottom: 0;
}
.smi-slider h2 {
  margin-bottom: 1em;
  font-size: 32px;
}
.smi-slider .swiper-slide .img {
  display: flex;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
}
.smi-slider .swiper-slide .img img {
  max-width: 200px;
}
.smi-slider .swiper-slide h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: .5rem;
}
.smi-slider .swiper-slide a {
  color: #BD1C1A;
}
.smi-slider .arrow {
  display: block;
  position: absolute;
  top: -70px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #BD1C1A;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
  stroke: #BD1C1A;
}
.smi-slider .arrow-prev {
  right: 65px;
}
.smi-slider .arrow-next {
  right: 15px;
  transform: rotate(180deg);
}
@media (max-width: 959px) {
  .smi-slider h2 {
    font-size: 1.5rem !important;
  }
  .smi-slider h3 {
    font-size: 15px !important;
  }
}
.smi-list .container {
  padding-top: 2em;
  padding-bottom: 0;
}
.smi-list h2 {
  margin-bottom: 1em;
}
.smi-list .item {
  display: flex !important;
  flex-direction: column;
  padding: 0 1em;
}
.smi-list .item .img {
  display: flex;
  align-items: center;
  width: 100%;
}
.smi-list .item .img img {
  max-width: 100%;
  border-radius: 10px;
}
.smi-list .item .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.smi-list .item .text h3 {
  margin: 1em 0;
  font-size: 16px;
  font-weight: bold;
}
.smi-list .item .text a {
  color: #BD1C1A;
}
.brands-slider .container {
  margin-top: 4em;
  margin-bottom: 4em;
}
.brands-slider h2 {
  margin-bottom: 1em;
  font-size: 32px;
}
.brands-slider .swiper-slide .img {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.brands-slider .swiper-slide .img img {
  max-width: 100%;
}
.brands-slider .swiper-slide h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: .5rem;
}
.brands-slider .swiper-slide a {
  color: #BD1C1A;
}
.brands-slider .arrow {
  display: block;
  position: absolute;
  top: -70px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  color: #BD1C1A;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 9;
  stroke: #BD1C1A;
}
.brands-slider .arrow-prev {
  right: 65px;
}
.brands-slider .arrow-next {
  right: 15px;
  transform: rotate(180deg);
}
@media (max-width: 959px) {
  .brands-slider h2 {
    font-size: 1.5rem !important;
  }
}
.footer {
  z-index: 9;
}
.footer .container-fluid {
  padding: 4em 15px;
  border-top: 1px solid #353535;
  color: #353535;
}
.footer .footer-menu ul {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  columns: 2;
}
.footer .footer-menu ul li {
  margin-bottom: .5rem;
}
.footer .footer-menu ul li a {
  color: #353535;
  text-decoration: none;
  font-size: 14px;
}
.footer .footer-logo {
  margin-bottom: 2rem;
}
.footer .footer-logo img {
  width: 100%;
  max-width: 157px;
}
.footer .copy {
  margin: 0;
}
.footer .copy a {
  color: #BD1C1A;
}
.footer .subscribe {
  margin-bottom: 0.875rem;
  padding: 8px 26px;
  color: #353535;
  background: transparent;
  border: 1px solid #353535;
}
.footer .subscribe:hover {
  background: #353535;
  color: #fff;
}
.footer .footer-notice {
  margin-bottom: 0;
}
.footer .links {
  display: flex;
  gap: .5rem;
}
@media (max-width: 959px) {
  .footer .footer-logo img {
    width: 100%;
    max-width: 130px;
  }
  .footer .footer-menu {
    margin-bottom: 1rem;
  }
  .footer .footer-menu ul {
    text-align: left !important;
  }
  .footer .copy {
    margin: 1rem 0;
  }
  .footer .subscribe {
    padding: 8px 20px;
    font-size: 9px;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 959px) {
  .big,
  .hidden-xs {
    display: none !important;
  }
  .small,
  .hidden-md {
    display: block;
  }
  .image-wrapper {
    display: flex;
  }
  .notice-popup {
    font-size: 12px;
  }
  .content .back {
    top: 6em;
    left: 50%;
    margin-left: -91px;
  }
  .content h1 {
    font-size: 24px !important;
  }
  .submenu ul {
    width: 100%;
    margin: 3em 0 0;
  }
  .submenu ul li a {
    padding: 0;
    text-transform: none;
  }
  .header .container-fluid {
    padding-top: 1em;
  }
  .header .p0 {
    padding: 0;
  }
  .header .logo img {
    width: 100%;
  }
  .header .small {
    display: flex;
  }
  .header .search-form {
    background-position: center left;
  }
  .header .login-block {
    padding-left: 15px;
    padding-right: 0;
  }
  .header .login {
    display: inline !important;
    padding: 8px 0 8px 30px;
  }
  .header .cart-popup {
    left: auto !important;
    right: 0 !important;
    min-width: 91vw !important;
    max-width: 91vw;
  }
  .menu-main {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding-bottom: 2em !important;
    background: #e6dedb;
    z-index: 999;
    transition: 0.6s;
  }
  .menu-main ul {
    display: block !important;
    columns: 2;
  }
  .menu-main li {
    padding: 0.5em 2.5em !important;
    text-align: left;
  }
  .menu-main li.menu-close {
    display: block !important;
    position: absolute;
    top: 30px;
    right: 30px;
    padding-right: 0 !important;
    padding-top: !important;
  }
  .menu-main .icons {
    display: flex;
    justify-content: center;
    gap: 20%;
    margin-top: 2rem;
  }
  .menu-main .div {
    display: none;
  }
  .menu-main.active {
    left: 0 !important;
  }
  .menu-main .menu-close {
    stroke: #353535;
  }
  .catalog .filter-toggle,
  .search .filter-toggle,
  .favorites .filter-toggle {
    display: block;
  }
  .catalog .filter,
  .search .filter,
  .favorites .filter {
    display: none;
    margin-top: 16px;
  }
  .catalog .filter .fields .flex-mobile,
  .search .filter .fields .flex-mobile,
  .favorites .filter .fields .flex-mobile {
    display: flex !important;
    flex-wrap: wrap;
  }
  .catalog .filter .fields .flex-mobile > label,
  .search .filter .fields .flex-mobile > label,
  .favorites .filter .fields .flex-mobile > label {
    flex: 0 0 50%;
    width: 50% !important;
    margin: 0 0 8px !important;
  }
  .catalog .brands-filter,
  .search .brands-filter,
  .favorites .brands-filter {
    display: none;
  }
  .catalog .sort,
  .search .sort,
  .favorites .sort {
    margin-top: 12px;
    text-align: left !important;
  }
  .catalog .items,
  .search .items,
  .favorites .items {
    padding: 0 !important;
  }
  .catalog .items .item,
  .search .items .item,
  .favorites .items .item {
    padding: 2px !important;
  }
  .catalog .items .item .inner,
  .search .items .item .inner,
  .favorites .items .item .inner {
    padding: 10px 5px 0 !important;
  }
  .catalog .items .item .img,
  .search .items .item .img,
  .favorites .items .item .img {
    margin-top: 2em;
    height: 150px !important;
  }
  .catalog .items .item h2,
  .search .items .item h2,
  .favorites .items .item h2 {
    height: 56px;
  }
  .catalog .items .item h2,
  .catalog .items .item h3,
  .search .items .item h2,
  .search .items .item h3,
  .favorites .items .item h2,
  .favorites .items .item h3 {
    font-size: 12px;
  }
  .catalog .items .item h4,
  .search .items .item h4,
  .favorites .items .item h4 {
    height: 54px;
  }
  .catalog .items .item .price,
  .search .items .item .price,
  .favorites .items .item .price {
    margin: 0.5em 0;
  }
  .filter-slider .slide p {
    font-size: 11px;
  }
  .filter-slider .arrow {
    width: 14px !important;
    height: 16px !important;
    background-size: cover !important;
  }
  .filter-slider .arrow-prev {
    left: -14px !important;
  }
  .filter-slider .arrow-next {
    right: -14px !important;
  }
  .stories-slider .circle {
    width: 66px;
    height: 66px;
  }
  .stories-slider .circle img {
    width: 56px;
    height: 56px;
  }
  .stories-slider p {
    font-size: 12px;
  }
  .stories-slider .arrow {
    display: none !important;
  }
  .catalog-item .slider {
    margin: 0 5%;
  }
  .catalog-item .buttons .button,
  .catalog-item .buttons .icons {
    width: 100%;
    flex: 0 0 100%;
  }
  .catalog-item .descr {
    margin-top: 1em;
  }
  .catalog-item .descr h1 {
    margin-bottom: 1em;
    text-align: center;
  }
  .catalog-item .descr .buttons {
    justify-content: space-between;
    width: 100%;
    text-align: center;
  }
  .catalog-item .descr .buttons .price-container {
    flex: 0 0 50%;
  }
  .catalog-item .descr .buttons .price-container .price {
    width: 100%;
  }
  .catalog-item .descr .buttons button {
    float: none !important;
    margin-top: 0 !important;
  }
  .catalog-item .descr .buttons .icons {
    flex: 0 0 50%;
    width: 50%;
    margin-left: initial;
    padding-top: 1em;
  }
  .catalog-item .descr .second {
    flex-direction: row !important;
    justify-content: space-between;
  }
  .catalog-item .descr .second .button {
    flex: 0 0 48%;
    max-width: 48%;
    margin-left: initial;
    margin-right: initial;
    padding-left: initial;
    padding-right: initial;
  }
  .related .slider .arrow-prev {
    left: -8px;
  }
  .related .slider .arrow-next {
    right: -8px;
  }
  .cart .item {
    text-align: center;
  }
  .cart .item img {
    margin-bottom: 1em;
  }
  .cart .clear {
    justify-content: center !important;
  }
  .cart .summary .col-12 {
    text-align: center !important;
  }
  .cart .summary .promocode-group {
    justify-content: center;
  }
  .cart .summary a.button {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .personal .menu-personal {
    margin-bottom: 2em;
  }
  .personal .menu-personal .inner-toggle {
    display: block;
    margin-bottom: 16px;
  }
  .personal .menu-personal ul {
    display: none;
  }
  .personal .item {
    text-align: center;
  }
  .personal .item img {
    margin-bottom: 1em;
  }
  .personal .summary .button {
    margin-bottom: 1em;
  }
  .personal .order {
    text-align: center;
  }
  .personal .user-info {
    text-align: center;
  }
  .personal .user-info img {
    width: 50%;
    margin-bottom: 1em;
  }
  .personal .user-info button {
    margin-top: 1em;
  }
  .purchasing .tabs-header {
    justify-content: center;
  }
  .purchasing .tabs-header li {
    display: none;
  }
  .purchasing .tabs-header li.active {
    display: block;
  }
  .purchasing .order-items .row {
    padding-bottom: 1em;
  }
  .purchasing .order-items .row p {
    text-align: center;
  }
  .footer .footer-menu ul {
    columns: 2;
    display: block;
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
  }
  .footer .footer-menu ul li a {
    font-size: 12px;
  }
  .footer .footer-menu ul .div {
    display: none;
  }
  .footer .copy {
    font-size: 8px;
  }
  .footer .inst {
    text-align: center !important;
  }
  .footer .inst a {
    margin: 0 4px;
  }
  .footer .footer-notice {
    font-size: 8px;
  }
  .auth .button {
    width: 80% !important;
    margin: 0 10% !important;
  }
  .auth .registration {
    margin-top: 3em;
  }
  .blog-list .row-first,
  .blog-list .items-container,
  .offers-list.inner .row-first,
  .offers-list.inner .items-container {
    flex-wrap: wrap;
  }
  .blog-list .list .item,
  .offers-list.inner .list .item {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .blog-list .item-search,
  .offers-list.inner .item-search {
    margin: 0 0 1em !important;
  }
  .blog-list .arrow-prev,
  .offers-list.inner .arrow-prev {
    left: -14px;
  }
  .blog-list .arrow-next,
  .offers-list.inner .arrow-next {
    right: -14px;
  }
  .blog-item h1 {
    width: 100% !important;
    margin: 1em 0 !important;
  }
  .smi-slider .slide {
    flex-direction: column;
    justify-content: flex-start !important;
  }
  .smi-slider .slide .img,
  .smi-slider .slide .text {
    width: 100% !important;
  }
  .smi-slider .slide h3 {
    margin-top: 0;
  }
  .smi-slider .slide .img img {
    margin: 0 10%;
  }
  .smi-slider .arrow {
    top: -60px !important;
  }
  .brands-slider h2 {
    margin-bottom: 1em;
  }
  .brands-slider .arrow {
    top: -60px !important;
  }
  .catalog-filter .filter-form {
    padding: 1rem 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog .items .item .img,
  .search .items .item .img,
  .favorites .items .item .img {
    height: auto !important;
  }
  .catalog .items .item h4,
  .search .items .item h4,
  .favorites .items .item h4 {
    height: 60px;
  }
  .catalog .items .item h2,
  .search .items .item h2,
  .favorites .items .item h2 {
    height: 65px;
  }
  .catalog-item .descr .buttons .button {
    padding: 6px 32px !important;
  }
  .menu-main .main ul li a {
    font-size: 12px;
  }
  .menu-main .container {
    max-width: 95vw;
  }
}
.filter-sidebar {
  z-index: 9;
  overflow-x: hidden;
  width: 100%;
  -webkit-transform: translateZ(0);
  visibility: visible;
  -webkit-backface-visibility: hidden;
}
.filter-sidebar a {
  transition: all 0.6s ease;
  cursor: pointer;
  text-decoration: none;
}
.filter-sidebar a:hover {
  transition: all 0.6s ease;
}
.filter-sidebar .sidebar-nav {
  z-index: 9;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  font-weight: 400;
  font-size: 1.2em;
  overflow: auto;
}
.filter-sidebar .sidebar-nav ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.filter-sidebar .sidebar-nav ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.filter-sidebar .sidebar-nav ul li a {
  position: relative;
  display: block;
  padding: 8px 6px;
  line-height: 28px;
  font-size: 16px;
}
.filter-sidebar .sidebar-nav ul li:hover {
  background-color: #BD1C1A;
  transition: all 0.6s ease;
}
.filter-sidebar .sidebar-nav ul li:hover a {
  color: #fff;
}
.filter-sidebar .sidebar-nav > ul > li > a:after {
  display: none;
  content: '>';
  position: absolute;
  right: 0.75em;
  top: 45%;
  width: 10px;
  color: #000;
  font-size: 1em;
}
.filter-sidebar .sidebar-nav > ul > li > a:hover:after {
  color: #BD1C1A;
}
.filter-sidebar .sidebar-nav .nav-flyout {
  position: absolute;
  z-index: 9;
  left: 1.25em;
  background-color: #BD1C1A;
  transform: translateX(105%);
  transition: all 0.5s ease;
  color: #fff;
}
.filter-sidebar .sidebar-nav .nav-flyout a {
  color: #fff;
}
.filter-sidebar .sidebar-nav .nav-flyout a:hover {
  background-color: #fff;
  color: #000;
}
.filter-sidebar .sidebar-nav ul > li:hover .nav-flyout {
  transform: translateX(0);
  transition: all 0.5s ease;
}
.filter-sidebar .checkbox {
  position: relative;
  display: flex !important;
  align-items: center;
  padding: 7px 10px;
  font-size: 11px;
}
.filter-sidebar .checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.filter-sidebar .checkbox span {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: #fff;
  border: solid 1px #BD1C1A;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 12px;
}
.filter-sidebar .checkbox input:checked ~ span {
  color: #BD1C1A;
}
.site-sidebar {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.35s ease;
}
.site-sidebar:hover {
  transform: translateX(0);
}
.site-sidebar .site-sidebar-icon {
  position: absolute;
  left: -42px;
  padding: 8px;
  background: #BD1C1A;
  border-radius: 3px 0 0 3px;
}
.site-sidebar .site-sidebar-icon svg {
  width: 26px;
  height: 26px;
  fill: #000;
}
.site-sidebar .site-sidebar-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #BD1C1A;
}
.site-sidebar .site-sidebar-menu li a {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #000;
  text-decoration: none;
}
.site-sidebar .site-sidebar-menu li a:hover {
  color: #fff;
}
.big-links .container {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.big-links h2 {
  margin-bottom: 2rem;
}
.big-links .item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
}
.big-links .item .item-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  height: 240px;
}
.big-links .item a {
  text-decoration: none;
}
.big-links .item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0 0 26px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #BD1C1A;
  font-family: 'SangBleu Versailles';
  font-style: italic;
}
.big-links .item:hover h3 {
  color: #BD1C1A;
}
.big-links .item img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 959px) {
  .big-links .container {
    padding-bottom: 2rem;
  }
  .big-links .item-wrapper {
    height: auto !important;
  }
  .big-links .item-wrapper h3 {
    padding: 0 0 13px 15px;
    font-size: 16px;
  }
}
#welcome-promo-popup .modal-dialog,
.modal .modal-dialog {
  max-width: 959px;
  border-radius: 10px;
  overflow: hidden;
}
#welcome-promo-popup .modal-dialog .close,
.modal .modal-dialog .close {
  z-index: 2;
}
#welcome-promo-popup .modal-dialog img,
.modal .modal-dialog img {
  width: 100%;
  object-fit: cover;
}
#welcome-promo-popup .modal-dialog .modal-content,
.modal .modal-dialog .modal-content {
  background: #e0d9c9;
}
#welcome-promo-popup .modal-dialog .modal-footer,
.modal .modal-dialog .modal-footer {
  justify-content: flex-start;
  padding-left: 0;
  padding-bottom: 0;
}
#welcome-promo-popup .modal-dialog .gift-wrap,
.modal .modal-dialog .gift-wrap {
  line-height: 1;
}
#welcome-promo-popup .modal-dialog .popup-content,
.modal .modal-dialog .popup-content {
  padding: 2.5rem 2rem;
}
#welcome-promo-popup .modal-dialog .popup-content h2,
.modal .modal-dialog .popup-content h2 {
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: bold;
}
#welcome-promo-popup .modal-dialog .popup-content p,
.modal .modal-dialog .popup-content p {
  margin-bottom: 2rem;
  font-size: 14px;
}
#welcome-promo-popup .modal-dialog .popup-content .form-group,
.modal .modal-dialog .popup-content .form-group {
  width: 100%;
}
#welcome-promo-popup .modal-dialog .popup-content input,
.modal .modal-dialog .popup-content input {
  text-align: left;
}
#welcome-promo-popup .modal-dialog .popup-content .button,
.modal .modal-dialog .popup-content .button {
  padding: 8px 26px;
  background: #BD1C1A;
  color: #fff;
  border-radius: 10px;
}
#welcome-promo-popup .modal-dialog .popup-content .button:hover,
.modal .modal-dialog .popup-content .button:hover {
  color: #fff;
}
#welcome-promo-popup .modal-dialog .popup-content small,
.modal .modal-dialog .popup-content small {
  font-size: 11px;
}
#welcome-promo-popup .modal-dialog .close,
.modal .modal-dialog .close {
  opacity: 1;
  stroke: #353535;
}
#welcome-promo-popup .modal-dialog .close:not(:disabled):not(.disabled):focus,
#welcome-promo-popup .modal-dialog .close:not(:disabled):not(.disabled):hover,
.modal .modal-dialog .close:not(:disabled):not(.disabled):focus,
.modal .modal-dialog .close:not(:disabled):not(.disabled):hover {
  stroke: #BD1C1A;
}
#welcome-promo-popup {
  padding-right: 0 !important;
}
#welcome-promo-popup .modal-dialog {
  max-width: 960px;
}
@media (max-width: 959px) {
  #welcome-promo-popup .popup-content {
    padding-top: 2rem !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 !important;
  }
  #welcome-promo-popup .button {
    border-radius: 10px;
    padding: 8px 26px;
  }
}
#catalog-help-popup .modal-dialog {
  max-width: 376px;
}
@media (max-width: 959px) {
  #catalog-help-popup .modal-dialog {
    max-width: 100%;
  }
}
#subscribe-form .modal-dialog {
  max-width: 960px;
  border-radius: 10px;
  overflow: hidden;
}
#subscribe-form .modal-dialog .close {
  z-index: 2;
}
#subscribe-form .modal-dialog .modal-content {
  background: #e0d9c9;
}
#subscribe-form .modal-dialog .modal-footer {
  justify-content: flex-start;
  padding-left: 0;
  padding-bottom: 0;
}
#subscribe-form .modal-dialog .modal-body {
  padding-bottom: 1rem;
}
#subscribe-form .modal-dialog .gift-wrap {
  line-height: 1;
}
#subscribe-form .modal-dialog h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
#subscribe-form .modal-dialog p {
  margin-bottom: 2rem;
  font-size: 14px;
}
#subscribe-form .modal-dialog .form-group {
  width: 100%;
}
#subscribe-form .modal-dialog input {
  text-align: left;
}
#subscribe-form .modal-dialog .button {
  padding: 8px 26px;
  background: #BD1C1A;
  color: #fff;
}
#subscribe-form .modal-dialog .button:hover {
  color: #fff;
}
#subscribe-form .modal-dialog .form-group {
  margin-bottom: 2rem;
}
#subscribe-form .modal-dialog .form-group .form-control {
  border: none;
  border-bottom: 1px solid #353535;
  background: transparent;
}
#subscribe-form .modal-dialog .form-group a {
  color: #BD1C1A;
}
#subscribe-form .modal-dialog .form-group .custom-control-label::before {
  background: transparent;
  border: 2px solid #BD1C1A;
  outline: none !important;
  box-shadow: none !important;
}
#subscribe-form .modal-dialog .form-group .custom-control-input:checked ~ .custom-control-label::before {
  background: #BD1C1A;
}
#subscribe-form .modal-dialog .form-group .button {
  padding: 8px 26px;
  background: #BD1C1A;
  color: #fff;
}
#subscribe-form .modal-dialog .form-group .button:hover {
  color: #fff;
}
#subscribe-form .modal-dialog small {
  font-size: 11px;
}
#subscribe-form .modal-dialog .close {
  opacity: 1;
  stroke: #353535;
}
#subscribe-form .modal-dialog .close:not(:disabled):not(.disabled):focus,
#subscribe-form .modal-dialog .close:not(:disabled):not(.disabled):hover {
  stroke: #BD1C1A;
}
@media (max-width: 959px) {
  #subscribe-form .popup-content {
    padding-top: 2rem !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin: 0 !important;
  }
  #subscribe-form .button {
    border-radius: 10px;
    padding: 8px 26px;
  }
}
.insta-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insta-container a {
  display: inline-block;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 2px;
}
.insta-container a img {
  width: 100%;
}
.offers-list .list .item.e-product-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
}
.e-product-block .button-container {
  position: absolute;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-shadow: #fff 1px 0 1px;
  background: #bbdcff;
}
.button.blue {
  background: #bbdcff;
}
.product-block .price-tl {
  position: absolute;
  top: 25px;
  right: 50px;
  color: #212529;
  display: block;
  padding: 5px;
  background: rgba(255,255,255,0.75);
}
.e-product-block .button-container {
  bottom: -45px;
}
.online-school.offers-list .list {
  margin-bottom: 75px;
}
@media (max-width: 959px) {
  .offers-list.inner .list .item {
    margin-bottom: 50px;
  }
}
.fs-11 {
  font-size: 11px;
}
.delete-delivery-address {
  float: unset;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
@media (min-width: 1024px) {
  .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 150px;
    height: 100vh;
  }
}
.personal .sticky .menu-personal ul li {
  padding: 0.75vh 2em;
}
.tariff-list {
  padding: 5px 0 5px 10px;
}
.d-address {
  align-items: baseline;
}
.d-address span {
  display: inline-block;
  line-height: 1.2;
  margin-left: 5px;
  width: 75%;
}
.d-address button {
  margin-left: 20px;
}
.catalog-search .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.catalog-search form {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.catalog-search h2 {
  margin-bottom: 2rem;
}
.catalog-search .items {
  padding: 2rem 15px 2em;
}
.catalog-search .items .item {
  position: relative;
  padding: 15px;
  text-align: center;
}
.catalog-search .items .item .inner {
  position: relative;
  height: 100%;
  padding: 15px 15px 0;
}
.catalog-search .items .item a {
  color: #353535;
  text-decoration: none;
}
.catalog-search .items .item a.button {
  color: #fff;
}
.catalog-search .items .item .img {
  position: relative;
  height: 250px;
  margin-bottom: 1em;
}
.catalog-search .items .item .img img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-search .items .item .img .subtitle {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.5em;
  background: rgba(160,24,106,0.85);
  background: linear-gradient(90deg,#a0186a 0%,rgba(160,24,106,0.5) 100%);
  color: #fff;
  text-align: left;
}
.catalog-search .items .item h2 {
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: normal;
  height: 30px;
}
.catalog-search .items .item h3 {
  font-size: 13px;
}
.catalog-search .items .item h4 {
  height: 32px;
  font-size: 13px;
  font-weight: bold;
}
.catalog-search .items .item .quantity {
  height: 34.5px;
}
.catalog-search .items .item .price {
  margin: 0.5em 0;
}
.catalog-search .items .item .price span {
  font-size: 28px;
}
.catalog-search .items .item .price.has-sale {
  color: #000;
}
.catalog-search .items .item .price-old {
  margin: 0.5em 0;
  color: #c1c1c1;
  text-decoration: line-through;
}
.catalog-search .items .item .price-old-td span {
  color: #c1c1c1;
  font-size: 13px;
}
.catalog-search .items .item .price-stub {
  height: 42px;
  margin: 0.5em 0;
}
.catalog-search .items .item .button {
  display: block;
  min-width: 80%;
  margin: 0 auto 1em;
  border-color: #fff;
}
.catalog-search .items .item .quantity {
  padding-bottom: 15px;
  text-align: center;
}
.catalog-search .sale,
.catalog-search .sale2 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 15px 0 0 15px;
  padding: 3px 8px;
  z-index: 9;
  background: #efefef;
  border: 1px solid #efefef;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}
.catalog-search .sale2 {
  left: 0;
  right: auto;
  margin: 15px 0 0 15px;
}
.catalog-search .schemes {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99999;
  width: 16px;
  height: 16px;
  margin: 15px 15px 0 0;
  background: url(/templates/drviki/img/icon-schemes.png) center center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.catalog-search .sale2 + .schemes {
  margin-top: 47px;
}
.catalog-search .button-container {
  height: 70px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.catalog-search .icons-container {
  position: absolute;
  right: 30px;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.catalog-search .musthave {
  width: 20px;
  height: 20px;
  margin: 15px 15px 0;
  z-index: 9;
  background: url(/templates/drviki/img/icon-musthave.png);
  background-size: contain;
  cursor: pointer;
}
.catalog-search .pregnant {
  width: 20px;
  height: 20px;
  margin: 15px 15px 0;
  z-index: 9;
  background: url(/templates/drviki/img/icon-pregnant.png);
  background-size: contain;
  cursor: pointer;
}
.catalog-search .breastfeeding {
  width: 20px;
  height: 20px;
  margin: 15px 15px 0;
  z-index: 9;
  background: url(/templates/drviki/img/icon-breastfeeding.png);
  background-size: contain;
  cursor: pointer;
}
.catalog-search .fav {
  width: 20px;
  height: 20px;
  margin: 0 11px 6px;
  background: url(/templates/drviki/img/icon-fav4.png);
  background-size: contain;
  cursor: pointer;
}
.catalog-search .fav:hover {
  background-image: url(/templates/drviki/img/icon-fav4-hover.png);
}
.catalog-search .fav.active {
  background-image: url(/templates/drviki/img/icon-fav4-active.png);
}
#result-gift .modal-body {
  padding-bottom: 1rem;
}
.request-gift-form .search-results {
  position: relative;
}
.request-gift-form .search-results .results-list {
  position: absolute;
  z-index: 99999;
  background: #fff;
  padding: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.request-gift-form .search-results .results-list .result-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.request-gift-form .search-results .results-list .result-item:hover {
  background: #e0d9c9;
}
.request-gift-form .search-results .results-list .result-item .result-image img {
  width: 60px;
}
.request-gift-form .search-results .results-list .result-item .product-select {
  border: 0;
  background: none;
  color: #BD1C1A;
}
.request-gift-form .selected-product {
  display: flex;
  align-items: center;
  gap: 6px;
}
.request-gift-form .selected-product .product-image img {
  width: 60px;
}
.request-gift-form .selected-product .remove-product {
  border: 0;
  background: none;
  color: #BD1C1A;
  white-space: nowrap;
  cursor: pointer;
}
.teil-links {
  width: 100%;
}
.quick-search .quick-search-results {
  position: relative;
}
.quick-search .quick-search-results .results-list {
  position: absolute;
  z-index: 99999;
  background: #fff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 536px;
  border-radius: 10px;
}
.quick-search .quick-search-results .results-list .result-item {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.quick-search .quick-search-results .results-list .result-item .result-image {
  width: 60px;
}
.quick-search .quick-search-results .results-list .result-item .result-image img {
  width: 60px;
}
.quick-search .quick-search-results .results-list .result-item .result-content {
  width: 80%;
}
.quick-search .quick-search-results .results-list .result-item.all-results {
  display: block;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #BD1C1A;
}
.favorites .price-old-td span {
  color: #c1c1c1;
  font-size: 13px !important;
}
