﻿@media (min-width: 420px) {
  .header {
    padding: 5px 0;
  }
  .header__middle-block__logo {
    width: auto;
  }
  
}

@media (min-width: 360px) and (max-width: 770px) {
    .breadcrumb {margin-top: 20px;}
}

@media (min-width: 600px) {
  .g-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .header-call-btn {
    display: none;
  }
  .header__call-btn-desktop {
    display: block;
  }

  .header__right-block__item {
    margin-left: 17px;
  }

  .catr-text-save {
    flex: 1;
    padding-right: 20px;
    padding-bottom: 0;
  } 
   .sticker {
  	position: absolute;
	left: 7px;
	top: 7px;
  	padding: 4px 14px;
  	text-transform: uppercase;
  	z-index: 1;
  }
}

@media (min-width: 800px) {
  .g-text {
    font-size: 14px;
  }

  .header {
    box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .header .g-align-center {
    padding: 0 28px;
  }
  .header__mobile-search-btn {
    display: none;
  }
  .header__desktop-search {
    display: block;
    position: relative;
  }
  .header__desktop-search input[type="text"] {
    height: 35px;
    border: 1px solid #666;
    border-radius: 5px;
    width: 300px;
    color: #6c6b6b;
    font-size: 12px;
    padding: 0 70px 0 10px;
  }
  .header__desktop-search input[type="button"] {
    position: absolute;
    height: 35px;
    width: 35px;
    right: 0;
    top: 0;
    border: none;
    background: url("../images/svg/loupe_black.svg") center no-repeat;
    background-size: 22px;
    cursor: pointer;
  }
  .header__left-block__btn-menu-active--desktop {
    display: block;
  }
  .header__left-block__btn-menu-active--mob {
    display: none;
  }
  .header__left-block__current-city {
    margin-left: 30px;
    display: block;
  }
  .nav {
    display: block !important;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(126, 124, 124, 0.3);
    -moz-box-shadow: 0px 3px 5px rgba(126, 124, 124, 0.3);
    -webkit-box-shadow: 0px 3px 5px rgba(126, 124, 124, 0.3);
    position: relative;
    z-index: 2;
  }
  .nav__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .nav__main__item__link {
    display: block;
    padding: 8px 15px;
    color: #000;
  }
  .nav__main__item_brend > a {
    background-color: #db0830;
    text-transform: uppercase;
    color: #fff;
    font-family: Roboto Bold;
  }
  .nav__main__item:hover > .nav__main__item__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .nav__main__item__menu {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 10;
    border-top: 2px solid #d3cfcf;
    box-shadow: 2px 3px 4px rgba(44, 44, 44, 0.3);
    -moz-box-shadow: 2px 3px 4px rgba(44, 44, 44, 0.3);
    -webkit-box-shadow: 2px 3px 4px rgba(44, 44, 44, 0.3);
    padding: 20px 10px;
  }
  .nav__main__item__menu__item {
    padding: 2px 10px;
  }
  .nav__main__item__menu__item a {
    text-decoration: underline;
    color: #000;
  }
  .desctop-additional-nav-menu {
    display: none;
    width: 100%;
    left: 0;
    top: 55px;
    height: calc(100% - 55px);
    position: absolute;
    background-color: #f5f5f5;
    z-index: 98;
    box-shadow: 0px 3px 5px rgba(126, 124, 124, 0.3) inset;
    -moz-box-shadow: 0px 3px 5px rgba(126, 124, 124, 0.3) inset;
    -webkit-box-shadow: 0px 3px 5px rgba(126, 124, 124, 0.3) inset;
  }
  .desctop-additional-nav-menu__content {
    width: 100%;
    height: 100%;
  }
  .desctop-additional-nav-menu__content ul {
    width: 100%;
  }
  .desctop-additional-nav-menu__item a {
    display: block;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 3px 0;
  }
  .desctop-additional-nav-menu__item a:hover {
    color: #fff;
    background-color: #dc0a4e;
    padding: 5px 0;
    text-decoration: none;
  }

  .brands-block__content {
    width: 100%;
    max-width: 1200px;
  }

  .product-page__images {
    width: 40%;
    max-width: 450px;
  }
  .product-page__info {
    padding-left: 15px;
    padding-top: 0;
  }
  .product-page__info__title {
    text-align: left;
  }
  .product-page__info__brand {
    text-align: left;
    margin: 0px;
  }
  .product-page__info__price {
    justify-content: start;
  }
  .product-page__info__sku {
    margin-bottom: 10px;
  }

  .product-item__size__form {
    position: absolute;
    height: auto;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.3);
  }
  .product-item__size__form__flex {
    height: auto;
  }
  .product-item__size__form__content {
    height: auto;
  }
  .product-page__info__variants_quick-v-size {
    max-height: 250px;
  }
  .product-item__size__form__close {
    padding: 7px;
  }
  .product-item__size__form .product-page__info__buttons {
    padding-bottom: 0;
    border-bottom: none;
  }

  .product-page-variants__quantity input[type="text"] {
    pointer-events: auto;
  }

  .footer {
    border-top: 1px solid #d1cfcf;
    padding: 25px 0;
  }
  .footer__main {
    margin-top: 0;
    padding: 0;
    width: auto;
    max-width: 280px;
  }
  .footer__main__contacts {
    margin-top: 20px;
  }
  .footer__subscribe {
    width: 55%;
    max-width: 650px;
  }
}
@media (min-width: 990px) {
  .home-intro-slider__arrow {
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    bottom: 14vw;
    z-index: 1;
  }
  .home-intro-slider__arrow_prev {
    left: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  }
  .home-intro-slider__arrow_next {
    right: 5px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.3);
  }

  .page-title {
    text-align: left;
  }
  .category-page__brands-list {
    width: 220px;
    margin-right: 20px;
    background: #f1efef;
    padding: 15px 20px;
  }
  .category-page__brands-list__item {
    padding: 2px 0;
  }
  .category-page__brands-list__item a {
    text-decoration: none;
    color: #000;
  }
  .category-page__brands-list__item a:hover,
  .category-page__brands-list__item a.active {
    color: #db0830;
  }
  .category-page__subcategories {
    padding-bottom: 15px;
    border-bottom: 2px solid #f1efef;
  }
  .sort-menu__item {
    width: 180px;
  }
  .sort-menu__pop-up {
    left: 0;
    width: 360px;
  }

  .page-sidebar {
    display: block;
  }
  .page-left-block {
    width: calc(100% - 240px);
  }

  .footer__main {
    max-width: 100%;
    width: 40%;
  }
  .footer__main__contacts {
    margin-top: 0;
  }
  .footer__subscribe__share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__subscribe__share__title {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product-item_sfl-fix-width {
    width: 250px;
  }

  .product-page__images:not(.product-page__images--quick-view) {
    width: 570px;
    max-width: 570px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }

  product-page__images--quick-view .product-page__images__nav {
    margin-top: 20px;
    margin-right: 15px;
    position: relative;
  }
  .product-page__images__nav {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .product-page__images__nav__content {
    width: 120px;
    height: 490px;
  }
  .product-page__images__nav__content .swiper-slide-thumb-active img {
    border-color: #db0830;
  }
  .vertical-slider-arrow {
    width: 100%;
    height: 11px;
    background-image: url("../images/vertical-slider-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    cursor: pointer;
  }
  .vertical-slider-arrow_prev {
    top: 0px;
  }
  .vertical-slider-arrow_next {
    bottom: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .product-page__info {
    padding-left: 25px;
  }
  .product-page__info__price {
    margin-bottom: 20px;
  }
  .product-page__info__description {
    margin-top: 20px;
  }

  .category-page__brands-list {
    width: 280px;
    padding: 20px 25px;
  }

  .page-left-block {
    width: calc(100% - 300px);
  }

  .footer__main {
    width: 38%;
  }
  .footer__subscribe {
    width: 54%;
	min-width: 170px;
  }
}

@media (min-width: 800px) {
	.pc-hide {display:none;}
	.our_partner {float:left; margin-top: -10px;}
}

