@charset "UTF-8";
a, a:hover, a:visited, a:link, a:active {
  outline: none; }

.container {
  max-width: 1400px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 10px; }
  @media (max-width: 767px) {
    .container {
      padding-bottom: 30px; } }

.row {
  position: relative; }
  @media (max-width: 991px) {
    .row .col-xs-1 {
      width: 33.3333%; } }
  @media (max-width: 767px) {
    .row .col-xs-1 {
      width: 50%; } }
  @media (max-width: 480px) {
    .row .col-xs-1 {
      width: 100%; } }
  @media (max-width: 991px) {
    .row .col-xs-2 {
      width: 50%; } }
  @media (max-width: 767px) {
    .row .col-xs-2 {
      width: 100%;
      margin: 10px auto; } }
  @media (max-width: 991px) {
    .row .col-xs-4 {
      width: 100%; }
      .row .col-xs-4.col-xs-offset-1 {
        margin-left: 0; } }
  @media (max-width: 991px) {
      .row .col-xs-5 {
      width: 100%; }
      .row .col-xs-5.col-xs-offset-1 {
          margin-left: 0; }
  }

@media (max-width: 991px) {
  #topbuttonoffset {
    display: none; } }

@media (max-width: 767px) {
  .media-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    float: left;
    overflow: visible; } }

@media (max-width: 767px) {
  .media-top__left {
    margin-top: 5px;
    overflow: visible; }
    .media-top__left .filter-media {
      height: 0;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: all 0.7s ease;
      transition: all 0.7s ease; }
      .media-top__left .filter-media.active {
        height: auto;
        max-height: 1000px;
        content: 5px; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .media-top__left .filter-media__item {
        display: block; } }

.media-top__left .filter-media-mobile {
  color: #625f61;
  display: none; }
  @media (max-width: 767px) {
    .media-top__left .filter-media-mobile {
      display: block;
      position: relative; }
      .media-top__left .filter-media-mobile:after {
        content: '\203A';
        font-size: 20px;
        color: #625f61;
        position: absolute;
        right: 0;
        top: -5px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      .media-top__left .filter-media-mobile.active:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); } }

@media (max-width: 767px) {
  .media-top__right {
    margin-right: 20px; } }

@media (max-width: 767px) {
  .media-list {
    clear: both; } }

@media (max-width: 1199px) {
.node table {
  display: block;
  border: none;
  overflow-x: auto; }

.node p {
  /*display: inline-block; */
}

.node figure iframe {
  width: 100%;
  height: auto; } }

@media (max-width: 480px) {
  .node p {
    overflow-wrap: break-word;
    /*Приводит к большим отступам, если переносов много*/
    /*width: 100%;*/
  }
  .node figure {
    display: block;
    width: 100%; }
    .node figure.img-one img {
      width: auto;
      max-width: 200px; } }

@media (max-width: 991px) {
  .popup.popup-cart {
    /*right: -133px;*/
    z-index: 240; } }

@media (max-width: 550px) {
  .popup.popup-cart {
    width: 300px;
    right: 0; }
    .popup.popup-cart table.table-cart {
      /*width: 100%; */
    }
      .popup.popup-cart table.table-cart tr th {
        display: none; }
        .popup.popup-cart table.table-cart tr th:first-child {
          text-align: center;
          display: block;
          padding-left: 0 !important; }
      .popup.popup-cart table.table-cart tr td {
        text-align: center;
        display: block;
        width: 230px;
        position: relative;
        padding-top: 30px !important;
        margin-bottom: 10px;
        border-bottom: 0; }
        .popup.popup-cart table.table-cart tr td:first-child {
          padding-top: 0; }
        .popup.popup-cart table.table-cart tr td:last-child {
          margin-bottom: 0; }
        .popup.popup-cart table.table-cart tr td.popup-cart__count:before {
          content: 'количество';
          text-transform: uppercase;
          font-weight: bold;
          top: 5px;
          left: 60px;
          background: transparent; }
        .popup.popup-cart table.table-cart tr td.popup-cart__count:after {
          background: transparent; }
        .popup.popup-cart table.table-cart tr td.popup-cart__price:before {
          content: 'цена';
          text-transform: uppercase;
          font-weight: bold;
          position: absolute;
          top: 5px;
          left: 94px;
          background: transparent; }
        .popup.popup-cart table.table-cart tr td .cart-remove {
          text-indent: 33px;
          margin-left: 63px; } }

@media (max-width: 480px) {
  .video-list {
    text-align: center;
    width: 100%; }
    .video-list .video {
      margin-right: 0; }
    .video-list__item {
      text-align: center;
      float: none;
      width: 100%;
      margin-bottom: 30px; }
      .video-list__item:last-child {
        margin-bottom: 0; }
      .video-list__item .video__trumb {
        display: inline-block;
        height: auto;
        width: 100%; }
        .video-list__item .video__trumb img {
          width: 100%;
          height: auto; }
      .video-list__item .video__title {
        display: block; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .bottom-video .video-list {
    width: auto;
    min-width: auto; }
    .bottom-video .video-list .video {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .bottom-video .video-list .video__trumb {
        display: inline-block; }
      .bottom-video .video-list .video__title {
        display: block; } }

@media (min-width: 481px) and (max-width: 767px) {
  .bottom-video .video-list {
    width: auto;
    min-width: auto; }
    .bottom-video .video-list .video {
      display: inline-block;
      width: 100%;
      text-align: center; }
      .bottom-video .video-list .video__trumb {
        display: inline-block; }
      .bottom-video .video-list .video__title {
        display: block; } }

@media (max-width: 480px) {
  .bottom-video .video-list {
    width: auto;
    min-width: auto; } }

@media (max-width: 480px) {
  .content-bottom_first > .col-xs-3, .content-bottom_last > .col-xs-3, .content-bottom_between > .col-xs-3 {
    width: 100%; } }

@media (max-width: 1199px) {
  .post-list__item {
    margin-top: 30px; }
    .post-list__item:first-child {
      margin-top: 0; }
  .post-list .post-teaser__img {
    float: none;
    margin-bottom: 20px; }
  .post-list .post-teaser__title {
    margin-right: 190px; }
  .post-list .post-teaser__meta {
    margin-left: 20px; }
  .post-list .post-teaser__inner {
    margin: 0; } }

@media (max-width: 767px) {
  .post-list .post-teaser__img {
    float: none;
    margin-bottom: 20px; }
  .post-list .post-teaser__title {
    margin-right: 0; }
  .post-list .post-teaser__meta {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    float: none; }
  .post-list .post-teaser__inner {
    margin: 0; } }

.block__content .teasers__img img {
  width: 100%;
  height: auto; }

.block__content .welcome table, .block__content .welcome tbody, .block__content .welcome tbody tr, .block__content .welcome tbody tr td {
  width: 100%;
  display: block; }

@media (max-width: 480px) {
  .teasers {
    width: 100%; } }

@media (max-width: 480px) {
  .links--footer {
    width: 100%;
    margin-bottom: 40px; }
    .links--footer .links__item {
      float: left;
      width: -webkit-calc(50% - 40px);
      width: calc(50% - 40px);
      margin: 0 auto;
      padding-left: 20px; }
      .links--footer .links__item:after {
        display: none; }
      .links--footer .links__item:before {
        display: none; } }

@media (max-width: 991px) {
  .main-action-block .col-xs-2.main-special {
    width: 100% !important;
    margin-top: 20px; } }

@media (max-width: 1199px) {
  .main-articles .row > .col-xs-6 > .col-xs-2 {
    width: 50%; }
  .main-articles .row > .col-xs-6 > div > .col-xs-2 {
    width: 50%; }
  .main-articles .col-xs-2.expert {
    width: 100% !important;
    text-align: center; }
    .main-articles .col-xs-2.expert > .block div > a > img {
      width: 45%; } }

@media (max-width: 767px) {
  .main-articles .teaser__inner, .main-articles .teaser-list {
    padding: 0; }
  .main-articles .row > .col-xs-6 .col-xs-2 {
    width: 100% !important; }
  .main-articles .row .col-xs-2.expert > .block div > a > img {
    width: 57%; } }

@media (max-width: 480px) {
  .main-articles .col-xs-2.expert > .block div > a > img {
    width: 100% !important; }
  .main-articles .video-list {
    width: 100%;
    min-width: 100%; } }

.carousel-wrap .carousel {
  width: -webkit-calc(100% - 40px) !important;
  width: calc(100% - 40px) !important; }

@media (max-width: 991px) {
  #carousel-example-generic {
    border: none; } }

@media (max-width: 991px) {
  .gallery-list {
    margin-right: 0; } }

@media (max-width: 580px) {
  .gallery-list .gallery__row {
    white-space: normal; }
    .gallery-list .gallery__row .gallery {
      width: 48%; } }

@media (max-width: 991px) {
  .bxslider-wrap {
    display: block !important;
    overflow: hidden; }
    .bxslider-wrap .bx-wrapper .bx-pager {
      bottom: 7px; } }

@media (max-width: 767px) {
  .bxslider-wrap:after {
    width: 200px;
    left: 0;
    background-size: 85px auto;
    background-position-y: -webkit-calc(50% - 10px);
    background-position-y: calc(50% - 10px); }
  .bxslider-wrap .bx-wrapper .bx-pager {
    left: -25px;
    bottom: 8px; } }

@media (max-width: 480px) {
  .bxslider-wrap {
    display: none !important;
    /*&:after {
			width: 100px;
			background-size: 65px auto; background-position-y: center;
		}
		.bx-wrapper {
			.bx-pager {
				left: -55px; bottom: -17px;
			}
		}*/ } }

@media (max-width: 991px) {
  .bx-breadcrumb {
    margin-bottom: 20px;
    border-bottom: 1px solid #000; } }

@media (max-width: 991px) {
  .block-shadow--main {
    width: 100%; } }

@media (max-width: 991px) and (max-width: 480px) {
  .block-shadow--last + .row .pull-left {
    width: 100%; } }

@media (max-width: 991px) {
  .block-shadow--last .col-xs-4 .col-xs-3 {
    width: 100%; }
    .block-shadow--last .col-xs-4 .col-xs-3 .block__title:before, .block-shadow--last .col-xs-4 .col-xs-3 .block__title:after {
      width: 100%; }
    .block-shadow--last .col-xs-4 .col-xs-3 .block .video-list {
      width: 100%; } }

@media (max-width: 767px) {
  .block-shadow--full .form {
    padding-right: 0 !important; } }

@media (max-width: 480px) {
  .block-shadow .page-classic__image {
    float: none;
    display: block;
    margin-bottom: 20px; }
  .block-shadow .page-classic__content {
    margin-left: 0; } }

body .container .navbar-default .navbar__inner .navbar-nav li.only-mobile-show {
  display: none; }
  @media (max-width: 991px) {
    body .container .navbar-default .navbar__inner .navbar-nav li.only-mobile-show {
      display: block; } }

body .container .navbar-default .navbar__inner .navbar-nav li .drop.hide {
  display: none; }

body .container .navbar-default .navbar__inner .navbar-nav li .drop > div.close {
  display: none; }

@media (max-width: 991px) {
  body .container .navbar-default .navbar__inner .navbar-nav li .drop > div {
    height: auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1000; }
    body .container .navbar-default .navbar__inner .navbar-nav li .drop > div .drop__col {
      width: 33.3333%; } }

@media (max-width: 767px) {
  body .container .navbar-default .navbar__inner .navbar-nav li .drop > div .drop__col {
    width: 50%; } }

@media (max-width: 480px) {
  body .container .navbar-default .navbar__inner .navbar-nav li .drop > div .drop__col {
    width: 100%; } }

.col-xs-1.sidebar-left .sidebar {
  display: none; }

@media (max-width: 991px) {
  .col-xs-1.sidebar-left {
    position: absolute;
    z-index: 100;
    left: -50%;
    top: -48px;
    width: 50%;
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 2px 5px 12px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 12px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .col-xs-1.sidebar-left.show {
      left: 0; }
    .col-xs-1.sidebar-left .sidebar {
      text-transform: uppercase;
      width: 44px;
      height: 44px;
      display: block;
      padding: 5px 7px;
      position: absolute;
      right: -45px;
      top: 1px;
      z-index: 101;
      cursor: pointer;
      background: url(../images/menu_icon.png) no-repeat; }

  .col-xs-1.sidebar-left .sidebar .sidebar-title_holder{
    display: table;
    margin-top: -9px;
    width: 125px;
    height: 40px;
  }
      .col-xs-1.sidebar-left .sidebar .sidebar-title{
          width: 100%;
          padding-left: 34px;
          text-decoration: none;
          display: table-cell;
          vertical-align: middle;
        }

        .col-xs-1.sidebar-left .sidebar .sidebar-title:hover{
          text-decoration: underline;
        }

      .col-xs-1.sidebar-left .sidebar span {
        display: block;
        height: 2px;
        margin: 4px 0;
        background: #fff; }
      .col-xs-1.sidebar-left .sidebar:hover {
        text-decoration: none; }
    .col-xs-1.sidebar-left.no-found .sidebar {
      padding-top: 12px;
      top: 7px; } }

@media (max-width: 480px) {
  .col-xs-1.sidebar-left {
    width: 200px;
    left: -200px; }
    .col-xs-1.sidebar-left .box__btn {
      padding-left: 15px;
      padding-right: 15px; } }

@media (max-width: 991px) {
  .bx-breadcrumb {
    margin-bottom: 50px; } }

.comparison__content > .comparison__header .compare-filter {
  height: auto; }
  .comparison__content > .comparison__header .compare-filter .compare-filter__left #cathegoies_coose {
    width: 150px;
    margin: 5px 0; }
  .comparison__content > .comparison__header .compare-filter .compare-filter__right {
    float: left;
    margin: 5px 0; }

.comparison__content > .comparison__header .compare-filter__remove {
  top: 4px; }

@media (max-width: 1325px) {
  .comparison .comparison-header {
    padding-top: 335px; } }

@media (max-width: 767px) {
  .comparison .comparison-header {
    padding-top: 403px; }
  .comparison__content > .comparison__header {
    margin-bottom: 25px; }
    .comparison__content > .comparison__header .compare-filter {
      height: auto;
      margin-bottom: 25px;
      margin-right: 0; }
      .comparison__content > .comparison__header .compare-filter .compare-filter__right {
        float: none;
        clear: both; }
        .comparison__content > .comparison__header .compare-filter .compare-filter__right > span, .comparison__content > .comparison__header .compare-filter .compare-filter__right > div {
          display: block; }
        .comparison__content > .comparison__header .compare-filter .compare-filter__right > span {
          margin-bottom: 5px; }
    .comparison__content > .comparison__header .compare-filter__remove {
      position: static; } }

@media (max-width: 480px) {
  .comparison .comparison-header {
    padding-left: 0;
    padding-top: 420px; }
  .comparison .compare-filter__left #cathegoies_coose {
    display: block; } }

.top-header .respond-menu {
  display: none; }

.top-header .links__item {
  padding: 0 5px; }
  .top-header .links__item span.enter {
    display: none; }
  .top-header .links__item .registration {
    text-transform: none;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    color: #666666; }

@media (max-width: 991px) {
  .top-header {
    height: auto;
    margin-bottom: 20px;
    /*.respond-menu {
			display: block;
			& > a {
				display: block; float: right; padding-right: 20px; padding-top: 10px;
				& > span {
					display: block; width: 25px; height: 2px; margin: 4px 0;
					background: #cfcbc8;
				}
			}
		}*/
    /*&__wrapp {
			height: 0; max-height: 0; padding: 0;
			overflow: hidden;
			transition: all 0.4s linear;
			&.active {
				height: auto; max-height: 1000px;
				overflow: visible;
			}
		}*/ }
    .top-header .links__item {
      padding: 0 5px; }
    .top-header__right {
      position: static;
      float: left; }
      .top-header__right .registration {
        display: none; }
      .top-header__right .enter-top span.enter {
        display: none; }
    .top-header__social {
      margin-left: 10px; }
    .top-header__left {
      display: none; }
    .top-header__center .email-top {
      display: none; }
    .top-header__center .top-header__social {
      margin-left: -10px; }
    .top-header__right {
      position: static;
      float: left; }
      .top-header__right .registration {
        display: none; }
      .top-header__right .enter-top span {
        display: none; }
        .top-header__right .enter-top span.enter {
          line-height: 18px;
          text-transform: uppercase;
          display: inline-block;
          padding: 0 10px;
          margin-left: -8px;
          border-left: 1px solid #cfcbc8;
          border-right: 1px solid #cfcbc8; }
          .top-header__right .enter-top span.enter:hover {
            text-decoration: underline; }
    .top-header .top-header__wrapp > div {
      /*display: block; width: 100%;*/ }
      .top-header .top-header__wrapp > div .links__item {
        /*&:before {
						display: none;
					}
					&:after {
						display: none;
					}*/ } }

@media (max-width: 550px) {
  .top-header__user .links__link {
    z-index: 80; }
    .top-header__user .links__link.cart-block {
      z-index: 200; } }

@media (min-width: 992px) and (max-width: 1110px) {
  .drop {
    top: 102px; } }

.navbar-default .main-menu-catalog {
  display: none; }

@media (max-width: 991px) {
  .navbar-default .main-menu-catalog {
    display: block; }
    .navbar-default .main-menu-catalog a {
      display: block;
      float: right;
      padding: 10px; }
      .navbar-default .main-menu-catalog a > span {
        display: block;
        width: 25px;
        height: 2px;
        margin: 4px 0;
        background: #d7ceb1; } }

@media (max-width: 480px) {
  .navbar-default .navbar__inner div#title-search {
    left: 60px !important;
    width: 155px; }
    .navbar-default .navbar__inner div#title-search .navbar-form {
      width: 155px; }
      .navbar-default .navbar__inner div#title-search .navbar-form input {
        width: 130px; }
  .navbar-default .navbar-logo {
    left: 15px; }
  .navbar-default .main-menu-catalog a {
    padding-top: 17px;
    padding-bottom: 0; } }

@media (max-width: 991px) {
  .navbar-default .navbar__inner {
    display: inline-block;
    width: 100%;
    height: 0;
    max-height: 0;
    padding-right: 10px;
    overflow: hidden;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear; }
    .navbar-default .navbar__inner.active {
      height: auto;
      max-height: 10000px;
      overflow: visible; }
  .navbar-default .navbar-nav {
    padding: 0;
    margin-top: 10px !important;
    overflow: visible; }
    .navbar-default .navbar-nav > li {
      display: inline-block;
      position: relative;
      float: none;
      width: 100%;
      border-bottom: 1px solid #656052; }
      .navbar-default .navbar-nav > li > a {
        height: auto; } }

@media (max-width: 1110px) {
  .navbar-default .navbar__inner {
    padding-top: 8px; }
    .navbar-default .navbar__inner .navbar-logo {
      top: 10px; }
    .navbar-default .navbar__inner .navbar-nav {
      margin-top: 50px;
      padding: 0 0 0 10px;
      border-top: 1px solid #656052; }
    .navbar-default .navbar__inner div#title-search {
      left: 78px;
      top: 39px; } }

@media (max-width: 767px) {
  .search-list__row .search-list__left {
    float: none; }
  .search-list__row .search-list__right {
    margin-left: 0;
    margin-top: 15px; }
    .search-list__row .search-list__right .search-item {
      min-height: auto; } }

@media (max-width: 991px) {
  .sidebar-right {
    width: 100% !important; }
    .sidebar-right > .block {
      width: 50%;
      float: left; }
      .sidebar-right > .block .block__content .list-link li {
        padding: 0 10px; }
        .sidebar-right > .block .block__content .list-link li a {
          display: block; }
          .sidebar-right > .block .block__content .list-link li a img {
            width: auto;
            max-width: 100%; } }

@media (max-width: 480px) {
  .sidebar-right > .block {
    width: 100%;
    float: none; } }

@media (max-width: 991px) {
  .modal-dialog--small {
    width: 80%;
    min-width: 260px; } }

@media (max-width: 991px) {
  .modal-dialog--media {
    width: 85%; } }

@media (max-width: 480px) {
  .modal-dialog--media .cart-info {
    width: 100%; }
    .modal-dialog--media .cart-info__btns .btn {
      width: 150px;
      margin: 10px auto;
      display: block;
      clear: both; } }

@media (max-width: 480px) {
  .modal .checkbox--simple {
    width: 70%;
    margin: 0 auto 40px auto; } }

@media (max-width: 991px) {
  form.form--recovery .form-center {
    width: auto; } }

@media (max-width: 767px) {
  .form--user .form-input, .form--reg .form-input {
    width: 100%; }
  .form__item--inline .form__label {
    display: block; }
  .form__submit {
    padding-left: 0;
    margin-bottom: 20px; }
  .form__item {
    display: block; } }

@media (max-width: 767px) {
  .list__item {
    width: 100%; }
  .list__var {
    float: none;
    width: 100%; } }

@media (max-width: 767px) {
  .user-add tbody tr td {
    display: block; }
    .user-add tbody tr td:first-child {
      width: 100%; } }

@media (max-width: 480px) {
  .user-add tbody tr td {
    width: 100%; }
    .user-add tbody tr td input[type="text"] {
      width: auto; } }

@media (max-width: 480px) {
  .user-legal-list tr td {
    display: block;
    border: none; }
    .user-legal-list tr td:first-child {
      width: 100%;
      display: block;
      border-bottom: 1px solid #cccccc; }
    .user-legal-list tr td a.button {
      float: left; }
    .user-legal-list tr td .right-border {
      display: none; } }

@media (max-width: 767px) {
  table.table--bg {
    display: block;
    overflow-x: auto; }
    table.table--bg td {
      padding-left: 20px !important; } }

@media (max-width: 480px) {
  .table--line {
    margin-left: -10px; } }

.profile-form {
  width: 100%; }
  .profile-form .profile-table {
    width: 100%; }
    @media (max-width: 767px) {
      .profile-form .profile-table tr td {
        display: block; } }

@media (max-width: 767px) {
  .store-add table {
    display: block;
    width: 100%;
    min-width: 100%; }
    .store-add table tbody {
      display: block;
      width: 100%;
      min-width: 100%; }
      .store-add table tbody tr {
        display: block;
        width: 100%;
        min-width: 100%; }
        .store-add table tbody tr td {
          display: block;
          width: 100%;
          min-width: 100%; }
    .store-add table.data-table {
      width: 100%;
      min-width: 100%;
      display: block; }
      .store-add table.data-table tr td {
        width: 100%;
        display: block;
        min-width: 100%; } }

@media (max-width: 767px) {
  .partners-list__col {
    width: 50%; } }

@media (max-width: 991px) {
  .menu > li > div.menu_delimiter {
    width: 100%; } }

@media (max-width: 767px) {
  .main-products__item {
    margin-bottom: 35px !important; }
    .main-products__item:last-child {
      margin-bottom: 0; }
    .main-products__item--w50 {
      width: 100%;
      margin: 0; }
      .main-products__item--w50:nth-child(1) {
        margin-right: 0; }
      .main-products__item--w50:nth-child(2) {
        margin-left: 0; }
    .main-products__item--w25 {
      width: 47.3%;
      margin-left: 0; }
      .main-products__item--w25:nth-child(1) {
        margin-right: 1%; } }

@media (max-width: 480px) {
  .main-products__item--w50 {
    padding-bottom: 35px; }
    .main-products__item--w50 .product__title {
      margin-right: 0; }
    .main-products__item--w50 .product__btn {
      bottom: 0;
      top: auto;
      left: 0;
      right: auto; }
  .main-products__item--w25 {
    width: 100%; }
    .main-products__item--w25:nth-child(1) {
      margin-right: 0;
      margin-left: 0 !important; } }

@media (max-width: 480px) {
  .main-products__item--w50 + .main-products__item--w25 {
    margin-left: 0 !important; } }

@media (max-width: 1199px) {
  .media-list__row .media {
    height: 145px; }
    .media-list__row .media__trumb--img {
      line-height: inherit; }
    .media-list__row .media__trumb img {
      height: 110px; } }

@media (max-width: 991px) {
  .media-list__row .media {
    height: 175px; }
    .media-list__row .media__trumb img {
      height: 140px; } }

@media (max-width: 767px) {
  .media-list__row {
    white-space: normal;
    margin-bottom: 0; }
    .media-list__row .media-list__item {
      width: 43%;
      margin: 0 1.333% 20px 1.333%; }
      .media-list__row .media-list__item .media__trumb img {
        width: auto; } }

@media (max-width: 480px) {
  .media-list__row .media {
    height: 195px; }
  .media-list__row .media-list__item {
    width: 75%;
    margin: 0 0 20px 0; }
    .media-list__row .media-list__item .media__trumb img {
      width: auto;
      height: 160px; } }

@media (max-width: 767px) {
  .quote-list__item .quote__img {
    float: none; }
  .quote-list__item .quote__content {
    margin-left: 0; } }

@media (max-width: 767px) {
  .shop-list .box--horizontal .box__img {
    line-height: inherit;
    padding: 20px 0; }
  .shop-list .box__left, .shop-list .box__right {
    width: 100%;
    height: auto;
    min-height: auto; }
  .shop-list .box__left {
    margin-top: 0;
    border-right: none;
    border-bottom: 1px solid #ababa8; }
  .shop-list .box__img {
    line-height: auto;
    position: static; }
  .shop-list .box__footer {
    position: static; }
    .shop-list .box__footer .btn {
      white-space: normal; } }

@media (max-width: 480px) {
  .shop-list .box__title {
    margin-bottom: 15px; }
    .shop-list .box__title a {
      word-wrap: break-word; }
  .shop-list .box__right {
    padding-bottom: 15px; } }

@media (max-width: 767px) {
  .card-numbers__price {
    margin-top: 100px;
    clear: both; } }

@media (max-width: 1199px) {
  .card__content {
    margin-right: 0; }
    .card__content .cart__tabs {
      margin-right: 30px; }
  .card > .row > .col-3 {
    width: 100%; }
  .card > .row > .col-1 {
    width: 50%; }
    .card > .row > .col-1 > .block--small {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      margin-right: 30px; }
      .card > .row > .col-1 > .block--small .block__title:before, .card > .row > .col-1 > .block--small .block__title:after {
        width: 100%; }
    .card > .row > .col-1 .size {
      margin-left: 20px; }
    .card > .row > .col-1 .card-buttons {
      margin-left: 30px; }
      .card > .row > .col-1 .card-buttons .card-bonus {
        margin: 20px 0; } }

@media (max-width: 991px) {
  .card__content {
    margin-right: 0; }
    .card__content .cart__tabs {
      margin: 0 15px; }
      .card__content .cart__tabs .tabs__link {
        padding-left: 18px;
        padding-right: 18px; }
}

@media (max-width: 480px) {
  .card__content .cart__tabs .tabs__item {
    text-align: left;
    float: none;
    border-bottom: 1px solid #d1d1d1; }
    .card__content .cart__tabs .tabs__item .tabs__link {
      text-align: left;
      padding-left: 0; }
  .card > .row > .col-1 {
    width: 100%; }
    .card > .row > .col-1 > .block--small {
      margin: 30px 15px 0 15px; }
    .card > .row > .col-1 .size {
      margin-left: 20px;
      margin-right: 20px; }
  .card-wrap {
    width: 300px;
    margin: 0 auto;
    position: relative; }
  .card-wrap .bx-wrapper {
      width: 230px;
      margin: 0 auto;
      padding: 0px;
  }
    .card-wrap > * {
      float: none; }
    .card-wrap .slider__nav {
      position: absolute;
      bottom: -60px;
      width: 30px;
      height: 50px;
    top: 50%; transform: translateY(-50%);}
      .card-wrap .slider__nav--prev {
        left: 0px;
        margin-left: 0; }
      .card-wrap .slider__nav--next {
        right: 0px; }
  .card-numbers {
    text-align: left;
    padding-left: 10px; }

}

@media (max-width: 767px) {
  .orders__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: visible;
  }
    .orders__row .orders__col-2 {
      width: 300px; }
      .orders__row .orders__col-2 .order-item__text {
        width: 300px; }

  #order-certificate  .row > .col-3 {
    width: 100%; }
  #order-certificate  .row > .col-2 {
    width: 100%; }
}

.last-step .cart__table {
  width: auto;
  min-width: 100%; }
  @media (max-width: 767px) {
    .last-step .cart__table tbody tr {
      display: block;
      margin-bottom: 20px;
      clear: both;
      border-bottom: 1px solid #aba999; }
      .last-step .cart__table tbody tr td {
        border-bottom: 1px solid #aba999; } }
    @media (max-width: 767px) and (max-width: 480px) {
      .last-step .cart__table tbody tr td {
        margin-bottom: 20px;
        width: 100% !important;
        border-bottom: 1px solid #625f61; }
        .last-step .cart__table tbody tr td:last-child {
          margin-bottom: 0; }
        .last-step .cart__table tbody tr td:before {
          width: 100%;
          text-align: center;
          padding-bottom: 5px;
          top: -20px; } }

@media (max-width: 767px) {
  #order #second_step .cart, .last-step #second_step .cart {
    padding-left: 0;
    padding-right: 0; } }

#order .cart-footer__col, .last-step .cart-footer__col {
  min-width: 100% !important; }

@media (max-width: 767px) {
  #order.form--order, .last-step.form--order {
    padding-right: 0 !important; } }

#order .cart, .last-step .cart {
  overflow: visible; }

@media (max-width: 480px) {
  #order .bx_ordercart .cart-footer__col--first, .last-step .bx_ordercart .cart-footer__col--first {
    padding-left: 0; }
    #order .bx_ordercart .cart-footer__col--first .discount__input, .last-step .bx_ordercart .cart-footer__col--first .discount__input {
      width: 100%; } }

@media (max-width: 767px) {
  #order .bx_ordercart .cart-footer__col, .last-step .bx_ordercart .cart-footer__col {
    min-width: 100%; }
    #order .bx_ordercart .cart-footer__col--last, .last-step .bx_ordercart .cart-footer__col--last {
      padding: 0; } }

@media (max-width: 480px) {
  #order .bx_ordercart .table-sum td, .last-step .bx_ordercart .table-sum td {
    display: block; } }

@media (max-width: 767px) {
  #order .bx_ordercart .cart-footer__btn--center, .last-step .bx_ordercart .cart-footer__btn--center {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  #order #order_form_content .form__label, .last-step #order_form_content .form__label {
    text-align: left; } }

@media (max-width: 480px) {
  #order #order_form_content .bx_block.r1x3, .last-step #order_form_content .bx_block.r1x3 {
    width: 100%; } }

#order .cart__table, .last-step .cart__table {
  width: auto;
  min-width: 100%; }
  @media (max-width: 767px) {
    #order .cart__table tbody[data-type="item"], #order .cart__table tbody tr.item, .last-step .cart__table tbody[data-type="item"], .last-step .cart__table tbody tr.item {
      display: block;
      margin-bottom: 20px;
      clear: both;
      border-bottom: 1px solid #aba999; }
      #order .cart__table tbody[data-type="item"] td, #order .cart__table tbody tr.item td, .last-step .cart__table tbody[data-type="item"] td, .last-step .cart__table tbody tr.item td {
        border-bottom: 1px solid #aba999; } }
    @media (max-width: 767px) and (max-width: 480px) {
      #order .cart__table tbody[data-type="item"] td, #order .cart__table tbody tr.item td, .last-step .cart__table tbody[data-type="item"] td, .last-step .cart__table tbody tr.item td {
        margin-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid #625f61; }
        #order .cart__table tbody[data-type="item"] td:last-child, #order .cart__table tbody tr.item td:last-child, .last-step .cart__table tbody[data-type="item"] td:last-child, .last-step .cart__table tbody tr.item td:last-child {
          margin-bottom: 0; }
        #order .cart__table tbody[data-type="item"] td:before, #order .cart__table tbody tr.item td:before, .last-step .cart__table tbody[data-type="item"] td:before, .last-step .cart__table tbody tr.item td:before {
          width: 100%;
          text-align: center;
          padding-bottom: 5px;
          top: -20px; } }
  @media (max-width: 767px) {
    #order .cart__table tbody tr, .last-step .cart__table tbody tr {
      width: 100%; }
      #order .cart__table tbody tr.last-border td, .last-step .cart__table tbody tr.last-border td {
        padding-bottom: 0;
        width: 100%;
        border: none; }
        #order .cart__table tbody tr.last-border td .select-store, .last-step .cart__table tbody tr.last-border td .select-store {
          padding-left: 0; }
        #order .cart__table tbody tr.last-border td .order-select, .last-step .cart__table tbody tr.last-border td .order-select {
          padding-left: 0;
          padding-right: 0; }
      #order .cart__table tbody tr th, .last-step .cart__table tbody tr th {
        display: none; }
      #order .cart__table tbody tr td, .last-step .cart__table tbody tr td {
        text-align: left;
        display: block;
        float: left;
        position: relative;
        width: 50%;
        padding-top: 0;
      }
    #order .cart__table tr td:first-child {
      margin-top: 10px;
    }
        #order .cart__table tbody tr td:before, .last-step .cart__table tbody tr td:before {
          font-weight: 600;
          color: #625f61;
          text-transform: uppercase;
          position: absolute;
          top: -5px; }
        #order .cart__table tbody tr td[data-type="pict"], #order .cart__table tbody tr td[data-type="image"], #order .cart__table tbody tr td.pict, .last-step .cart__table tbody tr td[data-type="pict"], .last-step .cart__table tbody tr td[data-type="image"], .last-step .cart__table tbody tr td.pict {
          margin-top: 30px;
          width: 100%; }
          #order .cart__table tbody tr td[data-type="pict"]:before, #order .cart__table tbody tr td[data-type="image"]:before, #order .cart__table tbody tr td.pict:before, .last-step .cart__table tbody tr td[data-type="pict"]:before, .last-step .cart__table tbody tr td[data-type="image"]:before, .last-step .cart__table tbody tr td.pict:before {
            content: 'Информация о товаре';
            top: -17px; }
    #sdek_pvz_select_button {
      float:none;
    }
    #sdek_pvz_select_block .cart__table tbody tr td{
      margin-top:0;
    }
  }
      @media (max-width: 767px) and (max-width: 480px) {
        #order .cart__table tbody tr td[data-type="pict"] .cart-product, #order .cart__table tbody tr td[data-type="image"] .cart-product, #order .cart__table tbody tr td.pict .cart-product, .last-step .cart__table tbody tr td[data-type="pict"] .cart-product, .last-step .cart__table tbody tr td[data-type="image"] .cart-product, .last-step .cart__table tbody tr td.pict .cart-product {
          display: block; }
          #order .cart__table tbody tr td[data-type="pict"] .cart-product__img, #order .cart__table tbody tr td[data-type="image"] .cart-product__img, #order .cart__table tbody tr td.pict .cart-product__img, .last-step .cart__table tbody tr td[data-type="pict"] .cart-product__img, .last-step .cart__table tbody tr td[data-type="image"] .cart-product__img, .last-step .cart__table tbody tr td.pict .cart-product__img {
            margin: 0 auto;
            float: none;
            display: block; }
            #order .cart__table tbody tr td[data-type="pict"] .cart-product__img img, #order .cart__table tbody tr td[data-type="image"] .cart-product__img img, #order .cart__table tbody tr td.pict .cart-product__img img, .last-step .cart__table tbody tr td[data-type="pict"] .cart-product__img img, .last-step .cart__table tbody tr td[data-type="image"] .cart-product__img img, .last-step .cart__table tbody tr td.pict .cart-product__img img {
              width: 100%; }
          #order .cart__table tbody tr td[data-type="pict"] .cart-product__desc, #order .cart__table tbody tr td[data-type="image"] .cart-product__desc, #order .cart__table tbody tr td.pict .cart-product__desc, .last-step .cart__table tbody tr td[data-type="pict"] .cart-product__desc, .last-step .cart__table tbody tr td[data-type="image"] .cart-product__desc, .last-step .cart__table tbody tr td.pict .cart-product__desc {
            text-align: center;
            display: block;
            clear: both;
            padding-left: 0;
            margin-top: 15px;
            width: 100%; } }
  @media (max-width: 767px) {
        #order .cart__table tbody tr td[data-type="price_one"], #order .cart__table tbody tr td.price-one-wrapp, .last-step .cart__table tbody tr td[data-type="price_one"], .last-step .cart__table tbody tr td.price-one-wrapp {
          padding-top: 40px; }
          #order .cart__table tbody tr td[data-type="price_one"]:before, #order .cart__table tbody tr td.price-one-wrapp:before, .last-step .cart__table tbody tr td[data-type="price_one"]:before, .last-step .cart__table tbody tr td.price-one-wrapp:before {
            content: 'Цена'; } }
      @media (max-width: 767px) and (max-width: 480px) {
        #order .cart__table tbody tr td[data-type="price_one"], #order .cart__table tbody tr td.price-one-wrapp, .last-step .cart__table tbody tr td[data-type="price_one"], .last-step .cart__table tbody tr td.price-one-wrapp {
          text-align: center;
          font-weight: bold;
          width: 100%;
          margin-top: 0; }
          #order .cart__table tbody tr td[data-type="price_one"]:before, #order .cart__table tbody tr td.price-one-wrapp:before, .last-step .cart__table tbody tr td[data-type="price_one"]:before, .last-step .cart__table tbody tr td.price-one-wrapp:before {
            left: 0;
            top: 0; } }
  @media (max-width: 767px) {
        #order .cart__table tbody tr td[data-type="count"]:before, #order .cart__table tbody tr td.count:before, .last-step .cart__table tbody tr td[data-type="count"]:before, .last-step .cart__table tbody tr td.count:before {
          content: 'Количество'; }
        #order .cart__table tbody tr td[data-type="count"] .cart-count, #order .cart__table tbody tr td.count .cart-count, .last-step .cart__table tbody tr td[data-type="count"] .cart-count, .last-step .cart__table tbody tr td.count .cart-count {
          margin: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          width: 130px;
          padding-top: 8px; } }
    @media (max-width: 767px) and (max-width: 480px) {
      #order .cart__table tbody tr td[data-type="count"] .cart-count, #order .cart__table tbody tr td.count .cart-count, .last-step .cart__table tbody tr td[data-type="count"] .cart-count, .last-step .cart__table tbody tr td.count .cart-count {
        margin: 0 auto; } }
  @media (max-width: 767px) {
        #order .cart__table tbody tr td[data-type="all_summ"], #order .cart__table tbody tr td.all-sum, .last-step .cart__table tbody tr td[data-type="all_summ"], .last-step .cart__table tbody tr td.all-sum {
          position: relative;
          display: inline-block;
          width: 100%; }
          #order .cart__table tbody tr td[data-type="all_summ"]:before, #order .cart__table tbody tr td.all-sum:before, .last-step .cart__table tbody tr td[data-type="all_summ"]:before, .last-step .cart__table tbody tr td.all-sum:before {
            content: 'Итоговая цена';
            left: 0; }
          #order .cart__table tbody tr td[data-type="all_summ"] .price-sum, #order .cart__table tbody tr td.all-sum .price-sum, .last-step .cart__table tbody tr td[data-type="all_summ"] .price-sum, .last-step .cart__table tbody tr td.all-sum .price-sum {
            float: left;
            padding-top: 34px;
            margin-right: 30px; }
          #order .cart__table tbody tr td[data-type="all_summ"] .remove, #order .cart__table tbody tr td.all-sum .remove, .last-step .cart__table tbody tr td[data-type="all_summ"] .remove, .last-step .cart__table tbody tr td.all-sum .remove {
            float: left; }
        #order .cart__table tbody tr td[data-type="discount"], #order .cart__table tbody tr td.discount, .last-step .cart__table tbody tr td[data-type="discount"], .last-step .cart__table tbody tr td.discount {
          padding: 40px 0 13px 0; } }
      @media (max-width: 767px) and (max-width: 480px) {
        #order .cart__table tbody tr td[data-type="discount"], #order .cart__table tbody tr td.discount, .last-step .cart__table tbody tr td[data-type="discount"], .last-step .cart__table tbody tr td.discount {
          text-align: center; } }
  @media (max-width: 767px) {
          #order .cart__table tbody tr td[data-type="discount"]:before, #order .cart__table tbody tr td.discount:before, .last-step .cart__table tbody tr td[data-type="discount"]:before, .last-step .cart__table tbody tr td.discount:before {
            content: 'Скидка, %';
            left: 0; }
        #order .cart__table tbody tr td[data-type="price_full"], .last-step .cart__table tbody tr td[data-type="price_full"] {
          padding: 35px 0 12px 0; } }
      @media (max-width: 767px) and (max-width: 480px) {
        #order .cart__table tbody tr td[data-type="price_full"], .last-step .cart__table tbody tr td[data-type="price_full"] {
          text-align: center; } }
  @media (max-width: 767px) {
          #order .cart__table tbody tr td[data-type="price_full"]:before, .last-step .cart__table tbody tr td[data-type="price_full"]:before {
            content: 'Итоговая цена';
            left: 0; } }

@media (max-width: 480px) {
  #order .cart__sum span, .last-step .cart__sum span {
    display: inline-block; } }

@media (max-width: 480px) {
  #order .cart-footer__col, .last-step .cart-footer__col {
    padding: 0; } }

@media (max-width: 1199px) {
  .cart {
    overflow-x: auto; }
    .cart__table {
      min-width: 755px; }
      .cart__table th:first-child {
        width: 300px; }
    .cart-footer {
      margin-top: 20px; }
      .cart-footer__col {
        min-width: 360px; }
        .cart-footer__col--first {
          padding-left: 30px; } }

@media (min-width: 992px) and (max-width: 1110px) {
  .cart-footer__col--last {
    float: none;
    padding-left: 30px; } }

@media (max-width: 991px) {
  .cart {
    overflow-x: auto; }
    .cart__table {
      min-width: 755px; }
      .cart__table th:first-child {
        width: 300px; }
    .cart-footer {
      margin-top: 20px; }
      .cart-footer__col {
        min-width: 360px; }
        .cart-footer__col--first {
          padding-left: 30px; } }

@media (max-width: 767px) {
  .cart-footer__col--last {
    float: none;
    padding-left: 30px; } }

@media (max-width: 767px) and (max-width: 480px) {
  .cart-footer__col {
    min-width: auto;
    width: auto; }
    .cart-footer__col .bx_ordercart_coupon input {
      width: 130px; } }

@media (max-width: 480px) {
  .store__left {
    display: block; }
  .store__right {
    display: block;
    margin-top: 20px; }
    .store__right .bx-wrapper > div > div > div {
      width: 100% !important; }
      .store__right .bx-wrapper > div > div > div .ymaps-2-1-55-map {
        width: 100% !important; }
  .store__more, .store__about {
    width: 100%;
    float: none; }
  .store__about .store__col {
    width: 100%;
    float: none;
    padding-right: 0; } }

@media (max-width: 480px) {
  .main-bottom .col-4, .main-bottom .col-1 {
    width: 100%; } }

.footer__dev {
  margin-left: 49%; }

.footer-copy {
  padding: 0 12px; }

@media (max-width: 991px) {
  .footer > .row > .col-xs-1 {
    width: 50%; }
  .footer > .row > .col-xs-2 {
    width: 50%; }
  .footer > .row > .col-xs-3 {
    width: 100%;
    margin-top: 30px;
    padding-left: 30px; }
    .footer > .row > .col-xs-3 .footer-info {
      margin-right: 0;
      padding-right: 20px;
      width: -webkit-calc(50% - 3px);
      width: calc(50% - 3px); }
  .footer__meta {
    text-align: left;
    padding-left: 30px; }
  .footer__dev {
    margin-left: -webkit-calc(50% + 10px);
    margin-left: calc(50% + 10px); } }

@media (max-width: 767px) {
  .footer > .col-xs-1 {
    width: 100%; }
  .footer > .col-xs-2 {
    width: 100%; }
    .footer > .col-xs-2 > .footer-info {
      text-align: center; }
      .footer > .col-xs-2 > .footer-info:nth-child(even) {
        margin-right: 0; }
  .footer > .col-xs-3 {
    margin-top: 0; }
    .footer > .col-xs-3 > .footer-info {
      text-align: center;
      margin-right: 0;
      width: 100%;
      padding-left: 0; }
  .footer__meta {
    margin-bottom: 40px; }
  .footer-info {
    margin-bottom: 40px; }
    .footer-info:last-child {
      margin-bottom: 0; }
  .footer__dev {
    margin-left: 30px; } }

@media (max-width: 480px) {
  .footer > .row > div.col-xs-1 {
    width: 100%; }
  .footer > .row > div.col-xs-2 {
    width: 100%; }
    .footer > .row > div.col-xs-2 > .footer-info {
      padding-left: 20px; }
  .footer > .row > div.col-xs-3 {
    width: 100%; }
    .footer > .row > div.col-xs-3 > .footer-info {
      width: 100%; } }

.privacy_policy_link {
  margin-bottom: 6px; }
  @media (max-width: 991px) {
    .privacy_policy_link {
      padding-left: 30px; } }
  @media (max-width: 767px) {
    .privacy_policy_link {
      margin-bottom: 30px;
      float: none !important; } }
  @media (max-width: 480px) {
    .privacy_policy_link {
      margin-top: 20px; } }

.steps .step__select {
  padding-top: 10px; }
  .steps .step__select .configuration-icon {
    margin-top: 5px; }

@media (max-width: 767px) {
  .step--selected {
    margin-bottom: 20px;
    padding-bottom: 20px; } }

.step .step__select {
  padding-top: 10px; }
  .step .step__select .configuration-icon {
    margin-top: 5px; }

@media (max-width: 767px) {
  .step--active {
    padding-left: 0; } }

@media (max-width: 767px) {
  .step--active .step__col:first-child {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .step__col {
    float: none;
    width: 100%; }
    .step__col .step__check label {
      padding-right: 60px; } }

@media (max-width: 480px) {
  .step__col .step-price {
    padding-bottom: 90px; } }

@media (max-width: 480px) {
  .step__col .step-price__item {
    display: block;
    margin-left: 0;
    margin-top: 20px; }
    .step__col .step-price__item:first-child {
      margin-top: 0; } }

@media (max-width: 767px) {
  .card > .row > .col-1 .card-buttons .card-bonus{
    margin: 10px 0;
  }
  .card-buttons-1{
    float: none;
  }
  .card-buttons-2,
  .catalog-subscription.card-buttons-2{
    margin-left: 0;
    margin: 10px 0;
    width: 170px;
    line-height: normal;
    text-align: left;
    height: auto;
  }
  .box__compared{
    display: inline;
    width: 150px;
  }
}

@media (max-width: 767px) {
  #full_delivery_info {
    margin-left: 0;
  }
  #quick_order_props .form__item .form__label{
    text-align: left;
  }
  .popup.popup-1click-order {
    width: 100%;
  }
}

@media (max-width:640px) {
  .no_mobile {display:none;}
}

@media (max-width: 520px) {
  #header_small_basket a.cart-block.small-cart-logged-in{
    max-height: 22px;
    max-width: 205px;
    overflow: hidden;
    display: inline-block;
    line-height: 22px;
  }

  #header_small_basket a.cart-block.small-cart-logged-in .small-cart-text_3{
    display: none;
  }
}


@media (max-width: 480px) {
  #header_small_basket a.cart-block{
    max-height: 22px;
    max-width: 205px;
    overflow: hidden;
    display: inline-block;
    line-height: 22px;
  }

  #header_small_basket .small-cart-text_3{
    display: none;
  }
}

@media (max-width: 380px) {
  #header_small_basket .small-cart-text_1{
    display: none;
  }

}

@media (max-width: 318px) {
  #header_small_basket .cart-block.small-cart-logged-in .small-cart-text_2{
    display: none;
  }

}

@media (max-width: 480px) {
    .order_coupon a.coupon-apply {
        display: block;
        width: 206px;
        height: 34px;
        line-height: 27px;

    }
}

@media (max-width: 640px) {
    .orders__row {
        flex-direction: column;
    }
    .orders__col-2 {
        width: 100%
    }
    .orders__row .orders__col-2 {
        width: 100%; }
    .orders__row .orders__col-2 .order-item__text {
        width: 100%; }
    .order-item__btn {
        margin: 10px 0;
    }
    .order-item__btn a{
        margin-left: 0;

    }
}

@media (max-width: 360px) {
  .col-xs-1.sidebar-left.show .sidebar-title_holder{
    display: none;
  }

}


@media (max-width: 1370px) {
  #activation_accept_rules .list__item,
  #activation_card_number .list__item {
    width: 100%;
  }
  #activation_card_number .list__label {
    float: none;
    width: 100%;
    line-height: 25px;
    padding-bottom: 5px;
  }
  #activation_card_number .list__var {
    float: none;
    width: 100%; }
}

@media (max-width: 500px) {
  #activateCard{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }
}

@media (max-width: 330px) {
  #editCard,#saveCard{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 18px;
  }
}