@media (max-width: 991px) {
  /* COMMON START */
  .section--lines {
    background: url('../img/lines-bg.png') repeat 0% 0%/45.625rem;
  }
  .page__title {
    margin-bottom: 1.5rem;
  }
  .page__title ul {
    margin-bottom: 1.375rem;
  }
  .page__title ul li {
    font-size: 0.75rem;
  }
  .page__title ul li:not(:first-child)::before {
    margin: 0 0.25rem;
  }
  .page__title .title {
    margin-bottom: 1.5rem;
  }
  .page__title h5 {
    font-size: 0.75rem;
    /* COMMON END */
    /* HEADER START */
  }
  header {
    position: fixed;
  }
  header .navbar__top {
    height: 2.6875rem;
    background: var(--c-navy);
  }
  header .navbar__top .navbar-logo {
    position: relative;
    width: 7.875rem;
    z-index: 10;
  }
  header .navbar__top .navbar-nav .nav-item {
    margin: 0 0 1.5rem;
  }
  header .navbar__top .navbar-nav .nav-item:last-child {
    margin: 0;
  }
  header .navbar__top .navbar-nav .nav-link {
    font-size: 1rem;
  }
  header .navbar__top .navbar-profile {
    margin-right: 2.0625rem;
    width: 1.125rem;
    height: 1.125rem;
    z-index: 10;
  }
  header .navbar__top .navbar-toggler {
    position: relative;
    padding: 0;
    width: 0.75rem;
    height: 0.625rem;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    border: 0;
    outline: 0;
    z-index: 10;
  }
  header .navbar__top .navbar-toggler i {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 0.0625rem;
    background: #fff;
    border-radius: 1rem;
    transition: 0.3s;
  }
  header .navbar__top .navbar-toggler i:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .navbar__top .navbar-toggler i:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .navbar__top .navbar-toggler i:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .navbar__top .navbar-toggler.collapsed i:nth-child(1) {
    top: 0%;
    transform: translate(-50%, 0%);
  }
  header .navbar__top .navbar-toggler.collapsed i:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header .navbar__top .navbar-toggler.collapsed i:nth-child(3) {
    top: 100%;
    transform: translate(-50%, -100%);
  }
  header .navbar__top .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--c-navy);
    z-index: 1;
  }
  header .navbar__top .navbar-collapse .navbar-inner {
    padding: 5.375rem 0 0;
    height: 100vh;
    height: 100svh;
  }
  header .navbar__top .navbar-collapse .navbar-inner .navbar-nav {
    flex-direction: column;
    align-items: center;
  }
  header .navbar__bot form {
    height: 2.6875rem;
  }
  header .navbar__bot form .form-group {
    margin-right: auto;
    width: 17.75rem;
  }
  header .navbar__bot form .form-group input {
    padding: 0 2rem 0 0.5625rem;
    height: 1.8125rem;
    font-size: 1rem;
  }
  header .navbar__bot form .form-group i {
    right: 0.625rem;
    width: 1.125rem;
    height: 1.125rem;
  }
  header .navbar__bot form .btn {
    width: 1.875rem;
    height: 1.875rem;
  }
  header .navbar__bot form .btn i {
    top: 50%;
    left: 50%;
    right: auto;
    width: 0.875rem;
    height: 0.875rem;
    transform: translate(-50%, -50%);
    /* HEADER END */
    /* KV START */
  }
  .kv .kv__slider .slick-arrow {
    width: 1.625rem;
    height: 1.625rem;
  }
  .kv .kv__slider .slick-arrow::before, .kv .kv__slider .slick-arrow::after {
    background-size: 0.375rem;
  }
  .kv .kv__slider .slick-arrow.slick-prev {
    right: 3rem;
  }
  .kv .kv__slider .slick-arrow.slick-next {
    right: 0.9375rem;
  }
  .kv .kv__slider .slick-dots {
    bottom: 1.625rem;
  }
  .kv .kv__slider .slick-dots li {
    margin: 0 0.625rem;
  }
  .kv .kv__slider .slick-dots li button {
    width: 0.5rem;
    height: 0.5rem;
  }
  .kv .kv__slide {
    padding: 2.25rem 0 0;
    height: 22.0625rem;
  }
  .kv .kv__slide h2 {
    margin-bottom: 0.5625rem;
    width: 14.25rem;
    font-size: 1.5rem;
  }
  .kv .kv__slide p {
    width: 14.25rem;
    font-size: 1rem;
    /* KV END */
    /* DIRECTIONS START */
  }
  .directions {
    padding: 1.6875rem 0 3rem;
  }
  .directions::before {
    bottom: -21.4375rem;
    width: 8.0625rem;
    height: 87rem;
    background-image: url('../img/directions-bg-left-mob.png');
  }
  .directions::after {
    display: none;
  }
  .directions .directions__list {
    margin-bottom: -0.375rem;
    padding: 0 0.9375rem;
  }
  .directions .directions__list [class*="col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .directions .directions__list .row {
    padding: 0 0.75rem;
  }
  .directions .directions__block {
    margin-bottom: 0.375rem;
  }
  .directions .directions__block.big {
    height: 11.6875rem;
  }
  .directions .directions__block.tall {
    height: 11.6875rem;
  }
  .directions .directions__block.small {
    height: 6.5rem;
  }
  .directions .directions__block p {
    font-size: 0.625rem;
  }
  .directions .directions__block.big h3 {
    font-size: 10.8125rem;
  }
  .directions .directions__block.tall h3 {
    font-size: 5.875rem;
  }
  .directions .directions__block.small h3 {
    font-size: 5.875rem;
  }
  .directions .directions__block.big.top.left h3 {
    bottom: -2.75rem;
    left: -0.5rem;
  }
  .directions .directions__block.small.mid.right h3 {
    bottom: -1.625rem;
    right: -0.5rem;
  }
  .directions .directions__block.tall.center.right h3 {
    bottom: -1.5625rem;
    right: -0.5rem;
  }
  .directions .directions__block.small.bot.left h3 {
    bottom: -1.625rem;
    left: -0.625rem;
  }
  .directions .directions__block.big.top p {
    top: 1.6875rem;
    left: 1.5rem;
  }
  .directions .directions__block.small.mid p {
    top: 6.25rem;
    left: 3.625rem;
  }
  .directions .directions__block.tall.center p {
    top: 5.625rem;
    left: 1.625rem;
  }
  .directions .directions__block.small.bot p {
    bottom: 0.875rem;
    left: 6.75rem;
    /* DIRECTIONS END */
    /* BRENDS START */
  }
  .brends {
    padding: 2.1875rem 0 3rem;
  }
  .brends .title {
    margin-bottom: 1.25rem;
  }
  .brends p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
  .brends ul {
    margin: -0.25rem;
  }
  .brends ul li {
    margin: 0.25rem;
  }
  .brends ul li a {
    width: 6.5rem;
    height: 2.625rem;
    /* BRENDS END */
    /* CATALOG START */
  }
  .catalog {
    padding: 0 0 3.125rem;
  }
  .catalog [class*="col-"] {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .catalog--first {
    padding-top: 2.8125rem;
  }
  .catalog__list {
    margin: 0 -0.625rem -0.5rem;
  }
  .catalog__block {
    margin-bottom: 0.5rem;
  }
  .catalog__block .catalog__img {
    height: 6.125rem;
  }
  .catalog__block .catalog__text {
    padding: 0.75rem 0.75rem 0.875rem;
  }
  .catalog__block .catalog__text h3 {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.625rem;
    border-bottom-width: 0.1875rem;
  }
  .catalog__block .catalog__text img {
    margin-bottom: 1.25rem;
    width: 3.5rem;
  }
  .catalog__block .catalog__text .catalog__text--bot .btn {
    padding-right: 1rem;
    padding-bottom: 0.125rem;
    width: 5.3125rem;
    font-size: 0.625rem;
  }
  .catalog__block .catalog__text .catalog__text--bot .btn .ico {
    right: 0.5rem;
    width: 0.625rem;
    height: 0.4375rem;
  }
  .catalog__block .catalog__text .catalog__text--bot .btn_ico {
    margin-right: 0.375rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 0.125rem;
    /* CATALOG END */
    /* FOOTER START */
  }
  footer {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.3125rem 0.9375rem 5.9375rem;
    height: auto;
    background-image: url('../img/footer-bg-mob.png');
  }
  footer .mob {
    width: 100%;
  }
  footer .footer__meta--logo {
    display: block;
    margin-bottom: 3.375rem;
    width: 9.625rem;
  }
  footer .footer__meta--logo img {
    display: block;
    width: 100%;
  }
  footer .footer__meta.mob {
    margin-right: 0;
  }
  footer .footer__meta.mob [class*='--phone'] {
    margin-bottom: 1.125rem;
    font-size: 2.625rem;
  }
  footer .footer__meta.mob .btn {
    margin-bottom: 1.875rem;
    padding-left: 2.25rem;
    width: 20.625rem;
    height: 3.25rem;
    font-size: 1rem;
  }
  footer .footer__meta.mob .btn .ico {
    left: 3.25rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  footer .footer__meta.mob [class*='--mail'] {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  footer .footer__meta.mob p {
    font-size: 1.5rem;
  }
  footer .footer__menu {
    margin: 0 0 1.875rem;
    width: 8rem;
  }
  footer .footer__menu h3 {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
  footer .footer__menu ul li {
    margin-bottom: 0.5rem;
  }
  footer .footer__menu ul li a {
    font-size: 1rem;
    /* FOOTER END */
    /* ABOUT START */
  }
  .about {
    padding: 3.125rem 0 2.75rem;
  }
  .about h2 {
    margin-bottom: 1.375rem;
    font-size: 0.75rem;
  }
  .about .title {
    margin-bottom: 1.25rem;
  }
  .about p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
  .about--delivery {
    padding: 1.875rem 0 2.75rem;
    /* ABOUT END */
    /* DELIVERY START */
  }
  .delivery {
    padding: 1.75rem 0 3.5rem;
  }
  .delivery .delivery__list {
    margin-bottom: 2.75rem;
  }
  .delivery .delivery__list > div {
    margin-bottom: 2.75rem;
  }
  .delivery .delivery__list > div:last-child {
    margin-bottom: 0;
  }
  .delivery .delivery__list picture {
    margin-bottom: 1.5625rem;
    height: 13.75rem;
  }
  .delivery .delivery__list p {
    font-size: 1rem;
  }
  .delivery .delivery__about .title {
    margin-bottom: 1.125rem;
  }
  .delivery .delivery__about p {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    /* DELIVERY END */
    /* CONTACTS START */
  }
  .contacts {
    padding: 1.875rem 0 3.125rem;
  }
  .contacts h2 {
    margin-bottom: 1.375rem;
    font-size: 0.75rem;
  }
  .contacts .title {
    margin-bottom: 1.25rem;
  }
  .contacts .contacts__info {
    margin-bottom: 1rem;
    padding: 2.3125rem 2.3125rem 2rem 1.875rem;
    height: auto;
  }
  .contacts .contacts__info::before {
    display: none;
  }
  .contacts .contacts__info ul {
    margin-bottom: 0;
  }
  .contacts .contacts__info ul li {
    margin-bottom: 1.75rem;
  }
  .contacts .contacts__info ul li img {
    margin-right: 2.375rem;
    width: 1rem;
  }
  .contacts .contacts__info ul li p {
    font-size: 1rem;
  }
  .contacts .contacts__info .contacts__info-text {
    display: none;
  }
  .contacts .contacts__map {
    height: 15.25rem;
    border-width: 0.75rem;
    /* CONTACTS END */
    /* FAQ START */
  }
  .faq {
    padding: 1.875rem 0 3.125rem;
  }
  .faq .title {
    margin-bottom: 1.5rem;
  }
  .faq .faq__list {
    padding: 1.25rem 1.125rem 3.125rem 1.625rem;
  }
  .faq .faq__block {
    margin-bottom: 2.875rem;
  }
  .faq .faq__block h3 {
    font-size: 1rem;
    line-height: 1;
  }
  .faq .faq__block h3::before {
    height: 0.6875rem;
  }
  .faq .faq__btn {
    padding: 0.5rem 0;
    font-size: 1rem;
  }
  .faq .faq__collapse {
    padding-bottom: 1.5rem;
  }
  .faq .faq__collapse p {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    /* FAQ END */
    /* OS START */
  }
  .os {
    padding: 1.875rem 0 3.125rem;
  }
  .os .title {
    margin-bottom: 1.25rem;
  }
  .os .os__form {
    padding: 1.875rem 2.5rem 3.75rem 2.125rem;
  }
  .form-wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0.3125rem;
  }
  .form-wrap .form-group {
    margin-bottom: 1.25rem;
  }
  .form-wrap .width--small {
    width: 100%;
  }
  .form-wrap .width--medium {
    width: 100%;
  }
  .form-group {
    margin-bottom: 1.25rem;
  }
  .form-control {
    padding: 0 0.5rem;
    height: 1.875rem;
    font-size: 1rem;
  }
  .form-selector .select2-selection {
    padding: 0 0.5rem;
    height: 1.875rem;
    font-size: 1rem;
  }
  .form-selector .select2-selection .select2-selection__arrow {
    right: 0.5rem;
    width: 1.25rem;
    height: 0.625rem;
  }
  .form-selector .select2-dropdown .select2-results__option {
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
  }
  textarea.form-control {
    padding: 0.5rem;
    height: 11.25rem;
  }
  .os .btn {
    width: 100%;
    height: 2.6875rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
    /* OS END */
    /* MODAL START */
  }
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
    max-width: 15.8125rem;
  }
  .modal-close {
    top: 1.25rem;
    right: 1.125rem;
    width: 1.375rem;
    height: 1.375rem;
  }
  .modal-body {
    padding: 3.625rem 2.875rem 3.125rem;
  }
  .modal__title {
    margin-bottom: 1.75rem;
    font-size: 1.5rem;
  }
  .modal__text {
    margin-bottom: 1rem;
    font-size: 1rem;
    /* MODAL END */
    /* ASSORTMENT START */
  }
  .assortment {
    padding: 1.875rem 0 3.125rem;
  }
  .assortment .title {
    margin-bottom: 1.625rem;
  }
  .assortment .assortment__wrap {
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.875rem 1.875rem 4.25rem 2.0625rem;
  }
  .assortment .assortment__cont {
    width: 100%;
  }
  .assortment .assortment__block {
    margin-bottom: 1rem;
  }
  .assortment .assortment__block h3 {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1;
  }
  .assortment .assortment__block h3::before {
    left: -0.625rem;
    width: 0.6875rem;
    height: 0.6875rem;
  }
  .assortment .assortment__block ul li {
    display: flex;
  }
  .assortment .assortment__block ul li a {
    font-size: 1rem;
    line-height: 1;
  }
  .assortment .assortment__block ul li a::before {
    top: 0.1875rem;
    margin-right: 0.375rem;
    width: 0.625rem;
    height: 0.625rem;
  }
  .assortment .assortment__block ul li a::after {
    display: none;
    /* ASSORTMENT END */
    /* PRODUCTS START */
  }
  .products {
    padding: 1.875rem 0 3.125rem;
  }
  .products .page__title {
    margin-bottom: 1.5rem;
  }
  .products .page__title .breadcrumbs {
    margin-bottom: 1.375rem;
  }
  .products .page__title .title {
    margin-bottom: 1.5rem;
  }
  .products .products__menu-wrap {
    position: relative;
  }
  .products .products__menu--btn {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
    padding: 1.125rem;
    height: 2.9375rem;
    background: #fff;
  }
  .products .products__menu--btn p {
    margin: 0;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  .products .products__menu--btn p:first-child {
    margin-right: 4rem;
  }
  .products .products__menu {
    position: absolute;
    top: 3.625rem;
    left: 0;
    padding: 1.5625rem;
    transform: translate(-110%, 0);
    transition: 0.3s;
    z-index: 1;
  }
  .products .products__menu.active {
    transform: translate(0, 0);
  }
  .products .products__menu .products__menu--close {
    position: absolute;
    top: 1.375rem;
    right: 1.375rem;
    width: 1.375rem;
    height: 1.375rem;
    background: url('../img/svg/close-navy.svg') no-repeat 50%/contain;
    z-index: 1;
  }
  .products .products__menu > div {
    margin-bottom: 1.5625rem;
  }
  .products .products__menu h3 {
    margin-bottom: 1.125rem;
    font-size: 1rem;
  }
  .products .products__menu .products__menu-filter label p {
    font-size: 1.125rem;
  }
  .products .products__menu .price-slider {
    height: 1rem;
  }
  .products .products__menu .price-slider .price-slider__values {
    margin-top: 0.375rem;
  }
  .products .products__menu .price-slider .price-slider__values .price-value {
    font-size: 0.875rem;
  }
  .products .products__menu .price-slider .irs--flat .irs .irs-line {
    height: 0.3125rem;
  }
  .products .products__menu .price-slider .irs--flat .irs-bar {
    height: 0.3125rem;
  }
  .products .products__menu .price-slider .irs--flat .irs-handle {
    width: 1rem;
    height: 1rem;
  }
  .products .products__catalog .catalog {
    padding: 0 0 3.4375rem;
  }
  .products .products__paginator {
    margin-left: -0.9375rem;
    width: 100vw;
  }
  .products .products__paginator .paginator--arrow {
    flex-shrink: 0;
    width: 0.625rem;
    height: 1rem;
  }
  .products .products__paginator ul {
    margin: 0 auto;
  }
  .products .products__paginator ul li {
    margin: 0 0.625rem;
  }
  .products .products__paginator ul li a, .products .products__paginator ul li p {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.25rem;
    /* PRODUCTS END */
    /* PRODUCT-CARD START */
  }
  .product-card {
    padding: 1.875rem 0 3.125rem;
  }
  .product-card .product-card__kv {
    margin-bottom: 1.75rem;
  }
  .product-card .product-card__sliders {
    margin-bottom: 1.375rem;
  }
  .product-card .product-card__sliders-main {
    width: 15.3125rem;
    height: 13.5rem;
  }
  .product-card .product-card__sliders-add {
    width: 4.6875rem;
  }
  .product-card .product-card__sliders-add .slick-slide {
    margin-bottom: 0.5rem;
    width: 4.6875rem;
    height: 4.125rem;
  }
  .product-card .product-card__info {
    padding: 2rem 1.25rem 1.875rem 1.375rem;
    height: auto;
  }
  .product-card .product-card__info h3 {
    font-size: 1rem;
  }
  .product-card .product-card__info .head {
    align-items: flex-start;
    position: relative;
    margin-bottom: 1rem;
  }
  .product-card .product-card__info .head .like {
    position: absolute;
    top: -0.25rem;
    right: 0;
  }
  .product-card .product-card__info .productions {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
  }
  .product-card .product-card__info .productions img {
    margin: 0.3125rem 0 0;
    width: 8.375rem;
  }
  .product-card .product-card__info h4 {
    font-size: 1rem;
    border-bottom-width: 0.1875rem;
  }
  .product-card .product-card__info ul li {
    margin-bottom: 0.5rem;
  }
  .product-card .product-card__info .btn {
    padding: 0 1.375rem;
    width: 100%;
    height: 2.6875rem;
    border-radius: 0.3125rem;
  }
  .product-card .product-card__description {
    margin-bottom: 2.375rem;
  }
  .product-card .product-card__description h3 {
    margin-bottom: 1.375rem;
    font-size: 1rem;
  }
  .product-card .product-card__description blockquote {
    padding: 1.6875rem 1.25rem 2.375rem 1.6875rem;
    height: auto;
    font-size: 1rem;
  }
  .product-card .product-card__prices h3 {
    margin-bottom: 1.375rem;
    font-size: 1rem;
  }
  .product-card .product-card__prices blockquote {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.3125rem 1.375rem 1.6875rem 1.1875rem;
    height: auto;
  }
  .product-card .product-card__prices blockquote ul {
    margin-bottom: 2.1875rem;
  }
  .product-card .product-card__prices blockquote .btn {
    justify-content: center;
    padding: 0 1.375rem;
    width: 100%;
    height: 2.6875rem;
    border-radius: 0.3125rem;
  }
  .product-card.product-card .catalog {
    padding-top: 2.3125rem;
    /* PRODUCT-CARD END */
    /* TABLE START */
  }
  .page-table {
    padding: 1.875rem 0 3.125rem;
  }
  .page-table .page__title {
    margin-bottom: 1.25rem;
  }
  .page-table .page__title .title {
    margin-bottom: 1.25rem;
  }
  .page-table .page__title .btn {
    justify-content: center;
    padding: 0 2rem 0 0;
    width: 100%;
    height: 2.6875rem;
    border-radius: 0.3125rem;
  }
  .page-table .page__title .btn i {
    width: 1.125rem;
    height: 1.125rem;
  }
  .table {
    margin-bottom: 2.1875rem;
    padding: 0;
    background: rgba(0, 0, 0, 0);
  }
  .table .table__body ul {
    flex-wrap: wrap;
    margin: 0 0 1.25rem;
    padding: 2.5625rem 1.3125rem 1.8125rem 1.625rem;
    background: #fff;
    border: 0;
  }
  .table .table__body ul:last-child {
    margin-bottom: 0;
  }
  .table .table__body ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
  }
  .table .table__body ul li:nth-child(1), .table .table__body ul li:nth-child(2), .table .table__body ul li:nth-child(3), .table .table__body ul li:nth-child(4), .table .table__body ul li:nth-child(5) {
    width: 100%;
  }
  .table .table__body ul li .left {
    display: inline-block;
    margin: 0;
    width: 9.375rem;
    font-size: 1rem;
    line-height: 0.75rem;
    text-transform: uppercase;
  }
  .table .table__body ul li .left b {
    font-weight: 600;
    background: var(--c-salad);
  }
  .table .table__body ul li p.right {
    font-size: 1rem;
  }
  .table .table__body ul li .btn {
    justify-content: flex-start;
    padding: 0 2rem;
    width: 100%;
    height: 2.6875rem;
    font-size: 1rem;
    text-transform: none;
    border-radius: 0.3125rem;
  }
  .table .table__body ul li .btn i {
    right: 7.75rem;
    width: 1.875rem;
    height: 1.875rem;
    /* TABLE END */
  }
}
