/*========================================
    RESPONSIVE
========================================*/

@media only screen and (max-width : 1179px) {

  .catalog__section .catalog__img {
    position: relative;
    height: 150px;
  }

  .left-bar {
    width: 299px;
  }

  .filter-clear-fix {
    width: 299px;
  }

  .catalog__item .catalog__price {
    margin-top: 6px!important;
  }

  .catalog__section .catalog__item {
    width: 185px;
  }

  .catalog__item {
    width: 299px;
  }

  .selection__radio label .label_name {
    width: calc(100% - 90px);
  }

  .main-menu__item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .logo__img {
    width: 50px;
    margin-right: 5px;
  }

  .logo__txt {
    width: calc(100% - 60px);
  }

  .logo__title {
    font-size: 18px;
  }

  .search {
    width: 299px;
  }

  .search__input {
    width: 259px;
  }

  .headerbar__basket {
    margin-left: -15px;
    padding-left: 35px;
    background-position: left 2px;
  }

  .banner {
    margin-bottom: 20px;
  }

  .banner__item--three .banner__txt {
    top: calc(50% - 54px);
  }

  .advantages__row {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .advantages__row a{
    width: 26%;
  }

  .advantages__item {
    margin: 0px 1px 5px;
  }

  .selection__radio {
    width: 100px;
  }

  .other__item {
    margin: 0 5px 10px;
  }

  .second-menu__item {
    margin-left: 20px;
    margin-right: 20px;
  }

  .left-bar--fix {
    width: 266px;
  }

  .catalog__section-title {
    margin-right: 70px;
  }

  .filter__btn {
    margin: 0 auto;
  }

  .filter__form {
    justify-content: space-around;
  }

  form .filter__item_buttons {
    margin-right: 0;
    width: 165px;
  }

  .filter__btn {
    width: 165px;
  }

  .filter__result {
    text-align: center;
  }

  .product__thumb-img {
    margin-right: 15px;
  }

  .product__order-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product__order-name {
    width: 50%;
  }

  .product__order-total-sum {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
  }

  .product__order-total-sum .fa {
    font-size: 18px;
  }

  .product__order-info {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cabinet__form-group--discount span {
    display: block;
    margin-top: 15px;
  }

  .product__order-top_price {
    font-size: 14px;
    margin: 0 10px 10px;
  }

}

@media only screen and (max-width : 991px) {

  .cart__name {
    width: 45%;
    margin-right: 55px;
    margin-left: 15px;
  }

  .cart__img {
    height: 70px;
    width: 70px;
  }

  .cart__name a {
    font-size: 14px;
  }

  .cart__price {
    width: 100px;
  }

  .cart__qnt {
    margin-right: 10px;
  }

  .cart__qnt span {
    margin-left: 35px;
  }

  .selection__radio {
    margin-bottom: 10px;
  }

  .sticky, .stop {
    position: initial;
  }

  .form-select {
    margin-bottom: 10px;
  }

  .filter--fix .filter__item {
    width: 100%;
    flex-basis: 50%;
  }

  .filter .del_filter {
    margin: 0 auto;
  }

  .container .filter--fix {
    width: 220px;
  }

  .left-bar {
    width: 266px;
  }

  .filter__btn {
    width: 320px;
  }

  .filter--fix .filter__btn {
    width: 190px;
  }

  .header-top {
    display: none;
  }

  .headerbar__phones {
    display: none;
  }

  .search {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 10px;
    left: 5%;
    width: 90%;
  }

  .search-page .search {
    display: block;
    position: initial;
  }

  .search__input {
    width: calc(100% - 40px);
  }

  .search__show-btn {
    position: relative;
    top: 5px;
    left: -50px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .headerbar__basket {
    position: absolute;
    top: 10px;
    right: 120px;
  }

  .burger-btn {
    position: absolute;
    right: 0;
    top: 20px;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
  }

  .advantages {
    display: none;
  }

  .feedback__txt {
    margin-bottom: 20px;
  }

  .feedback__btn {
    margin: 0 auto;
  }

  .other__row {
    justify-content: center;
  }

  .footer .logo {
    display: none;
  }

  .footerbar {
    padding-left: 0;
  }

  .section-title::before,
  .consult::before {
    width: 88%;
    left: 6%;
  }

  .catalog__item {
    width: 162px;
  }

  .filter__btn {
    margin-top: 20px;
  }

  .left-bar--fix {
    width: 226px;
  }

  .left-bar {
    width: 288px;
  }

  .filter-clear-fix {
    width: 288px;
  }

  .catalog__section-content .row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .catalog__section-content .catalog__item {
    width: 198px;
    margin: 0px 4px 10px;
  }

  .catalog__section-title {
    margin-right: 0;
    width: 100%;
  }

  .product__desc {
    margin-bottom: 30px;
  }

  .product__addit-desc img {
    display: block;
    margin-left: auto;
  }

  .product__order {
    width: 450px;
    margin: 0 auto;
  }

  .selection__item--sm {
    padding-left: 0;
    padding-right: 0;
  }

  .cabinet__discount {
    margin: 0 0 30px;
  }

  .order__inner {
    margin-bottom: 25px;
  }

}

@media only screen and (max-width : 767px) {

  .filter--fix, .left-bar--fix {
    position: initial!important;
    width: 100%!important;
  }

  .cart__name {
    width: 40%;
  }

  .product__addit-desc img {
    float: inherit;
    margin: 5px auto 15px;
  }

  .promo-section__item {
    width: 100%;
  }

  .second-menu {
    text-align: center;
  }

  .second-menu__item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .headerbar__basket {
    right: 70px;
  }

  .left-menu {
    margin: 25px 0 20px;
  }

  .left-menu ul {
    display: flex;
    justify-content: space-around;
  }

  .catalog__section-title {
    /*display: none;*/
  }

  .catalog__section-content {
    /*display: none;*/
  }

  .catalog__section-content.active {
    display: flex;
  }

  .order__delivery .form-select__list {
    right: 1px;
  }

  .catalog__section {
    margin: 0;
    padding: 0;
  }


  form .filter__item_buttons {
    margin: auto;
  }

}

@media only screen and (max-width : 680px) {


  .cart__qnt {
    margin-left: 55px;
  }

  /*.slick-slide img {
    min-height: 145px;
  }*/

  .search__show-btn {
    left: -15px;
  }

  .banner__item--one .banner__txt,
  .banner__item--two .banner__txt,
  .banner__item--three .banner__txt {
    font-size: 24px;
  }

  .second-menu__item {
    margin-left: 8px;
    margin-right: 8px;
  }

  .headerbar__basket {
    right: 50px;
  }

  .modal--location {
    width: 98%;
    left: 1%;
  }

  .modal__list {
    column-count: 2;
  }

  .history__date {
    width: 18%;
  }

  .history__order-list {
    padding-right: 25px;
  }

  .cart__item {
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
  }

  .cart__img {
    margin-right: 20px;
    margin-bottom: 15px;
  }

  .cart__name {
    width: calc(100% - 160px);
    margin-bottom: 20px;
  }

  .cart__name a {
    font-size: 18px;
  }

  .cart__del button {
    padding: 12px;
  }

  .cart__del {
    margin-right: 30px;
  }

  form .filter__item_buttons {
    margin: auto;
  }

  .filter .filter__btn {
    width: 100%;
  }
  .add_review {
    float: initial;
    position: initial;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width : 580px) {

  .main_filter .selection__radio label {
    padding: 0;
  }

  .selection__radio label {
    padding: 6px;
  }

  .filter__item {
    flex-basis: 100%;
    width: 100%;
  }

  form .filter__item_buttons {
    width: 100%;
  }

  .section-title {
    background-image: none;
  }

  .section-title::before{
    display: none;
  }

  .footerbar__skype {
    display: none;
  }

  .modal__list {
    margin-top: 20px;
  }

  .modal__group--location {
    width: 100%;
    max-width: 340px;
    margin-right: 0;
  }

  .cabinet__form-group label,
  .cabinet__form-group input,
  .order__delivery .form-select label {
    top: 0;
    width: 100%;
    margin-bottom: 5px;
  }

  .order__delivery-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .order__delivery-right {
    width: 100%;
  }

  .cabinet__form-group textarea {
    width: 100%;
  }

  .order__delivery .form-select__input {
    width: 100%;
  }

  .order__delivery-price {
    position: static;
  }

  .order__delivery .form-select__list {
    top: 60px;
    right: 0;
    left: 0;
    width: auto;
  }

  .cabinet__form-group--discount input {
    width: 180px;
  }

  .product .selection__radio {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  .selection__radio label .lable_image {
    margin-left: 10%;
  }

  .selection__radio label .label_name {
    width: 60%;
  }

}

@media only screen and (max-width : 480px) {

  .selection__radio label .lable_image {
    margin-left: 5%;
  }

  .headerbar__basket {
    display: none;
  }

  .basket-mobile {
    position: absolute;
    top: 23px;
    right: 60px;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 12px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: url('../img/png/cart-mobile.png') center no-repeat;
    background-size: 30px;
  }

  .search__show-btn {
    left: 20px;
  }

  .other__item {
    width: calc(50% - 10px);
  }

  .text ul {
    column-count: 1;
  }

  .consult a {
    position: relative;
    right: 15px;
    display: block;
    margin-top: 20px;
  }

  .banner__item--one .banner__txt {
    left: 20%;
    top: 5px;
    width: 60%;
    font-size: 18px;
  }

  .banner__item--two .banner__txt {
    top: 60px;
    left: 40px;
    font-size: 18px;
  }

  .banner__item--three .banner__txt {
    top: 40px;
    left: 50px;
    font-size: 18px;
  }

  .left-menu {
    margin-top: 0;
  }

  .left-menu ul {
    display: block;
  }

  .second-menu {
    border-top: 1px solid rgba(0, 0, 0, .15);
  }

  .second-menu__item,
  .left-menu__item {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
  }

  .second-menu__item a,
  .left-menu__item a {
    display: block;
    padding: 12px 0 12px 15px;
    border: none;
    color: #000000;
    font-size: 18px;
    text-align: left;
    background: url(../img/arr-right.png) 95% center no-repeat;
    background-size: 3.5px 10px;
  }

  .consult {
    border-bottom: none;
  }

  .footer {
    position: relative;
    padding-top: 220px;
  }

  .footerbar {
    position: absolute;
    top: 0;
  }

  .navbar__title {
    font-size: 12px;
  }

  .footerbar__schedule {
    width: 100%;
  }

  .product__order {
    width: 100%;
  }

  .product__order--visible {
    display: block;
    width: 100%;
  }

  .product__btn--xs {
    display: block;
  }

  .product__addit {
    margin-bottom: 25px;
  }

  .selection__radio i {
    font-size: 14px;
  }

  .product__selection-price {
    font-size: 14px;
  }

  .selection__item span {
    font-size: 18px;
  }

  .product__info {
    display: none;
  }

  .product {
    margin-bottom: 0;
  }

  .product__selection--noborder {
    border-bottom: none;
    padding-bottom: 0;
  }

  .similar {
    padding-top: 20px;
  }

  .history__header {
    display: none;
  }

  .buy_one_click {
    font-size: 12px;
  }

  .history__item {
    flex-wrap: wrap;
  }

  .history__order-list {
    order: 1;
    width: 100%;
    margin: 10px 0;
  }

  .history__date {
    width: 30%;
  }

  .history__status {
    width: 33%;
  }

  .cabinet__nav-item {
    width: 50%;
  }

  .cabinet__nav-item a {
    width: 100%;
  }

  .cabinet__content {
    padding: 15px 10px;
  }

  .cabinet__btn {
    margin: 0 auto;
  }

  .cabinet__form-group input {
    padding-left: 5px;
  }

  .cart__img {
    margin-right: 0;
  }

  .cart__name a {
    font-size: 15px;
  }

  .cart__name {
    width: calc(100% - 160px);
  }

  .cart__item {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width : 380px) {

  .cart__price {
    font-size: 16px;
    width: 80px;
  }

  .cart__qnt {
    margin-left: 45px;
  }

  .cart__del {
    margin-right: 10px;
  }

  .product__addit-desc {
    margin-top: 10px;
  }

  .logo__subtitle {
    position: absolute;
    top: 70px;
    left: 8%;
  }

  .search__show-btn {
    left: -40px;
  }

  .section-title {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
  }

  .section-title span {
    font-size: 18px;
    font-weight: normal;
  }

  .consult__inner {
    padding: 40px 0 20px;
    background-position: center 0;
    background-size: 45px;
  }

  .other__img {
    height: 100px;
  }

  .basket-mobile {
    right: 60px;
  }

  .selection__radio {
    width: 90px;
    margin: 0px 3px;
  }

  .selection__radio i {
    font-size: 12px;
  }

  .feedback {
    padding: 15px;
  }

  .modal {
    padding: 15px;
  }

  .modal__list {
    column-count: 1;
  }

  .modal__title {
    font-size: 22px;
  }

  .search {
    width: 100%;
    left: 0;
  }

  .catalog__section-content .catalog__item {
    width: 150px;
    margin: 0 5px 10px;
    padding-bottom: 70px !important;
  }

  .catalog__section-content {
    margin-left: -12px;
    margin-right: -12px;
  }

  .product__addit {
    margin-bottom: 0;
  }

  .product__card {
    margin-bottom: 0;
  }

  .similar__title {
    font-size: 18px;
    font-weight: normal;
  }

  .page-title {
    font-size: 20px;
    font-weight: normal;
  }

  .product__size-item input {
    width: 35%;
  }

  .cabinet__form-group--discount input {
    margin-bottom: 15px;
  }

  .selection__radio label .lable_image {
    margin: 0;
  }

}

@media only screen and (max-width : 992px) and (min-width : 765px) {
  .col-sm-4 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-8 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .count_find {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 10px;
  }

}

@media only screen and (max-width : 764px) {

  .count_find {
    position: relative;
    right: 0;
    top: 0;
    margin: 0 0 10px;
  }

  .left-bar {
    width: 276px;
    position: absolute;
    left: -300px;
    transition: left .3s linear;
    z-index: 1000;
    background: #FFF;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
  }

  .left-bar.show {
    left: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 10px;
    position: fixed;
    width: calc(276px);
    height: 100%;
  }

  .filter-btn {
    display: block;
    width: 100%;
    top: 45%;
    left: 0;
    z-index: 1;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    margin: 10px 0;
    padding: 8px;
    font-size: 16px;
    background: #FFF;
    color: #952C21;
    border: 2px solid #952c21;
    transition: all .3s linear;
  }

  .filter-clear-fix {
    width: calc(276px + 50px);
    position: relative;
  }

  .filter .close-btn{
    display: block;
    top: 5px;
    right: 10px;
    font-size: 16px;
  }

  .modal-open {
    overflow: hidden;
  }

}

@media only screen and (max-width : 359px) {
  .messengers {
    /* width: 315px;
    right: 5px;
    z-index: 1000; */
  }

  .messengers a {
    margin: 10px 23px;
  }
}

@media only screen and (min-width : 765px) {
  /* .messengers_buttom {
    display: none;
  } */

  #app .btn {
    width: 50px!important;
  }

  .scrollup {
    right: 23px !important;
  }
}

@media only screen and (max-width : 764px) {
  #__replain_widget{
    display: none;
  }

  .scrollup {
    width: 50px;
  }

  .btn-clean-coupon {
    position: initial;
  }
}
