@media (max-width: 1399px) {

  header .bottom-line .search {
    width: 275px;
  }

  header .bottom-line .logo {
    margin-right: 25px;
  }

  header .bottom-line .menu ul li {
    margin-right: 15px;
  }

  .main-blocks.three .item-block .title {
    font-size: 18px;
  }

    .catalog.catalog-slider .arrow {
        transform: none;
        top: 25%;
    }


}

@media (max-width: 1199px) {

  header .bottom-line .search {
    width: 205px;
  }

  header .bottom-line .menu ul li {
    margin-right: 10px;
    text-align: center;
  }

  header .bottom-line .menu ul li a {
    font-size: 13px;
  }

  .item-page .item-image-slider {
    width: 50%;
  }

  .item-page .item-info {
    width: 50%;
  }

  .item-page .item-image-slider a:first-child {
    max-height: 400px;
    height: inherit;
  }

  .item-page .item-image-slider a {
    max-height: 220px;
  }

}

@media (max-width: 991px) {

  .header-line .mobile-toggle,
  .header-line .mobile-cart {
    display: block;
  }

  header .top-line {
    display: none;
  }

  header .bottom-line .logo {
    margin: 0 auto;
    border-bottom: 1px solid #eae8e4;
    width: 100%;
    text-align: center;
    padding: 14px 0;
  }

  header .bottom-line .menu {
    display: none;
  }

  header .bottom-line .search {
    width: 100%;
    padding: 1.125vw;
  }

  .header-line {
    flex-wrap: wrap;
    margin: 0 -1.125vw;
  }

  .container {
    padding-right: 1.125vw;
    padding-left: 1.125vw;
  }

  header .bottom-line {
    padding: 0;
  }

  header .bottom-line .logo a {
    display: block;
    margin: 0 auto;
  }

  .alert-block .close {
    right: 0.25rem;
  }

  .main-slider .item .title {
    margin: 15px 0;
    font-size: 28px;
  }

  .main-slider .item .text {
    margin: 0 0 20px;
  }

  .main-slider .item .btns {
    margin: 0;
  }

  .main-slider .item {
    padding-bottom: 30px;
  }

  .main-blocks > div {
    width: 100%;
  }

  .main-blocks .item-block .image {
    height: 250px;
    overflow: hidden;
    margin: 0 0 15px;
  }

  .main-blocks .item-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .main-blocks.three .item-block {
    width: 100%;
  }

  .main-blocks .item-block a {
    padding: 3vw 1.125vw;
  }

  .main-blocks .item-block .title {
    margin: 15px 0;
    font-size: 28px !important;
  }

  .main-slider .arrow {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 17px;
  }

  footer .top-line {
    text-align: center;
    padding: 20px 0;
  }

  .item-page .item-image-slider {
    width: 100%;
  }

  .item-page .item-info {
    width: 100%;
  }

  .filters .filters-title .title {
    width: 100%;
    padding: 1.87rem 1.5rem;
    border-bottom: 1px solid #eae8e4;
  }

  .filters .filters-title {
    flex-wrap: wrap;
  }

  .filters-block > .checkbox {
    width: calc(100% - 145px);
    min-width: auto;
    border-left: none;
    margin: 0 !important;
  }

  .filters .filters-title .filters-block {
    width: 100%;
  }

  .filters-block .filters-btn {
    margin-left: auto;
  }

  .filters .filters-title .filters-block .filters-list {
    right: 0;
    padding: 0 3.125vw;
    border: 1px solid #eae8e4;
    width: 100%;
  }

  .filters .filters-list .block {
    padding: 0 1rem 0.5rem;
    width: 100%;
    border: none;
    padding: 0;
  }

  .filters .filters-list .block .title {
    border: none;
    margin: 20px 0 10px;
    padding: 0;
  }

  .filters .filters-list .hide-filters {
    padding: 15px 20px;
  }

  .catalog .item {
    width: calc(100%/2 - 30px/2);
  }

  .catalog .item:nth-child(3n) {
    margin-right: 30px;
  }

  .catalog .item:nth-child(2n) {
    margin-right: 0;
  }
  
  .cart-page .cart-left {
    width: 100%;
    order: 2;
  }
    
  .cart-page .cart-right {
    position: relative;
    order: 2;
    width: 100%;
  }
  
    .blog-page .item {
        width: calc(100%/2 - 30px/2);
    }
    
    .blog-page .item:nth-child(3n) {
        margin-right: 30px;
    }
    
    .blog-page .item:nth-child(2n) {
        margin-right: 0;
    }
        
    .cart-block-items .item .info .controls {
      position: relative;
      margin: 10px 0 0;
    }
    
    .cart-block-items .item .info {
      padding-right: 0;
    }
    
    header .bottom-line .logo {
      margin-right: 25px;
      display: block;
    }

}

@media (max-width: 767px) {

  .header-line {
    margin: 0 -15px;
  }

  .main-blocks .item-block a {
    padding: 15px;
  }

  .container {
    padding: 0 15px;
  }

  .alert-block .close {
    right: 2px;
    top: 2px;
    transform: none;
  }

  .alert-block {
    padding: 0 10px;
  }

  header .bottom-line .search {
    padding: 15px;
  }

  .main-slider .item .btns {
    flex-wrap: wrap;
  }

  .main-slider .item .btns .btn {
    width: 100%;
    margin: 0 15px 15px;
  }

  .main-slider .item .btns .btn:last-child {
    margin-bottom: 0;
  }

  .main-slider .item .image {
    height: 320px;
  }

  footer .bottom-line .menu ul li {
    margin: 0 5px 5px;
  }

  footer .bottom-line .menu ul {
    justify-content: flex-start;
    margin: 0 -5px;
  }

  footer .bottom-line {
    padding: 0 0 15px;
  }

  footer .bottom-line .menu {
    padding: 15px 0 0;
  }

  .cart-modal {
    width: 100%;
  }

  .item-page .item-info .title {
    margin: 0 0 30px;
  }

  .item-page .item-info .title .name {
    font-size: 30px;
  }

  .catalog.catalog-slider .arrow {
    transform: none;
    top: 20px;
  }

  .filters-block > .checkbox label {
    padding: 1rem 1.5rem !important;
  }

  .filters-block .filters-btn {
    padding: 1rem 1.5rem;
  }

  .filters .filters-title .title {
    font-size: 16px;
    margin: 0 -1.5rem;
    width: calc(100% + 3rem);
    padding: 1.5rem;
  }

  .filters .filters-title .filters-block {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }

  .catalog .item .info .price {
    font-size: 14px;
  }

  .filters {
    margin: 0 0 20px;
  }

  .catalog .item {
    width: calc(100%/2 - 15px/2);
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .catalog .item:nth-child(3n) {
    margin-right: 15px;
  }

  .catalog .item:nth-child(2n) {
    margin-right: 0;
  }
  
  .filters .back a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    
    .filters .breadcrumbs li {
        font-size: 12px;
    }
    
    .filters .breadcrumbs li.active {
        font-size: 16px;
    }
    
    .filters .breadcrumbs {
        width: calc(100% - 60px);
        padding-right: 0;
    }
    
    .filters .breadcrumbs li {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden;
    }
    
    .order-block .item-block .white-block .col-md-6 {
        margin: 0 0 30px;
    }
    
    .order-block .item-block .white-block .col-md-6:last-child {
        margin: 0;
    }
    
    .icon_labels .item {
        width: calc(100%/3 - 15px*2/3);
        margin-right: 15px;
    }
    
    .icon_labels .item .title {
        font-size: 14px;
    }
    
    .order-block .item-block {
        margin: 0 0 40px;
    }
    
    .order-block {
        margin: 0 0 40px;
    }
    
    .cart-page .cart-left {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .form-group.checkbox label {
        font-size: 12px;
    }
    
    .contact-page-blocks .item {
      width: 100%;
      margin: 0 0 30px !important;
    }
    
    .contact-page-blocks .item:last-child {
      margin-bottom: 0 !important;
    }
    
    .page.br-gray {
      padding: 30px 0;
    }
    
    .section-title {
      margin: 0 0 24px;
    }

}

@media (max-width: 575px) {

  .main-blocks .item-block .title {
    font-size: 22px !important;
    padding: 0;
  }

  .main-blocks .item-block .text {
    font-size: 16px;
  }

  header .bottom-line .logo a {
    width: 100px;
  }

  header .bottom-line .search input {
    height: 40px;
    line-height: 40px;
  }

  header .bottom-line .search button {
    font-size: 16px;
  }

  .item-page .item-image-slider a:first-child {
    max-height: inherit;
  }

  .item-page .item-image-slider a {
    max-height: initial;
  }

  .item-page .item-info .title .name {
    font-size: 24px;
  }

  .item-page .item-info .btns {
    margin: 0 0 10px;
  }

  .section-title .title {
    font-size: 28px;
  }

  .catalog.catalog-slider .arrow {
    top: 50%;
    transform: translateY(-50%);
    margin-top: -50px;
  }

  .filters-select-block {
    padding-bottom: 5px;
  }

  .filters .form-group label {
    font-size: 12px;
  }

  .filters-select-block {
    flex-wrap: wrap;
  }

  .filters .form-group {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .catalog .item .info .title {
    font-size: 13px;
  }
  
  .item-page .item-info .text-block ul {
    column-count: 1;
  }
  
  .item-page .item-info .sizes {
        flex-wrap: wrap;
        margin: 20px 0 !important;
    }
    
    .item-page .item-info .sizes .size {
        width: 100%;
        margin: 0 0 15px;
        flex-direction: row;
    }
    
    .item-page .item-info .sizes .size:last-child {
        margin: 0;
    }
    
    .item-page .item-info .sizes .size .info {
        width: calc(100% - 92px);
        padding-left: 10px;
    }
    
    .order-block .item-block .white-block {
        padding: 25px 15px;
    }
    
    .icon_labels .item {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .icon_labels .item:last-child {
        margin: 0;
    }
    
    .icon_labels .item .title {
        font-size: 16px;
    }
    
    .cart-page .cart-left .btns .politic {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .cart-page .cart-left .btns {
        justify-content: center;
    }
    
    .cart-page .cart-left .btns .btn {
      width: 100%;
      margin: 0 0 10px !important;
    }
    
    .order-block {
        margin: 0 0 20px;
    }
    
    .modal {
      padding: 25px 20px;
    }
    
    .modal .modal-title {
      font-size: 24px;
    }
    
    .contact-page-blocks .item p {
      font-size: 16px;
    }
    
    .blog-page .item {
      width: 100%;
      margin: 0 0 30px !important;
    }

}

@media (max-width: 524px) {

}

@media (max-width: 474px) {

    .item-page .item-info .links a {
        padding-right: 20px;
    }
    
    .filters .back a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    
    .filters .breadcrumbs {
        padding-left: 10px;
        width: calc(100% - 40px);
    }
    
    .filters .breadcrumbs li.active {
        font-size: 12px;
    }
    
    .cart-block-items .item .info {
      width: 100%;
      padding: 0;
      display: flex;
      flex-flow: column;
    }
    
    .cart-block-items .item .info .controls {
      position: relative;
      order: 0;
      margin: 10px 0;
    }
    
    .cart-block-items .item .info .title {
      order: 2;
    }
    
    .cart-block-items .item .info .article {
      order: 1;
    }
    
    .cart-block-items .item .info ul {
      order: 2;
    }
    
    .cart-block-items .item .info .delete {
      order: 5;
    }
    
    .cart-block-items .item .image {
      margin: 0;
      width: 100%;
    }

}

@media (max-width: 424px) {

}

@media (max-width: 374px) {
    
    .pagination li {
        margin: 0 3px;
    }

}
