.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-block {
  display: block;
}

.d-i-block {
  display: inline-block;
}

.m-auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .flex-wrap-sm {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-auto-sm {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .text-center-sm {
    text-align: center;
  }
  .hidden-on-sm {
    display: none;
  }
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .hidden-on-xs {
    display: none;
  }
}

.bg-black {
  background-color: #222;
}

.hover-c-main {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.c-black {
  color: #222;
}

.c-white {
  color: #ffffff;
}

.c-red, .formFieldError {
  color: #ff0000;
}

.c-gray {
  color: #dbdbdb;
}

.c-d-gray {
  color: #888888;
}

.allotted-link {
  color: #2fb5d2;
}

.allotted-link:hover {
  text-decoration: underline;
}

/* **** */
.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

input.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.title-decor .decor {
  content: "";
  max-width: 200px;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  opacity: 0.6;
  display: block;
  margin: 20px auto;
}

.title-decor .decor .fa {
  position: relative;
  bottom: 19px;
  font-size: 20px;
  background: #fff;
  color: #e5e5e5;
  width: 30px;
}

.title-alt {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #888888;
  text-transform: uppercase;
}

.decor-underline {
  text-decoration: underline;
  cursor: pointer;
}

.text-t-uppercase {
  text-transform: uppercase;
}

/*fonts classes*/
.fz12 {
  font-size: 12px;
}

.fz13 {
  font-size: 13px;
}

.fz14 {
  font-size: 14px;
}

.fz15 {
  font-size: 15px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz22 {
  font-size: 22px;
}

.fz24 {
  font-size: 24px;
}

.font-l {
  font-family: 'Poppins';
  font-weight: 300;
  font-style: normal;
}

.font-t {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-style: normal;
}

.font-n {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-m {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-black {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* font Rubik */
.font-alt-l {
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-alt-n {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
}

.font-alt-b {
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-style: normal;
}

.font-b {
  font-weight: bold;
}

/* end */
.border-gray {
  border: 1px solid #e5e5e5;
}

.b-b {
  border-bottom: 1px solid #dbdbdb;
}

.b-t {
  border-top: 1px solid #dbdbdb;
}

.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.m-0 {
  margin: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

/* margin top */
.mt-10 {
  margin-top: 10px;
}

.display-block {
  display: block;
}

.table-l-fixed {
  table-layout: fixed;
}

.table-delimiter {
  height: 40px;
}

.delimiter {
  margin: 29px 0;
  border-top: 1px solid #dbdbdb;
}

.cursor-p {
  cursor: pointer;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

div .left-side {
  padding-left: 0;
}

div .right-side {
  padding-right: 0;
}

.icon-search {
  background-image: url(../img/icons/icon-search.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-search_black {
  background-image: url(../img/icons/icon-search_black.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-cart {
  background-image: url(../img/icons/icon-cart.png);
  height: 17px;
  width: 16px;
  display: inline-block;
}

.icon-review {
  background-image: url(../img/icons/icon-review.png);
  width: 15px;
  height: 12px;
  display: inline-block;
}

.icon-social-vk, .icon-social-facebook, .icon-social-insta, .icon-social-twit {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.icon {
  display: inline-block;
  background-repeat: no-repeat;
}

.icon.icon-24-hours {
  background-image: url(../img/icons/icon-24-hours.svg);
  width: 42px;
  height: 42px;
}

.icon.icon-social-vk {
  background-image: url(../img/icons/icon-social-vk.jpg);
}

.icon.icon-social-facebook {
  background-image: url(../img/icons/icon-social-facebook.jpg);
}

.icon.icon-social-insta {
  background-image: url(../img/icons/icon-social-insta.jpg);
}

.icon.icon-social-twit {
  background-image: url(../img/icons/icon-social-twit.jpg);
}

.icon.icon-view-block {
  -webkit-mask: url("../img/icons/menu-3.svg");
          mask: url("../img/icons/menu-3.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #131313;
}

.icon.icon-view-table {
  -webkit-mask: url("../img/icons/list-button-with-3-elements.svg");
          mask: url("../img/icons/list-button-with-3-elements.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  margin: auto;
  width: 18px;
  height: 18px;
  background: #131313;
}

.icon.icon-newspaper-stub {
  background-image: url(../img/icons/newspaper-stub.svg);
  background-repeat: no-repeat;
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
}

.icon.icon-rating-star {
  display: inline-block;
  height: 15px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon.icon-rating-star.rating {
  width: 84px;
  background-repeat: repeat-x;
  background-image: url(../img/icons/icon-rating-star.svg);
}

.icon.icon-rating-star.value {
  background-repeat: repeat-x;
  position: absolute;
  opacity: 1;
  max-width: 84px;
  background-image: url(../img/icons/icon-rating-star_full.svg);
}

.icon.icon-close {
  background-image: url(../img/icons/icon-close.svg);
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  display: inline-block;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon.icon-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon.icon-garbage {
  background-image: url(../img/icons/icon-garbage.svg);
  width: 25px;
  height: 25px;
  display: inline-block;
}

.fa.fa-angle-right, .fa.fa-angle-left {
  display: inline-block;
  width: 16px;
  height: 27px;
  font-size: 27px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon-hanger {
  -webkit-mask: url(../img/icons/icon-hanger.svg);
          mask: url(../img/icons/icon-hanger.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon-placeholder {
  -webkit-mask: url(../img/icons/icon-placeholder.svg);
          mask: url(../img/icons/icon-placeholder.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.pos-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 15px;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

@media (max-width: 767px) {
  .flex-nowrap-xs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .d-flex-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*animate*/
.a-move-right li {
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
  position: relative;
}

.a-move-right li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  left: -5px;
  line-height: inherit;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.35s;
  transition: all ease-in-out 0.35s;
}

.a-move-right li:hover {
  padding-left: 20px;
}

.a-move-right li:hover:before {
  left: 0;
  opacity: 1;
}

@media (max-width: 1299px) {
  .owl-carousel.owl-brand-carousel.brands-carousel .owl-prev {
    left: 5px;
  }
  .owl-carousel.owl-brand-carousel.brands-carousel .owl-next {
    right: 5px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .catalog-news .news-image {
    height: 250px;
  }
}

@media (max-width: 1250px) {
  footer .social, footer .email-subscribe {
    display: block;
    text-align: center;
  }
  footer .social h4, footer .email-subscribe h4 {
    margin-bottom: 15px;
    margin-right: 0;
  }
  footer .form-subscribe {
    margin: 0 auto;
  }
  .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1157px) {
  .search-block {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .page-product_content .nav.nav-tabs, .page-product_content .tab-content {
    width: 100%;
  }
  .fixed-block.right {
    display: none;
  }
  .page-product_content .nav.nav-tabs {
    border-bottom: 0;
  }
  .page-product_content .nav.nav-tabs li:last-child {
    border-bottom: 0;
  }
  .page-product_content .tab-content {
    border-left: 1px solid #dbdbdb;
  }
}

@media (max-width: 1100px) {
  .ourconditions .content-wrap .column {
    width: 50%;
    margin-bottom: 15px;
    padding-left: 0;
    float: left;
  }
  .ourconditions .content-wrap .column .ourconditions-item .desc, .ourconditions .content-wrap .column .ourconditions-item .title {
    text-align: left;
  }
  .ourconditions .content-wrap .column:nth-child(3), .ourconditions .content-wrap .column:last-child {
    margin-bottom: 0;
  }
  .ourconditions.column .content-wrap .column {
    width: 100%;
    margin-bottom: 9px;
    float: none;
  }
  .ourconditions.column .content-wrap .column .ourconditions-item .desc, .ourconditions.column .content-wrap .column .ourconditions-item .title {
    text-align: left;
  }
  .ourconditions.column .content-wrap .column:nth-child(3), .ourconditions.column .content-wrap .column:last-child {
    margin-bottom: 9px;
  }
}

@media (min-width: 992px) {
  footer .toggle {
    display: none;
  }
  .catalog-filter .filters-all_block {
    display: block !important;
  }
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 26px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  .product-ticket_block .ticket {
    font-size: 11px;
  }
  .checkout-steps.confirm .sidebar {
    margin-bottom: 40px;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems {
    display: block;
    padding-left: 0;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems .multioffersWrap .value {
    text-align: center;
    margin-bottom: 5px;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems .multioffersWrap .value:last-child {
    margin-bottom: 0;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems thead, #order-form .onePageProductsBlock .orderBasket.orderitems tbody {
    display: block;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems img {
    margin-right: 0;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems tr {
    display: block;
    text-align: center;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems tr.item:first-child {
    padding-left: 0;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems tr.item td:first-child {
    padding-left: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems tr.item td:last-child {
    display: none;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems tr td {
    display: block;
    padding: 13px;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems tr td.orderBasket_link-to-cart {
    text-align: center;
    padding-top: 0;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems tr td.orderBasket_count {
    padding-bottom: 0;
  }
  #order-form .orderBasket_count {
    border-bottom: 0;
    width: 100%;
  }
  #order-form .orderBasket thead td {
    border-bottom: 0;
  }
  .container-fluid.bg-black {
    background-color: #fff;
  }
  .wrapper_product-card {
    margin-bottom: 30px;
  }
  .col-xs-12.product-page_content {
    padding: 0;
  }
  .page-product_content-wrap .row > .col-xs-12 {
    padding: 0;
  }
  .catalog_left-side .catalog-filter {
    margin-bottom: 25px;
  }
  .catalog_left-side .catalog-filter .filters-all_block .filter {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .ourconditions.column {
    display: none;
  }
  .breadcrumbs {
    border-top: 1px solid #dbdbdb;
  }
  .content-wrap .catalog_left-side, .content-wrap .catalog_right-side {
    padding-left: 0;
    padding-right: 0;
  }
  #debug-top-block + .bg-black {
    background-color: #fff;
  }
  footer .payment-info {
    margin: 15px 0 25px;
  }
  footer .developers-info {
    margin-top: 20px;
    text-align: center;
  }
  footer .footer-wrap {
    padding: 50px 0 20px;
  }
  footer .footer-wrap h4 {
    margin: 0;
    background: #eee;
    padding: 7px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 13px;
    color: #222;
    display: block;
  }
  footer .footer-wrap + .d-flex {
    display: block;
  }
  footer .footer-info_block {
    margin-bottom: 15px;
  }
  footer .footer-info_text {
    display: none;
    margin-top: 15px;
  }
  footer .social {
    padding: 0 0 49px;
    margin: 0;
  }
  .email-subscribe {
    padding-top: 0;
  }
  .email-subscribe .form-subscribe {
    width: 95%;
  }
  .title-decor .decor .fa {
    bottom: 14px;
  }
  .header #mob-menu_wrap {
    display: inline-block;
    padding-left: 0;
    margin-right: 10px;
    height: 20px;
  }
  .header-middle_wrap {
    display: none;
  }
  .user-tools .fa {
    color: #222;
  }
  .header.top .left-side.logotype {
    display: inline-block;
  }
  .header.top .left-side.city {
    display: none;
  }
  .content-wrap .right-side_cart {
    padding: 0;
  }
  .header.middle .logo-block {
    width: 100%;
    margin-bottom: 35px;
  }
  .header.middle .logo-block img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .warehouse-info {
    margin-bottom: 0;
  }
  .warehouse-info > div {
    margin-bottom: 20px;
  }
  .warehouse-info > div:last-child {
    margin-bottom: 0;
  }
  .page-product_content table {
    display: block;
  }
  .page-product_content table tbody {
    display: block;
  }
  .page-product_content table thead {
    display: none;
  }
  .page-product_content table tr {
    display: block;
    text-align: center;
    width: 100%;
  }
  .page-product_content table tr .value {
    text-align: center;
  }
  .page-product_content table tr td {
    display: block;
  }
  .page-product_content table tr td:last-child {
    border: 0;
  }
  #order-form .left-side {
    padding: 0;
  }
  #order-form .right-side {
    padding: 0;
  }
  #order-form .onePageProductsBlock {
    border-top: 0;
  }
  .favorite-page .column {
    width: 33.333%;
  }
  .checkout-steps.confirm .left-side {
    padding-right: 0;
  }
  .checkout-steps.confirm .right-side {
    padding-left: 0;
  }
  .basket-page {
    margin-bottom: 0;
  }
  .basket-page .left-side, .basket-page .right-side {
    width: 100%;
    padding: 0;
  }
  .basket-page .basket-order_total.wrap {
    position: static;
    margin-bottom: 20px;
  }
  .basket-page .basket-page_wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .product-page .product-gallery_thumb .owl-prev, .product-page .product-gallery_thumb .owl-next {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .paginator {
    margin: 25px auto 30px;
  }
  .breadcrumbs-block {
    margin-bottom: 25px;
  }
  .catalog_left-side .heading {
    border: 1px solid #eee;
    border-bottom: none;
  }
  .catalog_left-side .heading:hover {
    -webkit-box-shadow: inset -3px -3px 17px 0 rgba(0, 0, 0, 0.2);
            box-shadow: inset -3px -3px 17px 0 rgba(0, 0, 0, 0.2);
  }
  .catalog-filter {
    border-top: 0;
  }
  .catalog-filter .heading {
    display: none;
  }
  .product-view_block .product-tools-wrap {
    position: static;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  .product-view_block .product-tools-wrap .product-favorite, .product-view_block .product-tools-wrap .product-compare, .product-view_block .product-tools-wrap .product-add {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
    border: 1px solid #dbdbdb;
  }
  .owl-carousel.owl-slider-carousel .owl-prev, .owl-carousel.owl-slider-carousel .owl-next, .owl-carousel.owl-all-category .owl-prev, .owl-carousel.owl-all-category .owl-next {
    width: 51px;
    height: 51px;
    line-height: 63px;
  }
}

@media (min-width: 851px) {
  .product_in-category .wrap-small {
    display: none;
  }
}

@media (max-width: 850px) {
  .product_in-category .wrap-large {
    display: none;
  }
  .product-ticket_block .ticket {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 23px;
  }
  h2, .h2 {
    font-size: 21px;
  }
  h3, .h3 {
    font-size: 19px;
  }
  h4, .h4 {
    font-size: 17px;
  }
  .catalog-news {
    float: none;
    width: auto;
  }
  #order-form .order-form_count-block {
    display: none;
  }
  #order-form .formSectionTitle {
    font-size: 16px;
  }
  .product-page .page-product_description.amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper_product-card > div {
    padding: 0;
  }
  .page-product_content .nav.nav-tabs a, .page-product_content .tab-content {
    font-size: 14px;
  }
  .product_in-category .wrap-small .item {
    width: 33.3333%;
  }
  .banner-item {
    width: 50%;
  }
  .content-wrap .right-side_cart .col-xs-12 {
    padding: 0;
  }
  .catalog-news .news-block {
    margin-bottom: 20px;
    padding-bottom: 19px;
    border-bottom: 1px solid #dbdbdb;
  }
  .catalog-news .col-xs-12:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .search-block {
    width: calc(88% - 50px);
  }
  .compare-page .product-view_block {
    width: 50%;
  }
  .profile-page .no-l-padding {
    padding: 0;
  }
  .profile-page .no-padding-xs {
    padding: 0;
  }
  .product-page .page-product_description {
    text-align: center;
  }
  .product-page .page-product_description.price {
    margin-top: 10px;
  }
  .product-page .rating-block {
    display: block;
    margin-top: 20px;
  }
  #order-form .formAddressSectionWrapper, #order-form .formPickUpTypeWrapper, #order-form .formTable {
    padding-left: 0;
  }
  #order-form .onePageAddressBlock-wrap {
    padding: 30px 0;
  }
  .email-subscribe {
    display: block;
    text-align: center;
  }
  .email-subscribe .subscribe-desc {
    margin-bottom: 20px;
  }
  .email-subscribe .form-subscribe {
    width: 100%;
  }
  .email-subscribe input#email {
    margin: auto;
  }
  .email-subscribe form {
    display: block;
  }
  .ourconditions .column {
    margin-bottom: 35px;
  }
  .ourconditions .column:last-child {
    margin-bottom: 0;
  }
  .lastnews .news-item {
    width: 50%;
  }
  .search-input {
    position: absolute;
  }
  .nav-category {
    display: none;
  }
  .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    top: 40%;
  }
  .owl-carousel.owl-slider-carousel .owl-prev, .owl-carousel.owl-slider-carousel .owl-next {
    width: 39px;
    height: 39px;
    line-height: 46px;
  }
  .owl-carousel.owl-slider-carousel .owl-prev .fa, .owl-carousel.owl-slider-carousel .owl-next .fa {
    font-size: 24px;
  }
  table.order thead {
    display: none;
  }
  table.order tbody {
    border-top: 1px solid #dbdbdb;
  }
  table.order tbody tr, table.order tbody td {
    display: block;
  }
  table.order tbody tr.order-product:last-child {
    border-bottom: 0;
  }
  table.order tbody .order-image {
    display: block;
  }
  table.order tbody .order-product {
    padding: 10px 0;
  }
  table.order tbody .order-product_quantity .error {
    position: static;
    margin-top: 13px;
    max-width: 100%;
    padding: 0 15px;
  }
  table.order tbody td {
    margin: auto;
    text-align: center;
    padding: 15px;
  }
  table.order tbody select {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  footer > div .row > .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  footer .email-subscribe, footer .social {
    padding-bottom: 25px;
  }
  .email-subscribe .form-subscribe input {
    max-width: 100%;
  }
  .product-view_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-view_table .product-info {
    margin-left: 0;
    width: 100%;
  }
  .product-view_table .product-image {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-view_table .product-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .product-view_table .product-add, .product-view_table .product-tools-wrap {
    text-align: center;
  }
  .catalog-block .column {
    width: 50%;
  }
}

@media (max-width: 600px) {
  .ourconditions .content-wrap .column {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .ourconditions .content-wrap .column:nth-child(3) {
    margin-bottom: 20px;
  }
  .product_in-category .wrap-small .item {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .header-middle_wrap {
    float: right;
  }
  .header-middle_wrap .header {
    border-bottom: 0;
    padding: 9px 0 0;
  }
  .header-middle_wrap .user-tools {
    margin-top: 0;
  }
  .header-bottom_wrap {
    display: inline-block;
  }
  .header-bottom_wrap .header {
    border-bottom: 0;
    padding: 8px 0 12px;
  }
  .header.middle .search-block {
    display: none;
  }
  .profile-page .balance-list {
    margin-bottom: 0;
  }
  .profile-page .balance-list li {
    display: block;
    text-align: center;
  }
  .profile-page .balance-list li > div {
    margin-top: 18px;
  }
  .profile-page .balance-list li > div:first-child {
    margin-top: 0;
  }
  .search-block {
    width: 100%;
  }
  .search-block {
    max-width: 100%;
    height: 40px;
  }
  .owl-carousel .owl-nav {
    display: none;
  }
  .owl-carousel.rs-gallery-thumb .owl-nav {
    display: block;
  }
}

@media (max-width: 500px) {
  #go_top {
    display: none !important;
  }
  .article-content_date {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .email-subscribe .form-subscribe .btn-theme {
    max-width: 110px;
    font-size: 11px;
    line-height: 40px;
    padding: 0 20px 0 10px;
  }
  .page-product_content .nav.nav-tabs a, .page-product_content .tab-content {
    font-size: 13px;
  }
  .lastnews .news-item {
    width: 100%;
  }
  .banner-item {
    width: 100%;
  }
  .banner-item .product-name {
    width: auto;
    height: auto;
    position: static;
  }
  .banner-item .product-name a {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    margin: 10px 0 15px;
  }
  h1, .h1 {
    font-size: 20px;
  }
  h2, .h2 {
    font-size: 18px;
  }
  h3, .h3 {
    font-size: 16px;
  }
  h4, .h4 {
    font-size: 15px;
  }
  .page-product_content .tab-content {
    padding: 13px;
  }
  .compare-page .product-view_block {
    width: 100%;
  }
  .compare-page .table-character {
    display: block;
  }
  .compare-page .table-character tbody {
    display: block;
  }
  .compare-page .table-character tr {
    display: block;
  }
  .compare-page .table-character tr td {
    display: block;
    padding: 0 13px;
  }
  .compare-page .table-character .character-subtitle {
    padding: 15px;
  }
  .compare-page .table-character .character-text {
    text-align: center;
  }
  .compare-page .table-character .character-text .value {
    text-align: center;
  }
  .compare-page .table-character .character-text td {
    padding: 10px 15px;
  }
  .checkout-steps .changeUser .btn-theme {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .developers-info {
    text-align: center;
  }
  .developers-info .float-r {
    float: none;
    margin-top: 5px;
  }
  .product-page .product-btns .btn-theme {
    margin-right: 0;
    margin-bottom: 13px;
  }
  .catalog-block .column, .catalog-page_product-view, .catalog-sort_block {
    width: 100%;
  }
  .catalog-page_sort {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-page_sort .catalog-sort_block {
    margin-top: 12px;
  }
}

@media (max-width: 450px) {
  .product_in-category .product-view_block {
    width: 100%;
  }
  .product_in-category .wrap-small .item {
    width: 100%;
  }
  .user-account .drop_block {
    right: auto;
    left: -200px;
  }
}

@media (max-width: 430px) {
  .header .contacts-info {
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 409px) {
  .sort_conditions {
    margin-bottom: 12px;
  }
  .checkout-steps.confirm .btn-menu .btn-theme {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    display: block;
    max-width: 280px;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .header.top .left-side.logotype {
    display: none;
  }
  .user-account .drop_block {
    left: -32px;
  }
  .header.top .right-side {
    float: none;
    padding: 0;
  }
}
