@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%;
}

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

header .logo {
    margin-right: 40px;
}

header .search {
    width: 235px;
}

.advantages-list .item .title {
    font-size: 24px;
}

.advantages-list .item .text {
    font-size: 16px;
}

.catalog .item .controls .btn a {
    padding-right: 30px;
    padding-left: 60px;
}

.articles-list .item .image a {
    height: 250px;
}

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

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

.blog-page .item:nth-child(2n) {
  margin-right: 0;
}

}


@media(max-width:1299px){
    header .logo {
        margin-right: 20px;
    }
    
    header .search {
        width: 215px;
    }
    
    .catalog .item .controls .comparison {
        margin-right: 10px;
    }
    
    .catalog.type-2 .item {
      width: 100%;
    }
}

@media (max-width: 1199px) {
  
  .text-block  {
    font-size: 16px;
  }

  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;
  }
  
  header .logo a {
    width: 200px;
  }
  
  header .top-line .profile {
    margin-left: 20px;
  }
  
  header .top-line .profile ul li {
    margin-right: 6px;
  }
  
  header .top-line .menu ul li {
    margin-right: 0;
  }
  
  header .top-line .menu ul li a {
    font-size: 14px;
  }
  
  .advantages-list .item {
    padding-left: 80px;
  }
  
  .advantages-list .item .icon {
    font-size: 60px;
  }
  
  .advantages-list .item .title {
    font-size: 20px;
    margin: 0 0 10px;
  }
  
  .advantages-list .item .text {
    font-size: 14px;
  }
  
  .catalog .item {
    width: calc(100%/2 - 30px/2);
  }
  
  .catalog .item:nth-child(4n) {
    margin-right: 30px;
  }
  
  .catalog .item:nth-child(2n) {
    margin-right: 0;
  }
  
  .partners-list .item {
    width: calc(100%/2 - 20px/2);
  }
  
  .partners-list .item:nth-child(5n) {
    margin-right: 20px;
  }
  
  .partners-list .item:nth-child(2n) {
    margin-right: 0;
  }
  
  .articles-list .item {
    width: calc(100%/2 - 30px/2);
    margin-bottom: 30px;
  }
  
  .articles-list .item:nth-child(2n){
    margin-right: 0;
  }
  
  footer .copyright {
    padding-left: 20px;
  }
  
  .main-slider .item {
    padding-bottom: 20px;
  }
  
  .main-slider .item .image {
    height: 250px;
  }

}

@media (max-width: 991px) {
  
  .hide-md {
    display: none;
  }
  
  .breadcrumbs .container {
    padding: 0;
  }

  .header-line .mobile-toggle,
  .header-line .mobile-cart {
    display: flex;
    align-items: center;
  }

  header .top-line {
    display: none;
  }

  header .bottom-line .logo {
    margin: 0 auto;
    border-bottom: 1px solid #eae8e4;
    width: 100%;
    text-align: center;
    padding: 8.5px 0;
  }
  
  header .logo a {
    width: 120px;
  }
  
  header .callback {
    display: none;
  }

  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;
  }
  
  header .bottom-line .logo {
    display: block;
  }

  .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 {
    min-height: inherit;
  }

  .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;
  }
  
  .main-blocks.three .item-block {
    margin-right: 0;
  }
  
  .advantages-list .item {
    padding-left: 0;
    text-align: center;
  }
  
  .advantages-list .item .icon {
    position: relative;
    text-align: center;
  }
  
  .advantages .section-title {
    margin: 0 0 40px;
  }
  
  .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;
  }
  
  .menubar {
    top: 0;
    position: relative;
    margin: 0 0 20px;
  }
  
  .pr-90 {
      padding-right: 0 !important;
    }
    
    .pl-60 {
      padding-left: 0 !important;
    }
    
    .about.type-2 .num {
        display: none;
    }
    
    .about.type-2 {
      padding-bottom: 70px;
    }
    
    .about.type-2 .col-lg-6:last-child {
      background: #FFF;
      margin: 0 -30px;
      width: calc(100% + 60px);
      padding: 70px 40px;
    }
    
    .home-images .item .info {
      width: 100%;
    }
    
    .home-images .item .image {
      justify-content: center;
      position: relative;
      right: 0;
      top: 0;
      transform: none;
      display: flex;
      height: 300px;
      max-height: inherit;
      width: 100%;
    }
    
    .home-images .item .image img {
      max-height: 100%;
    }
    
    .home-images .item {
      padding: 30px;
      flex-wrap: wrap;
    }
    
    .home-images .item .info .text b {
      font-size: 18px;
    }
    
    .home-images .item .info .text span {
      font-size: 15px;
    }
    
    .home-images .item .info .text {
      padding-left: 0;
      border: none;
      text-align: center;
    }
    
    .home-images .item {
      padding: 30px 15px;
    }
    
    .home-images .item .info .title {
      font-size: 28px;
      text-align: center;
    }

}

@media (max-width: 767px) {
  
  .item-page {
    margin: 0;
  }
  
  .menubar ul li {
    font-size: 16px;
  }

  .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: 320px;
  }

  .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;
  }
  
  .advantages-list .item .title {
    font-size: 16px;
  }
  
  .section-title .title {
    font-size: 30px;
  }
  
  .catalog-section {
    padding: 40px 0;
  }
  
  .categories-section {
    padding: 40px 0;
  }
  
  .advantages {
    padding: 40px 0;
  }
  
  .partners .section-title {
    margin: 0 0 30px;
  }
  
  .partners {
    padding: 40px 0;
  }
  
  .articles-section {
    padding: 40px 0;
  }
  
  footer .top-line-block {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  footer .top-line-block .logo {
    margin: 0 0 20px;
  }
  
  footer .bottom-line .menu ul {
    justify-content: center;
  }
  
  footer .bottom-line .menu ul li:last-child {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }
  
  .catalog.type-2 .item .item-images {
    width: 100%;
    margin: 0 0 15px;
  }
  
  .catalog.type-2 .item .info {
    width: 100%;
    padding: 0;
  }
  
  .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;
  }
  
  .error-block .num {
    font-size: 120px;
  }
  
  .error-block .title {
    font-size: 30px;
    margin: 0 0 10px;
  }
  
  .error-block .text {
    font-size: 16px;
  }
  
  .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;
  }
  
  .text-block img {
    max-width: 90%;
    margin: 0 auto;
    display: block;
  }
  
  header {
    border-bottom: none;
  }
  
  .orders-history .catalog .item .info .title a {
      font-size: 16px;
      line-height: 1.2;
    }


}

@media (max-width: 575px) {
  
  .advantages-list .item {
    width: 100%;
    margin: 0 0 40px;
  }

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

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

  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;
  }
  
  .catalog .item {
    width: 100%;
    margin: 0 0 30px !important;
  }
  
  .articles-list .item {
    width: 100%;
    margin: 0 0 30px;
  }
  
    
  .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;
  }
  
  .modal {
    padding: 25px 20px;
  }
  
  .modal .modal-title {
    font-size: 24px;
  }
  
  .pagination li a {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 12px;
    }
    
    .pagination li {
      margin: 0 5px;
    }

}

@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;
  }
    
  .error-block .title {
    font-size: 20px;
  }
  
  .error-block .text {
    font-size: 14px;
  }
  
  .error-block .btns {
    flex-wrap: wrap;
  }
  
  .error-block .btns .btn {
    width: 100%;
    margin: 0 0 10px !important;
  }
  
  .error-block .btns .btn:last-child {
    margin: 0 !important;
  }
  
  .error-block {
    padding: 30px 0;
  }
  
  .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) {
  
  .section-title .title {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

}

@media (max-width: 374px) {

}
