.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;
}

.c-red {
  color: #ed1c24;
}

.c-gray {
  color: #dbdbdb;
}

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

.hover-opacity:hover {
  opacity: 0.3;
}

.bg-blue {
  background-color: #2fb5d2;
}

.c-blue {
  color: #2fb5d2;
}

.c-blue:hover {
  text-decoration: underline;
  color: #2592a9;
}

.hover-blue:hover {
  color: #2fb5d2;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

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

.h-100 {
  height: 100%;
}

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

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

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

.fz14 {
  font-size: 14px;
}

.fz16 {
  font-size: 16px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.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-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;
}

.m-0 {
  margin: 0;
}

.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;
}

.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, div .catalog_left-side {
  padding-left: 0;
}

div .right-side, div .catalog_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-shopping-cart {
  background-image: url(../img/icons/icon-shopping-cart.svg);
  width: 24px;
  height: 24px;
}

.icon.icon-shopping-cart:hover {
  opacity: 1;
}

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

.icon.icons-favorite {
  background-image: url(../img/icons/icons-favorite.svg);
  background-position: -30px 0;
  width: 29px;
  height: 26px;
}

.icon.icons-favorite:hover {
  opacity: 1;
}

.icon.icons-compare {
  background-image: url(../img/icons/icons-compare.svg);
  background-position: -30px 0;
  width: 26px;
  height: 27px;
}

.icon.icons-compare:hover {
  opacity: 1;
}

.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 {
  background-image: url(../img/icons/icon-rating-star.svg);
  display: inline-block;
  height: 10px;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.icon.icon-rating-star.rating {
  width: 50px;
  background-repeat: repeat-x;
  opacity: 0.3;
}

.icon.icon-rating-star.value {
  background-repeat: repeat-x;
  position: absolute;
  opacity: 1;
  max-width: 50px;
}

.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: 32px;
  font-size: 32px;
  -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 0.2s;
  transition: all ease 0.2s;
  position: relative;
}

.a-move-right li:before {
  content: '';
  position: absolute;
  left: -5px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: inherit;
  opacity: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

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

.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: 1199px) {
  .page-product_content .nav.nav-tabs, .page-product_content .tab-content {
    width: 100%;
  }
  .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 (min-width: 992px) {
  #mob-menu_wrap {
    display: none;
  }
  .product-tools-wrap .text {
    display: none;
  }
}

@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-compare .fa.fa-bar-chart {
    display: none;
  }
  .content-wrap .right-side_cart {
    padding: 0;
  }
  .banner-in_carousel-item .product-name {
    height: 35px;
  }
  .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: 0;
  }
  .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: 40px;
  }
  .catalog_left-side .heading {
    border: 1px solid #eee;
  }
  .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;
  }
  div .catalog_left-side {
    padding-right: 0;
  }
  div .catalog_right-side {
    padding-left: 0;
  }
  .product-view_block .product-tools-wrap {
    position: static;
    margin-top: 18px;
    text-align: center;
    display: block;
  }
  .product-view_block .product-tools-wrap .icon {
    display: none;
  }
  .product-view_block .product-tools-wrap .product-favorite, .product-view_block .product-tools-wrap .product-compare {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: auto;
    height: auto;
    padding: 8px 6px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
  }
  .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;
  }
  .banner-in_carousel-item .product-info {
    font-size: 12px;
    padding: 16px;
  }
  .banner-in_carousel-item .product-ticket_block .ticket {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .theme-btn_search {
    display: none;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 23px;
  }
  h2, .h2 {
    font-size: 21px;
  }
  h3, .h3 {
    font-size: 19px;
  }
  h4, .h4 {
    font-size: 17px;
  }
  .banner-in_carousel-item .product-info {
    padding: 10px 15px;
  }
  .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;
  }
  .catalog-filter {
    margin-bottom: 30px;
  }
  .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;
  }
  .product-page .rating-block .icon.icon-rating-star.value {
    top: 3px;
  }
  #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 .form-subscribe .btn-theme {
    margin: 15px auto 0;
    display: block;
  }
  .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, .search-start {
    display: none;
  }
  .search-input {
    position: absolute;
  }
  .header.top a {
    font-size: 11px;
  }
  .header.top .user-name {
    font-size: 11px;
  }
  .header #mob-menu_wrap, .header #page-menu {
    display: inline-block;
    margin-top: 8px;
    padding-left: 0;
  }
  .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 tbody tr, table.order tbody td, table.order thead tr, table.order thead td {
    display: block;
  }
  table.order tbody .order-image, table.order thead .order-image {
    display: block;
  }
  table.order tbody .order-product, table.order thead .order-product {
    padding: 10px 0;
  }
  table.order tbody .order-product_quantity .error, table.order thead .order-product_quantity .error {
    position: static;
    margin-top: 13px;
    max-width: 100%;
    padding: 0 15px;
  }
  table.order tbody td, table.order thead td {
    margin: auto;
    text-align: center;
    padding: 15px 0;
  }
  table.order tbody select, table.order thead select {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .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: 550px) {
  .user-tools {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .breadcrumbs {
    border-top: 1px solid #dbdbdb;
  }
  .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, .header.bottom .contacts-info {
    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;
  }
  .search-input, .search-start {
    display: block;
  }
  .theme-btn_search {
    display: none;
  }
  .owl-carousel .owl-nav {
    display: none;
  }
}

@media (max-width: 500px) {
  .lastnews .news-item {
    width: 100%;
  }
  h1, .h1 {
    font-size: 20px;
  }
  h2, .h2 {
    font-size: 18px;
  }
  h3, .h3 {
    font-size: 16px;
  }
  h4, .h4 {
    font-size: 15px;
  }
  .banner_in-carousel {
    padding: 0 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;
  }
  #order-form .onePageProductsBlock .orderBasket.orderitems {
    display: block;
    padding-left: 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 0;
  }
  #order-form .orderBasket_count {
    border-bottom: 0;
    width: 100%;
  }
  #order-form .orderBasket thead td {
    border-bottom: 0;
  }
  .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: 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%;
  }
  .header #page-menu {
    margin-top: 11px;
  }
  .header.bottom .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page-menu .drop_block {
    left: -20px;
  }
  section.slider {
    display: none;
  }
}

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