.characteristic__name::after {
  min-width: auto;
}

.shops .shops__banner {
  background-position: left center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
}
.shops .shops__banner .shops__title {
  margin-bottom: 0;
}
.shops .shops__content {
  padding-bottom: 20px;
}

.faq__aside .faq__tab.active {
  background: #F06431;
  color: white;
}

.accordion-list__item-toggle._js-open {
  border-color: #eee;
}

.aside-mobile {
  display: none;
}

@media (max-width: 767px) {
  .article {
    padding-top: 20px;
  }
  .article .article__slider {
    margin-bottom: 40px;
  }
  .article .aside {
    display: none;
  }
  .article .aside-mobile {
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 70px;
  }
  .article .aside-mobile .aside__link {
    margin: 7px 5px;
  }

  .about .h1 {
    margin-bottom: 53px;
  }

  .career .employee-stories__item {
    padding: 0 45px 50px;
  }

  .get-touch {
    padding: 65px 0px 30px;
  }

  .assurance .assurance__content {
    padding: 0;
  }
  .assurance .assurance__image {
    margin-bottom: 50px;
  }
  .assurance .assurance__image._round {
    background: url(/local/templates/zolotorossii/assets/img/assurance-photo1.jpg) no-repeat center 0/500px;
    width: 100%;
    height: 200px;
  }
  .assurance .assurance__image._round img {
    display: none;
  }
  .assurance .assurance__image._diamond {
    background: url(/local/templates/zolotorossii/assets/img/assurance-photo2.jpg) no-repeat center 0/500px;
    width: 100%;
    height: 200px;
  }
  .assurance .assurance__image._diamond img {
    display: none;
  }
  .assurance .awards__line {
    text-align: left;
  }
  .assurance .awards__line .awards__title {
    font-size: 24px;
  }
  .assurance .accordion-list {
    width: 100%;
  }

  body {
    min-width: auto;
  }

  .header._sticky .header__inner .header__info .header__mobile-menu {
    top: 0;
  }
  .header._sticky .header__inner .header__info .header__contacts {
    top: 0;
  }
  .header .header__inner .header__info .header__mobile-menu {
    position: relative;
    top: -5px;
    margin-right: 15px;
  }
  .header .header__inner .header__info .header__contacts {
    position: relative;
    top: -3px;
  }
  .header .header__inner .main-logo {
    position: relative;
    left: 17px;
  }
  .header .header__inner .users-menu {
    position: relative;
    left: 15px;
  }

  .main {
    padding-top: 60px;
  }

  .footer .subscribe__info-title {
    margin-bottom: 8px;
  }
  .footer .subscribe__info-desc {
    margin-bottom: 10px;
  }

  .catalog .catalog-filter__list {
    margin-bottom: 20px;
  }
  .catalog .catalog-list__item .card__preview-pict {
    width: 100%;
  }
  .catalog .catalog-list__item .card__link .card__title {
    min-height: auto;
    line-height: 1.3;
    font-size: 12px;
    margin-bottom: 12px;
  }
  .catalog .catalog-list__item .card__link .card__cost .card__old-price {
    font-size: 14px;
  }
  .catalog .catalog-list__item .card__link .card__cost .card__price {
    font-size: 18px;
  }
  .catalog .catalog-list__item .card__basket-btn {
    font-size: 10px;
  }

  .pagination._center {
    justify-content: space-between;
  }

  .product .product__view .product__slider-big {
    max-width: 350px;
    margin: 0 auto;
  }
  .product .product__view .product__slider-small .product__slider-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .product .product__desc .product__size .product__size-list {
    width: auto;
  }

  .popup._hint {
    padding: 20px;
  }

  .postcard {
    justify-content: space-between;
  }
  .postcard .postcard__fill {
    width: 48%;
  }
  .postcard .postcard__info {
    width: 48%;
  }
  .postcard .postcard__info .postcard__image {
    width: 100%;
  }

  .checkout legend {
    display: block;
    margin: 0 auto 30px;
  }

  .shops .shops__banner .shops__title {
    font-size: 24px;
  }
  .shops .shops__control .shops__buttons {
    order: 2;
    margin-bottom: 10px;
  }
  .shops .shops__control .dropdown-filter {
    width: 100%;
    margin-bottom: 30px;
  }
  .shops .shops__list {
    padding-top: 0;
    margin-bottom: 0;
  }
  .shops .shops__list .shops__sum {
    top: 0;
  }
  .shops .shops__list .shop:nth-child(2) {
    padding-top: 60px;
  }

  .career .jobopening__desc .jobopening__desc-col:nth-child(1) .jobopening__desc-pict {
    position: relative;
    left: 20px;
  }
  .career .jobopening__desc .jobopening__desc-col:nth-child(2) .jobopening__desc-pict {
    position: relative;
    left: 20px;
  }
  .career .jobopening__desc .jobopening__desc-col:nth-child(3) .jobopening__desc-pict {
    position: relative;
    left: 20px;
  }

  .faq .faq__banner {
    background-position: -740px 0;
    padding-top: 180px;
    text-align: center;
  }
  .faq .accordion-list .accordion-list__item {
    margin-bottom: 40px;
  }
  .faq .accordion-list .accordion-list__item .accordion-list__item-toggle .accordion-list__item-drop {
    display: none;
  }
  .faq .accordion-list .accordion-list__item .accordion-list__item-dropdown {
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .faq .accordion-list .accordion-list__item .accordion-list__item-dropdown .accordion-list__item-content {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .payment .get-touch {
    padding-bottom: 29px;
  }
  .payment .get-touch .btn._black {
    align-self: center;
  }

  .assurance .awards__line {
    text-align: left;
  }
  .assurance .awards__line .awards__title {
    font-size: 24px;
    text-align: center;
  }
  .assurance .awards__line .awards__text {
    max-width: 640px;
    margin: 0 auto 30px;
  }
  .assurance .accordion-list {
    width: 100%;
  }

  .header._sticky .header__mobile-menu {
    top: 0;
  }
  .header .header__mobile-menu {
    position: relative;
    top: -5px;
  }

  .catalog .catalog-list__item .card__link .card__title {
    min-height: auto;
  }
  .catalog .card:nth-of-type(4n) {
    border-right-color: transparent;
  }
  .catalog .card:last-of-type, .catalog .card:nth-of-type(3n) {
    border-right-color: #d3d3d3;
  }

  .product .product__view .product__slider-big {
    margin: 0 auto;
  }

  .cart {
    padding-top: 0;
    margin-top: -30px;
    padding-bottom: 40px;
  }

  .cart__list .goods__item:first-child {
    padding-top: 0;
  }
  .cart__list .goods__item:first-child .goods__remove {
    top: 22px;
  }

  .checkout legend {
    display: block;
    margin: 0 auto 30px;
  }

  .shops .shops__list .shop .shop__tel:after {
    left: 8px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .assurance .awards__line {
    text-align: left;
  }
  .assurance .awards__line .awards__title {
    font-size: 24px;
    text-align: center;
  }
  .assurance .awards__line .awards__text {
    max-width: 640px;
    margin: 0 auto 60px;
  }
  .assurance .accordion-list {
    width: 92%;
  }

  .header._sticky .header__mobile-menu {
    top: 0;
  }
  .header .header__mobile-menu {
    position: relative;
    top: -5px;
  }

  .product .product__view .product__slider-big {
    margin: 0 auto;
  }

  .cart {
    padding-top: 0;
    margin-top: -30px;
    padding-bottom: 40px;
  }

  .cart__list .goods__item:first-child {
    padding-top: 0;
  }
  .cart__list .goods__item:first-child .goods__remove {
    top: 22px;
  }

  .checkout legend {
    display: block;
    margin: 0 auto 30px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .payment .service-list__item:last-child {
    margin-bottom: 60px;
  }

  .about .feedback-slider__dots {
    bottom: 35px;
  }

  .news .news-filter {
    justify-content: center;
  }

  .header .header__inner .header__info {
    width: 230px;
  }
  .header .header__inner .users-menu {
    width: 230px;
  }

  .shops .shops__list .shop {
    padding-bottom: 40px;
  }
  .shops .shops__list .shop:last-child {
    padding-bottom: 0;
  }

  .brands-page .brands-page__promo .brands-page__promo-pict {
    flex: 1 0 auto;
  }

  .faq .faq__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .faq .faq__banner h1 {
    margin-top: 90px;
  }
  .faq .get-touch .btn._black {
    align-self: center;
  }
}
.individual__block ._hidden input {
  width: 100%;
}

.dropdown-list__item.disabled {
  opacity: 0.5;
}

@media (max-width: 1279px) {
  .catalog-list._mb0 {
    margin-bottom: 40px;
  }

  .assurance {
    /* padding-top: 90px; */
  }

  .payment .service-list__item-icons {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .payment .service-list__item-icons .service-list__item-icon {
    margin-bottom: 0;
    margin-left: 20px;
  }
}
@media (min-width: 1280px) {
  .shops .breadcrumbs {
    display: none;
  }
  .shops .shops__title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .aside-no-image {
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 70px;
    left: calc(50% - 53px);
    transform: none;
    -webkit-transform: none;
  }
  .aside-no-image a {
    margin: 0 6px;
  }
}
.new-collection__navigation {
  margin-bottom: 0;
}

.new-collection__promo .new-collection__title {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .new-collection__list .new-collection__item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 50%;
  }
  .new-collection__list .new-collection__item .new-collection__item-pict {
    max-width: 100%;
  }

  .title-home {
    font-size: 20px;
  }

  .new-collection__promo {
    height: 220px;
    background-size: 1200px;
    background-position: -510px;
  }
  .new-collection__promo .new-collection__title {
    padding-right: 50%;
    font-size: 22px;
  }
}
#popup-cart-success .popup {
  width: 545px;
}

.popup__block {
  padding: 0 40px;
}

.popup__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup__btns a {
  margin: 0 10px;
  flex: none;
}

@media (max-width: 767px) {
  #popup-cart-success .popup__btns {
    flex-flow: column nowrap;
  }
  #popup-cart-success .popup__btns a {
    margin-bottom: 10px;
    line-height: 1.7;
    padding: 10px 39px;
  }
}
.js-pager {
  width: 100%;
}

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

.preloader-small {
  width: 25px;
  height: 25px;
  top: 19px;
  left: auto;
  margin: 0;
  display: inline-block;
  position: relative;
}

.errortext {
  color: red;
  font-size: 12px;
  padding-bottom: 10px;
  display: block;
}

.error {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid red;
  color: red;
  font-size: 12px;
}

.mb-1 {
  margin-bottom: 1rem;
}

.delivery-point-container label {
  width: 100%;
}

.global-notice {
  padding: 15px 35px;
  margin: 0;
  background: white;
  text-align: center;
  font-size: 12px;
  display: none;
  position: relative;
}
.global-notice.active {
  display: block;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.close:hover {
  opacity: 1;
  cursor: pointer;
}

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.popup__checkbox {
  flex: none;
}

.product__size-list ._disabled {
  display: none;
}

#popup-order-my-size .product__size {
  margin-bottom: 20px;
  width: 100%;
}
#popup-order-my-size .product__size-title {
  margin-bottom: 10px;
  font-weight: bold;
}

.card__old-price {
  text-decoration: line-through;
  text-decoration-color: #dfba8e;
  text-decoration-thickness: 2px;
}
.card__old-price:before {
  display: none;
}

.dropdown-filter-RAZMER_1 .dropdown-filter__list .dropdown-list__item.disabled {
  display: none;
}

.catalog__description {
  text-align: center;
  margin-bottom: 20px;
}
.catalog__description .container {
  padding: 30px;
  max-width: 800px;
  position: relative;
  line-height: 1.6;
}
.catalog__description .container:after, .catalog__description .container:before {
  border-top: 1px solid black;
  width: 80%;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -40%;
}
.catalog__description .container:after {
  margin-top: 10px;
}
.catalog__description .container:before {
  margin-top: -10px;
}

.mainpage-h1 {
  padding-top: 23px;
}

@media (max-width: 767px) {
  .mainpage-h1 {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
.product__price-sticker-red {
  background-color: #e53839;
}

.mr-1 {
  margin-right: 10px;
}

.catalog__promo-dzen1 {
  background-size: cover;
  background-color: #f1d7d7;
  background-image: url("/local/templates/zolotorossii/assets/img/dzen1-3.jpg?v2");
}

@media (max-width: 767px) {
  .catalog__promo-dzen1 {
    background-size: cover;
    background-color: #f0f0f0;
    background-image: url("/local/templates/zolotorossii/assets/img/dzen1-2.jpg");
    padding-right: 32%;
  }
  .catalog__promo-dzen1 h1 {
    font-size: 24px;
  }
}