@media only screen and (max-width: 1023px) {
  .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 10px 20px 10px 10px;
}
  .temp-index .header, .temp-product .header {
    border: none;
    background: none;
}
	.new-paginate {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 30px;
    padding: 0 15px;
}
  .is-page-size span {
    font-size: 10px;
}
  select.collection-order-field.page-size {
    font-size: 14px;
    background-size: auto 25px;
    padding-right: 20px;
}
  .new-paginate ul.pagination {
    margin-bottom: 25px;
}
  li.pagination-item.is-current {
    font-size: 24px;
}
  li.pagination-item {
    margin-left: 35px;
    font-size: 12px;
}
  .catalog-filter-desktop {
  	display: none;
  }
  .products-item__price {
    font-size: 14px;
}
  .products-item__price-old {
    font-size: 12px;
}
  .card-price .products-item__price {
    font-size: 18px;
}
  .card-price .products-item__price-old {
    font-size: 16px;
}
}

@media only screen and (min-width: 1024px) {
  .temp-index .header {
    padding: 0;
    align-items: normal;
    background: none;
}
  .temp-index .header__left {
    padding: 35px 0 0 30px;
}
  .temp-index .header__right {
    padding: 35px 0 0;
    justify-content: flex-end;
}
	.new-menu {
    display: none;
}
  .header {
    padding: 35px 0 20px 30px;
    background: #fff;
}
  .desktop-menu {
        display: flex;
    align-items: center;
}
  .desktop-menu__lk {
    background-image: url(desktop-lk.png);
    width: 24px;
    height: 24px;
    margin-right: 40px;
}
  .desktop-menu ul {
    display: flex;
    margin-right: 20px;
}
  .desktop-menu ul li {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 50px;
}
  .desktop-menu ul li span {
    color: #b23000;
}
  .home-wrap {
    display: flex;
}
  .home-banner {
    position: fixed;
    width: 50%;
        height: 100vh;
}
  .home-banner img {
    height: 100%;
    object-fit: cover;
}
  .home-right {
    width: 50%;
    margin-left: auto;
    margin-top: 135px;
    padding-left: 30px;
}
  .all-wrap.temp-index + .footer {
    width: 50%;
    float: right;
}
  .home-brand-desc {
    text-align: left;
    padding: 0;
    width: 320px;
    display: none;
}
  .home-brand-desc p span {
    text-transform: uppercase;
    font-weight: bold;
}
  .home-filter {
    margin: 15px 0 65px 0;
    border: none;
    text-align: left;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
}
  .home-catalog-link {
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 262px;
    margin: 0 auto 25px;
    font-weight: bold;
    font-size: 14px;
    padding: 20px 0;
    position: relative;
    right: 15px;
}
  .home-wrap .products {
    margin: 0 50px 0 0;
}
  .home-wrap .products-item {
    width: calc(50% - 25px);
}
  .header__height {
    border: none;
    height: 170px;
}
  .catalog-category-wrap, .catalog-settings {
    display: none;
}
  .catalog-left {
    display: block;
    width: 25%;
    margin-bottom: 50px;
    position: relative;
}
  .catalog-wrap, .products {
    margin: 0;
}
  .catalog-wrap {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 30px;
}
  .new-paginate {
    padding: 10px 0 25px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
  .catalog-right {
    width: 75%;
    padding-left: 80px;
}
  .catalog-wrap .products-item {
    width: calc(33% - 25px);
}
  .products-item h3 span {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: bold;
}
  .products-item h3 {
    font-weight: 400;
    font-size: 13px;
        height: 75px;
}
  .products-item__price {
    font-size: 18px;
}
  .products-item {
    margin-bottom: 60px;
}
  .catalog-left__head {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
  .catalog-left__menu {
    font-size: 18px;
}
  .catalog-left__menu li {
    margin-bottom: 45px;
    color: rgba(0, 0, 0, 0.3);
    margin-left: 20px;
}
  .catalog-left__menu li.catalog-left__head {
    margin-left: 0;
    color: #000;
}
  .catalog-left__menu li:last-child {
    margin-bottom: 0;
}
  .catalog-left__head-params {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
  .catalog-left .is-collapse {
    margin-bottom: 35px;
}
  .catalog-left__menu li.active {
    font-weight: bold;
    color: #000;
}
  .catalog-right__sort {
        display: flex;
    justify-content: flex-end;
}
  .catalog-right__sort {
    position: relative;
}
  .catalog-right__sort .custom-select__option.custom-select__option--value {
    width: 200px;
    font-size: 14px;
    font-weight: normal;
}
  .catalog-top-panel {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
        margin-bottom: 35px;
    align-items: center;
}
  .catalog-filter-desktop__caption {
    text-transform: uppercase;
    font-size: 14px;
    background: url(arrow_down.png) no-repeat 100%;
    padding-right: 25px;
    cursor: pointer;
}
  .catalog-filter-desktop__dropdown {
  	display: none;
    position: absolute;
    background: #fff;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 40px;
    margin-top: 15px;
    right: 50%;
    width: 600px;
    margin-right: -300px;
  }
  .catalog-filter-desktop__dropdown.active {
    display: block;
}
  .catalog-filter-desktop__dropdown .filter {
    flex-direction: row;
    justify-content: space-between;
}
  .catalog-filter-desktop__left {
    width: 60%;
}
  .is-filter-submit {
    margin: 0 0 30px;
}
  .catalog__filter-items-list {
    margin-bottom: 35px;
}
  .catalog-filter-desktop {
    position: relative;
}
  .catalog-top-panel h1 {
    margin: 0;
    font-size: 24px;
}
  .catalog-right__sort .custom-select__dropdown {
    width: 200px;
    right: 0;
}
  .card-related {
    border: none;
    padding: 35px 0 0;
}
  .card-related h2 {
    text-align: left;
    font-size: 14px;
    margin-bottom: 50px;
}
  .card-related__list {
    margin: 0;
    justify-content: unset;
}
  .card-related-item {
    width: 170px;
    margin-right: 35px;
}
  .card .product-form {
    display: flex;
    max-width: 1440px;
    margin: 120px auto 0;
    flex-direction: row-reverse;
    position: relative;
    min-height: calc(100vh - 164px);
}
  .card-image-mobile {
  	display: none;
  }
  .card-image-desktop {
    display: flex;
    width: 50%;
    left: 50%;
    max-width: 720px;
    bottom: 0;
    height: calc(100vh - 120px);
    text-align: right;
    padding-right: 30px;
    position: fixed;
}
  .card-image-desktop img {
    object-position: bottom;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}
  .js-copy-src {
    width: 90px;
    height: 115px;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0.4;
}
  .js-copy-src.is-checked {
    opacity: 1;
}
  .js-copy-src:hover {
    opacity: 1;
}
  .js-copy-src img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .card-mini-images {
    height: 480px;
    min-width: 90px;
    position: initial;
}
  .card-mini-images-wrap {
  	position: relative;
    height: 480px;
    margin: 70px 0 0 50px;
  }
  .card-mini-img__controls button {
  	width: 12px;
    height: 8px;
    background-size: auto;
    margin: 0;
    top: auto;
  }
  .card-mini-img__controls .swiper-button-prev {
  	background-image: url(arrow-up.png);
    top: -20px;
    left: 50%;
    margin-left: -6px;
  }
  .card-mini-img__controls .swiper-button-next {
  	background-image: url(arrow-down.png);
    bottom: -20px;
    right: 50%;
    margin-right: -6px;
  }
  .card-mini-img__controls .swiper-button-next.swiper-button-disabled, .card-mini-img__controls .swiper-button-prev.swiper-button-disabled {
  	opacity: 0;
  }
  .card .card-info {
    width: 46%;
        text-align: left;
    margin: 70px auto 30px 0;
    padding-left: 30px;
}
  .card h1.card-caption {
    display: flex;
    flex-direction: column-reverse;
    font-size: 24px;
    text-transform: uppercase;
    margin: 30px 0 65px;
}
  .card-info .breadcrumbs {
  	display: flex;
  }
  .all-wrap.temp-product {
    min-height: calc(100vh - 165px);
}
  ul.breadcrumbs li {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
}
  ul.breadcrumbs li a:after {
    content: "/";
    margin: 0 5px;
}
  ul.breadcrumbs li:last-child a:after {
  content: "";
  }
  ul.breadcrumbs li a span {
    border-bottom: 1px solid;
}
  .card h1.card-caption span {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
    margin: 30px 0 0;
}
  .card .card-price {
    display: none;
}
  .card-desc-head {
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
  .card-desc {
    margin-bottom: 50px;
}
  .card .counter.js-variant-counter {
    justify-content: unset;
    margin-bottom: 30px;
}
  .card-button {
    float: left;
    width: 265px;
    margin-right: 40px;
}
  .card-price-2 .products-item__price {
    font-size: 28px;
}
  .card-price-2 .products-item__price-old {
    font-size: 24px;
    margin-left: 15px;
}
  .card-price-2 {
    display: flex;
    line-height: 52px;
    font-weight: bold;
    font-size: 28px;
    justify-content: flex-start;
}
  .cart-head {
    width: 1000px;
    margin: 0 auto;
    padding-left: 258px;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
        display: block;
}
  .cart-header {
    display: flex;
    width: 1000px;
    margin: 45px auto 0;
    color: rgba(0, 0, 0, 0.3);
    font-size: 8px;
    text-transform: uppercase;
}
  .cart-header__img {
    width: 258px;
}
  .cart-header__item {
    width: 323px;
}
  .cart-header__quant {
    width: 151px;
}
  .cart-header__price {
    width: 92px;
}
  .cart-header__sum {
    width: 151px;
}
  .cart-head.hidden, .cart-header.hidden {
  	display:none;
  }
  form.shopping-cart {
    width: 1000px;
    margin: 0 auto;
}
  .cart-products-item {
    padding: 15px 0 25px;
    justify-content: unset;
    align-items: center;
}
  .cart-products-item__image {
    width: 166px;
    background: none;
    margin-right: 92px;
}
  .cart-products-item__info {
    width: auto;
    display: flex;
    align-items: flex-start;
}
  .cart-products-item__price-2 {
    display: block;
    width: 92px;
    font-weight: 400;
    font-size: 18px;
}
  .cart-products-item__info h1 span {
    margin: 25px 0 0;
    color: rgba(0, 0, 0, 0.3);
}
  .cart-products-item__total {
    margin-top: 0;
    justify-content: unset;
}
  .cart-products-item__info-wrap {
    width: 323px;
}
  .cart-products-item__quantity {
    width: 151px;
}
  .cart-products-item__info h1 {
    display: flex;
    flex-direction: column-reverse;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 100%;
    margin-bottom: 30px;
}
  .cart-products-item__price {
    display: none;
}
  .cart-products-item__param {
    font-weight: bold;
}
  .cart-products-item__sum {
    font-weight: 400;
    font-size: 18px;
}
  .cart-promo {
    margin-top: 35px;
}
  .page-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px;
}
  .articles-list h1, .look-item h1 {
    display: none;
}
  .looks-item {
    display: flex;
    justify-content: center;
    align-items: center;
        max-width: 100%;
}
  .looks-item img {
    object-fit: contain;
    width: 50%;
    max-width: 600px;
    max-height: 600px;
}
  .looks-item h2 {
    position: initial;
    background: none;
    font-weight: 400;
    font-size: 24px;
    width: auto;
    border-bottom: 1px solid;
    display: initial;
    padding-bottom: 5px;
}
  .looks-item__right {
    width: 50%;
    max-width: 600px;
    max-height: 600px;
    text-align: center;
}
  .looks a:nth-child(even) {
    flex-direction: row-reverse;
}
  .look-item p:before,
.look-item p:after, .page-clients p:before, .page-clients p:after {
    content: "";
    display: table;
}
.look-item p:after, .page-clients p:after {
    clear: both;
}

.look-item p a, .page-clients p a {
  float: left;
  margin-bottom: 30px;
}
.look-item p a img, .page-clients p a img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  height: 407px;
  width: auto;
}
.first-item {
  clear: both;
}
  .look-item {
    margin: 0 30px 0;
}
  .look-item p {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 964px;
}
  .article-slider-wrap h2 {
    margin: 50px auto 60px;
    max-width: 1200px;
    text-align: left;
    font-weight: 400;
    font-size: 24px;
}
  .client-wrap {
    width: 340px;
    margin: 0 auto 100px;
}
  .client-wrap .text-caption {
    margin-top: 0;
}
  .checkout-wrap .checkout-caption {
    margin-top: 0;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: unset;
    margin-bottom: 40px;
}
  .checkout-wrap {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 100px;
    justify-content: center;
}
  .checkout-fields {
    width: 340px;
    margin-right: 80px;
}
  .checkout-wrap form#order_form {
    padding: 0;
}
  .checkout-wrap button#create_order {
  	width: 340px;
  }
  .checkout-wrap .co-sidebar {
    box-shadow: none;
        width: auto;
    position: initial;
        overflow: visible;
}
  .checkout-wrap .co-checkout-block--padded {
    padding: 0;
}
  .checkout-wrap .co-basket_item {
    align-items: center;
    margin-bottom: 10px;
}
  .checkout-wrap .co-basket_item-image_container {
    flex: none;
}
  .checkout-wrap .co-basket_item-image {
    position: initial;
    height: auto;
    padding-bottom: 0;
}
  .checkout-wrap .co-basket_item-image img {
    position: initial;
    transform: unset;
    max-width: 100%;
    max-height: 100%;
}
  .checkout-wrap .co-sidebar-wrapper {
    display: block;
    margin-top: 100px;
    width: 400px;
}
  .checkout-wrap .co-basket_item-description {
    padding: 0;
        margin: 0 20px 0 25px;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 200px;
}
  .checkout-wrap .co-price--current, .checkout-wrap .co-basket_item-total {
    font-size: 18px;
    font-weight: 400;
}
  .checkout-wrap .co-basket_subtotal-list {
    border: none;
    padding: 0;
    margin: 40px 0 30px;
}
  .checkout-wrap .co-basket_total-title {
    flex: none;
}
  .checkout-wrap .co-basket_total .co-price--current {
    margin: 0 0 0 30px;
        font-weight: bold;
}
  .checkout-wrap .co-basket_total {
    justify-content: flex-end;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    align-items: baseline;
}
  .checkout-wrap .co-basket_subtotal {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 20px;
}
  .checkout-wrap .co-basket_subtotal .co-basket_subtotal-price {
    font-weight: bold;
}
  .catalog__filter-controls {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}
  .article-products-mobile {
    display: none;
}
  .article-products-desktop {
    max-width: 1200px;
        margin: 0 auto;
    display: block;
    padding: 0 78px;
}
  .article-products-desktop .swiper-slide {
  	text-align: center;
  }
  .article-slider-wrap {
    padding: 0 30px;
        margin-bottom: 100px;
}
  .art-prod__image img {
    width: 100%;
}
  .article-products-desktop .swiper-button-prev, .article-products-desktop .swiper-button-next {
    width: 13px;
    height: 20px;
    background-size: auto;
    margin-top: auto;
    top: 25%;
}
  .article-products-desktop .swiper-button-prev {
  	background-image: url(arrow-left-big.png);
  }
  .article-products-desktop .swiper-button-next {
  	background-image: url(arrow-right-big.png);
  }
  .art-prod__image {
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
  .art-prod__caption {
    font-size: 13px;
    font-weight: 400;
    min-height: 80px;
}
  .art-prod__caption span {
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    font-weight: bold;
    color: #787878;
}
  .art-prod__price {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 40px;
}
  .article-products-desktop .button-buy {
    width: 100%;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.8);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.15em;
    padding: 0;
        cursor: pointer;
}
  .button-buy.product_preview-button {
    letter-spacing: 0.05em;
    font-size: 12px;
    background-color: #fff;
    color: rgb(55, 55, 55);
    border: 2px solid rgb(55, 55, 55);
    line-height: 40px;
}
  .checkout-wrap .co-client-logged, .checkout-wrap .co-client-info {
    text-align: left;
}
  .checkout-wrap .co-client a.co-button {
    display: block;
    text-align: left;
    margin-top: 20px;
}
  .lk-wrap {
    display: flex;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1100px;
}
  .co-sidebar--menu .co-menu--personal {
    display: block;
    text-align: left;
    margin: 0;
}
  .co-menu-item.co-menu-item--personal:first-child {
    width: auto;
}
  .co-menu-item.co-menu-item--personal:nth-child(even) {
    border: none;
}
  .client-wrap.client-auth {
    margin: 0 0 100px 125px;
        width: 100%;
}
  .client-wrap.client-auth .co-checkout-block--padded form#contacts, .client-wrap.client-auth .co-checkout-block--padded .co-adress {
    width: 340px;
}
  td {
    width: 15%;
}
  td:nth-child(1) {
    width: 30%;
}
  td:nth-child(2) {
    width: 25%;
}
  .client-wrap.client-auth.order2 {
    margin: 0 auto 55px;
    width: auto;
    max-width: 1440px;
}
  .client-wrap.client-auth .text-caption {
    margin: 0 0 45px;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
}
  .co-menu-item.co-menu-item--personal {
    width: auto;
    border: none;
    padding: 0;
    margin-bottom: 30px;
    justify-content: unset;
}
  .co-menu-item.co-menu-item--personal a {
    margin: 0;
    padding-left: 30px;
    background-repeat: no-repeat;
    opacity: 0.3;
    color: #000;
    height: 18px;
}
  .co-menu-item.co-menu-item--personal:nth-child(1) a {
  	background-image: url(lk-orders.png);
  }
  .co-menu-item.co-menu-item--personal:nth-child(2) a {
  	background-image: url(lk-address.png);
  }
  .co-menu-item.co-menu-item--personal:nth-child(3) a {
  	background-image: url(lk-bonus.png);
  }
  .co-menu-item.co-menu-item--personal:nth-child(4) a {
  	background-image: url(lk-data.png);
  }
  .co-menu-item.co-menu-item--personal:nth-child(5) a {
  	background-image: url(lk-exit.png);
  }
  .lk-wrap .co-sidebar--menu {
    flex: none;
}
  .client-wrap.client-auth .co-checkout-block--padded {
    padding: 0;
    flex: none;
}
  .client-wrap.client-auth:not(.order2) table.co-table.co-table--to_card {
    border: none;
}
  .client-wrap.client-auth:not(.order2) td.co-table-cell.co-table-cell--head {
    padding: 0 0 20px 0;
    border: none;
    opacity: 1;
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}
  .client-wrap:not(.order2) a.co-link {
    color: #000;
    border-bottom: 1px dashed;
    font-size: 14px;
    font-weight: bold;
}
  .client-wrap:not(.order2) .co-table-cell--foot {
    padding: 70px 0 0;
    font-size: 18px;
}
  .client-wrap:not(.order2) .co-table-cell--foot .co-order_history-total_sum.co-price {
    font-weight: 400;
}
  .client-wrap.client-auth:not(.order2) .co-table-row--striped:nth-child(even) {
    background: none;
}
  .client-wrap.client-auth:not(.order2) .co-table-cell--body {
    border: none;
    padding: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
  li.footer-menu-li__desktop {
    display: block;
}
  .cart-bottom-wrap {
    width: 340px;
    margin: 0 auto;
}
  .home-tabs__tabs {
    margin: 15px 0 40px;
    align-items: center;
    justify-content: unset;
}
  .home-tabs__head {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #BCBCBC;
    display: block;
    border: none;
    text-align: left;
    width: auto;
    padding: 0;
    margin: 0 15px 10px 0;
}
  .home-tabs__tab {
  	margin: 0 15px 10px 0;
  }
    .wrap-variants {
      margin-bottom: 50px;
	}
}
