@font-face {
  font-family: 'Calibri';
  src: url("fonts/Calibri.eot");
  src: local("Calibri"), url("fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("fonts/Calibri.woff2") format("woff2"), url("fonts/Calibri.woff") format("woff"), url("fonts/Calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Calibri';
  src: url("fonts/Calibri-Bold.eot");
  src: local("Calibri Bold"), local("Calibri-Bold"), url("fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Calibri-Bold.woff2") format("woff2"), url("fonts/Calibri-Bold.woff") format("woff"), url("fonts/Calibri-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@-webkit-keyframes loaderRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes loaderRotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
:root {
  font-size: 20px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a, button {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none;
  font-family: 'Calibri' !important; }
  a:hover, button:hover {
    text-decoration: none; }

a {
  color: #1F4B9A; }
  a:hover {
    color: #103A85; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

.container {
  padding: 0 4rem;
  max-width: 68.5rem;
  margin: 0 auto; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Calibri';
  font-size: 0.8rem;
  color: #4E4E4E;
  background: #f5f7fa; }

.overflowH {
  overflow: hidden; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #1F4B9A; }

input, textarea {
  border-radius: .25rem;
  border: 1px solid rgba(78, 78, 78, 0.2);
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(78, 78, 78, 0.8);
  -webkit-transition: .6s all;
  transition: .6s all;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.75rem; }
  input:hover, textarea:hover {
    border-color: rgba(78, 78, 78, 0.6); }
  input:focus, textarea:focus {
    border-color: rgba(78, 78, 78, 0.8); }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a7a7a7; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #a7a7a7; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #a7a7a7; }
  input::placeholder, textarea::placeholder {
    color: #a7a7a7; }
  input.error, textarea.error {
    color: #F33434;
    border-color: #F33434; }

.owl-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: .4rem;
    background: #fff;
    margin: 0 0.125rem;
    -webkit-transition: .6s all;
    transition: .6s all; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #a7a7a7;
      width: .85rem; }

.section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  gap: 1rem; }
.section-title {
  font-size: 1.25rem;
  font-weight: 400; }
.section-all {
  font-size: 0.7rem;
  color: #1F4B9A;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .section-all svg {
    width: 0.3rem;
    margin-left: 0.5rem; }
  .section-all:hover {
    color: #103A85; }

.page-head {
  padding: 1.5rem 0;
  background: #fff; }
.page-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-breadcrumbs li {
    margin-right: 1.6rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-breadcrumbs li a {
      color: rgba(78, 78, 78, 0.5);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-breadcrumbs li a svg {
        width: 0.8rem;
        margin-right: 0.4rem; }
      .page-breadcrumbs li a:hover, .page-breadcrumbs li a.current {
        color: #1F4B9A; }
    .page-breadcrumbs li::after {
      position: absolute;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -1rem;
      width: 0.5rem;
      height: 0.5rem;
      background: url(../img/icons/chevron-right.svg) center center no-repeat;
      background-size: contain;
      content: ""; }
    .page-breadcrumbs li:last-child {
      margin-right: 0; }
      .page-breadcrumbs li:last-child::after {
        content: none; }
.page-title {
  font-weight: 400;
  font-size: 1.25rem;
  margin-top: 1.5rem; }
  .page-title span {
    font-size: .7rem;
    margin-left: 0.5rem;
    color: #a7a7a7;
    display: inline-block;
    -webkit-transform: translateY(-0.1rem);
            transform: translateY(-0.1rem); }
.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: .5rem; }
  .page-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page-nav a, .page-nav button {
    border: none;
    background: #fff;
    border-radius: .25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.4rem 0.75rem;
    font-size: 0.7rem;
    background: #fff;
    color: #4E4E4E; }
    .page-nav a:hover, .page-nav a.current, .page-nav button:hover, .page-nav button.current {
      color: #fff;
      background: #1F4B9A; }

.pagination {
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem; }
  .pagination__more {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
    background: #fff;
    border-radius: .25rem;
    height: 1.6rem;
    width: 6.3rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7A7A7A;
    border: none;
    margin-right: 1rem; }
    .pagination__more:hover {
      color: #fff;
      background: #7A7A7A; }
  .pagination-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .4rem; }
    .pagination-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .pagination-list a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 1.6rem;
      height: 1.6rem;
      border-radius: .25rem;
      border: 1px solid #dcdcdc;
      font-weight: 700;
      font-size: 0.6rem;
      background: #fff;
      color: #4E4E4E; }
      .pagination-list a svg {
        color: #dcdcdc; }
      .pagination-list a.disabled {
        color: #e9eaed;
        background: #dcdcdc;
        pointer-events: none; }
        .pagination-list a.disabled svg {
          color: #e9eaed; }
      .pagination-list a.dots {
        pointer-events: none; }
      .pagination-list a:hover, .pagination-list a.current {
        color: #1F4B9A;
        border-color: #1F4B9A; }
        .pagination-list a:hover svg, .pagination-list a.current svg {
          color: #1F4B9A; }

.customSelect {
  position: relative;
  z-index: 4; }
  .customSelect__option--value {
    height: 2.5rem;
    width: 100%;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid rgba(87, 87, 87, 0.2);
    color: #4E4E4E;
    border-radius: .25rem; }
    .customSelect__option--value::after {
      width: 1rem;
      height: 1rem; }
    .customSelect__option--value::after {
      background-image: url(../img/icons/chevron-down.svg);
      -webkit-filter: invert(100%);
              filter: invert(100%);
      width: 0.7rem;
      height: 0.7rem; }
  .customSelect__option {
    color: #4E4E4E;
    padding: 0 1rem;
    font-size: 0.8rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .customSelect__dropdown {
    border-radius: 0 0 .25rem .25rem;
    z-index: 4; }

.popup-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
  .popup-head__title {
    font-size: 1.1rem;
    font-weight: 700; }
  .popup-head__close {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 1rem;
    cursor: pointer; }
    .popup-head__close img {
      display: block;
      width: 0.55rem; }

.search-input {
  width: 100%;
  position: relative;
  font-size: 0.7rem; }
  .search-input img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0.8rem;
    width: 1rem; }
  .search-input input {
    width: 100%;
    height: 1.9rem;
    padding-left: 2.1rem; }

.arrows span {
  width: 1.8rem;
  height: 1.8rem;
  color: #a7a7a7;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .6s all;
  transition: .6s all;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .arrows span:hover {
    background: #a7a7a7;
    color: #fff; }
  .arrows span svg {
    width: 0.3rem; }

.btn {
  border: 1px solid #4E4E4E;
  border-radius: .25rem;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.5rem;
  height: 1.5rem;
  font-size: 0.6rem;
  color: #4E4E4E; }
  .btn:hover {
    color: #fff;
    background: #4E4E4E; }
  .btn-blue {
    background: #1F4B9A;
    border: none;
    color: #fff; }
    .btn-blue:hover {
      background: #103A85; }
  .btn-acc {
    border-color: #1F4B9A;
    color: #1F4B9A; }
    .btn-acc:hover {
      background: #1F4B9A;
      color: #fff; }

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2rem;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
  .counter-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2rem;
    height: 2rem;
    width: 2rem;
    border: 1px solid #dcdcdc;
    font-size: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: #fff;
    color: #7A7A7A;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
.counter-btn img {
    width: 1rem;
}

.menu {
  display: none; }

.login {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .login-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 18.7rem;
    border-radius: .25rem;
    background: #fff;
    padding: 2rem 1.5rem; }
  .login__text {
    line-height: 125%;
    margin: 0.75rem 0; }
  .login-input {
    position: relative;
    margin-bottom: 0.75rem; }
    .login-input img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: .8rem; }
    .login-input input {
      height: 1.9rem;
      padding-left: 2rem;
      width: 100%; }
  .login__btn {
    width: 100%;
    height: 1.9rem;
    font-size: 0.7rem; }
  .login-code {
    margin-bottom: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .login-code input {
      width: 3.5rem;
      height: 3.5rem;
      text-align: center;
      font-size: 2rem; }
  .login__link {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.7rem; }
  .login__time {
    margin-bottom: 0.75rem;
    font-size: 0.7rem;
    color: #a7a7a7; }

.address {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .address-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 45rem;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: .25rem;
    padding: 1.5rem; }
  .address-mobile {
    display: none; }
  .address__text {
    margin-bottom: 1rem; }
  .address-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem; }
    .address-form__btn {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 4.7rem;
      height: 1.9rem; }
  .address__map {
    border-radius: .25rem;
    overflow: hidden;
    width: 100%;
    height: 19rem; }
    .address__map #map {
      width: 100%;
      height: 100%; }

.basket {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .basket-content {
    max-width: 44rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 93vh;
    overflow: auto;
    padding: 2rem;
    border-radius: .25rem;
    background: #fff; }
    .basket-content::-webkit-scrollbar {
      width: 0.3rem; }
  .basket-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem; }
  .basket__title {
    font-size: 1.3rem;
    font-weight: 700; }
  .basket__close {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 1rem;
    cursor: pointer; }
    .basket__close img {
      display: block;
      width: 0.55rem; }
  .basket-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: .25rem;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 0.5rem 0.75rem; }
    .basket-item__left {
      width: 47%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .basket-item__img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 5.6rem;
      height: 5.6rem;
      margin-right: 1.5rem; }
      .basket-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-fit: contain;
           object-fit: contain; }
    .basket-item__name {
      line-height: 100%;
      margin-bottom: 0.5rem; }
      .basket-item__name a {
        color: #1F4B9A; }
        .basket-item__name a:hover {
          color: #103A85; }
    .basket-item__prod {
      font-size: 0.7rem; }
    .basket-item__right {
      width: 53%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .basket-item__right .counter {
        width: 6.8rem; }
    .basket-item__price {
      font-size: 0.9rem;
      font-weight: 700; }
    .basket-item__close {
      width: 1rem;
      height: 1rem;
      border: 1px solid #a7a7a7;
      border-radius: 50%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: transparent; }
      .basket-item__close img {
        width: 0.3rem; }
  .basket-total {
    margin: 1.5rem 0 1rem;
    text-align: right;
    font-weight: 700;
    font-size: 0.9rem; }
    .basket-total span {
      font-size: 1.1rem;
      margin-left: 2.5rem; }
  .basket-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem; }
  .basket-done {
    height: 1.9rem;
    font-size: 0.8rem;
    width: 10rem; }
  .basket-back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1F4B9A;
    font-size: 0.7rem; }
    .basket-back svg {
      width: 0.3rem;
      margin-right: 0.5rem; }
    .basket-back:hover {
      color: #103A85; }
  .basket-recommended {
    padding: 1.5rem 2rem 2rem;
    margin: 0 -2rem -2rem;
    background: #f5f7fa; }
    .basket-recommended .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .basket-recommended .owl-stage .owl-item {
        height: auto; }
      .basket-recommended .owl-stage .product-item {
        height: 100%; }
    .basket-recommended .owl-dots {
      margin-top: 1.5rem; }

.header {
  position: relative;
  z-index: 5; }
  .header-top {
    padding: 0.7rem 0;
    background: #fff; }
    .header-top .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-menu li {
      margin-right: 1.5rem; }
      .header-menu li a {
        color: #a7a7a7; }
        .header-menu li a:hover, .header-menu li a.current {
          color: #1F4B9A; }
      .header-menu li:last-child {
        margin-right: 0; }
  .header-location {
    position: relative; }
    .header-location__btn {
      color: #a7a7a7;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -webkit-transition: .6s all;
      transition: .6s all;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .header-location__btn svg {
        width: 0.65rem;
        margin-right: 0.45rem; }
      .header-location__btn:hover {
        color: #1F4B9A; }
    .header-location__dropdown {
      position: absolute;
      right: 0;
      top: 1.5rem;
      z-index: 2;
      -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
      border-radius: .25rem;
      background: #fff;
      padding: 1rem 1.3rem;
      width: 14rem;
      -webkit-transition: .6s all;
      transition: .6s all;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-2rem);
              transform: translateY(-2rem); }
      .header-location__dropdown.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
                transform: none; }
    .header-location__title {
      font-weight: 700;
      font-size: 0.9rem;
      margin-bottom: 0.3rem; }
    .header-location__text {
      font-size: 0.6rem;
      line-height: 133%;
      margin-bottom: 0.4rem;
      max-width: 9rem; }
    .header-location__choose,  .header-location__start .btn{
      width: 7rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto; }


      .header-location__list {
        width: calc(100% + 2.6rem);
        margin: 0.5rem 0 .5rem -1.3rem;
      }

      .header-location__list a {
        padding: .75rem 1.3rem;
        color: #4E4E4E;
        display: inline-flex;
        width: 100%;
      }
      .header-location__list a:hover, .header-location__list a.active {
        background: #F5F7FA;
      }
  .header-main {
    background: #f5f7fa;
    padding: 0.6rem 0; }
    .header-main .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-wrap:last-child {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .header__logo a {
    display: block; }
  .header__logo img {
    width: 5.5rem;
    display: block; }
  .header-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 1rem;
    border-radius: .25rem;
    background: #1F4B9A;
    -webkit-transition: .6s all;
    transition: .6s all;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
    margin-right: 0.5rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .header-btn__ico {
      width: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: .1rem;
      margin-right: 0.25rem;
      position: relative; }
      .header-btn__ico span {
        width: 0.7rem;
        height: 0.1rem;
        border-radius: .1rem;
        background: #fff; }
    .header-btn:hover {
      background: #103A85; }
    .header-btn.active .header-btn__ico span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .header-btn.active .header-btn__ico span:nth-child(1) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .header-btn.active .header-btn__ico span:nth-child(2) {
        opacity: 0; }
      .header-btn.active .header-btn__ico span:nth-child(3) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
  .header-search {
    width: 29rem;
    position: relative; }
    .header-search__result {
      position: absolute;
      left: 0;
      top: 2.2rem;
      width: 100%;
      -webkit-box-shadow: 0px 10px 50px 0px rgba(139, 139, 139, 0.1);
              box-shadow: 0px 10px 50px 0px rgba(139, 139, 139, 0.1);
      border: 1px solid #c3c3c3;
      background: #fff;
      border-radius: .25rem;
      overflow: hidden;
      padding-bottom: 1rem; }
      .header-search__result ul li:first-child a {
        border-top: none; }
      .header-search__result ul li a {
        padding: 1rem;
        border-bottom: 1px solid transparent;
        border-top: 1px solid transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #4E4E4E; }
        .header-search__result ul li a img {
          width: 1.7rem;
          height: 1.7rem;
          -o-object-fit: contain;
             object-fit: contain;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: .5rem; }
        .header-search__result ul li a:hover {
          background: #f5f7fa;
          border-color: #a7a7a7; }
    .header-search__all {
      color: #1F4B9A;
      margin-left: 1rem;
      margin-top: 0.5rem;
      display: inline-block; }
      .header-search__all:hover {
        color: #103A85; }
  .header-lang {
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid #a7a7a7; }
    .header-lang a {
      color: #4E4E4E;
      margin-right: 0.25rem;
      line-height: 1.1rem; }
      .header-lang a:hover {
        color: #1F4B9A; }
      .header-lang a.current {
        color: #1F4B9A;
        font-weight: 700; }
      .header-lang a:last-child {
        margin-right: 0; }
  .header-tel {
    color: #4E4E4E;
    margin-right: 1rem; }
    .header-tel:hover {
      color: #1F4B9A; }
  .header__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.75rem;
    color: #4E4E4E;
    gap: .25rem;
    font-size: 0.7rem; }
    .header__btn svg {
      width: 1.1rem; }
    .header__btn:hover {
      color: #1F4B9A; }
    .header__btn:last-child {
      margin-right: 0; }
  .header-catalog {
    background: #fff;
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0.5rem 0;
    height: 22rem;
    z-index: 2;
    display: none; }
    .header-catalog .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
    .header-catalog__categories {
      padding: 0.3rem;
      background: #f5f7fa;
      border-radius: .25rem;
      width: 15rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .header-catalog__categories li {
        cursor: pointer;
        -webkit-transition: .6s all;
        transition: .6s all;
        padding: 0.5rem 1rem;
        border-radius: .25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 0.7rem;
        position: relative; }
        .header-catalog__categories li::after {
          position: absolute;
          right: 0.5rem;
          content: '';
          width: 0.4rem;
          height: 0.4rem;
          background: url(../img/icons/chevron-right.svg) center right no-repeat;
          background-size: contain;
          opacity: 0;
          -webkit-transition: .6s all;
          transition: .6s all; }
        .header-catalog__categories li img {
          width: 1.2rem;
          margin-right: 0.4rem; }
        .header-catalog__categories li:hover {
          background: #fff; }
          .header-catalog__categories li:hover::after {
            opacity: 1; }
    .header-catalog__result {
      padding: 1rem 2rem;
      width: 100%; }
      .header-catalog__result-item {
        display: none;
        height: 100%; }
      .header-catalog__result ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-height: 100%; }
        .header-catalog__result ul a {
          line-height: 185%;
          font-size: 0.7rem;
          color: #4E4E4E; }
          .header-catalog__result ul a:hover {
            color: #1F4B9A; }
  .header-mobile__logo {
    display: none; }
  .header-mobile__menu {
    display: none; }

.main {
  padding: 2rem 0 2.5rem;
  background: #fff; }
  .main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem; }
  .main-slider {
    position: relative;
    width: calc(100% - 15.5rem);
    border-radius: .25rem;
    overflow: hidden; }
    .main-slider .owl-dots {
      position: absolute;
      bottom: 1rem;
      z-index: 2;
      width: 100%; }
    .main-slider__arrows span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      z-index: 2; }
    .main-slider__arrows .arrow-left {
      left: .5rem; }
    .main-slider__arrows .arrow-right {
      right: 0.5rem; }
    .main-slider__content {
      max-width: 27rem; }
    .main-slider__item {
      position: relative;
      height: 14.5rem;
      padding: 0 3.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: .25rem;
      overflow: hidden;
      -webkit-transition: .6s all;
      transition: .6s all; }
      .main-slider__item::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: rgba(0, 0, 0, 0.05);
        z-index: -1;
        -webkit-transition: .6s all;
        transition: .6s all;
        opacity: 0;
        border-radius: .25rem; }
      .main-slider__item:hover::after {
        opacity: 1; }
      .main-slider__item:hover .main-slider__img img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .main-slider__title {
      font-size: 2.25rem;
      line-height: 111%;
      margin-bottom: 0.75rem; }
    .main-slider__text {
      font-size: 1rem;
      margin-bottom: 1.5rem; }
    .main-slider__btn {
      font-size: 0.8rem;
      height: 2.1rem;
      width: 8.25rem; }
    .main-slider__img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      z-index: -1; }
      .main-slider__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: .6s all;
        transition: .6s all; }
  .main-cards {
    width: 14rem; }
  .main-card {
    height: 6.5rem;
    margin-bottom: 1.5rem;
    background: #E7F2F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: .25rem; }
    .main-card__title {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 0.25rem; }
    .main-card__text {
      font-size: 0.7rem;
      margin-bottom: 0.5rem; }
    .main-card:last-child {
      margin-bottom: 0; }
  .main-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem; }
    .main-info__item {
      background: #f5f7fa;
      border-radius: .25rem;
      position: relative;
      height: 9rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 0.9rem; }
    .main-info__img {
      position: absolute;
      height: 100%;
      width: 45%;
      right: 0;
      top: 0; }
      .main-info__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: contain;
           object-fit: contain; }
    .main-info__title {
      margin-bottom: 0.5rem; }
      .main-info__title strong {
        display: block; }
    .main-info__btn {
      margin-bottom: 0.5rem; }
    .main-info__text {
      font-size: 0.5rem;
      color: #a7a7a7;
      max-width: 6rem; }
    .main-info__telegram .main-info__img img {
      -o-object-position: bottom;
         object-position: bottom; }
    .main-info__product {
      padding-top: 1rem; }
      .main-info__product .main-info__text {
        max-width: none;
        margin-bottom: 0.5rem; }
    .main-info__advice {
      width: 8.5rem; }
      .main-info__advice img {
        width: 100%;
        display: block; }
    .main-info__cashback {
      text-align: center;
      padding: 0; }
      .main-info__cashback .main-info__wrap {
        width: 100%; }
      .main-info__cashback .main-info__text {
        max-width: 90%;
        margin: 0 auto .5rem; }
      .main-info__cashback .main-info__title {
        font-size: 1rem;
        line-height: 1.3rem; }
        .main-info__cashback .main-info__title strong {
          font-size: 1.6rem; }
    .main-info__count .main-info__text {
      max-width: 5rem; }
    .main-info__count .main-info__img {
      width: 55%; }
      .main-info__count .main-info__img img {
        -o-object-position: bottom right;
           object-position: bottom right; }

.popular {
  padding-top: 2.5rem; }
  .popular-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.65rem;
    gap: .5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .popular-head button {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.4rem 0.75rem;
      font-size: 0.7rem;
      color: #4E4E4E;
      border: none;
      background: #fff;
      border-radius: .25rem; }
      .popular-head button:hover, .popular-head button.current {
        background: #1F4B9A;
        color: #fff; }
  .popular .section-all {
    margin-top: 2rem; }
  .popular-carousel {
    position: relative; }
    .popular-carousel__arrows span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .popular-carousel__arrows .arrow-left {
      left: -2.7rem; }
    .popular-carousel__arrows .arrow-right {
      right: -2.7rem; }
    .popular-carousel .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .popular-carousel .owl-stage .owl-item {
        height: auto; }
      .popular-carousel .owl-stage .product-item {
        height: 100%; }
    .popular-carousel .owl-dots {
      margin-top: 1.5rem; }

.product-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  background: #fff;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
  gap: 0.5rem; }
  .product-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -0.25rem;
    margin-top: -0.25rem; }
  .product-item__discount {
    position: absolute;
    left: .5rem;
    top: 0.5rem;
    width: 2.75rem;
    height: 1.3rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: .25rem;
    color: #00A046;
    background: #CFEEDD; }
  .product-item__fav {
    background: none;
    border: none;
    padding: 0;
    position: relative;
    z-index: 3; }
    .product-item__fav svg {
      width: 0.8rem;
      color: #a7a7a7; }
    .product-item__fav.active svg, .product-item__fav:hover svg {
      color: #1F4B9A;
      fill: #1F4B9A; }
  .product-item__img {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 0.3rem; }
    .product-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-fit: contain;
         object-fit: contain; }
  .product-item__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5rem; }
    .product-item__reviews span {
      color: #1F4B9A;
      font-size: 0.5rem;
      margin-left: 0.25rem; }
  .product-item__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-item__mark img {
      width: 0.4rem;
      margin-right: 0.1rem; }
  .product-item__name {
    font-size: 0.7rem;
    color: #1F4B9A;
    line-height: 114%; }
  .product-item__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-item__price {
    font-size: 0.7rem;
    margin-bottom: 0.4rem; }
    .product-item__price-old {
      color: #a7a7a7;
      display: block;
      text-decoration: line-through;
      line-height: 100%; }
  .product-item__avail {
    font-size: 0.5rem;
    color: #00A046; }
    .product-item__avail.not {
      color: #F33434; }
  .product-item__basket {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .5rem;
    border: 1px solid #1F4B9A;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1F4B9A;
    background: transparent;
    position: relative;
    z-index: 3;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer; }
    .product-item__basket:hover, .product-item__basket.active {
      background: #1F4B9A;
      color: #fff; }
    .product-item__basket svg {
      width: 0.85rem; }
  .product-item__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
.product-wrap {
  background: #fff;
  padding-bottom: 1.5rem; }
  .product-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.product-main {
  width: calc(100% - 20.8rem);
  border-radius: .25rem;
  background: #f5f7fa;
  padding: 1.5rem; }
  .product-main__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem; }
.product-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem; }
  .product-head li {
    margin-right: 0.5rem; }
    .product-head li:last-child {
      margin-right: 0; }
    .product-head li a {
      font-size: 0.7rem;
      padding: 0.4rem 0.75rem;
      border-radius: .25rem;
      color: #4E4E4E;
      background: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-head li a:hover, .product-head li a.current {
        background: #1F4B9A;
        color: #fff; }
.product__img {
  width: 48%; }
  .product__img img {
    width: 100%;
    display: block; }
.product-info {
  width: 52%; }
  .product-info__text {
    margin-bottom: .7rem; }
  .product-info__list {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: .25rem; }
  .product-info__item {
    width: 47%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.75rem; }
  .product-info__ico {
    width: 1.35rem;
    margin-right: 0.75rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 0.2rem;
    position: relative; }
    .product-info__ico img {
      width: 100%;
      display: block; }
    .product-info__ico::after {
      position: absolute;
      right: 0;
      top: .9rem;
      content: '';
      width: 0.6rem;
      height: 0.6rem; }
    .product-info__ico.green::after {
      background: url(../img/icons/check-green.svg) center center no-repeat;
      background-size: contain; }
    .product-info__ico.red::after {
      background: url(../img/icons/close-red.svg) center center no-repeat;
      background-size: contain; }
    .product-info__ico.yellow::after {
      background: url(../img/icons/warn-yellow.svg) center center no-repeat;
      background-size: contain; }
  .product-info__wrap {
    font-size: 0.7rem; }
    .product-info__wrap div {
      color: #a7a7a7; }
    .product-info__wrap p {
      display: inline-block;
      border-bottom: 1px dotted #4E4E4E; }
  .product-info__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: .25rem; }
    .product-info__tags li {
      border-radius: .5rem;
      border: 1px solid rgba(31, 75, 154, 0.5);
      padding: 0.15rem 0.75rem;
      font-size: 0.7rem; }
.product__name {
  line-height: 100%;
  margin-bottom: 1rem; }
.product-side {
  width: 19.3rem;
  border-radius: .25rem;
  background: #f5f7fa;
  padding: 1.7rem 2.5rem; }
  .product-side__avail {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.25rem;
    padding-right: 0.5rem;
    border-radius: 2rem;
    background: #ddefe8;
    color: #00A046;
    font-size: 0.7rem;
    margin-bottom: 0.75rem;
    position: relative; }
    .product-side__avail::before {
      width: 1rem;
      height: 1rem;
      content: '';
      background: url(../img/icons/check-green.svg) center center no-repeat;
      background-size: contain;
      margin-right: 0.25rem; }
    .product-side__avail.not {
      color: #F33434;
      background: rgba(243, 52, 52, 0.1); }
      .product-side__avail.not::before {
        background-image: url(../img/icons/close-red.svg); }
  .product-side__counter {
    margin-bottom: 1rem; }
    .product-side__counter .counter {
      background: #fff; }
  .product-side__basket {
    width: 100%;
    height: 2rem;
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-weight: 700; }
    .product-side__basket.active::before {
      width: 1rem;
      height: 1rem;
      content: '';
      background: url(../img/icons/double-check.svg) center center no-repeat;
      background-size: contain;
      margin-right: 0.5rem; }
  .product-side__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
  .product-side__recept {
    width: 11.5rem;
    height: 2rem;
    font-size: 0.8rem;
    pointer-events: none; }
  .product-side__fav {
    width: 2rem;
    height: 2rem; }
    .product-side__fav svg {
      width: 1.1rem; }
    .product-side__fav:hover, .product-side__fav.active {
      border-color: #1F4B9A;
      background: transparent; }
      .product-side__fav:hover svg, .product-side__fav.active svg {
        color: #1F4B9A;
        fill: #1F4B9A; }
  .product-side__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1F4B9A;
    margin-bottom: 1rem; }
  .product-side__mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.25rem; }
    .product-side__mark img {
      width: 0.8rem;
      margin-right: 0.1rem; }
  .product-side__text {
    line-height: 142%;
    color: #a7a7a7;
    font-size: 0.7rem; }
.product__price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem; }
.product-prop {
  padding-bottom: 2.5rem;
  background: #fff; }
  .product-prop__wrap {
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    padding: 1.5rem; }
  .product-prop__title {
    margin-bottom: 1rem;
    color: #a7a7a7; }
    .product-prop__title span {
      color: #4E4E4E; }
  .product-prop__table {
    padding: 1.5rem;
    background: #f5f7fa;
    border-radius: .25rem; }
  .product-prop__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: .25rem;
    font-size: 0.7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    height: 1.5rem; }
    .product-prop__item:nth-child(2n-1) {
      background: #fff; }
  .product-prop__name {
    width: 12rem;
    color: #a7a7a7; }
  .product-prop__value a {
    border-bottom: 1px solid #1F4B9A; }
    .product-prop__value a:hover {
      border-color: #103A85; }
.product-instruct {
  padding: 2rem 0 3rem; }
  .product-instruct .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .product-instruct__main {
    width: calc(100% - 20.8rem); }
  .product-instruct__list-short .product-instruct__item:nth-child(n+9) {
    display: none; }
  .product-instruct__item {
    padding-top: 1.2rem;
    line-height: 127%; }
  .product-instruct__name {
    font-weight: 700; }
  .product-instruct__all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    border-bottom: 1px dotted #1F4B9A;
    color: #1F4B9A;
    margin-top: 2.5rem; }
    .product-instruct__all:hover {
      color: #103A85;
      border-color: #103A85; }
  .product-instruct__side {
    width: 19.3rem;
    margin-top: 2.75rem;
    position: -webkit-sticky;
    position: sticky;
    top: 1rem; }
    .product-instruct__side a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.35rem 1rem;
      font-size: 0.7rem;
      color: #4E4E4E;
      border-left: .1rem solid transparent; }
      .product-instruct__side a:hover, .product-instruct__side a.current {
        border-color: #1F4B9A;
        background: rgba(31, 75, 154, 0.1); }
.product-warn__wrap {
  background: #f6f2e2;
  padding: 1.3rem 2rem;
  border-radius: .25rem;
  line-height: 127%; }
.product-warn__title {
  font-weight: 700; }
.product-warn__text {
  max-width: 48.5rem; }
.product-reviews {
  padding-top: 2.5rem; }
  .product-reviews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-reviews__main {
    width: calc(100% - 20.8rem);
    padding: 1.25rem;
    border-radius: .25rem;
    background: #fff; }
    .product-reviews__main .section-head {
      margin-bottom: 1rem; }
  .product-reviews__side {
    width: 19.3rem; }
  .product-reviews__card {
    margin-bottom: 1.5rem;
    padding: 1.4rem 2.5rem;
    background: #fff;
    border-radius: .25rem; }
    .product-reviews__card:last-child {
      margin-bottom: 0; }
  .product-reviews__title {
    font-size: 1rem;
    margin-bottom: 0.5rem; }
    .product-reviews__title strong {
      display: block; }
  .product-reviews__text {
    margin-bottom: 0.5rem;
    line-height: 142%;
    font-size: 0.7rem;
    color: #a7a7a7; }
  .product-reviews__btn {
    width: 100%;
    height: 2rem;
    font-size: 0.8rem;
    font-weight: 700; }
  .product-reviews__link {
    font-weight: 700;
    font-size: 0.8rem;
    border-bottom: 1px dotted #1F4B9A; }

.products-wrap {
  padding-top: 2rem; }
  .products-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.products-filter {
  width: calc(16.6666% - 1.25rem);
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.products-mobile {
  display: none; }
.products-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem; }
  .products-list .product-item {
    width: calc(20% - 1.2rem); }
.products-tag .products-list .product-item {
  width: calc(16.66666% - 1.25rem); }

.filter {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: .25rem;
  padding: 1.25rem .75rem; }
  .filter .popup-head {
    display: none; }
  .filter-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.5rem; }
    .filter-head__btn {
      padding: 0;
      background: transparent;
      border: none;
      cursor: pointer;
      width: 1rem;
      height: 1rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .filter-head__btn.active img {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .filter-head__btn img {
        width: 0.5rem;
        -webkit-filter: invert(100%);
                filter: invert(100%);
        -webkit-transition: .6s all;
        transition: .6s all; }
  .filter-price__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .filter-price__inputs input {
      height: 1.25rem;
      width: 3rem;
      font-size: 0.6rem;
      padding: 0 0.25rem; }
    .filter-price__inputs .btn {
      display: none; }
  .filter-price__range .irs {
    font-size: 0.6rem; }
  .filter-price__range .irs--flat {
    height: 2rem; }
  .filter-price__range .irs--flat .irs-line {
    height: .15rem;
    top: 1.25rem; }
  .filter-price__range .irs--flat .irs-handle {
    height: auto; }
  .filter-price__range .irs-min, .filter-price__range .irs-max {
    display: none; }
  .filter-price__range .irs--flat .irs-max, .filter-price__range .irs--flat .irs-min {
    font-size: .9rem;
    position: absolute;
    color: #1F4B9A;
    font-weight: 500;
    top: -.5rem;
    background: transparent;
    visibility: visible !important; }
  .filter-price__range .irs--flat .irs-bar {
    background: #1F4B9A;
    height: .15rem;
    top: 1.25rem; }
  .filter-price__range .irs--flat .irs-from, .filter-price__range .irs--flat .irs-to {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0;
    font-family: 'Calibri';
    border-radius: 50%;
    width: .8rem;
    height: .8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: .9rem;
    z-index: 5; }
    .filter-price__range .irs--flat .irs-from::before, .filter-price__range .irs--flat .irs-to::before {
      display: none; }
  .filter-price__range .irs--flat .irs-single {
    display: none; }
  .filter__title {
    font-size: 0.7rem; }
  .filter-item {
    margin-bottom: 1.15rem; }
    .filter-item:last-child {
      margin-bottom: 0; }
    .filter-item__for {
      border-radius: .25rem;
      border: 1px solid rgba(31, 75, 154, 0.5);
      background: rgba(31, 75, 154, 0.05);
      padding: 0.75rem 0.5rem; }
  .filter-list__item {
    margin-bottom: 0.5rem;
    font-size: 0.65rem; }
    .filter-list__item:last-child {
      margin-bottom: 0; }
    .filter-list__item label {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .filter-list__item label input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 1px;
        margin-right: 0.35rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .filter-list__item label input:focus {
          border: 1px solid rgba(78, 78, 78, 0.2); }
        .filter-list__item label input:checked {
          border-color: #1F4B9A;
          background: #1F4B9A; }
  .filter-list__search {
    display: none; }
  .filter-list__short .filter-list__item:nth-child(n+6) {
    display: none; }
  .filter-all {
    margin-top: 0.5rem;
    display: inline-block;
    cursor: pointer;
    font-size: 0.65rem;
    color: #1F4B9A; }
    .filter-all.hide {
      display: none; }
    .filter-all:hover {
      color: #103A85; }

.discount {
  padding-top: 2.5rem; }
  .discount-carousel {
    position: relative; }
    .discount-carousel__arrows span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .discount-carousel__arrows .arrow-left {
      left: -2.7rem; }
    .discount-carousel__arrows .arrow-right {
      right: -2.7rem; }
    .discount-carousel .owl-stage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .discount-carousel .owl-stage .owl-item {
        height: auto; }
      .discount-carousel .owl-stage .product-item {
        height: 100%; }
    .discount-carousel .owl-dots {
      margin-top: 1.5rem; }

.brands {
  padding-top: 2.5rem; }
  .brands-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem; }

    .brands-list img {
      width: 100%;
    }

.disclaimer {
  padding-top: 2.5rem; }
  .disclaimer-wrap {
    background: #fff;
    border-radius: .25rem;
    padding: 1.7rem 2rem 2rem; }
  .disclaimer__title {
    font-size: 1rem;
    margin-bottom: 1.25rem; }
  .disclaimer__text {
    line-height: 133%;
    font-size: 0.6rem;
    color: #a7a7a7; }
    .disclaimer__text p {
      margin-bottom: 1.5rem; }
      .disclaimer__text p:last-child {
        margin-bottom: 0; }
    .disclaimer__text ul li::before {
      content: "\2022";
      font-size: .5rem;
      margin-right: 2px; }

.mobile-catalog {
  background: #fff;
  min-height: calc(100vh - 8rem);
  padding-bottom: 4.5rem; }
  .mobile-catalog__categories {
    background: #fff; }
  .mobile-catalog__item div {
    cursor: pointer;
    -webkit-transition: .6s all;
    transition: .6s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-bottom: 1px solid #cecece;
    padding: 0.9rem 1.1rem;
    font-size: 0.8rem; }
    .mobile-catalog__item div.active {
      background: rgba(78, 78, 78, 0.15); }
      .mobile-catalog__item div.active::after {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg); }
    .mobile-catalog__item div::after {
      position: absolute;
      right: 0.9rem;
      content: '';
      width: 0.5rem;
      height: 0.5rem;
      background: url(../img/icons/chevron-right.svg) center right no-repeat;
      background-size: contain;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .mobile-catalog__item div img {
      width: 1.2rem;
      margin-right: 0.4rem; }
  .mobile-catalog__item ul {
    display: none; }
    .mobile-catalog__item ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-bottom: 1px solid #cecece;
      padding: 0.9rem 1.1rem;
      font-size: 0.8rem;
      color: #4E4E4E; }

.reviews {
  background: #fff;
  padding-bottom: 3.5rem;
  margin-bottom: -3.5rem; }
  .reviews-list {
    margin-bottom: 1.5rem; }
  .reviews-head {
    gap: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.5rem; }
    .reviews-head .page-title {
      margin-top: 0; }
    .reviews-head__select {
      width: 13.3rem; }
  .reviews-wrap .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .reviews-main {
    width: calc(100% - 20.8rem); }
  .reviews-item {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    font-size: 0.7rem; }
    .reviews-item:last-child {
      margin-bottom: 0; }
    .reviews-item__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .reviews-item__user {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .reviews-item__photo {
      width: 1.75rem;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: .5rem; }
      .reviews-item__photo img {
        width: 100%;
        display: block; }
    .reviews-item__name {
      font-weight: 700;
      font-size: 0.8rem; }
    .reviews-item__text {
      margin: 0.5rem 0 .75rem; }
    .reviews-item__date {
      color: #a7a7a7; }
    .reviews-item__mark {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .reviews-item__mark img {
        width: 0.8rem;
        margin-right: 0.1rem; }
        .reviews-item__mark img:last-child {
          margin-right: 0; }
    .reviews-item__buttons {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: .9rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .reviews-item__btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #a7a7a7; }
      .reviews-item__btn button {
        padding: 0;
        background: none;
        border: none;
        cursor: pointer;
        color: #a7a7a7;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 0.25rem; }
        .reviews-item__btn button:hover, .reviews-item__btn button.active {
          color: #1F4B9A; }
        .reviews-item__btn button svg {
          width: 0.75rem; }
  .reviews-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .reviews-btns .btn {
      font-weight: 700;
      font-size: 0.8rem;
      height: 2rem;
      width: 9rem; }
      .reviews-btns .btn-blue {
        margin-left: 0.5rem; }
  .reviews__add {
    font-weight: 700;
    font-size: 0.8rem;
    height: 2rem;
    width: 9rem; }
    .reviews__add-blue {
      margin-left: 0.5rem; }
  .reviews .product-warn__wrap {
    margin-top: 2rem; }
  .reviews-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(78, 78, 78, 0.5);
    z-index: 6;
    display: none; }
    .reviews-popup__content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 2rem;
      width: 33.5rem;
      border-radius: .25rem;
      background: #fff; }
    .reviews-popup__login {
      width: 100%;
      height: 1.9rem;
      font-size: 0.7rem;
      margin-top: .75rem; }
    .reviews-popup .popup-head {
      margin-bottom: 2rem; }
    .reviews-popup__title {
      font-size: 1.3rem; }
    .reviews-popup__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .reviews-popup__name {
      margin-right: 1.5rem; }
    .reviews-popup__mark {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .reviews-popup__mark button {
        background: none;
        border: 0;
        padding: 0;
        margin-right: 0.75rem;
        color: #dedede; }
        .reviews-popup__mark button:last-child {
          margin-right: 0; }
        .reviews-popup__mark button svg {
          width: 1.5rem; }
        .reviews-popup__mark button.active {
          color: #FFC107; }
    .reviews-popup__message {
      margin: 2.5rem 0 1.5rem; }
      .reviews-popup__message p {
        color: #a7a7a7;
        margin-bottom: 1rem; }
      .reviews-popup__message textarea {
        width: 100%;
        height: 8rem;
        display: block;
        padding: .7rem;
        resize: none; }
    .reviews-popup__input {
      width: 55%;
      margin-right: 1rem; }
      .reviews-popup__input input {
        width: 100%;
        height: 1.9rem; }
    .reviews-popup__check {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      color: #616161;
      font-size: 0.65rem; }
      .reviews-popup__check input {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 1px;
        margin-right: 0.35rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .reviews-popup__check input:focus {
          border: 1px solid rgba(78, 78, 78, 0.2); }
        .reviews-popup__check input:checked {
          border-color: #1F4B9A;
          background: #1F4B9A; }
    .reviews-popup__btns {
      margin-top: 1.5rem;
      gap: 1rem; }
      .reviews-popup__btns .btn {
        width: 50%;
        height: 1.9rem;
        font-size: 0.8rem; }
        .reviews-popup__btns .btn-white {
          color: #1F4B9A;
          border-color: #1F4B9A; }
          .reviews-popup__btns .btn-white:hover {
            background: #1F4B9A;
            color: #fff; }
    .reviews-popup__small {
      width: 18.5rem; }
      .reviews-popup__small .popup-head {
        margin-bottom: 1.25rem; }
  .reviews-nots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: .8rem;
    border: 1px solid #00A046;
    background: #e6f6ed;
    border-radius: .6rem;
    padding: 1rem;
    position: fixed;
    right: 5rem;
    top: 1rem;
    z-index: 6; }
    .reviews-nots__ico {
      width: 1.2rem;
      height: 1.2rem;
      border-radius: .3rem;
      background: #00A046;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .reviews-nots__close {
      width: 0.8rem;
      height: 0.8rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .reviews-nots__close img {
        width: 100%;
        display: block; }
    .reviews-nots__text div {
      font-size: 0.7rem;
      font-weight: 700;
      margin-bottom: 0.2rem; }
    .reviews-nots__text p {
      font-size: 0.6rem; }
    .reviews-nots.yellow {
      background: #fff8ec;
      border-color: #ffc454; }
      .reviews-nots.yellow .reviews-nots__ico {
        background: #ffc454; }
    .reviews-nots.red {
      background: #fff5f3;
      border-color: #F33434; }
      .reviews-nots.red .reviews-nots__ico {
        background: #F33434; }

.payment {
  background: #fff;
  padding: 2rem 0 3.5rem; }
  .payment__title {
    font-size: 1.3rem;
    margin-bottom: 1.5rem; }
  .payment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .payment-main {
    width: calc(100% - 20.8rem); }
  .payment-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem; }
    .payment-items .btn {
      width: auto;
      height: 2rem;
      padding: 0 1.25rem;
      font-size: 0.8rem; }
      .payment-items .btn-white {
        color: #1F4B9A;
        border-color: #1F4B9A; }
        .payment-items .btn-white:hover {
          color: #fff;
          background: #1F4B9A; }
    .payment-items__col {
      width: 50%; }
      .payment-items__col:nth-child(2) .btn {
        float: right; }
  .payment-item {
    padding: 1rem;
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    margin-bottom: 1.5rem; }
    .payment-item__title {
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 0.75rem; }
    .payment-item__list {
      margin-right: -.8rem;
      padding-right: 0.8rem;
      height: 9.5rem;
      overflow: auto; }
      .payment-item__list::-webkit-scrollbar {
        width: .2rem; }
      .payment-item__list li {
        padding-bottom: .6rem;
        margin-bottom: 0.6rem;
        border-bottom: 1px solid #dcdcdc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 0.7rem; }
        .payment-item__list li:last-child {
          margin-bottom: 0; }
  .payment-step {
    margin-bottom: 1rem;
    padding: 2rem;
    border: 1px solid #dcdcdc;
    border-radius: .25rem; }
    .payment-step.active .payment-step__name {
      color: #4E4E4E; }
    .payment-step.active .payment-step__content {
      display: block; }
    .payment-step__name {
      font-size: 0.9rem;
      color: #a7a7a7; }
    .payment-step__content {
      display: none;
      margin-top: 1rem; }
    .payment-step .btn {
      width: 8rem;
      height: 2rem;
      font-size: 0.8rem; }
    .payment-step:last-child {
      margin-bottom: 0; }
  .payment-location {
    padding: 0.9rem 1rem;
    border: 1px solid #dcdcdc;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.75rem; }
    .payment-location__text {
      font-size: 0.7rem;
      color: #a7a7a7;
      padding-left: 1rem; }
    .payment-location__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .payment-location__name img {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 0.5rem;
        margin-right: 0.5rem; }
    .payment-location__btn {
      font-size: 0.7rem; }
  .payment-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem; }
    .payment-delivery__item input {
      display: none; }
      .payment-delivery__item input:checked + .payment-delivery__wrap {
        color: #1F4B9A;
        border-color: #1F4B9A; }
        .payment-delivery__item input:checked + .payment-delivery__wrap div {
          color: #1F4B9A; }
        .payment-delivery__item input:checked + .payment-delivery__wrap img {
          -webkit-filter: none;
                  filter: none; }
    .payment-delivery__item:hover .payment-delivery__wrap {
      color: #1F4B9A;
      border-color: #1F4B9A; }
      .payment-delivery__item:hover .payment-delivery__wrap div {
        color: #1F4B9A; }
      .payment-delivery__item:hover .payment-delivery__wrap img {
        -webkit-filter: none;
                filter: none; }
    .payment-delivery__wrap {
      width: 6.5rem;
      height: 3.75rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: 1px solid #dcdcdc;
      border-radius: .25rem;
      text-align: center;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .payment-delivery__wrap div {
        color: #a7a7a7;
        margin-bottom: 0.2rem; }
      .payment-delivery__wrap p {
        font-size: 0.6rem; }
      .payment-delivery__wrap img {
        width: 5rem;
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }
  .payment-form__input {
    margin-bottom: 0.75rem; }
    .payment-form__input input {
      height: 1.9rem;
      width: 15.6rem;
      font-size: 0.7rem; }
    .payment-form__input a {
      font-size: 0.7rem;
      margin-left: 0.5rem; }
  .payment-side {
    width: 19.3rem;
    padding: 2rem;
    background: #f5f7fa;
    border-radius: .25rem; }
    .payment-side__title {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 0.75rem; }
    .payment-side__code {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: .75rem; }
      .payment-side__code input {
        height: 1.9rem;
        width: 60%; }
      .payment-side__code .btn {
        width: 40%;
        height: 1.9rem;
        font-size: 0.8rem; }
    .payment-side__list {
      padding: 1.3rem 0;
      margin: 1.3rem 0;
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc; }
      .payment-side__list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 0.9rem;
        margin-bottom: 1rem; }
        .payment-side__list li:last-child {
          margin-bottom: 0; }
        .payment-side__list li div:first-child {
          color: #a7a7a7; }
    .payment-side__price {
      font-weight: 700;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 1.1rem;
      margin-bottom: 0.75rem; }
      .payment-side__price span {
        font-size: 0.9rem; }
    .payment-side__btn.btn {
      font-size: 0.8rem;
      font-weight: 700;
      height: 2rem;
      width: 100%;
      margin-bottom: 1rem; }
    .payment-side__text {
      text-align: center;
      color: #a7a7a7;
      font-size: 0.7rem; }
      .payment-side__text a {
        display: inline-block;
        border-bottom: 1px solid #1F4B9A; }
  .payment-self {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(0, 0, 0, 0.4);
    display: none; }
    .payment-self__content {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      padding: 2rem 1.5rem;
      border-radius: .25rem;
      background: #fff;
      width: 28.3rem; }
    .payment-self__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.25rem; }
    .payment-self__title {
      font-weight: 700;
      font-size: 1.1rem; }
    .payment-self__close {
      cursor: pointer;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .payment-self__close img {
        width: 0.55rem; }
    .payment-self__text {
      line-height: 125%;
      color: #4E4E4E; }
      .payment-self__text a {
        color: #4E4E4E;
        border-bottom: 1px solid #4E4E4E; }
    .payment-self__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 0.7rem; }
      .payment-self__list li div:first-child {
        padding: 0.75rem 0;
        width: 70%;
        border-bottom: 1px solid #dcdcdc; }
      .payment-self__list li:last-child div:first-child {
        border: none; }
    .payment-self .btn {
      width: 100%;
      height: 1.9rem;
      font-size: 0.7rem; }
  .payment-loader {
    position: fixed;
    left: calc(50% - 3rem);
    top: calc(50% - 3rem);
    width: 6rem;
    height: 6rem;
    background: url(../img/loader.png) center center no-repeat;
    background-size: contain;
    -webkit-animation: loaderRotation 1s linear infinite;
            animation: loaderRotation 1s linear infinite; }

.account {
  padding: 1.5rem 0 3.5rem;
  margin-bottom: -3.5rem;
  background: #fff; }
  .account-head {
    display: none; }
  .account .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 28rem; }
  .account-side {
    width: 19.3rem;
    background: #f5f7fa;
    border-radius: .25rem;
    padding: 2rem 0; }
  .account-user {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700; }
    .account-user img {
      width: 2.3rem;
      height: 2.3rem;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: .25rem;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 0.75rem; }
  .account-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.6rem 1.5rem;
    border-left: .1rem solid transparent;
    color: #4E4E4E; }
    .account-menu a:hover, .account-menu a.current {
      background: rgba(31, 75, 154, 0.1);
      border-color: #1F4B9A;
      color: #1F4B9A; }
    .account-menu a svg {
      width: 1.1rem;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 0.75rem; }
  .account-main {
    width: calc(100% - 20.8rem);
    background: #f5f7fa;
    border-radius: .25rem;
    overflow: hidden;
    height: 100%; }
  .account__title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
  .account-tab {
    padding: 2rem;
    display: none;
    max-height: 100%;
    overflow: auto;
    height: 100%; }
    .account-tab::-webkit-scrollbar {
      width: 0.3rem; }
    .account-tab.current {
      display: block; }
  .account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .account-info__left {
      width: 45%; }
    .account-info__right {
      width: 42%; }
    .account-info__text {
      color: #a7a7a7;
      font-size: 0.7rem; }
    .account-info__user {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.5rem; }
    .account-info__photo {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 0.75rem; }
      .account-info__photo img {
        width: 2.3rem;
        height: 2.3rem;
        -o-object-fit: cover;
           object-fit: cover;
        border-radius: .25rem; }
    .account-info__name {
      font-weight: 700; }
    .account-info__list {
      margin-bottom: 1.5rem; }
      .account-info__list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 1rem;
        font-size: 0.7rem; }
        .account-info__list li div:nth-child(1) {
          color: #a7a7a7;
          width: 6rem; }
        .account-info__list li div:nth-child(2) {
          font-weight: 700; }
        .account-info__list li:last-child {
          margin-bottom: 0; }
    .account-info .btn {
      width: 11.5rem;
      height: 2rem;
      font-size: 0.8rem; }
    .account-info__form {
      display: none; }
      .account-info__form .btn {
        margin-top: 1.5rem; }
    .account-info__input {
      margin-bottom: 0.25rem; }
      .account-info__input:last-child {
        margin-bottom: 0; }
      .account-info__input input {
        height: 1.9rem;
        width: 100%; }
    .account-info__date {
      position: relative; }
      .account-info__date::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0.5rem;
        width: 0.75rem;
        height: 0.75rem;
        background: url(../img/icons/calendar.svg) center center no-repeat;
        background-size: contain;
        content: '';
        pointer-events: none; }
  .account-card {
    border-radius: .75rem;
    border: 1px solid #1F4B9A;
    padding: 1rem 1.5rem 1.5rem;
    width: 100%;
    background: url(../img/card.png) bottom left no-repeat;
    background-size: cover;
    margin-bottom: 2rem; }
    .account-card__chip {
      width: 2.15rem;
      margin-bottom: 0.85rem; }
      .account-card__chip img {
        width: 100%;
        display: block; }
    .account-card__title {
      font-weight: 700;
      font-size: 0.7rem;
      margin-bottom: 0.5rem; }
    .account-card__bonus {
      font-size: 0.7rem;
      margin-bottom: 0.5rem; }
      .account-card__bonus span {
        font-weight: 700;
        font-size: 0.8rem;
        margin-left: 0.2rem; }
    .account-card .btn {
      font-size: 0.7rem;
      width: 5.7rem;
      height: 1.6rem; }
  .account-fav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem; }
    .account-fav__list .product-item {
      width: calc(25% - .75rem);
      padding-left: 0.5rem;
      padding-right: 0.5rem; }
  .account-empty__text {
    margin-bottom: 1.25rem; }
  .account-empty .btn {
    font-size: 0.8rem;
    width: 9rem;
    height: 2rem; }
  .account-reviews .reviews-item {
    background: #fff; }
  .account-order__nav {
    margin-bottom: 1.5rem; }
  .account-order__tab {
    display: none; }
    .account-order__tab.current {
      display: block; }
  .account-order__more {
    display: none; }

.order-actual .pagination__more, .order-history .pagination__more {
  display: none; }
.order__title {
  display: none; }
.order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: .25rem;
  padding: 1rem;
  font-size: 0.7rem;
  margin-bottom: 0.75rem; }
  .order-item__done {
    color: #00A046;
    padding-left: 1.1rem; }
  .order-item__reg {
    color: #1F4B9A;
    padding-left: 1.1rem; }
  .order-item__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.8rem; }
    .order-item__number img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 0.65rem;
      margin-right: 0.45rem; }
  .order-item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .order-item__cancel {
    color: #a7a7a7;
    margin-right: 1rem; }
    .order-item__cancel:hover {
      color: #1F4B9A; }
.order-cancel {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .order-cancel__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 2rem 1.5rem;
    border-radius: .25rem;
    background: #fff;
    width: 19.5rem; }
  .order-cancel__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.25rem; }
  .order-cancel__title {
    font-weight: 700;
    font-size: 1.1rem; }
  .order-cancel__close {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .order-cancel__close img {
      width: 0.55rem; }
  .order-cancel__text {
    line-height: 125%;
    color: #4E4E4E;
    margin-bottom: 1.5rem; }
    .order-cancel__text a {
      color: #4E4E4E;
      border-bottom: 1px solid #4E4E4E; }
  .order-cancel .btn {
    width: 100%;
    height: 1.9rem;
    font-size: 0.7rem; }
.order-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5rem; }
  .order-more__item {
    background: #fff;
    border-radius: .25rem;
    border: 1px solid #dcdcdc;
    padding: 1rem;
    width: calc(100% - 13.5rem); }
    .order-more__item:nth-child(2n) {
      width: 12rem; }
.order-status__value {
  margin-bottom: 1rem;
  border: 1px solid #1F4B9A;
  border-radius: .25rem;
  padding: .9rem 0.75rem 1.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative; }
  .order-status__value::after {
    position: absolute;
    bottom: 0;
    height: 0.25rem;
    left: 0;
    width: 5%;
    content: '';
    background: #1F4B9A; }
  .order-status__value::before {
    width: 1.2rem;
    height: 1.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    content: '';
    background: url(../img/icons/check-blue.svg) center center no-repeat;
    background-size: contain;
    margin-right: 0.75rem; }
  .order-status__value.courier {
    border-color: #FFC107; }
    .order-status__value.courier::after {
      background: #FFC107;
      width: 50%; }
    .order-status__value.courier::before {
      background-image: url(../img/icons/check-yellow.svg); }
  .order-status__value.done {
    border-color: #00A046; }
    .order-status__value.done::after {
      background: #00A046;
      width: 100%; }
    .order-status__value.done::before {
      background-image: url(../img/icons/check-green.svg); }
.order-status .btn {
  width: 100%;
  height: 2rem;
  font-size: 0.8rem;
  margin-top: 1rem; }
.order-address {
  padding-top: 1rem;
  border-top: 1px solid #dcdcdc;
  color: #a7a7a7;
  font-size: 0.7rem; }
  .order-address__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem; }
    .order-address__item:last-child {
      margin-bottom: 0; }
    .order-address__item img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 1rem;
      margin-right: .45rem; }
.order-number {
  font-size: 0.7rem; }
  .order-number__title {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 0.25rem; }
  .order-number__text {
    color: #a7a7a7;
    margin-bottom: 0.75rem; }
  .order-number__list {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #dcdcdc; }
    .order-number__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0.25rem; }
      .order-number__list li:last-child {
        margin-bottom: 0; }
      .order-number__list li div:nth-child(2) {
        color: #a7a7a7; }
  .order-number__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 0.9rem; }
.order-list__title {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  font-weight: 700; }
.order-quest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%; }
  .order-quest__title {
    font-size: 0.9rem;
    margin-bottom: 0.5rem; }
    .order-quest__title strong {
      display: block; }
  .order-quest__text {
    font-size: 0.7rem;
    color: #a7a7a7;
    line-height: 142%;
    margin-bottom: 0.5rem; }
  .order-quest__link {
    font-weight: 700;
    border-bottom: 1px dotted #1F4B9A; }

.pharmacy-main {
  padding-top: 1.5rem; }
.pharmacy .page-nav {
  margin-bottom: 1.5rem; }
.pharmacy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  height: 26.5rem; }
.pharmacy-info {
  width: 40%;
  padding: 1.5rem 0;
  background: #fff;
  border-radius: .25rem; }
  .pharmacy-info .pagination {
    display: none; }
.pharmacy-list {
  max-height: 100%;
  overflow: auto;
  padding: 0 1.5rem; }
  .pharmacy-list::-webkit-scrollbar {
    width: 0.3rem; }
  .pharmacy-list__item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dcdcdc;
    line-height: 125%; }
    .pharmacy-list__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
  .pharmacy-list__name {
    font-size: 0.9rem;
    color: #1F4B9A;
    margin-bottom: 0.75rem; }
  .pharmacy-list__address {
    margin-bottom: 0.75rem; }
  .pharmacy-list__title {
    font-weight: 700; }
  .pharmacy-list__text {
    margin-bottom: 0.75rem; }
    .pharmacy-list__text a {
      color: #4E4E4E; }
      .pharmacy-list__text a:hover {
        color: #1F4B9A; }
  .pharmacy-list .btn {
    height: 1.7rem;
    min-width: 7.7rem;
    border-color: #1F4B9A;
      padding-left: 1rem;
      padding-right: 1rem;
    color: #1F4B9A;
    font-size: 0.7rem;
      white-space: nowrap;
  }
    .pharmacy-list .btn:hover {
      background: #1F4B9A;
      color: #fff; }
.pharmacy-map {
  width: 60%;
  border-radius: .25rem;
  overflow: hidden; }
  .pharmacy-map #pharmacyMap {
    width: 100%;
    height: 100%; }

.catalog-main {
  padding-top: 1.5rem; }
.catalog .page-nav {
  margin-bottom: 1rem; }
.catalog .pagination__more {
  display: none; }
.catalog-alphabet {
  margin-bottom: 1.5rem; }
  .catalog-alphabet__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .catalog-alphabet__list:last-child {
      margin-bottom: 0; }
    .catalog-alphabet__list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .catalog-alphabet__list a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 1.2rem;
      height: 1.2rem;
      font-size: 0.7rem;
      color: #4E4E4E;
      border-radius: .25rem; }
      .catalog-alphabet__list a:hover {
        background: #1F4B9A;
        color: #fff; }
.catalog-columns {
  -webkit-columns: 3;
          columns: 3;
  -webkit-column-gap: 4.3rem;
          column-gap: 4.3rem;
  font-size: 0.7rem;
  line-height: 115%; }
.catalog-list {
  margin-top: .5rem;
  line-height: 178%;
  font-size: 0.7rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-height: 25rem; }
  .catalog-list li {
    margin-right: 4rem;
    min-width: 12rem; }
  .catalog-list a {
    color: #4E4E4E; }
    .catalog-list a span {
      color: #1F4B9A; }

.page404 {
  background: #fff;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .page404__title {
    font-size: 3rem;
    margin-bottom: 0.4rem;
    color: #1F4B9A; }
  .page404__text {
    font-size: 0.9rem;
    max-width: 25rem;
    line-height: 120%;
    padding: 0 1rem;
    text-align: center;
    margin-bottom: 1.75rem; }
  .page404-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .75rem; }
    .page404-btns .btn {
      height: 1.9rem;
      width: auto;
      padding: 0 1.25rem;
      font-size: 0.8rem;
      border-color: #1F4B9A;
      color: #1F4B9A; }
      .page404-btns .btn:hover {
        background: #1F4B9A;
        color: #fff; }
      .page404-btns .btn-blue {
        color: #fff; }
        .page404-btns .btn-blue:hover {
          background: #103A85; }

.about {
  background: #fff;
  padding: 1.1rem 0 3.5rem;
  margin-bottom: -3.5rem; }
  .about-back {
    display: none; }
  .about__title {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 1.5rem; }
  .about-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .about-content {
    width: calc(100% - 15.6rem); }
  .about-side {
    width: 14.1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
    background: #f5f7fa;
    border-radius: .25rem;
    overflow: hidden; }
    .about-side a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.9rem 1.5rem;
      color: #4E4E4E;
      border-left: .1rem solid transparent; }
      .about-side a:hover, .about-side a.current {
        background: rgba(31, 75, 154, 0.1);
        border-color: #1F4B9A;
        color: #1F4B9A; }
  .about__banner {
    margin-bottom: 2rem; }
    .about__banner img {
      width: 100%;
      display: block;
      border-radius: .25rem; }
  .about__text {
    font-size: 0.7rem;
    line-height: 178%;
    margin-bottom: 1.5rem; }
    .about__text h4 {
      font-weight: 400;
      font-style: italic; }
    .about__text li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about__text li::before {
        content: "\2022";
        font-size: .6rem;
        margin-right: .3rem; }
  .about__subtitle {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    .about__subtitle-margin {
      margin-bottom: 0.75rem; }
  .about-main__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem; }
    .about-main__info .main-info__item {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 2rem; }
    .about-main__info .main-info__count {
      width: 14rem;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: auto; }
  .about-numbers {
    width: 100%;
    background: #f5f7fa;
    border-radius: .25rem;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about-numbers__text {
      font-size: 0.7rem;
      color: #a7a7a7; }
    .about-numbers__title {
      font-size: 1rem;
      margin-bottom: 0.5rem; }
      .about-numbers__title strong {
        display: block; }
    .about-numbers__wrap:nth-child(1) {
      width: 45%; }
    .about-numbers__wrap:nth-child(2) {
      width: 50%; }
    .about-numbers__items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 1rem; }
    .about-numbers__item div {
      font-size: 2.5rem; }
    .about-numbers__item p {
      color: #a7a7a7; }
    .about-numbers .btn {
      font-size: 0.7rem;
      width: 7.6rem;
      height: 1.8rem; }
  .about-history__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem; }
  .about-history__item {
    width: calc(33.3333% - 1rem);
    background: #f5f7fa;
    border-radius: .25rem;
    height: 7.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5rem; }
    .about-history__item div {
      font-size: 0.9rem;
      font-weight: 700;
      margin-bottom: 0.35rem; }
    .about-history__item p {
      font-size: 0.6rem;
      line-height: 133%; }
  .about-order__warn {
    padding: 1rem 1.5rem;
    color: #F33434;
    font-size: 0.7rem;
    line-height: 128%;
    background: rgba(243, 52, 52, 0.1);
    margin-bottom: 1.5rem;
    border-radius: .25rem; }
    .about-order__warn p {
      max-width: 40.3rem; }
  .about-order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem; }
    .about-order__list:last-child {
      margin-bottom: 0; }
  .about-order__item {
    width: calc(50% - .75rem);
    padding: 1.5rem;
    border-radius: .25rem;
    background: #f5f7fa; }
  .about-order__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.6rem; }
  .about-order__ico {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1rem;
    width: 2.25rem; }
    .about-order__ico img {
      width: 100%;
      display: block; }
  .about-order__text div {
    font-weight: 700;
    margin-bottom: 0.25rem; }
  .about-order__text p {
    font-size: 0.7rem;
    color: #a7a7a7; }
  .about-order__info {
    line-height: 162.5%; }
    .about-order__info li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about-order__info li::before {
        content: "\2022";
        font-size: 1rem;
        margin-right: .3rem; }
  .about-order__title {
    font-size: 0.8rem;
    margin-bottom: 0.6rem;
    font-weight: 700; }
  .about-service {
    background: #f5f7fa;
    border-radius: .25rem;
    padding: 2rem; }
    .about-service__certs {
      max-width: 37rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 1rem; }
      .about-service__certs img {
        width: calc(25% - .75rem); }
  .about-instruct__item {
    margin-bottom: 0.75rem; }
    .about-instruct__item:last-child {
      margin-bottom: 0; }
  .about-instruct__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.25rem; }
  .about-instruct__number {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 1.5rem;
    border-radius: 50%;
    background: #1F4B9A;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .about-instruct__title {
    font-size: 1rem;
    font-weight: 700; }
  .about-instruct__wrap {
    position: relative;
    padding-left: 4rem;
    padding-bottom: 1rem; }
    .about-instruct__wrap::before {
      position: absolute;
      left: 1.25rem;
      bottom: .2rem;
      height: 97%;
      width: 1px;
      background: #a7a7a7;
      content: ''; }
    .about-instruct__wrap::after {
      position: absolute;
      left: 1.25rem;
      margin-left: -0.25rem;
      bottom: 0;
      width: 0.5rem;
      height: 0.5rem;
      background: url(../img/icons/chevron-down.svg) center center no-repeat;
      background-size: contain;
      -webkit-filter: invert(100%);
              filter: invert(100%);
      content: ''; }
  .about-instruct__img {
    margin-bottom: 1.5rem; }
    .about-instruct__img img {
      display: block;
      width: 100%; }
      .about-instruct__img img.mob {
        display: none; }
  .about-instruct__text {
    line-height: 156%; }
  .about-faq {
    padding: 2rem;
    background: #f5f7fa;
    border-radius: .25rem; }
    .about-faq__item {
      margin-bottom: 0.7rem;
      border-radius: .25rem;
      background: #fff;
      padding: 0.9rem 1.2rem;
      font-size: 0.9rem; }
      .about-faq__item:last-child {
        margin-bottom: 0; }
    .about-faq__question {
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 700; }
      .about-faq__question::after {
        width: 0.8rem;
        height: 0.8rem;
        content: '';
        background: url(../img/icons/chevron-faq.svg) center center no-repeat;
        background-size: contain;
        -webkit-transition: .6s all;
        transition: .6s all;
        margin-left: 3rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .about-faq__question.active::after {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .about-faq__answer {
      margin-top: 0.9rem;
      line-height: 122%;
      color: rgba(78, 78, 78, 0.8);
      display: none; }
      .about-faq__answer ol {
        padding-left: 1rem; }
        .about-faq__answer ol li {
          display: list-item; }
      .about-faq__answer ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .about-faq__answer ul li::before {
          content: "\2022";
          font-size: .8rem;
          margin-right: .3rem; }
  .about-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem; }
    .about-contact__info {
      width: 55%;
      background: #f5f7fa;
      border-radius: .25rem;
      padding: 1.5rem; }
    .about-contact__title {
      font-weight: 700;
      margin-bottom: 0.5rem; }
    .about-contact__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0.5rem; }
    .about-contact__ico {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 0.5rem;
      width: 1rem; }
      .about-contact__ico img {
        width: 100%;
        display: block; }
    .about-contact__name {
      color: #a7a7a7;
      margin-bottom: 0.2rem; }
    .about-contact__text a {
      font-size: 1.1rem; }
    .about-contact__desc {
      line-height: 125%;
      color: #a7a7a7;
      max-width: 18.5rem;
      margin-bottom: 0.5rem; }
    .about-contact__telegram {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0.1rem;
      padding-right: 1.4rem;
      border-radius: 1.6rem;
      color: #25A3E1;
      background: rgba(41, 169, 236, 0.12);
      line-height: 150%; }
      .about-contact__telegram img {
        width: 1.4rem;
        margin-right: 0.5rem; }
      .about-contact__telegram:hover {
        background: rgba(41, 169, 236, 0.23);
        color: #25A3E1; }
    .about-contact__map {
      width: 45%;
      background: #f5f7fa;
      border-radius: .25rem;
      padding: 1.5rem; }
      .about-contact__map #contactMap {
        width: 100%;
        height: 12.3rem; }

.footer {
  margin-top: 3.5rem;
  color: #FAFAFA;
  background: #4E4E4E;
  font-size: 0.7rem;
  line-height: 170%; }
  .footer-mobile {
    display: none; }
  .footer-wrap {
    padding: 2.5rem 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer-col {
    max-width: 17.5rem; }
  .footer__title {
    font-weight: 700;
    margin-bottom: 0.75rem;
    font-size: 1rem; }
  .footer__text {
    margin-bottom: 0.75rem; }
    .footer__text-short {
      max-width: 10rem; }
  .footer-item {
    margin-bottom: 0.75rem;
    max-width: 13rem; }
    .footer-item:last-child {
      margin-bottom: 0; }
    .footer-item a {
      color: #FAFAFA; }
  .footer-menu li {
    margin-bottom: 0.75rem; }
    .footer-menu li a {
      color: #FAFAFA; }
  .footer__qr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.75rem; }
    .footer__qr img {
      display: block;
      width: 4rem;
      margin-right: 0.4rem; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-social li {
      margin-right: 1rem; }
      .footer-social li a {
        display: block; }
        .footer-social li a img {
          display: block;
          width: 1rem; }
      .footer-social li:last-child {
        margin-right: 0; }
  .footer-copy {
    padding: .8rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: .5; }
    .footer-copy img {
      width: 1rem;
      margin-right: 0.3rem; }

@media (max-width: 1300.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 20px; }

  .owl-carousel .owl-dots {
    display: none; }

  .arrows {
    display: none; }

  .btn {
    width: 4.5rem;
    height: 1.7rem;
    font-size: 0.6rem; }

  .section-head {
    margin-bottom: 1rem; }

  .popup-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 1.2rem;
    margin-bottom: 0;
    background: #f5f7fa; }
    .popup-head__title {
      font-size: 0.9rem; }
    .popup-head__close {
      width: 2.7rem;
      height: 2.7rem;
      border-radius: 50%;
      background: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid rgba(78, 78, 78, 0.2);
      -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
      margin-left: 0;
      margin-right: 1.2rem; }
      .popup-head__close img {
        width: .7rem; }

  .menu {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    z-index: 8;
    position: fixed;
    left: 0;
    top: 0; }
    .menu-content {
      background: #fff;
      width: 19rem;
      height: 100%;
      position: relative;
      border-radius: 0 .25rem .25rem 0;
      padding-bottom: 7rem;
      max-height: 100%;
      overflow: auto; }
      .menu-content::-webkit-scrollbar {
        display: none; }
    .menu-head {
      padding: 1.5rem 1.2rem;
      background: #1F4B9A;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .menu__close {
      margin-right: 1.5rem; }
      .menu__close img {
        width: 1.2rem;
        display: block; }
    .menu-lang a {
      color: #fff;
      font-size: 0.9rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0rem 0.4rem;
      border-radius: .25rem; }
      .menu-lang a.current {
        border: 1px solid #fff; }
    .menu-location {
      padding: 1rem 1.2rem;
      padding-right: 3rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #1F4B9A;
      font-size: 0.8rem;
      background: #f5f7fa;
      position: relative; }
      .menu-location::after {
        position: absolute;
        right: 1.2rem;
        width: 0.3rem;
        height: 0.6rem;
        background: url(../img/icons/chevron-right.svg) center center no-repeat;
        background-size: contain;
        content: ''; }
      .menu-location img {
        width: 1.2rem;
        margin-right: 0.6rem; }
    .menu-list a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1rem 1.2rem;
      color: #4E4E4E;
      font-size: 0.8rem;
      border-bottom: 1px solid #a7a7a738; }
      .menu-list a.current {
        color: #1F4B9A;
        font-weight: 700; }
        .menu-list a.current svg {
          color: #1F4B9A; }
      .menu-list a svg {
        width: 1.2rem;
        margin-right: 0.6rem;
        color: #a7a7a7; }
    .menu-support {
      margin: 1.4rem 1.2rem 1.7rem;
      display: block;
      color: #fff;
      background: #1F4B9A;
      padding: 1rem 1.2rem;
      padding-right: 3rem;
      border-radius: .25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 100%;
      font-size: 0.8rem;
      position: relative; }
      .menu-support::after {
        position: absolute;
        right: 1.2rem;
        width: 0.3rem;
        height: 0.6rem;
        background: url(../img/icons/chevron-right-white.svg) center center no-repeat;
        background-size: contain;
        content: ''; }
      .menu-support img {
        width: 1.2rem;
        margin-right: 0.6rem; }
    .menu-info {
      padding: 0 1.2rem;
      font-size: 0.8rem; }
      .menu-info__title {
        color: #a7a7a7;
        margin-bottom: 0.6em; }
      .menu-info__list {
        padding-left: 1.5rem; }
        .menu-info__list li {
          margin-bottom: 0.6em; }
          .menu-info__list li a {
            color: #4E4E4E; }
    .menu-bot {
      position: fixed;
      bottom: 0;
      left: 0;
      padding: 1.5rem 1.2rem;
      border-top: 1px solid #a7a7a7;
      width: 19rem;
      background: #fff; }
      .menu-bot__tel {
        font-size: 1rem;
        color: #1F4B9A;
        margin-bottom: 0.6rem; }
        .menu-bot__tel a {
          font-weight: 700; }
      .menu-bot__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .menu-bot__social li {
          margin-right: 0.3rem; }
          .menu-bot__social li a {
            display: block; }
            .menu-bot__social li a img {
              width: 1.3rem;
              -webkit-filter: invert(100%);
                      filter: invert(100%);
              opacity: .3; }

  .address {
    background: #f5f7fa;
    z-index: 8; }
    .address-content {
      width: 100%;
      background: #f5f7fa;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      -webkit-transform: none;
              transform: none;
      padding: 0; }
    .address-desk {
      display: none; }
    .address-mobile {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 2.5rem 1.2rem;
      background: #fff;
      border-radius: 1rem 1rem 0 0;
      -webkit-box-shadow: -10px 4px 20px 0px rgba(0, 0, 0, 0.1);
              box-shadow: -10px 4px 20px 0px rgba(0, 0, 0, 0.1); }
      .address-mobile .popup-head__title {
        margin-bottom: 1rem; }
    .address-location {
      width: 2.7rem;
      height: 2.7rem;
      border-radius: 50%;
      background: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #a7a7a7;
      -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
      position: absolute;
      right: 1.2rem;
      margin-top: -8.5rem; }
      .address-location img {
        width: .7rem; }
    .address__map {
      height: 60vh; }
    .address-form {
      display: block; }
      .address-form__input {
        width: 100%;
        margin-bottom: 1.2rem; }
        .address-form__input input {
          height: 2rem;
          width: 100%;
          font-size: 0.8rem; }
      .address-form__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.2rem; }
      .address-form__btn {
        height: 2rem;
        width: 12rem;
        font-size: 0.8rem; }

  .login {
    background: #f5f7fa; }
    .login .popup-head {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .login-content {
      position: static;
      padding: 6.5rem 25vw 1.2rem;
      -webkit-transform: none;
              transform: none;
      width: 100%;
      height: 100%; }
    .login-input input {
      height: 2rem; }
    .login__btn {
      height: 2rem;
      width: 100%; }

  .basket {
    background: #f5f7fa; }
    .basket .popup-head {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 3; }
    .basket-content {
      width: 100%;
      padding: 6.5rem 1.2rem 0;
      background: #fff;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: static;
      -webkit-transform: none;
              transform: none;
      max-height: 100%; }
    .basket-recommended {
      margin: 0 -1.2rem -1.2rem;
      padding: 1.2rem 1.2rem 6rem; }
    .basket-done {
      width: 8rem;
      font-size: 0.8rem; }

  .page-head {
    padding: 0; }
    .page-head .container {
      padding: 0; }
  .page-breadcrumbs {
    padding: 1.1rem 4rem; }
    .page-breadcrumbs .mob-hide {
      display: none; }
  .page-title {
    margin-top: 0;
    padding: 1.3rem 4rem 0;
    background: #f5f7fa;
    border-radius: 1rem 1rem 0 0; }

  .header {
    background: #f5f7fa; }
    .header-mobile__logo {
      display: block; }
      .header-mobile__logo a {
        display: block; }
      .header-mobile__logo img {
        width: 3rem;
        display: block; }
    .header-mobile__menu {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .header-mobile__menu img {
        display: block;
        width: 1.5rem; }
    .header-top {
      padding: .5rem 0;
      background: #f5f7fa; }
    .header-main {
      padding: 0 0 .5rem; }
      .header-main .container {
        gap: 1rem; }
    .header-location__title {
      font-size: 0.8rem; }
    .header-location__choose {
      width: 7rem;
      height: 1.8rem; }
    .header-location__dropdown {
      padding: 1.2rem;
      width: 12rem; }

      .header-location__list {
        margin-left: -1.2rem;
        width: calc(100% + 2.4rem);
      }
    .header-menu, .header__logo, .header-btn, .header-wrap:last-child {
      display: none; }

  .main {
    padding: 1.2rem 0 9rem;
    position: relative; }
    .main-cards {
      position: absolute;
      bottom: 1.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% - 8rem);
      gap: 1.5rem; }
    .main-card {
      width: 50%;
      margin-bottom: 0; }
    .main-content {
      margin-bottom: 1.2rem; }
    .main-slider {
      width: 100%; }
      .main-slider__item {
        padding: 0 1.2rem;
        height: 13rem; }
      .main-slider__title {
        font-size: 0.9rem;
        margin-bottom: 0.3rem; }
      .main-slider__text {
        font-size: 0.7rem;
        margin-bottom: 0.6rem; }
      .main-slider__content {
        max-width: 20rem; }
      .main-slider__btn {
        height: 2rem;
        width: 8rem;
        font-size: 0.8rem; }
      .main-slider .owl-carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        margin-top: .6rem; }
        .main-slider .owl-carousel .owl-dots .owl-dot {
          background: #f5f7fa; }
          .main-slider .owl-carousel .owl-dots .owl-dot.active {
            background: #a7a7a7; }
    .main-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%;
      overflow: auto; }
      .main-info::-webkit-scrollbar {
        display: none; }
      .main-info__item {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 10rem;
        padding-left: 0.7rem; }
      .main-info__title {
        font-size: 0.7rem;
        margin-bottom: 0.3rem; }
      .main-info__text {
        font-size: 0.45rem;
        max-width: 5rem; }
      .main-info__btn {
        margin-bottom: 0.3rem; }
      .main-info__product {
        padding-top: 1rem; }
        .main-info__product .main-info__text {
          max-width: 6rem;
          margin-bottom: 0.5rem; }
      .main-info__advice {
        width: 5.5rem; }
      .main-info__cashback {
        text-align: center;
        padding: 0; }
        .main-info__cashback .main-info__text {
          margin: 0 auto .3rem; }
        .main-info__cashback .main-info__title {
          font-size: .8rem;
          line-height: .9rem; }
          .main-info__cashback .main-info__title strong {
            font-size: 1rem; }
      .main-info__count .main-info__text {
        max-width: 4rem; }

  .popular {
    padding-top: 1.2rem; }
    .popular .section-head {
      position: relative;
      margin-bottom: 3.5rem; }
    .popular .section-all {
      margin-top: 0; }
    .popular-head {
      position: absolute;
      overflow: auto;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .popular-head::-webkit-scrollbar {
        display: none; }
      .popular-head button {
        -ms-flex-negative: 0;
            flex-shrink: 0; }

  .discount {
    padding-top: 1.2rem; }

  .brands {
    padding-top: 1.2rem; }
    .brands-list {
      overflow: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 100%; }
      .brands-list::-webkit-scrollbar {
        display: none; }
     .brands-list a {
        width: 10rem;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

  .disclaimer {
    padding-top: 1.2rem; }
    .disclaimer-wrap {
      padding: 1.4rem 1.2rem; }
    .disclaimer__title {
      font-size: 0.8rem;
      margin-bottom: 0.8rem; }
    .disclaimer__text {
      font-size: 0.6rem; }
      .disclaimer__text p {
        margin-bottom: .7rem; }
        .disclaimer__text p:last-child {
          margin-bottom: 0; }

  .products-list .product-item {
    width: calc(33.3333% - 1rem); }
  .products-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.2rem; }
    .products-mobile__filter {
      width: 40%;
      font-size: 0.65rem;
      height: 2rem; }
      .products-mobile__filter img {
        margin-right: 0.4rem; }
    .products-mobile__select {
      width: 55%; }
  .products-wrap .container {
    display: block; }
  .products-tag .products-list .product-item {
    width: calc(33.3333% - 1rem); }

  .product-wrap {
    background: #f5f7fa;
    position: relative; }
    .product-wrap .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .product-side {
    padding: 0;
    width: 100%; }
    .product-side__basket {
      width: 100%;
      height: 2.1rem;
      font-size: 0.9rem; }
    .product-side__recept {
      font-size: 0.9rem;
      height: 2.1rem;
      width: 80%; }
    .product-side__fav {
      height: 2.1rem;
      width: 2.1rem; }
    .product-side__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .product-main {
    width: 100%;
    padding: 1.5rem 0; }
  .product-prop {
    padding-top: 1.5rem; }
  .product-instruct {
    background: #fff;
    padding: 0 0 1.2rem; }
    .product-instruct__main {
      width: 100%; }
    .product-instruct__side {
      display: none; }
    .product-instruct__title {
      margin-bottom: 0.75rem; }
    .product-instruct__item {
      padding: .75rem 0;
      border-bottom: 1px solid #dcdcdc; }
    .product-instruct__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-instruct__name::after {
        width: .6rem;
        height: .6rem;
        background: url(../img/icons/chevron-down.svg) center right no-repeat;
        background-size: contain;
        content: '';
        -webkit-filter: invert(100%);
                filter: invert(100%);
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 0.5rem; }
      .product-instruct__name.active::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .product-instruct__desc {
      display: none; }
    .product-instruct__all {
      margin-top: 1.2rem; }
  .product-warn {
    background: #fff;
    padding-bottom: 1.2rem; }
  .product-reviews {
    background: #fff;
    padding-top: 0; }
    .product-reviews .container {
      border-radius: 1rem 1rem 0 0;
      background: #f5f7fa;
      display: block;
      padding-top: 1.2rem; }
    .product-reviews__main {
      width: 100%;
      padding: 0;
      background: transparent; }
    .product-reviews__side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      gap: 1.2rem;
      margin-top: 1.2rem; }
    .product-reviews__card {
      width: 50%;
      padding: 1.2rem;
      margin-bottom: 0; }
    .product-reviews__btn {
      width: 100%;
      height: 2rem;
      font-size: 0.9rem; }

  .reviews {
    background: #f5f7fa; }
    .reviews-item {
      background: #fff; }
    .reviews__add {
      width: 100%;
      height: 2.1rem;
      font-size: 0.9rem; }
    .reviews-popup {
      background: #fff;
      padding: 6.5rem 1.2rem 1.2rem; }
      .reviews-popup__content {
        position: static;
        background: #f5f7fa;
        -webkit-transform: none;
                transform: none;
        width: 100%;
        padding: 1.2rem; }
      .reviews-popup .popup-head {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; }
    .reviews-wrap .product-side {
      display: none; }
    .reviews-head {
      display: block; }
      .reviews-head .page-title {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 1.2rem; }
    .reviews-main {
      width: 100%; }
    .reviews-nots {
      right: 2rem; }

  .filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: auto;
    padding: 6.2rem 1.2rem 2.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .8s all;
    transition: .8s all; }
    .filter.show {
      opacity: 1;
      visibility: visible;
      -webkit-transform: none;
              transform: none; }
    .filter .popup-head {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .filter::-webkit-scrollbar {
      display: none; }
    .filter__title {
      font-size: 0.9rem; }
    .filter-price__inputs input {
      width: 40%;
      height: 2rem;
      font-size: 0.85rem; }
    .filter-price__inputs .btn {
      height: 2rem;
      font-size: 0.85rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .filter-item {
      padding: 1.2rem;
      border: 1px solid #dcdcdc; }
      .filter-item__price {
        border-radius: .25rem;
        border: none;
        background: rgba(31, 75, 154, 0.05); }
      .filter-item__for {
        border-color: rgba(31, 75, 154, 0.5); }
    .filter-head {
      margin-bottom: 0.9rem; }
    .filter-list__item {
      font-size: 0.8rem; }
      .filter-list__item label input {
        width: 1.1rem;
        height: 1.1rem; }
    .filter-list__search {
      margin-bottom: 0.6rem;
      display: block; }
    .filter-all {
      font-size: 0.7rem; }

  .payment {
    padding-bottom: 7rem; }
    .payment-items {
      display: block; }
      .payment-items__col {
        width: 100%;
        margin-bottom: 1.5rem; }
        .payment-items__col:last-child {
          margin-bottom: 0; }
        .payment-items__col:nth-child(2) .btn {
          float: none; }
    .payment-item__list {
      height: auto; }
    .payment-wrap {
      display: block; }
    .payment-main {
      width: 100%; }
    .payment-side {
      width: 100%;
      margin-top: 1.5rem; }

  .account {
    background: transparent;
    padding: 0;
    margin-bottom: 0; }
    .account-head {
      display: block;
      padding: 1.2rem 4rem 2.2rem;
      background: #fff;
      font-weight: 700;
      font-size: 0.9rem; }
    .account .container {
      display: block;
      padding-top: 1rem;
      margin-top: -1rem;
      background: #f5f7fa;
      border-radius: 1rem 1rem 0 0;
      height: auto;
      min-height: 25rem; }
    .account-side {
      padding: 0;
      width: 100%;
      margin-bottom: 1rem; }
    .account-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.6rem; }
      .account-menu li {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .account-menu a {
        border: none;
        padding: 0.5rem 0.8rem;
        border-radius: .3rem;
        font-size: 0.8rem;
        background: #fff;
        color: #4E4E4E; }
        .account-menu a:hover, .account-menu a.current {
          background: #1F4B9A;
          color: #fff; }
        .account-menu a svg {
          display: none; }
    .account-user {
      display: none; }
    .account-main {
      width: 100%;
      height: auto; }
    .account-tab {
      padding: 0;
      height: auto; }
    .account-info__left {
      width: 48%; }
    .account-info__right {
      width: 48%; }
    .account-info .customSelect__option {
      color: #a7a7a7; }
    .account-fav__list .product-item {
      width: calc(33.3333% - .66666rem);
      padding-left: 1rem;
      padding-right: 1rem; }
    .account-order__tab {
      display: block; }
    .account-order__nav {
      display: none; }

  .order__title {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 0.9rem; }
  .order-actual .pagination__more, .order-history .pagination__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .order-history {
    margin-top: 1.5rem;
    padding-top: 1.2rem;
    border-top: 1px solid #dcdcdc; }

  .pharmacy-wrap {
    display: block;
    height: auto; }
  .pharmacy-info {
    width: 100%;
    padding: 0;
    background: #f5f7fa;
    margin-bottom: 1.2rem; }
    .pharmacy-info .pagination {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .pharmacy-list {
    padding: 0;
    margin-bottom: 1.2rem; }
    .pharmacy-list__item {
      border-bottom: none;
      padding: 1rem;
      border-radius: .25rem;
      background: #fff; }
  .pharmacy-map {
    width: 100%;
    height: 20rem; }

  .catalog-alphabet__list {
    margin-bottom: 0; }
    .catalog-alphabet__list li {
      margin-bottom: 0.3rem; }
  .catalog-columns {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 3rem;
            column-gap: 3rem; }
  .catalog-list {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 3rem;
            column-gap: 3rem;
    display: block;
    max-height: none; }
    .catalog-list li {
      margin-right: 0; }

  .about {
    background: transparent;
    padding-bottom: 0;
    margin-bottom: 0; }
    .about-back {
      display: block;
      padding: 1.2rem 4rem 2.2rem;
      background: #fff; }
      .about-back a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .about-back a img {
          margin-right: 0.3rem; }
    .about__title {
      display: none; }
    .about .container {
      background: #f5f7fa;
      border-radius: 1rem 1rem 0 0;
      margin-top: -1rem;
      padding-top: 1.2rem; }
    .about-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .about-side {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: auto;
      gap: 0.6rem;
      margin-bottom: 1.2rem;
      position: static; }
      .about-side::-webkit-scrollbar {
        display: none; }
      .about-side li {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .about-side a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0.5rem 0.8rem;
        border-radius: .3rem;
        font-size: 0.7rem;
        background: #fff;
        color: #4E4E4E;
        border: none; }
        .about-side a:hover, .about-side a.current {
          background: #1F4B9A;
          color: #fff; }
    .about-content {
      width: 100%; }
    .about-main__info {
      display: block; }
      .about-main__info .main-info__count {
        width: 100%;
        background: #fff;
        margin-bottom: 1.2rem;
        height: 10rem;
        padding-left: 2rem; }
    .about-numbers {
      background: #fff; }
    .about-history__item {
      background: #fff;
      width: calc(50% - .75rem); }
    .about-order__list {
      gap: 1rem; }
    .about-order__item {
      background: #fff;
      padding: 1rem;
      width: calc(50% - .5rem); }
    .about-service {
      padding: 0; }
    .about-instruct__img img.desk {
      display: none; }
    .about-instruct__img img.mob {
      display: block; }
    .about-faq {
      padding: 0; }
    .about-contact {
      min-height: 20rem; }
      .about-contact__info, .about-contact__map {
        padding: 0; }

  .footer {
    margin-top: 2rem;
    padding-bottom: 6rem; }
    .footer-wrap {
      padding: 1.2rem 0 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .footer-col {
      margin-bottom: 1.2rem;
      max-width: none; }
      .footer-col:nth-child(1) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .footer-col:nth-child(4) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
    .footer__title {
      font-size: 0.9rem;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer__title::after {
        width: .6rem;
        height: 0.3rem;
        background: url(../img/icons/chevron-down.svg) center center no-repeat;
        background-size: contain;
        content: ''; }
      .footer__title.active::after {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .footer-item {
      margin-bottom: 0.6rem; }
    .footer-menu {
      margin-top: 0.6rem;
      display: none; }
      .footer-menu li {
        margin-bottom: 0.6rem; }
        .footer-menu li:last-child {
          margin-bottom: 0; }
    .footer-desc {
      display: none; }
    .footer-mobile {
      position: fixed;
      bottom: 0;
      left: 0;
      top: auto;
      width: 100%;
      height: 100%;
      z-index: 7;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 5.5rem; }
      .footer-mobile li {
        width: 25%; }
        .footer-mobile li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          color: #a7a7a7;
          padding: 1.5rem 0;
          width: 100%;
          position: relative;
          border-top: 1px solid #a7a7a7; }
          .footer-mobile li a svg {
            width: 1.2rem;
            margin-bottom: 0.2rem; }
          .footer-mobile li a span {
            font-size: 0.8rem; }
          .footer-mobile li a.current {
            color: #1F4B9A;
            border-color: #1F4B9A; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 18px; }

  .container {
    padding: 0 1rem; }

  .popup-head {
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .page-breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem; }
  .page-title {
    padding-left: 1rem;
    padding-right: 1rem; }
    .page-title span {
      display: none; }
  .page-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    margin-left: -1rem;
    width: 100vw;
    padding: 0 1rem;
    gap: 0.6rem; }
    .page-nav::-webkit-scrollbar {
      display: none; }
    .page-nav li {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .page-nav li a, .page-nav li button {
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem; }

  .pagination {
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .pagination__more {
      margin-bottom: 0.8rem;
      height: 2rem;
      width: 100%;
      margin-right: 0; }

  .login-content {
    padding: 5.5rem 1.2rem 1.2rem; }

  .search-input input {
    font-size: 0.9rem;
    height: 2rem; }

  .basket-content {
    padding: 6rem 1.2rem 0; }
  .basket-item {
    position: relative;
    display: block;
    padding: 1.1rem 3.3rem 1.1rem 6.5rem; }
    .basket-item__img {
      position: absolute;
      left: 0.6rem;
      top: 0.6rem;
      width: 5.3rem;
      height: 5.3rem; }
    .basket-item__close {
      position: absolute;
      right: 1rem;
      top: 1rem;
      padding: 0; }
      .basket-item__close img {
        width: 0.4rem; }
    .basket-item__left {
      width: 100%; }
    .basket-item__price {
      font-size: 1rem; }
    .basket-item__right {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .basket-item__price {
      margin: 0.6rem 0; }
  .basket-total {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.1rem; }
    .basket-total span {
      font-size: 1.3rem; }
  .basket-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .basket-done {
    width: 100%;
    margin-bottom: 0.5rem;
    height: 2rem; }
  .basket-back {
    font-size: 0.8rem; }

  .header-search {
    width: 100%; }
    .header-search__result {
      width: 100vw;
      right: -1rem;
      left: auto;
      border: none;
      border-radius: 0;
      height: calc(100vh - 9rem);
      overflow: auto;
      top: 2.4rem; }
      .header-search__result ul {
        padding: 0 1rem; }
        .header-search__result ul li {
          border-bottom: 1px solid #a7a7a7; }
  .header-wrap {
    width: 100%; }

  .main-info {
    grid-gap: 1rem; }
    .main-info__item {
      width: calc(50% - .5rem); }
  .main-cards {
    width: calc(100% - 2rem);
    gap: .6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .main-card {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.6rem 1.2rem;
    position: relative;
    height: 3rem; }
    .main-card::after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: .6rem;
      width: 0.5rem;
      height: 0.5rem;
      background: url(../img/icons/chevron-right.svg) center center no-repeat;
      background-size: contain;
      content: ''; }
    .main-card__text {
      text-align: left;
        margin-bottom: 0; }
    .main-card__btn {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .main-card__title {
      margin-bottom: 0;
      font-size: 0.7rem; }
  .main-slider__item {
    height: 10rem; }
  .main-slider__img img {
    -o-object-position: 70% center;
       object-position: 70% center; }
  .main-slider__content {
    max-width: 11rem; }

  .popular-head {
    max-width: 100vw;
    left: -1rem;
    padding: 0 1rem; }

  .brands-list {
    grid-gap: 1rem; }
     .brands-list a {
        width: calc(50% - .5rem); }

  .products-wrap {
    padding-top: 1.5rem; }
  .products-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem; }
    .products-list .product-item {
      width: calc(50% - .5rem); }
  .products-tag .products-list .product-item {
    width: calc(50% - .5rem); }

  .product-main__wrap {
    display: block; }
  .product-head {
    margin-bottom: 0;
    overflow: auto;
    width: 100vw;
    padding: 0 1rem;
    margin-left: -1rem;
    margin-bottom: 1rem; }
    .product-head::-webkit-scrollbar {
      display: none; }
    .product-head li {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .product__img {
    width: 100%;
    margin-bottom: 1.2rem; }
  .product-info {
    width: 100%; }
  .product-prop {
    padding-bottom: 1.5rem; }
    .product-prop__wrap {
      border: none;
      padding: 0; }
    .product-prop__table {
      padding: 1.5rem 0.5rem; }
    .product-prop__name {
      width: 55%; }
  .product-warn__wrap {
    padding: 1rem; }
  .product-reviews__side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem; }
  .product-reviews__card {
    width: 100%;
    padding: 1.2rem 2rem; }

  .reviews-item__wrap:nth-child(2) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 1rem; }
  .reviews-popup {
    padding-top: 6rem; }
    .reviews-popup__wrap {
      display: block; }
    .reviews-popup__message {
      margin: 1.2rem 0; }
    .reviews-popup__input {
      width: 100%;
      margin-bottom: .8rem; }
    .reviews-popup__btns .btn {
      width: 100%; }
      .reviews-popup__btns .btn-white {
        margin-bottom: .5rem; }
    .reviews-popup__login {
      width: 100%;
      font-size: 0.9rem;
      height: 2.2rem; }
  .reviews-btns {
    display: block; }
    .reviews-btns .btn {
      width: 100%; }
      .reviews-btns .btn-blue {
        margin-top: 0.5rem;
        margin-left: 0; }
  .reviews-nots {
    right: 1rem; }

  .filter {
    padding-top: 5.7rem; }
    .filter-price__inputs input {
      width: 30%; }

  .payment {
    padding: 1.2rem 0 6rem; }
    .payment__title {
      margin-bottom: 1.2rem; }
    .payment-items .btn {
      width: 100%; }
    .payment-items__col {
      margin-bottom: 1.2rem; }
    .payment-item {
      margin-bottom: 1.2rem; }
      .payment-item__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0; }
        .payment-item__title::after {
          width: .6rem;
          height: 0.6rem;
          background: url(../img/icons/chevron-down.svg) center center no-repeat;
          background-size: contain;
          content: '';
          -webkit-filter: invert(100%);
                  filter: invert(100%); }
        .payment-item__title.active::after {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .payment-item__list {
        display: none;
        margin-top: 0.75rem; }
        .payment-item__list li {
          font-size: 0.8rem;
          padding-bottom: 0.7rem;
          margin-bottom: 0.7rem; }
    .payment-steps {
      padding-top: 1.5rem;
      border-top: 1px solid #dcdcdc; }
    .payment-step {
      border: none;
      background: #f5f7fa;
      padding: 1rem; }
      .payment-step__name {
        color: #4E4E4E; }
      .payment-step .btn {
        width: 100%; }
    .payment-location {
      background: #fff;
      display: block; }
      .payment-location__btn {
        display: none; }
      .payment-location__name {
        font-size: 0.7rem; }
    .payment-delivery {
      gap: .5rem; }
      .payment-delivery__item {
        width: 33.333%; }
      .payment-delivery__wrap {
        width: 100%; }
        .payment-delivery__wrap div {
          margin-bottom: 0; }
        .payment-delivery__wrap p {
          font-size: 0.5rem; }
    .payment-form__input input {
      width: 100%;
      height: 2rem;
      font-size: 0.9rem; }
    .payment-form__input a {
      margin-left: 0;
      display: inline-block;
      margin-top: 0.2rem; }
    .payment-types {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .payment-types .payment-delivery__item {
        width: calc(50% - .25rem); }
    .payment-self__content {
      width: 90%;
      margin-top: -3rem; }

  .account-head {
    padding-left: 1rem;
    padding-right: 1rem; }
  .account .container {
    min-height: 15rem; }
  .account-menu {
    margin-left: -1rem;
    padding: 0 1rem;
    width: 100vw;
    overflow: auto; }
    .account-menu::-webkit-scrollbar {
      display: none; }
  .account__title {
    display: none; }
  .account-card {
    width: 15rem;
    margin-bottom: 1.2rem; }
  .account-info {
    display: block; }
    .account-info__left {
      width: 100%;
      margin-bottom: 1.2rem; }
    .account-info__right {
      width: 100%; }
    .account-info__name {
      font-size: 0.9rem; }
    .account-info__list li {
      font-size: 0.8rem; }
    .account-info__input input {
      height: 2.1rem;
      font-size: 0.9rem; }
  .account-fav__list .product-item {
    width: calc(50% - .5rem); }

  .pharmacy {
    margin-bottom: -2rem; }
    .pharmacy-main {
      padding-top: 1.2rem; }
    .pharmacy-map {
      margin-left: -1rem;
      width: 100vw; }

  .catalog-main {
    padding-top: 1.2rem; }
  .catalog-alphabet__list li {
    margin-bottom: 0.3rem; }
  .catalog-alphabet__list a {
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.8rem; }
  .catalog-columns {
    -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-columns: 1;
            columns: 1;
    font-size: 0.8rem; }
  .catalog-list {
    -webkit-column-gap: 0;
            column-gap: 0;
    -webkit-columns: 1;
            columns: 1;
    font-size: 0.8rem; }
  .catalog .pagination__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 1rem; }

  .order-cancel__content {
    width: 90%;
    margin-top: -3rem; }
  .order-item__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .order-item__cancel {
    margin-right: 0;
    margin-bottom: 0.2rem; }
  .order-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.2rem; }
    .order-more__item {
      width: 100%; }
      .order-more__item:nth-child(2n) {
        width: 100%; }
      .order-more__item:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .order-more__item:nth-child(2) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .order-more__item:nth-child(3) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .order-more__item:nth-child(4) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
  .order-list .payment-item__list {
    display: block; }
  .order-address, .order-number__list, .order-number__text, .order-quest__text {
    font-size: 0.8rem; }
  .order-number__total {
    font-size: 1rem; }
  .order-quest {
    padding: 0.5rem; }

  .about-back {
    padding-left: 1rem;
    padding-right: 1rem; }
  .about-side {
    margin-left: -1rem;
    width: 100vw;
    padding: 0 1rem; }
  .about__banner {
    margin-bottom: 1.2rem; }
    .about__banner img {
      min-height: 9rem;
      -o-object-fit: cover;
         object-fit: cover; }
  .about__text {
    font-size: 0.8rem; }
  .about-main__info {
    background: #fff;
    margin-left: -1rem;
    padding: 1rem;
    width: 100vw; }
    .about-main__info .main-info__count {
      background: #f5f7fa;
      padding-top: 1rem;
      padding-left: 1rem; }
  .about-numbers {
    padding: 1rem;
    background: #f5f7fa;
    display: block; }
    .about-numbers__wrap:nth-child(1), .about-numbers__wrap:nth-child(2) {
      width: 100%; }
  .about-history {
    background: #fff;
    margin-left: -1rem;
    width: 100vw;
    padding: 1rem 1rem 2rem;
    margin-bottom: -2rem; }
    .about-history__list {
      gap: 1rem; }
    .about-history__item {
      background: #f5f7fa;
      padding: 1rem;
      width: calc(50% - .5rem);
      height: auto; }
  .about-order__warn {
    padding: 1rem;
    font-size: 0.8rem; }
  .about-order__bg {
    background: #fff;
    margin-left: -1rem;
    width: 100vw;
    padding: 1rem 1rem 2rem;
    margin-bottom: -2rem; }
  .about-order__item {
    width: 100%;
    background: #f5f7fa; }
  .about-service__certs {
    padding: 1rem 1rem 2rem;
    margin-left: -1rem;
    width: 100vw;
    margin-bottom: -2rem;
    background: #fff;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto; }
    .about-service__certs::-webkit-scrollbar {
      display: none; }
    .about-service__certs img {
      width: 8.5rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .about-instruct__head {
    margin-bottom: 1.2rem; }
  .about-instruct__wrap {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .about-instruct__wrap::before, .about-instruct__wrap::after {
      content: none; }
  .about-instruct__img {
    margin-top: 1.2rem;
    margin-bottom: 0; }
  .about-contact {
    display: block; }
    .about-contact__info {
      width: 100%;
      padding-bottom: 1rem; }
    .about-contact__title {
      margin-bottom: 1rem; }
    .about-contact__map {
      padding: 1rem 1rem 2rem;
      margin-bottom: -2rem;
      border-radius: 0;
      margin-left: -1rem;
      width: 100vw;
      background: #fff; }

  .footer {
    padding-bottom: 5rem; }
    .footer-mobile {
      height: 4.5rem; }
      .footer-mobile li a {
        padding: 1rem 0; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 17px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 14px; } }

/*# sourceMappingURL=main.css.map */
