@media (max-width: 2560px) {
  /*ContactPage*/
  .contact__title_wrap,
  .contact__data {
    width: 810.5px;
    margin: 0 0 0 auto;
  }
}

@media (max-width: 1680px) {
  /*Header*/
  .header__bar {
    gap: 48px;
  }

  /*IndexPage*/
  .mini-product__image img {
    object-fit: fill;
  }
  /*===*/
  .product__slide:not(.product__slide_bestseller) {
    height: 620px;
  }
  .product__group {
    width: 54%;
  }
  /*
    .mini-product__item_view {
        height: 375px;
    }
    */
  /*===*/
  .favorite__library_wrapper,
  .favorite__action_wrapper {
    width: 82%;
  }
  .favorite__wrapper > div:first-child {
    width: calc(65% - 20px);
  }
  .favorite__wrapper > div:last-child {
    width: 35%;
  }
  .favorite__alone {
    width: calc(40% - 20px);
  }
  .favorite__slider_wrapper {
    width: 60%;
  }

  /*ContactPage*/
  .contact__title_wrap,
  .contact__data {
    width: 648px;
    margin: 0 0 0 auto;
  }
}

@media (max-width: 1600px) {
  /*Header*/
  .header__bar {
    gap: 24px;
  }
  .header__account {
    gap: 24px;
  }
  .header__nav {
    gap: 18px;
  }
  .header__nav_wrapper ul li {
    margin-right: 18px;
  }

  /*IndexPage*/
  .product__group {
    width: 51%;
  }

  /*ContactPage*/
  .contact__title_wrap,
  .contact__data {
    width: 570px;
    margin: 0 0 0 auto;
  }
}

@media (max-width: 1440px) {
  /*IndexPage*/
  .product__slide:not(.product__slide_bestseller) {
    height: 580px;
  }
  .product__group {
    width: 47%;
  }
  /*
    .mini-product__item_view {
        height: 335px;
    }
    */
  /*===*/
  .favorite__item_img {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  /*IndexPage*/
  .product__group {
    width: 45.5%;
  }
  /*Product/Product*/
  #product-product .product__carousel_body .swiper-wrapper .mini-product__item {
    height: auto;
  }
}

@media (max-width: 1366px) {
  /*Breadcrumbs*/
  .breadcrumb {
    margin: 24px 0 !important;
  }
  .breadcrumb > li a {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 17px !important;
  }

  /*IndexPage*/
  .product__group {
    width: 40.5%;
  }
  /*
    .mini-product__item_view {
        height: 320px;
    }
    */
  .mini-product__sizes_list a {
    margin-right: 12px;
  }
  /*===*/
  .favorite__item_alone-img {
    height: 575px;
  }
  .favorite__item_img {
    height: 360px;
  }
  .favorite__video_item {
    height: 754px;
  }
  .favorite__action_info {
    padding-top: 40px;
  }
  .favorite__action_info > div:first-child h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .favorite__action_info > div:first-child p {
    font-size: 26px;
    line-height: 32px;
  }

  /*Product/Product*/
  .productSwiper .swiper-slide {
    /* height: 460px ;*/
  }

  /*ContactPage*/
  .contact__section {
    flex-direction: column-reverse;
    border-top: 0 !important;
  }
  .contact__column {
    width: 100% !important;
  }
  .contact__column_wrapper {
    margin: 38px 0;
    border-bottom: 1px solid #eae4e0;
  }
  .contact__title {
    border-top: 1px solid #eae4e0;
  }
  .contact__title_wrap,
  .contact__data {
    width: 940px;
    margin: 0 auto;
  }
  .contact__title_wrap h2 {
    text-align: center !important;
  }
}

@media (max-width: 1280px) {
  /*IndexPage*/
  .product__banner {
    width: 25%;
  }
  .product__group {
    width: 43%;
  }
  .product__slide:not(.product__slide_bestseller) {
    height: 560px;
  }
  /*===*/
  .favorite__description_text {
    font-size: 12px;
    line-height: 16.9px;
  }
  .favorite__video_title div {
    font-size: 32px;
    line-height: 40px;
  }
  .favorite__action_info > div:last-child {
    font-size: 12px;
    line-height: 16.9px;
  }
  .favorite__action_info > div:first-child {
    margin-bottom: 18px;
  }

  /*Footer*/
  .footer__row {
    flex-direction: column;
    gap: 32px;
  }
  .footer__column {
    width: 100%;
  }
  .footer__icons {
    display: none;
  }
  .footer__brand {
    align-items: center;
  }
  .footer__title {
    display: none;
  }
  .footer__icons_mobile {
    display: block;
  }
  .header__nav_wrapper ul {
    display: none;
  }
}

@media (max-width: 1152px) {
  /*
    body.mobile .wrapper {
        padding-top: 24px !important;
    }
    */
  /*IndexPage*/
  .showcase {
    height: 620px;
  }
  /*===*/
  /*
    .mini-product__item_view {
        height: 300px;
    }
    */
  .mini-product__sizes {
    padding: 16px 0;
  }
  .mini-product__sizes_list a {
    margin-right: 10px;
  }
  /*===*/
  .product__slide.latest .product__title {
    padding: 20px 24px;
    font-size: 32px;
    line-height: 32px;
  }
  .product__slide.special .product__title {
    font-size: 50px;
    line-height: 60px;
  }
  .product__banner {
    width: 20%;
  }
  .product__group {
    width: 38%;
  }
  /*===*/
  .favorite__wrapper > div:first-child {
    width: calc(60% - 20px);
  }
  .favorite__wrapper > div:last-child {
    width: 40%;
  }
  .favorite__library_wrapper,
  .favorite__action_wrapper {
    width: 90%;
  }
  .favorite__action_button a {
    width: 240px;
    height: 55px;
  }
  .favorite__description {
    margin-bottom: 24px;
  }
  .favorite__video_title {
    height: 200px;
  }
  .favorite__item_alone-img {
    height: 500px;
  }
  .favorite__wrapper > div:first-child {
    width: calc(65% - 20px);
  }
  .favorite__wrapper > div:last-child {
    width: 35%;
  }
  .favorite__item_img {
    height: 301px;
  }
  .favorite__video_item {
    height: 680px;
  }

  /*Product/Product*/
  #product-product .product__wrapper {
    flex-direction: column;
  }
  #product-product .product__view {
    width: 100%;
  }
  #product-product .product__wrapper > div:first-child {
    margin-right: 0;
    margin-bottom: 19px;
  }
  #product-product .product__action {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  /*IndexPage*/
  /*
    .mini-product__item_view {
        height: 280px;
    }
    */
  /*===*/
  .product__group_header {
    height: 100%;
    padding: 32px 0;
  }
  .product__group > div:first-child {
    margin-bottom: 0;
  }
  .product__slide.latest .product__title {
    top: 76px;
    transform: translateY(-50%);
    left: auto;
  }
  .product__slide.special .product__title {
    top: unset;
    bottom: 32px;
    left: 32px;
  }
  .product__slide.featured:not(.latest) .product__title {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    font-size: 36px;
    padding-bottom: 28px;
    padding-left: 16px;
  }
  /*===*/
  .product__slide:not(.product__slide_bestseller) {
    width: 100%;
    height: 100%;
  }
  .product__slide .container_fluid {
    flex-direction: column;
  }
  .product__banner {
    width: 100%;
    height: 420px;
  }
  .product__group {
    width: 92%;
    margin: 0 auto;
  }
  .product__group_nav {
    flex: 1;
    justify-content: end;
  }
  .latest .product__group_nav {
    justify-content: space-between;
  }
  .special .product__group_nav > div:first-child {
    display: none;
  }
  .special .product__group_nav {
    justify-self: end;
  }
  /*===*/
  .mini-product__item:focus .mini-product__wishlist {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .mini-product__item:focus .mini-product__sizes {
    bottom: 0;
  }
  .mini-product__item:focus .mini-product__colors {
    opacity: 1;
    visibility: visible;
  }

  /*Product/Product*/
}

@media (max-width: 854px) {
  /*IndexPage*/
  .brand {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 50px;
    padding-bottom: 100px;
  }
  .brand__background {
    display: none;
  }
  .brand__image {
    margin: 0 auto;
  }
  /*===*/
  .product__group {
    width: 88%;
  }
  /*===*/
  .favorite__wrapper {
    flex-direction: column;
  }
  .favorite__wrapper > div:first-child {
    width: 100%;
  }
  .favorite__wrapper > div:last-child {
    width: 100%;
  }
  .favorite__video_title {
    display: none;
  }
  .favorite__video_item {
    height: 920px;
  }
  .favorite__action {
    display: none;
  }
  .favorite__options {
    display: none;
  }
  .favorite__library_wrapper {
    width: 100%;
  }
  .favorite__alone {
    display: none;
  }
  .favorite__slider_wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
  .favorite__item_img {
    height: 480px;
  }
  .favorite__swiper .swiper-slide:first-child {
    display: flex;
  }
  .favorite__description_logo,
  .favorite__description_text p:first-child {
    display: none;
  }
  .favorite__description_text p:last-child {
    display: block;
  }
  .favorite__description > div:first-child svg {
    width: 100px;
    height: 100px;
  }
  .favorite__description {
    justify-content: center;
  }
  .favorite__description > div:first-child,
  .favorite__description_text {
    width: auto;
  }
  .favorite__slide {
    padding-left: 10px;
  }

  /*ContactPage*/
  .contact__title_wrap,
  .contact__data {
    width: 730px;
  }
}

@media (max-width: 800px) {
  /*IndexPage*/
  .product__group {
    width: 90%;
  }
}

@media (max-width: 768px) {
  /*
    body.mobile .wrapper {
        padding-top: 0!important;
    }
    */
  div#common-home {
    overflow: hidden;
  }
  /*IndexPage*/
  .showcase {
    height: 560px;
  }
  .showcase__preview h1 {
    font-size: 48px;
    line-height: 32px;
  }
  .showcase__preview p {
    font-size: 24px;
    line-height: 20px;
  }
  /*===*/
  .product__group {
    width: 100%;
    padding: 0 10px;
  }
  /*===*/
  .collection__runline {
    padding-top: 12px;
    margin-bottom: 12px;
  }

  /*Product/Product*/
  .productSwiper .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .productSwiper .swiper-pagination {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #product-product .product__action {
    margin-top: 30px;
  }
  #product-product .product__carousel_body .swiper-wrapper .mini-product__item {
    width: 350px;
  }

  /*ContactPage*/
  .contact__title_wrap,
  .contact__data {
    width: 100%;
    padding: 0 10px;
  }
  .contact__column_image {
    padding: 0 10px;
  }
  .contact__phone_title p {
    width: 100%;
  }

  /*Footer*/
  footer {
    padding: 26px 0 42px 0;
  }
  .footer__row {
    gap: 0;
  }
  .footer__column_left {
    margin-bottom: 32px;
  }
  .footer__menu {
    place-items: end;
  }
  .footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 32px;
  }
  .footer__contacts {
    grid-column: span 2 / span 2;
  }
  .footer__copyright {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 36px;
  }
  .footer__copyright_terms {
    display: none;
  }
}

@media (max-width: 640px) {
  /*IndexPage*/
  .product__banner {
    height: 360px;
  }
  .product__slide .container_fluid > div:first-child {
    margin-right: 0;
  }
  /*===*/
  .product__slide.latest .product__title {
    left: 18%;
  }
  /*===*/
  .favorite__video_item {
    height: 720px;
  }

  /*Product/Product*/
  #product-product .product__carousel_body .swiper-wrapper .mini-product__item {
    width: 300px;
  }

  /*ContactPage*/
  .contact__title_wrap h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .contact__phone_list {
    gap: 24px;
  }
  .contact__phone_title h2,
  .contact__socials,
  .contact__address_title,
  .contact__working_title {
    font-size: 20px;
    line-height: 28px;
  }
  .contact__phone_title p,
  .contact__socials p,
  .contact__address_list,
  .contact__working_list {
    font-size: 14px;
    line-height: 22px;
  }
  .contact__email {
    font-size: 16px;
    line-height: 24px;
  }
  .product__banner {
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  /*IndexPage*/
  .showcase {
    height: 380px;
  }
  .showcase__preview h1 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .showcase__preview p {
    font-size: 16px;
    line-height: 18px;
  }
  /*===*/
  /*
    .mini-product__item_view {
        height: 260px;
    }
    */
  .mini-product__name {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .mini-product__price > div {
    margin-bottom: 4px;
  }
  .mini-product__price .current-price,
  .mini-product__price .price-new {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
  }
  .mini-product__colors {
    padding: 25px 0;
  }
  .mini-product__color {
    width: 15px;
    height: 15px;
    padding: 1px;
  }
  /*===*/
  .bestseller__nav > div:first-child {
    margin-right: 24px;
  }
  .product__slide_navigation > div {
    margin-right: 24px;
  }
  .product__slide:not(.product__slide_bestseller) {
    margin-bottom: 50px;
  }
  /*===*/
  .favorite__item_link > span:first-child,
  .favorite__item_link > span:last-child {
    font-size: 14px;
    line-height: 18.2px;
  }
  .favorite__item_desc {
    font-size: 12px;
    line-height: 15.6px;
  }
  .favorite__item_img {
    height: 440px;
  }
  .favorite__video_item {
    height: 500px;
  }
  .favorite__description > div:first-child {
    margin-right: 26px;
  }
  .favorite__description > div:first-child svg {
    width: 74px;
    height: 70px;
  }
  /*===*/
  .product__slide.latest .product__title {
    left: 10%;
  }
  .product__slide.latest .product__title {
    padding: 20px 24px;
    font-size: 29px;
    line-height: 29px;
  }
  /*===*/
  .sales__runline {
    margin: 15px 0;
  }
  /*===*/
  .brand {
    gap: 60px;
  }
  .brand__info {
    width: 100%;
  }
  .brand__action_link {
    width: 297px;
    height: 60px;
  }

  /*Product/Product*/
  #product-product .breadcrumb li a {
    text-wrap: nowrap;
  }
  #product-product .product__details_title {
    margin: 16px 0;
    font-size: 18px;
    line-height: 24px;
  }
  #product-product .product__details_price {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 24px;
  }
  #product-product .product__buy > button:first-child {
    margin-bottom: 10px;
  }
  #product-product .product__action_wrapper > div:first-child {
    margin-bottom: 50px;
  }
  #product-product .product__carousel_body .swiper-wrapper .mini-product__item {
    width: 220px;
    margin-right: 0;
    padding-right: 0px;
  }
  #product-product .product__carousel_body .swiper-wrapper .mini-product__item:last-child {
    padding-right: 0;
  }
  /*
    #product-product .mini-product__item_view {
        height: 220px;
    }
    */
  #product-product .product__carousel_body {
    margin-bottom: 70px;
    overflow: hidden;
  }
  #product-product .product__carousel_header h2 b {
    display: none;
  }
  #product-product .mini-product__image img {
    object-fit: cover;
  }

  /*ContactPage*/
  .contact__title {
    padding: 12px 0;
  }
  .contact__title_wrap h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 31.2px;
  }
  .contact__data_column {
    padding: 48px 12px;
  }
  .contact__phone_title h2,
  .contact__socials_title,
  .contact__address_title,
  .contact__working_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
  }
  .contact__phone_title p,
  .contact__socials p,
  .contact__address_list,
  .contact__working_list {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
  }
  .contact__phone_item {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
  .contact__email {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }

  /*Footer*/
  .footer__brand {
    gap: 32px;
  }
  .footer__socials {
    gap: 26px;
  }
  .footer__socials_items {
    gap: 12px;
  }
  .footer__socials_items li a {
    width: 30px;
    height: 30px;
  }
  .footer__socials_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .footer__contacts_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }
}

@media (max-width: 390px) {
  /*IndexPage*/
  /*
    .mini-product__item_view {
        height: 220px;
    }
    */
  /*===*/
  .bestseller__nav > div:first-child {
    margin-right: 12px;
  }
  .product__slide_navigation > div {
    margin-right: 12px;
  }
  /*===*/
  .product__banner {
    height: 340px;
    overflow: hidden;
  }
  .product__slide.latest .product__title {
    padding: 16px;
    font-size: 25px;
    line-height: 24px;
    font-weight: 500;
  }
  .product__slide.special .product__title {
    bottom: 28px;
    left: 16px;
    font-size: 36px;
    line-height: 46px;
  }
  .product__slide.special .product__link_action span {
    font-size: 12px;
    line-height: 16.8px;
  }
  .product__slide.special .product__link_action svg {
    width: 8px;
    height: 8px;
  }
  .product__slide.special .product__link_action span {
    margin-right: 10px;
  }
  /*===*/
  .favorite__description {
    width: 100%;
    padding: 0 10px;
  }
  .favorite__video_item {
    height: 460px;
  }
  .favorite__description_text p:last-child {
    font-size: 20px;
    line-height: 24.88px;
  }

  /*Product/Product*/
  #product-product .product__carousel_header h2 {
    font-size: 18px;
    line-height: 24px;
  }
  #product-product .product__carousel_body .swiper-wrapper .mini-product__item {
    width: 180px;
  }
  /*
    #product-product .mini-product__item_view {
        height: 200px;
    }
    */
  #product-product .product__sizes_buttons > div {
    margin: 0 4px 0 0;
  }
}

@media (max-width: 360px) {
  /*IndexPage*/
  .bestseller .product__slide_pagination {
    display: none;
  }
  /*===*/
  .favorite__description_text p:last-child {
    font-size: 18px;
    line-height: 22.88px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .header__logo {
    margin-left: -100%;
  }
}
