.main-button {
  padding: 7.5px 24px;
  border-radius: 5px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-family: 'FuturaDemi', sans-serif;
  font-size: 16px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}
.main-button > .children {
  margin-left: 8px;
}
.main-button__icon {
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.main-button__icon_abs {
  position: absolute;
  left: 8px;
}
.main-button__icon_mr +.main-button__text {
  margin-left: 8px;
}
.main-button:hover {
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.main-button:active {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-color: #a61113;
}
.main-button__default {
  background-color: #ca292c;
}
.main-button__absent {
  pointer-events: none;
  background-color: #2d2d2d;
}
.main-button__google {
  background-color: #eaeaea;
  color: #222;
  padding: 8px 10px;
  width: 160px;
}
.main-button__google:active {
  background-color: #dddcdc;
}
.main-button__google[disabled] {
  color: #fff;
}
.main-button__facebook {
  background-color: #39579a;
  padding: 8px 10px;
  width: 160px;
}
.main-button__facebook .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button__facebook:active {
  background-color: #2b4a8f;
}
.main-button__socialFacebook {
  background-color: #eaeaea;
  padding: 8px 10px;
  width: 160px;
  color: #999;
  fill: #999;
}
.main-button__socialFacebook:hover {
  color: #fff;
  background: #4267b2;
}
.main-button__socialFacebook:hover .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button__socialFacebook:active {
  background: #355aa6;
}
.main-button__socialFacebook [disabled] {
  color: #fff;
}
.main-button__telegram {
  background-color: #eaeaea;
  padding: 8px 10px;
  width: 160px;
  color: #999;
}
.main-button__telegram:hover {
  color: #fff;
  background: #419fd9;
}
.main-button__telegram:hover .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button__telegram:active {
  background: #3392cc;
}
.main-button__telegram [disabled] {
  color: #fff;
}
.main-button__viber {
  background-color: #eaeaea;
  padding: 8px 10px;
  width: 160px;
  color: #999;
}
.main-button__viber:hover {
  color: #fff;
  background: #7b519d;
}
.main-button__viber:hover .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button__viber:active {
  background: #6f4491;
}
.main-button__viber [disabled] {
  color: #fff;
}
.main-button[disabled] {
  background-color: #999;
  cursor: no-drop;
}
.main-button[disabled] .main-button__icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.main-button[disabled]:hover {
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
}
.main-button__borderButton {
  background: none;
  padding: 6px 16px;
  color: #222;
  border: 1px solid #222;
  font-family: 'FuturaDemi', sans-serif;
}
.main-button__borderButton:hover {
  color: #ca292c;
  border-color: #ca292c;
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
  fill: #ca292c;
  background: none;
}
.main-button__borderButton:active {
  color: #a61113;
  border-color: #a61113;
  background: none;
}
.main-button__borderButton[disabled] {
  color: #999;
  border-color: #999;
  cursor: no-drop;
  background: none;
}
.main-button__borderButton[disabled]:hover {
  color: #999;
  border-color: #999;
  background: none;
}
.main-button-round {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  background: #eaeaea;
  fill: #999;
}
.main-button-round:hover {
  fill: #fff;
  background: #ca292c;
}
.main-button-round:active {
  background: #a61113;
}
.main-button-no-shadow {
  box-shadow: none;
}
.main-button-no-shadow:hover {
  box-shadow: none;
}
.main-button-no-shadow:active {
  box-shadow: none;
}
.main-button-small {
  padding: 3px 11px;
  font-size: 14px;
}
.main-button-no-transform {
  -webkit-transform: none;
          transform: none;
}
.main-button-no-transform:hover {
  -webkit-transform: none;
          transform: none;
}
.main-button-no-transform:active {
  -webkit-transform: none;
          transform: none;
}
.main-button-dotted {
  padding: 0;
  color: #222;
  background: none;
  border-radius: 0;
  cursor: pointer;
  font-family: 'FuturaBook', sans-serif;
}
.main-button-dotted[disabled] {
  background: none;
  color: #999;
  border-color: #999;
}
.main-button-dotted[disabled] .main-button__text::after {
  border-color: #999;
}
.main-button-dotted[disabled]:hover {
  color: #999;
}
.main-button-dotted[disabled]:hover .main-button__text::after {
  border-color: #999;
}
.main-button-dotted .main-button__text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1.6px dotted #222;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.main-button-dotted:hover {
  -webkit-transform: none;
          transform: none;
  box-shadow: none;
  background: none;
  color: #ca292c;
  border-bottom-color: #ca292c;
}
.main-button-dotted:hover .main-button__text::after {
  border-color: #ca292c;
}
.main-button-dotted:hover:active {
  background: none;
}
.main-button-dotted:active {
  -webkit-transform: none;
          transform: none;
  background: none;
  color: #a61113;
  border-bottom-color: #a61113;
}
.main-button-dotted:active .main-button__text::after {
  border-color: #a61113;
}
.main-button-description {
  display: none;
}
@media screen and (max-width: 1023px) {
  .main-button-description {
    display: block;
  }
}
.main-button-dotted-icon {
  padding: 0;
  color: #999;
  background: none;
  border-radius: 0;
  fill: #999;
  stroke: #999;
}
.main-button-dotted-icon .main-button__text {
  border-bottom: 2px dotted #999;
}
.main-button-dotted-icon:hover {
  -webkit-transform: none;
          transform: none;
  box-shadow: none;
  color: #222;
  fill: #222;
  stroke: #222;
}
.main-button-dotted-icon:hover .main-button__text {
  border-color: #222;
}
.main-button-dotted-icon:active {
  background: none;
}
.main-button-inline {
  padding: 0;
  color: #999;
  background: none;
  border-radius: 0;
  cursor: pointer;
}
.main-button-inline.main-button-inline:hover {
  -webkit-transform: none;
          transform: none;
  box-shadow: none;
  background: none;
  color: #ca292c;
}
.main-button-inline:active {
  background: none;
}
.main-button-icon {
  padding: 5px;
}
.main-button-icon > svg {
  width: 20px;
  height: 20px;
}
.main-button-oneClick {
  line-height: 16px;
  padding: 1px 21px;
  font-weight: normal;
  width: 104px;
}
.main-button.product__info-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  width: 300px;
}
.main-button.product__info-height-item {
  margin-right: 7px;
  margin-top: 7px;
}
.main-button.product__info-height-item-active {
  color: #ca292c;
  border-color: #ca292c;
  cursor: default;
}
.show-more-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 12px;
}
.heart-icon {
  fill: #fff;
  stroke: #222;
}
.heart-icon:hover {
  stroke: #ca292c;
}
.follow-icon {
  fill: #222;
}
.follow-icon:hover {
  fill: #ca292c;
}
.compare-icon:hover {
  fill: #ca292c;
}
.bucket-icon {
  fill: #fff;
  stroke: #222;
}
.bucket-icon:hover {
  fill: #fff;
  stroke: #ca292c;
}
.user-icon {
  fill: #222;
}
.user-icon:hover {
  fill: #ca292c;
}

.horizontal-banner {
  position: relative;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-x: hidden;
}
.horizontal-banner__slide {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 100%;
}
.horizontal-banner__slide__item {
  height: inherit;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  height: 454.5px;
}
@media screen and (max-width: 1919px) {
  .horizontal-banner__slide__item {
    height: 340px;
  }
}
@media screen and (max-width: 1439px) {
  .horizontal-banner__slide__item {
    height: 245px;
  }
}
@media screen and (max-width: 1023px) {
  .horizontal-banner__slide__item {
    height: 244px;
  }
}
@media screen and (max-width: 639px) {
  .horizontal-banner__slide__item {
    height: 158px;
  }
}
.horizontal-banner__slide__item__btn-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}
.horizontal-banner__slide__item__btn-wrapper .horizontal-banner__slide__item__btn {
  background: #ca292c;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  width: 188px;
  height: auto;
  margin-bottom: 80px;
  margin-right: 216px;
  padding: 5px;
}
@media screen and (max-width: 1919px) {
  .horizontal-banner__slide__item__btn-wrapper .horizontal-banner__slide__item__btn {
    margin-bottom: 60px;
    margin-right: 110px;
  }
}
@media screen and (max-width: 1439px) {
  .horizontal-banner__slide__item__btn-wrapper .horizontal-banner__slide__item__btn {
    margin-bottom: 48px;
    margin-right: 22px;
  }
}
@media screen and (max-width: 1023px) {
  .horizontal-banner__slide__item__btn-wrapper .horizontal-banner__slide__item__btn {
    margin-bottom: 20px;
    margin-right: 15px;
  }
}
.horizontal-banner__slide__item__inscription {
  position: absolute;
  width: 20%;
  height: 40%;
  left: 0px;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 1919px) {
  .horizontal-banner__slide__item__inscription {
    top: 21%;
  }
}
@media screen and (max-width: 1023px) {
  .horizontal-banner__slide__item__inscription {
    height: 45%;
  }
}
@media screen and (max-width: 639px) {
  .horizontal-banner__slide__item__inscription {
    height: 70%;
  }
}
.horizontal-banner__slide__item__inscription-text {
  font-family: 'FuturaDemi', sans-serif;
  font-size: 42px;
  line-height: 52px;
  padding-left: 118px;
  width: 75%;
}
@media screen and (max-width: 1919px) {
  .horizontal-banner__slide__item__inscription-text {
    width: 95%;
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1439px) {
  .horizontal-banner__slide__item__inscription-text {
    padding-left: 64px;
    font-size: 24px;
    line-height: 30px;
    width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  .horizontal-banner__slide__item__inscription-text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 639px) {
  .horizontal-banner__slide__item__inscription-text {
    font-size: 16px;
    line-height: 20px;
    padding-left: 48px;
  }
}
.horizontal-banner__slide__item__inscription-toptext {
  pointer-events: auto;
}
.horizontal-banner__slide__item__inscription-toptext h3 {
  font-size: 48px;
  line-height: 54px;
  margin-top: 31px;
  margin-left: 105px;
  width: 801px;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .horizontal-banner__slide__item__inscription-toptext h3 {
    margin-top: 26px;
    margin-left: 135px;
  }
}
@media screen and (max-width: 1439px) {
  .horizontal-banner__slide__item__inscription-toptext h3 {
    width: 606px;
    font-size: 36px;
    line-height: 46px;
    margin-top: 32px;
    margin-left: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .horizontal-banner__slide__item__inscription-toptext h3 {
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    padding-left: 40px;
    margin-left: 0;
    margin-top: 32px;
  }
}
@media screen and (max-width: 639px) {
  .horizontal-banner__slide__item__inscription-toptext h3 {
    width: 100%;
    font-size: 20px;
    line-height: 22px;
    padding-left: 12px;
    margin-top: 18px;
  }
}
.horizontal-banner__slide__item__inscription-toptext h3 strong {
  font-family: 'FuturaDemi', sans-serif;
}
.horizontal-banner__slide__item__inscription-toptext h3::before {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  background: #ca292c;
  position: absolute;
  left: -40px;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .horizontal-banner__slide__item__inscription-toptext h3::before {
    left: 0;
  }
}
.horizontal-banner__slide__item__second-inscription {
  position: absolute;
  height: 20%;
  right: 20px;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 639px) {
  .horizontal-banner__slide__item__second-inscription {
    top: 80%;
  }
}
.horizontal-banner__slide__item__second-inscription-text {
  font-family: 'FuturaDemi', sans-serif;
  font-size: 46px;
  line-height: 52px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
@media screen and (max-width: 1439px) {
  .horizontal-banner__slide__item__second-inscription-text {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 639px) {
  .horizontal-banner__slide__item__second-inscription-text {
    font-size: 16px;
    line-height: 20px;
  }
}

.vertical-banner {
  height: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.vertical-banner__btn {
  position: absolute;
  border: none;
  background: #ca292c;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  width: 188px;
  height: 36px;
  left: 17%;
  bottom: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1439px) {
  .vertical-banner__btn {
    margin-bottom: 52px;
  }
}
.vertical-banner__inscription {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 15%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(234,234,234,0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 1439px) {
  .vertical-banner__inscription {
    bottom: 10%;
  }
}
.vertical-banner__inscription-text {
  font-family: 'FuturaDemi', sans-serif;
  font-size: 18px;
  line-height: 26px;
  padding: 24px 10px;
  width: 100%;
}
.vertical-banner__a {
  display: block;
  height: 100%;
}

.input-field {
  border: none;
  border-bottom: 1px solid #222;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
  background: none;
  padding-bottom: 4px;
}
.input-field::-ms-clear {
  display: none;
}
.input-field::-ms-reveal {
  display: none;
}
.input-field[type=search] {
  -webkit-appearance: none;
}
.input-field[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.input-field:focus {
  border-bottom-color: #ca292c;
}
.input-field:focus~ .input-field__text {
  bottom: 25px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .input-field:focus~ .input-field__text {
    bottom: 20px;
  }
}
.input-field__wrap {
  display: block;
  padding-top: 24px;
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
}
.input-field__wrap-search {
  margin-right: 45px;
}
.input-field__text {
  position: absolute;
  left: 0;
  bottom: 4px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #999;
  cursor: pointer;
}
.input-field__text-touched {
  bottom: 25px;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .input-field__text-touched {
    bottom: 20px;
  }
}
.input-field__error-text {
  position: absolute;
  top: 100%;
  left: 0;
  color: #ca292c;
}
.input-field__error-indicator {
  position: absolute;
  left: 100%;
  width: 20px;
}
.input-field__tip {
  position: absolute;
  left: 0;
  top: 100%;
  color: #999;
}
.input-field__eye {
  position: absolute;
  width: 24px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 75%;
  cursor: pointer;
  fill: #999;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.input-field__eye:hover {
  fill: #ca292c;
}
.input-field__eye:active {
  fill: #a61113;
}
.input-field__magnifier {
  position: absolute;
  width: 36px;
  padding: 6px;
  border-radius: 5px;
  background: #ca292c;
  fill: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  left: -webkit-calc(100% + 8px);
  left: calc(100% + 8px);
  bottom: 1px;
}
@media screen and (max-width: 1023px) {
  .input-field__magnifier {
    width: 28px;
    padding: 4px;
    left: -webkit-calc(100% + 12px);
    left: calc(100% + 12px);
  }
}
.input-field__magnifier:active {
  background: #a61113;
}
.input-field[disabled] {
  border-color: #999;
  background: none;
  cursor: no-drop;
}
.input-field[disabled] ~ .input-field__text {
  cursor: no-drop;
}
.control-label {
  position: relative;
}

.category-card {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-radius: 5px;
  padding: 12px;
  margin: -12px;
  max-width: 100%;
  width: 100%;
}
.category-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
@media screen and (max-width: 1439px) {
  .category-card {
    padding: 6px;
  }
}
@media screen and (max-width: 639px) {
  .category-card {
    padding-bottom: 13px;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}
.category-card__link {
  display: block;
}
.category-card__img {
  height: 216px;
  width: 100%;
}
@media screen and (max-width: 1919px) {
  .category-card__img {
    height: 162px;
  }
}
@media screen and (max-width: 1439px) {
  .category-card__img {
    height: 126px;
  }
}
@media screen and (max-width: 1023px) {
  .category-card__img {
    height: 162px;
  }
}
@media screen and (max-width: 639px) {
  .category-card__img {
    margin-bottom: 13px;
    height: 100%;
    max-height: 126px;
    min-height: 81px;
  }
}
.category-card__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}
@media screen and (max-width: 639px) {
  .category-card__img-wrap {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 639px) {
  .category-card__date {
    font-size: 14px;
  }
}
.category-card__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}
@media screen and (max-width: 1919px) {
  .category-card__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .category-card__text {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
}

.paginate__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.paginate__button {
  width: 36px;
  height: 36px;
  border: 1px solid #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
  font-size: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.paginate__button:hover {
  color: #ca292c;
  background: #fff;
  border: 1px solid #ca292c;
}
.paginate__button:active {
  color: #a61113;
  background: #fff;
  border: 1px solid #a61113;
}
.paginate__button-active {
  color: #fff;
  background: #ca292c;
  border: 1px solid #ca292c;
}
.paginate__button-wrap {
  margin: 0 4px;
}
@media screen and (max-width: 1023px) {
  .paginate__button-wrap {
    margin: 0 2px;
  }
}
.paginate__nav {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  fill: #222;
}
@media screen and (max-width: 1023px) {
  .paginate__nav {
    width: 30px;
  }
}
.paginate__nav.paginate__nav-next > svg,
.paginate__nav.paginate__nav-prev > svg {
  width: 16px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.paginate__nav.paginate__nav-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.paginate__nav:hover {
  fill: #ca292c;
}
.paginate__nav:active {
  fill: #a61113;
}
.paginate__nav-wrap.disabled>a {
  cursor: default;
}
.paginate__nav-wrap.disabled .paginate__nav {
  fill: #999;
}
.paginate__nav-wrap.disabled .paginate__nav:hover {
  fill: #999;
}
.paginate__nav-wrap.disabled .paginate__nav:active {
  fill: #999;
}

.dropdown {
  display: block;
}
.dropdown__container {
  position: relative;
}
.dropdown__container_disabled .dropdown__label {
  border-color: #eaeaea;
  color: #eaeaea;
  cursor: no-drop;
}
.dropdown__container_disabled .dropdown__label::after {
  background-color: #eaeaea;
}
.dropdown__container_active .dropdown__label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dropdown__label {
  padding: 5px 8px;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #999;
  cursor: pointer;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .dropdown__label {
    border: none;
  }
}
.dropdown__label::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #999;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.dropdown__label-title {
  margin-right: 4px;
}
.dropdown__options {
  position: absolute;
  top: 97%;
  background: #fff;
  z-index: 10;
  width: 100%;
  left: 0;
  padding: 10px 0;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px #999;
  max-height: 300px;
  overflow-y: auto;
}
.dropdown__options-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown__options-item {
  padding: 6px 20px;
  font-size: 16px;
  cursor: pointer;
  color: #222;
  position: relative;
}
.dropdown__options-item-arrow {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .dropdown__options-item-arrow {
    right: 10px;
  }
}
.dropdown__options-item-arrow-descend {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.dropdown__options-item.active,
.dropdown__options-item:hover {
  background-color: rgba(128,128,128,0.07);
}

.inputRange {
  border-radius: 5px;
  height: 6px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .inputRange {
    display: none;
  }
}
.inputRange__title {
  margin-bottom: 29px;
}
@media screen and (max-width: 639px) {
  .inputRange__title {
    padding-left: 10px;
  }
}
.inputRange__track {
  background: #999;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  tabindex: 0;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .inputRange__track {
    visibility: hidden;
  }
}
.inputRange__track:active .inputRange__track-active,
.inputRange__track:hover .inputRange__track-active {
  background: #ca292c;
}
.inputRange__track:active .inputRange__slider,
.inputRange__track:hover .inputRange__slider {
  fill: #ca292c;
}
.inputRange__track .inputRange__track-active {
  background: #222;
}
.inputRange__track-active {
  height: 100%;
  position: absolute;
  -webkit-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.inputRange__slider {
  width: 32px;
  height: 32px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.inputRange__slider:after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.inputRange__input {
  padding: 8px;
  color: #222;
  border: 1px solid #222;
  border-radius: 5px;
  margin-left: 8px;
  width: 75%;
  text-align: center;
  font-size: 18px;
}
.inputRange__input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.inputRange__input:focus {
  border-color: #ca292c;
}
.inputRange__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 33px;
}
.inputRange__box {
  width: 100%;
}

.radioGroup {
  width: 100%;
  padding: 18px 0;
}
.radioGroup > label {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.radioGroup.radio-inline > label {
  display: inline-block;
}
.radioGroup .radio-label-title {
  display: block;
  line-height: 1.5;
  vertical-align: middle;
}

.radioControl {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  cursor: pointer;
}
.radioControl > input:checked ~ span {
  color: #222;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.radioControl > span {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 0;
  font-size: 14px;
  vertical-align: bottom;
}
.radioControl > span::before,
.radioControl > span::after {
  position: absolute;
  content: '';
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.radioControl > span::before {
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #222;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.radioControl > span::after {
  top: 50%;
  left: 7px;
  width: 6px;
  height: 6px;
  background: #222;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.radioControl > input[type='radio'] {
  display: none;
}
.radioControl > input[type='radio']:checked + span .radioControl > input[type='radio']::before {
  border-color: #f00;
  -webkit-animation: ripple 0.2s linear forwards;
          animation: ripple 0.2s linear forwards;
}
.radioControl > input[type='radio']:checked + span::after {
  opacity: 1;
}
.radioControl__arrow {
  width: 12px;
  margin-left: 12px;
}
.radioControl__arrow-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(26,26,26,0);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 1px rgba(0,0,0,0);
  }
  50% {
    box-shadow: 0 0 0 15px rgba(26,26,26,0);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(0,0,0,0);
  }
}

.dropdownSelector {
  position: relative;
  z-index: 1;
}
.dropdownSelector_open {
  z-index: 2;
}
.dropdownSelector__short {
  color: #999;
}
.dropdownSelector__list {
  position: absolute;
  top: 100%;
  left: -1px;
  border: 1px solid #999;
  border-top: none;
  border-radius: 5px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
  z-index: 2;
}
.dropdownSelector__list-item {
  padding: 7.5px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  border-top: 1px solid #999;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: #fff;
}
.dropdownSelector__list-item:hover {
  background: #eaeaea;
}
.dropdownSelector__list-item:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dropdownSelector__list-item.disabled {
  background: #eaeaea;
  color: #999;
}
.dropdownSelector__list-item.disabled:hover {
  cursor: default;
}
.dropdownSelector__label {
  padding: 5px 20px 5px 12px;
  border: 1px solid #999;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  z-index: 2;
  background: #fff;
}
.dropdownSelector__label::after {
  content: '';
  position: absolute;
  right: 8px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #999;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.dropdownSelector__label:hover {
  background: #eaeaea;
}
.dropdownSelector__label_active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.textarea-field {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
  background: none;
  padding: 5px;
  resize: none;
  font-size: 12px;
}
.textarea-field:focus {
  border-color: #ca292c;
}
.textarea-field__wrap {
  display: block;
  margin-top: 20px;
}
.textarea-field__label {
  margin-bottom: 10px;
}
.textarea-field[disabled] {
  border-color: #999;
  background: none;
  cursor: no-drop;
}
.textarea-field[disabled] ~ .input-field__text {
  cursor: no-drop;
}

.news-preview-card {
  padding: 20px 16px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border: 1px solid #222;
  border-radius: 5px;
}
.news-preview-card:hover {
  background: #eaeaea;
}
@media screen and (max-width: 1919px) {
  .news-preview-card {
    width: 288px;
    padding: 9px 12px;
  }
}
@media screen and (max-width: 1439px) {
  .news-preview-card {
    width: 224px;
    padding: 6px 12px 8px;
  }
}
.news-preview-card__link {
  display: block;
  width: 100%;
  height: 100%;
}
.news-preview-card__title {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
}
@media screen and (max-width: 1919px) {
  .news-preview-card__title {
    line-height: unset;
    letter-spacing: unset;
  }
}
@media screen and (max-width: 1439px) {
  .news-preview-card__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.news-preview-card__data-time {
  margin-top: 13px;
}
@media screen and (max-width: 1919px) {
  .news-preview-card__data-time {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) {
  .news-preview-card__data-time {
    margin-top: 6px;
  }
}
.news-preview-card__date {
  color: #999;
  margin-right: 52px;
}
@media screen and (max-width: 1919px) {
  .news-preview-card__date {
    margin-right: 25px;
  }
}
.news-preview-card__time {
  color: #999;
}
.news-preview-card__time>svg {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  fill: #999;
}
@media screen and (max-width: 1919px) {
  .news-preview-card__time>svg {
    width: 12px;
    height: 12px;
  }
}

.te2w9j-M1u18feOo3Z5vT {
  text-align: center;
  padding: 0;
  width: auto;
  border-radius: 5px;
  max-width: 352px;
  width: 100%;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .te2w9j-M1u18feOo3Z5vT {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .te2w9j-M1u18feOo3Z5vT_success>div {
    background: #60be64;
  }
  .te2w9j-M1u18feOo3Z5vT_error>div {
    background: #ca292c;
  }
  .te2w9j-M1u18feOo3Z5vT>div {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .te2w9j-M1u18feOo3Z5vT h2.modal-title {
    padding: 12px 16px 12px 16px;
    line-height: 20px;
    font-size: 16px;
    text-align: start;
  }
  .te2w9j-M1u18feOo3Z5vT h2.modal-title span {
    color: #fff;
  }
  .te2w9j-M1u18feOo3Z5vT h2.modal-title span b > a {
    color: #fff;
  }
  .te2w9j-M1u18feOo3Z5vT h2.modal-title .modal-content__icon {
    fill: #fff;
    stroke: #fff;
  }
  .te2w9j-M1u18feOo3Z5vT .modal-close {
    display: none;
  }
}
.te2w9j-M1u18feOo3Z5vT .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 44px 30px 21px;
}
.te2w9j-M1u18feOo3Z5vT .modal-title--bordered {
  padding: 26px 44px 26px 21px;
  border-bottom: 1px solid #eaeaea;
}
.te2w9j-M1u18feOo3Z5vT .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
.te2w9j-M1u18feOo3Z5vT .modal-close:hover {
  fill: #ca292c;
}
.te2w9j-M1u18feOo3Z5vT .modal-content {
  padding: 22px 30px;
  text-align: center;
}
.te2w9j-M1u18feOo3Z5vT .modal-content > .main-button {
  margin: 0 auto;
}
.te2w9j-M1u18feOo3Z5vT .modal-content > p {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.te2w9j-M1u18feOo3Z5vT .modal-content__icon {
  width: 20px;
  height: 20px;
  margin-right: 14px;
  fill: #2a712d;
  stroke: #2a712d;
  padding-top: 3px;
}
@media screen and (max-width: 1023px) {
  .YrWpwAIIL8Yw33mnuwQS {
    padding: 0;
    background: none;
    width: 100%;
  }
}

._2TDXDxOc81TLuj_GS7LtNi {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  overflow: hidden;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content__button {
  margin: 30px auto 0 auto;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-close:hover {
  fill: #ca292c;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content .input-field__wrap {
  margin-right: 0;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content__icon {
  width: 64px;
  height: 64px;
  margin-top: -20px;
  margin-bottom: 14px;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content__actions {
  text-align: center;
  margin-top: 5px;
}
._2TDXDxOc81TLuj_GS7LtNi .modal-content > form {
  width: 100%;
}

.CQDGqQAEw0AvZq27cIRpq {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  overflow: hidden;
}
.CQDGqQAEw0AvZq27cIRpq .modal-content__button {
  margin: 30px auto 0 auto;
}
.CQDGqQAEw0AvZq27cIRpq .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
.CQDGqQAEw0AvZq27cIRpq .modal-close:hover {
  fill: #ca292c;
}
.CQDGqQAEw0AvZq27cIRpq .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.CQDGqQAEw0AvZq27cIRpq .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

._3RZRrcX2qe67f-PaLbqmBL {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  ._3RZRrcX2qe67f-PaLbqmBL {
    margin: 0 auto;
    max-width: 674px;
    width: 100%;
  }
  ._3RZRrcX2qe67f-PaLbqmBL h2.modal-title {
    padding: 20.5px 10px;
  }
  ._3RZRrcX2qe67f-PaLbqmBL div.modal-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 8px 0px 20px;
  }
  ._3RZRrcX2qe67f-PaLbqmBL div.modal-content svg.modal-content__icon {
    margin-bottom: 14px;
  }
  ._3RZRrcX2qe67f-PaLbqmBL div.modal-content div.product-action-card {
    padding: 16px 16px 0px 16px;
  }
}
._3RZRrcX2qe67f-PaLbqmBL .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-close:hover {
  fill: #ca292c;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content {
  padding: 27px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content__icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card {
  padding: 20px 10px;
  width: 50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-remove > .modal-content__icon {
  fill: #222;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-remove:hover {
  color: #ca292c;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-remove:hover > svg {
  fill: #ca292c;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-favorite > .modal-content__icon {
  fill: #fff;
  stroke: #222;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-favorite:hover {
  color: #2a712d;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card-favorite:hover > svg {
  stroke: #2a712d;
}
._3RZRrcX2qe67f-PaLbqmBL .modal-content .product-action-card:first-child {
  border-right: 1px solid #ca292c;
}
@media screen and (max-width: 1023px) {
  ._11zY33sT2MluG9dmUHCgVu {
    padding: 0;
    background: none;
  }
}

._1NuhprfnaqN6lgSVei-DsQ {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-close:hover {
  fill: #ca292c;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__icon {
  width: 64px;
  height: 64px;
  margin-top: 10px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__text-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__text-footer .modal-content__icon {
  margin-top: -16px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__text-footer modal-content__text {
  padding-left: 10px;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content > form {
  width: 100%;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content > form .main-button {
  margin: 20px auto 0 auto;
}
._1NuhprfnaqN6lgSVei-DsQ .modal-content__actions .main-button {
  padding-top: 10px;
  margin: 0 auto !important;
}

._2frlOhTnLRyexc7DGhpsmv {
  max-width: 420px;
  width: 100%;
  border-radius: 5px;
  padding: 0;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
._2frlOhTnLRyexc7DGhpsmv .modal__form label {
  margin-right: 0;
}
._2frlOhTnLRyexc7DGhpsmv .modal-title {
  text-align: center;
}
._2frlOhTnLRyexc7DGhpsmv .modal-header {
  padding: 29px 36px 13px;
  border-bottom: 1px solid #eaeaea;
}
._2frlOhTnLRyexc7DGhpsmv .modal-content {
  padding: 19px 36px 36px;
}
._2frlOhTnLRyexc7DGhpsmv .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._2frlOhTnLRyexc7DGhpsmv .modal-close:hover {
  fill: #ca292c;
}
._2frlOhTnLRyexc7DGhpsmv .main-button {
  margin: 0 auto;
}

._2LjZtrUshIimXBxHrnsAwh {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  ._2LjZtrUshIimXBxHrnsAwh {
    width: 100%;
    max-width: 674px;
    margin: 0 auto;
  }
}
._2LjZtrUshIimXBxHrnsAwh .modal-content__button {
  margin: 30px auto 0 auto;
}
._2LjZtrUshIimXBxHrnsAwh .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._2LjZtrUshIimXBxHrnsAwh .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._2LjZtrUshIimXBxHrnsAwh .modal-close:hover {
  fill: #ca292c;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content .input-field__wrap {
  margin-right: 0;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content__icon {
  width: 64px;
  height: 64px;
  margin-top: -20px;
  margin-bottom: 14px;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content__actions {
  text-align: center;
  margin-top: 5px;
}
._2LjZtrUshIimXBxHrnsAwh .modal-content > form {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  ._2swXqvF7-0OLCdM9W0yanR {
    padding: 0;
    width: 100%;
    background: none;
  }
}

._3nSyJ52Z7PrIGRKRfJoKpZ {
  text-align: center;
  max-height: 95vh;
  background: none;
  box-shadow: none;
  max-width: 98vw;
  width: 100%;
  padding: 0;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__button {
  margin: 30px auto 0 auto;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #fff;
  background: #000;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  ._3nSyJ52Z7PrIGRKRfJoKpZ .modal-close {
    right: 0;
  }
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-close:hover {
  fill: #eaeaea;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow {
  fill: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 1;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow:hover {
  fill: #eaeaea;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow_left {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg) scale(2);
          transform: translateY(-50%) rotate(180deg) scale(2);
}
@media screen and (max-width: 639px) {
  ._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow_left {
    -webkit-transform: translate(-4px, -50%) rotate(180deg) scale(1.5);
            transform: translate(-4px, -50%) rotate(180deg) scale(1.5);
  }
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow_right {
  right: 0;
  -webkit-transform: translateY(-50%) scale(2);
          transform: translateY(-50%) scale(2);
}
@media screen and (max-width: 639px) {
  ._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content__controls-arrow_right {
    -webkit-transform: translate(4px, -50%) scale(1.5);
            transform: translate(4px, -50%) scale(1.5);
  }
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content-image {
  max-height: 95vh;
}
._3nSyJ52Z7PrIGRKRfJoKpZ .modal-content-video {
  height: -webkit-calc(100vw * 9 / 16);
  height: calc(100vw * 9 / 16);
  max-height: 95vh;
}
._27SvJRk6-PonY_iGujxAc5 {
  padding: 0;
}
@media screen and (max-width: 639px) {
  ._27SvJRk6-PonY_iGujxAc5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}

.e8hxQQQb15Wlh-05K7maG {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .e8hxQQQb15Wlh-05K7maG {
    width: 100%;
    max-width: 674px;
    margin: 0 auto;
  }
}
.e8hxQQQb15Wlh-05K7maG .modal-content__button {
  margin: 30px auto 0 auto;
}
.e8hxQQQb15Wlh-05K7maG .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
.e8hxQQQb15Wlh-05K7maG .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
.e8hxQQQb15Wlh-05K7maG .modal-close:hover {
  fill: #ca292c;
}
.e8hxQQQb15Wlh-05K7maG .modal-content {
  padding: 33px 36px 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.e8hxQQQb15Wlh-05K7maG .modal-content .input-field__wrap {
  margin-right: 0;
}
.e8hxQQQb15Wlh-05K7maG .modal-content__icon {
  width: 64px;
  height: 64px;
  margin-top: -20px;
  margin-bottom: 14px;
}
.e8hxQQQb15Wlh-05K7maG .modal-content__text {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.e8hxQQQb15Wlh-05K7maG .modal-content__actions {
  text-align: center;
  margin-top: 5px;
}
.e8hxQQQb15Wlh-05K7maG .modal-content > form {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  ._3mWLJbbWp-MaWpAJMisXnm {
    padding: 0;
    width: 100%;
    background: none;
  }
}

.checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
}
.checkbox__input[type='checkbox'] {
  display: none;
}
.checkbox__input[type='checkbox'] + span {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #222;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.checkbox__input[type='checkbox']:checked + span {
  background: #ca292c;
  border-color: #ca292c;
}
.checkbox__input[disabled] + span {
  background: #eaeaea;
  border-color: #eaeaea;
}
.checkbox__input[disabled] + span .checkbox__icon {
  display: none;
}
.checkbox__icon {
  width: 12px;
  height: auto;
}
.checkbox__text-disabled .checkbox__label-text {
  color: #999;
}
.checkbox__text-disabled .checkbox__label-text:hover {
  color: #999;
}
.checkbox__label {
  cursor: pointer;
  margin-right: 8px;
}
.checkbox__label-text {
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 1439px) {
  .checkbox__label-text {
    font-size: 16px;
  }
}
.checkbox__label-text:hover {
  color: #ca292c;
}
.checkbox__label-notes {
  padding: 0 5px;
  color: #999;
}
.checkbox__label.checkbox-inline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.checkbox__label.checkbox-inline > .checkbox__label {
  width: 25px;
}
.checkbox__label.checkbox-inline > .checkbox__label {
  top: 2px;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
  padding: 0 0 5px 8px;
  position: relative;
}
.checkbox__label.checkbox-inline > .checkbox__label a {
  color: #fff;
  margin: 0 3px;
}

._3QS-S0SIlRiYDv5ms0NnUv {
  padding: 24px 82px 48px 24px;
  border-radius: 5px;
  max-width: 610px;
  width: 100%;
  position: relative;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
  margin: auto;
}
@media screen and (max-width: 1023px) {
  ._3QS-S0SIlRiYDv5ms0NnUv {
    max-width: 674px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639px) {
  ._3QS-S0SIlRiYDv5ms0NnUv {
    padding: 20px 15px 40px 17px;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv .fifth-title {
    font-size: 28px;
    max-width: 90%;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv div.modal__image {
    margin: 0 auto;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv .modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv div.modal__data {
    padding: 0;
  }
  ._3QS-S0SIlRiYDv5ms0NnUv div.modal__buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
._3QS-S0SIlRiYDv5ms0NnUv .fifth-title {
  margin-bottom: 16px;
}
._3QS-S0SIlRiYDv5ms0NnUv .sixth-title {
  margin-bottom: 10px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal-close:hover {
  fill: #ca292c;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__image {
  width: 240px;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__data {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  padding-left: 24px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__model {
  margin-bottom: 10px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__price_old {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__price_old:after {
  content: '';
  display: block;
  width: 100%;
  left: 0;
  top: 50%;
  height: 1px;
  background: #222;
  position: absolute;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__price_discount {
  font-size: 20px;
  color: #ca292c;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__amount-text {
  margin-top: 34px;
  margin-bottom: 8px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-bottom: 32px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__quantity-value {
  font-size: 20px;
  height: 28px;
  min-width: 28px;
  border: 1px solid #222;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0px 16px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__control {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  fill: #ca292c;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__control[disabled] {
  fill: #eaeaea;
  cursor: no-drop;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__control svg {
  width: 16px;
  height: 16px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__dropdown-label {
  margin-bottom: 8px;
  margin-top: 10px;
}
._3QS-S0SIlRiYDv5ms0NnUv .dropdown {
  margin-bottom: 15px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 36px;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__inputs {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 0;
  opacity: 0;
}
._3QS-S0SIlRiYDv5ms0NnUv .modal__inputs>label {
  margin: 25px 0 0 0;
}
@media screen and (max-width: 1023px) {
  .LbCShRfnSM8jXaU3F3aaM {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .LbCShRfnSM8jXaU3F3aaM {
    background: none;
  }
}

._3IduHZUiWCRb1mHgHbmUlJ {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal-close:hover {
  fill: #ca292c;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal-content {
  padding: 15px 36px 36px;
}
._3IduHZUiWCRb1mHgHbmUlJ .modal__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.RYCTgytt-FAiGrI9U-joU {
  padding: 0;
  width: 100%;
  border-radius: 5px;
  padding: 40px 36px;
  max-width: 600px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .RYCTgytt-FAiGrI9U-joU {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 56px;
    max-width: 674px;
  }
  .RYCTgytt-FAiGrI9U-joU button.madal-confirm {
    display: block;
    width: 100px;
    height: 36px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .RYCTgytt-FAiGrI9U-joU {
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 16px;
  }
}
.RYCTgytt-FAiGrI9U-joU .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
.RYCTgytt-FAiGrI9U-joU .modal-close:hover {
  fill: #ca292c;
}
.RYCTgytt-FAiGrI9U-joU .modal-truck {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto 32px;
}
.RYCTgytt-FAiGrI9U-joU .madal-confirm {
  display: none;
}
@media screen and (max-width: 1023px) {
  ._1yTUM8XxOR6RCoTGVZmfE4 {
    padding: 0;
    width: 100%;
    background: none;
  }
}

._23WcH9wAZXnFvaGqKrQCAt {
  text-align: center;
  padding: 0;
  width: 420px;
  border-radius: 5px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1023px) {
  ._23WcH9wAZXnFvaGqKrQCAt {
    margin: 0 auto;
    max-width: 674px;
    width: 100%;
  }
  ._23WcH9wAZXnFvaGqKrQCAt h2.modal-title {
    padding: 20.5px 10px;
  }
  ._23WcH9wAZXnFvaGqKrQCAt div.modal-content {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    padding: 8px 0px 20px;
  }
  ._23WcH9wAZXnFvaGqKrQCAt div.modal-content svg.modal-content__icon {
    margin-bottom: 14px;
  }
  ._23WcH9wAZXnFvaGqKrQCAt div.modal-content div.product-action-card {
    padding: 16px 16px 0px 16px;
  }
}
._23WcH9wAZXnFvaGqKrQCAt .modal-title {
  font-size: 20px;
  line-height: 26px;
  padding: 30px 36px 10px;
  border-bottom: 1px solid #eaeaea;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 18px;
  top: 18px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
  fill: #222;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-close:hover {
  fill: #ca292c;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content {
  padding: 27px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content__icon {
  width: 24px;
  height: 24px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card {
  padding: 20px 10px;
  width: 50%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  cursor: pointer;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-remove > .modal-content__icon {
  fill: #222;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-remove:hover {
  color: #ca292c;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-remove:hover > svg {
  fill: #ca292c;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-favorite > .modal-content__icon {
  fill: #fff;
  stroke: #222;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-favorite:hover {
  color: #2a712d;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card-favorite:hover > svg {
  stroke: #2a712d;
}
._23WcH9wAZXnFvaGqKrQCAt .modal-content .product-action-card:first-child {
  border-right: 1px solid #ca292c;
}
@media screen and (max-width: 1023px) {
  ._3WfEBLdayPxzqUVfPzKRPO {
    padding: 0;
    background: none;
  }
}

.iconedCheckbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 7px;
  border: 1px solid #222;
  border-radius: 5px;
  background: #fff;
  width: 36px;
  height: 36px;
  position: relative;
}
.iconedCheckbox-cart {
  background-color: #ca292c;
  border: 1px solid #ca292c;
}
.iconedCheckbox-cart:hover {
  background-color: #fff;
}
.iconedCheckbox:hover {
  border-color: #ca292c;
}
.iconedCheckbox:hover .iconedCheckbox__icon-favorite {
  stroke: #ca292c;
}
.iconedCheckbox:hover .iconedCheckbox__icon-follow {
  fill: #ca292c;
}
.iconedCheckbox:hover .iconedCheckbox__icon-compare {
  fill: #ca292c;
}
.iconedCheckbox:hover .iconedCheckbox__icon-cart {
  fill: #fff;
  stroke: #ca292c;
}
.iconedCheckbox-active.iconedCheckbox-follow,
.iconedCheckbox-active.iconedCheckbox-compare {
  padding: 5px;
}
@media screen and (max-width: 1439px) {
  .iconedCheckbox-active.iconedCheckbox-follow,
  .iconedCheckbox-active.iconedCheckbox-compare {
    padding: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .iconedCheckbox-active.iconedCheckbox-follow,
  .iconedCheckbox-active.iconedCheckbox-compare {
    padding: 5px;
  }
}
@media screen and (max-width: 639px) {
  .iconedCheckbox-active.iconedCheckbox-follow,
  .iconedCheckbox-active.iconedCheckbox-compare {
    padding: 2px;
  }
}
.iconedCheckbox__input {
  display: none;
}
.iconedCheckbox__input:checked ~ .iconedCheckbox__icon-favorite {
  fill: #ca292c;
  stroke: #ca292c;
}
.iconedCheckbox__icon {
  width: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.iconedCheckbox__icon-favorite {
  fill: #fff;
  stroke: #222;
}
.iconedCheckbox__icon-follow {
  fill: #222;
}
.iconedCheckbox__icon-compare {
  fill: #222;
}
.iconedCheckbox__icon-cart {
  stroke: #fff;
  fill: #ca292c;
}
.iconedCheckbox__icon-checkmark {
  width: 12px;
  height: 12px;
  position: absolute;
  background: #2a712d;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: absolute;
  top: 6px;
  right: 6px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
}
@media screen and (max-width: 1439px) {
  .iconedCheckbox__icon-checkmark {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .iconedCheckbox__icon-checkmark {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 639px) {
  .iconedCheckbox__icon-checkmark {
    width: 8px;
    height: 8px;
    top: 3px;
    right: 3px;
  }
}
.iconedCheckbox__icon-checkmark-active {
  opacity: 1;
}
.iconedCheckbox__icon-checkmark > svg {
  width: 8px;
}

.product-card {
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  position: relative;
  width: 288px;
  display: block;
}
@media screen and (max-width: 1919px) {
  .product-card {
    width: 224px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card {
    width: 288px;
  }
}
@media screen and (max-width: 639px) {
  .product-card {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .product-card__wrap {
    width: 100%;
  }
}
.product-card .carousel {
  overflow: hidden;
}
.product-card-with-shadow:hover {
  z-index: 2;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
.product-card__fake {
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
}
.product-card__fake:hover {
  z-index: 2;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
.product-card__image {
  padding: 0 2px;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .product-card__image {
    height: 192px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__image {
    height: 240px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__image {
    height: 116px;
  }
}
.product-card__image.list {
  max-width: 192px;
  max-height: 192px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .product-card__image.list {
    max-width: 116px;
    max-height: 116px;
  }
}
.product-card__arrow {
  position: absolute;
  top: 50%;
  border: none;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  opacity: 0;
  pointer-events: none;
  padding: 0;
}
.product-card__arrow:hover>svg {
  fill: #999;
}
.product-card__arrow-show {
  opacity: 1;
  pointer-events: initial;
}
.product-card__arrow>svg {
  fill: #eaeaea;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.product-card__arrow-left {
  left: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-card__arrow-right {
  right: 4px;
}
.product-card__price {
  padding: 15px 0 18px;
  border-top: 1px solid #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 22px 20px 0;
}
@media screen and (max-width: 1439px) {
  .product-card__price {
    margin: 0 16px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__price {
    margin: 0 20px;
    margin-bottom: 28px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__price {
    margin: 0 12px;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.product-card__price.list {
  border-top: 0;
  width: 20%;
  margin: 0 20px 0;
  margin-top: unset;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .product-card__price.list {
    margin: 0;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    margin-left: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__price.list {
    padding-top: 0;
    margin-left: 10px;
  }
}
.product-card__market-price {
  position: relative;
  font-size: 22px;
}
@media screen and (max-width: 1439px) {
  .product-card__market-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__market-price {
    font-size: 22px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__market-price {
    font-size: 16px;
  }
}
.product-card__market-price-old {
  margin-right: 11px;
  font-size: 16px;
}
@media screen and (max-width: 1439px) {
  .product-card__market-price-old {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__market-price-old {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__market-price-old {
    margin-right: 0;
    font-size: 14px;
  }
}
.product-card__market-price-old::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #222;
}
.product-card__discount-price {
  font-size: 20px;
  color: #ca292c;
}
@media screen and (max-width: 1919px) {
  .product-card__discount-price {
    font-size: 17px;
  }
}
@media screen and (max-width: 1439px) {
  .product-card__discount-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__discount-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__discount-price {
    font-size: 16px;
    margin-top: 4px;
  }
}
.product-card__discount-price-hide {
  display: none;
  pointer-events: none;
}
.product-card__saled-price {
  font-size: 20px;
  line-height: 26px;
  color: #999;
}
@media screen and (max-width: 1439px) {
  .product-card__saled-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__saled-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__saled-price {
    font-size: 16px;
  }
}
.product-card__saled-text {
  margin-bottom: 8px;
  line-height: 22px;
  font-family: 'FuturaDemi', sans-serif;
}
@media screen and (max-width: 1439px) {
  .product-card__saled-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__saled-text {
    font-size: 14px;
  }
}
.product-card__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-top: 28px;
  margin-bottom: 2px;
}
.product-card__buttons>button {
  font-family: 'FuturaBook', sans-serif;
}
@media screen and (max-width: 1919px) {
  .product-card__buttons-review {
    margin-top: 0;
  }
}
.product-card__buttons-review>button {
  height: 36px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .product-card__buttons-review>button {
    font-size: 14px;
    height: 28px;
  }
}
.product-card__buttons-favorites {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 0;
  opacity: 0;
  margin: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 0 20px 10px;
}
@media screen and (max-width: 639px) {
  .product-card__buttons-favorites {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
.product-card__buttons_hover.product-card__buttons-favorites {
  margin-top: 28px;
  padding-bottom: 30px;
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .product-card__buttons_hover.product-card__buttons-favorites {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1439px) {
  .product-card__buttons-default {
    margin-top: 0;
  }
}
@media screen and (max-width: 1439px) {
  .product-card__buttons-default>button:last-child {
    padding: 1px 6px;
    width: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__buttons-default>button:last-child {
    width: 104px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__buttons-default>button:last-child {
    display: none;
  }
}
@media screen and (max-width: 1439px) {
  .product-card__buttons-favorites>.main-button,
  .product-card__buttons-default>.main-button {
    padding: 8px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__buttons-favorites>.main-button,
  .product-card__buttons-default>.main-button {
    padding: 7.5px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__buttons-favorites>.main-button,
  .product-card__buttons-default>.main-button {
    font-size: 14px;
    width: 100%;
    padding: 7.5px 20px;
  }
  .product-card__buttons-favorites>.main-button>svg,
  .product-card__buttons-default>.main-button>svg {
    width: 16px;
    height: 16px;
  }
  .product-card__buttons-favorites>.main-button> .main-button__text,
  .product-card__buttons-default>.main-button> .main-button__text {
    margin-left: 4px;
  }
}
.product-card__banners {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: 1;
  pointer-events: none;
  position: absolute;
}
.product-card__banners>li {
  margin-left: 10px;
}
@media screen and (max-width: 639px) {
  .product-card__banners>li {
    margin-left: 5px;
  }
}
.product-card__checkboxes {
  position: absolute;
  bottom: 12px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
@media screen and (max-width: 1439px) {
  .product-card__checkboxes {
    right: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__checkboxes {
    right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__checkboxes {
    right: 5px;
  }
}
.product-card__checkboxes-show {
  opacity: 1;
  pointer-events: initial;
}
.product-card__checkboxes>label:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 639px) {
  .product-card__checkboxes>label:not(:last-child) {
    margin-right: 5px;
  }
}
.product-card__remove {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .product-card__remove {
    right: 5px;
    top: 5px;
  }
}
.product-card__remove:hover {
  fill: #ca292c;
}
.product-card__remove>svg {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 639px) {
  .product-card__remove>svg {
    width: 10px;
    height: 10px;
  }
}
.product-card__quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 639px) {
  .product-card__quantity {
    margin-bottom: 12px;
  }
}
.product-card__quantity-value {
  font-size: 20px;
  min-height: 28px;
  min-width: 28px;
  border: 1px solid #222;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  margin: 0px 16px;
}
@media screen and (max-width: 1439px) {
  .product-card__quantity-value {
    margin: 0px 8px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__quantity-value {
    margin: 0px 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__quantity-value {
    min-height: 20px;
    min-width: 20px;
    font-size: 16px;
  }
}
.product-card__quantity-control {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  padding: 0;
}
.product-card__quantity-control:hover {
  fill: #ca292c;
}
.product-card__quantity-control>svg {
  width: 16px;
  height: 16px;
}
.product-card__sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .product-card__sizes {
    display: none;
  }
}
.product-card__sizes-link {
  border: 1px solid #222;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 28px;
  padding: 0 4px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0px 4px;
}
.product-card__sizes-link-active,
.product-card__sizes-link:hover {
  border-color: #ca292c;
  color: #ca292c;
}
.product-card__info_list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .product-card__info_list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
}
.product-card__info__content {
  margin-bottom: auto;
  cursor: pointer;
  margin-top: 10px;
}
.product-card__info__content>* {
  padding: 0 20px;
}
@media screen and (max-width: 1439px) {
  .product-card__info__content>* {
    padding: 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__content>* {
    padding: 0 20px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__content>* {
    padding: 0 12px;
  }
}
.product-card__info__fake {
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-card__info__fake {
    height: 100%;
  }
}
.product-card__info__fake:hover {
  z-index: 2;
  box-shadow: 0px 12px 15px rgba(0,0,0,0.25);
}
.product-card__info__name {
  margin-top: 24px;
  margin-bottom: 16px;
  line-height: 22px;
  height: 68px;
  overflow: hidden;
}
@media screen and (max-width: 1919px) {
  .product-card__info__name {
    height: 62px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__name {
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 22px;
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__name {
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    height: 55px;
  }
}
.product-card__info__name.list {
  height: unset;
}
.product-card__info__model {
  margin-bottom: 4px;
  line-height: 13px;
  height: 26px;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .product-card__info__model {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__model {
    font-size: 16px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__model {
    font-size: 12px;
  }
}
.product-card__info__details {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px 10px;
  background: #fff;
  display: none;
}
@media screen and (max-width: 1439px) {
  .product-card__info__details {
    padding: 0 16px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__details {
    display: none;
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__details {
    padding: 0 12px 10px;
  }
}
.product-card__info__details-item {
  color: #999;
  margin: 2px 0;
}
@media screen and (max-width: 1439px) {
  .product-card__info__details-item {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__info__details-item {
    font-size: 14px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 639px) {
  .product-card__info__details-item {
    font-size: 12px;
    margin-top: 4px;
  }
}
.product-card__info__details-item__name,
.product-card__info__details-item__value {
  display: inline-block;
}
.product-card__info__details-item__name {
  margin-right: 2px;
}
.product-card__info__details_hover {
  display: block;
}
.product-card__info__details.list {
  max-height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .product-card__info__details.list {
    display: none;
  }
}
.product-card__info__sizes {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .product-card__info__sizes {
    display: none;
  }
}
.product-card__info__sizes-link {
  border: 1px solid #222;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  height: 28px;
  padding: 0 4px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  margin: 0px 4px;
}
.product-card__info__sizes-link-active,
.product-card__info__sizes-link:hover {
  border-color: #ca292c;
  color: #ca292c;
}
.product-card__info.list {
  width: 80%;
}
@media screen and (max-width: 1023px) {
  .product-card__info.list {
    width: 100%;
  }
}
.absent {
  opacity: 0.4;
}

.cart-success-modal-link {
  position: relative;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cart-success-modal-link:hover {
  color: #ca292c;
}
.cart-success-modal-link:hover:after {
  border-color: #ca292c;
}
.cart-success-modal-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1.6px dotted #222;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.category__content-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 62px 1fr 62px 1fr 62px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 65px;
  grid-column-gap: 62px;
  justify-items: center;
}
.category__content-list>.category-card {
  width: 100%;
}
@media screen and (max-width: 1919px) {
  .category__content-list {
    grid-row-gap: 50px;
    grid-column-gap: 37.33px;
  }
}
@media screen and (max-width: 1439px) {
  .category__content-list {
    grid-row-gap: 24px;
    grid-column-gap: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .category__content-list {
    -ms-grid-columns: 1fr 7px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 36px;
    grid-column-gap: 7px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 639px) {
  .category__content-list {
    grid-row-gap: 22px;
    grid-column-gap: 15px;
  }
}
.category__content-title {
  margin-bottom: 19px;
  font-family: 'FuturaBook', sans-serif;
}
@media screen and (max-width: 1439px) {
  .category__content-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .category__content-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 639px) {
  .category__content-title {
    font-size: 24px;
  }
}
.category__content-text-box {
  margin-bottom: 26px;
}
@media screen and (max-width: 1919px) {
  .category__content-text-box {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 1439px) {
  .category__content-text-box {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .category__content-text-box {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 639px) {
  .category__content-text-box {
    margin-bottom: 16px;
  }
}
.category__content-text-box:last-child {
  margin-bottom: 0;
}
.category__content-text-box h3 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (max-width: 1439px) {
  .category__content-text-box h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1023px) {
  .category__content-text-box h3 {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1919px) {
  .category__content-text-box p {
    font-size: 14px;
    line-height: 18px;
  }
}
.category__seo {
  padding-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .category__seo {
    grid-column-gap: 31px;
    padding-top: 60px;
  }
}
.category__seo-catalog {
  background: #f3f3f3;
  padding-top: 80px;
}
@media screen and (max-width: 1023px) {
  .category__seo-catalog {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .category__seo-catalog {
    padding-bottom: 60px;
  }
}
.category__seo-tags {
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .category__seo-tags {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 639px) {
  .category__seo-tags {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.category__seo .mce-content {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  overflow: hidden;
  max-height: 270px;
}
.category__seo-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  margin-top: 10px;
}

.filters-title-wrap-right-inner .dropdown {
  -webkit-box-flex: 0.5;
  -webkit-flex-grow: 0.5;
          flex-grow: 0.5;
}
.filters-title-wrap-right-inner h2 {
  -webkit-box-flex: 0.5;
  -webkit-flex-grow: 0.5;
          flex-grow: 0.5;
  text-align: right;
}
.filters-title-wrap-right-inner .dropdown__label::after {
  content: none;
}
@media screen and (max-width: 639px) {
  .container.list {
    max-width: unset;
  }
}
.catalog .filter-news-item {
  margin-bottom: 10px;
}
.catalog__content {
  background: -webkit-linear-gradient(top, #fff, #f3f3f3 250px, #f3f3f3);
  background: linear-gradient(180deg, #fff, #f3f3f3 250px, #f3f3f3);
}
.catalog__content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .catalog__content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
}
.catalog__content .filter-news {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .catalog__content .filter-news {
    display: none;
  }
}
@media screen and (max-width: 639px) {
  .catalog__content .filter-news {
    text-align: center;
  }
}
.catalog__content .filter-news-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 36px;
  text-align: left;
  padding-left: 20px;
}
.catalog__content .filter-news-items {
  display: inline-block;
}
.catalog__content .filter-news-item {
  margin-top: 28px;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .catalog__content .filter-news-item {
    width: 264px;
  }
}
.catalog__content .filter-news-item:first-child {
  margin-top: 0;
}
.catalog__products {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
  margin-bottom: 80px;
}
@media screen and (max-width: 639px) {
  .catalog__products {
    padding: 16px;
  }
  .catalog__products.list {
    padding: 0;
  }
}
.catalog__products-sort-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  margin-left: auto;
}
.catalog__products-sort-wrap > p {
  margin-right: 10px;
}
.catalog__products-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 44px;
}
@media screen and (max-width: 639px) {
  .catalog__products-header {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.catalog__products-header .dropdown {
  width: 212px;
}
@media screen and (max-width: 639px) {
  .catalog__products-header .dropdown {
    padding-bottom: 15px;
  }
}
.catalog__products-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.catalog__products-show-more {
  margin-bottom: 40px;
}
.catalog__products__titles-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-bottom: 5px;
}
.catalog__list {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1919px) {
  .catalog__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1439px) {
  .catalog__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1023px) {
  .catalog__list {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
  }
}
@media screen and (max-width: 639px) {
  .catalog__list {
    grid-column-gap: 8px;
  }
}
.catalog__list .product-card__details-item:last-child {
  margin-bottom: 23px;
}
.catalog__list .product-card__price {
  margin-top: auto;
}
.catalog__list .product-card__price.list {
  margin-top: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.catalog__list .product-card.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: auto;
  margin-bottom: 15px;
}
.catalog__list .product-card.list__price.list {
  margin-top: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.catalog__list__banner {
  grid-column: 1/-1;
  width: 100%;
  height: 374.5px;
}
@media screen and (max-width: 1919px) {
  .catalog__list__banner {
    height: 260.5px;
  }
}
@media screen and (max-width: 1439px) {
  .catalog__list__banner {
    height: 232px;
  }
}
@media screen and (max-width: 1023px) {
  .catalog__list__banner {
    height: 232px;
  }
}
.catalog__list__banner .horizontal-banner__btn {
  margin-bottom: 68px;
  margin-right: 92px;
}
@media screen and (max-width: 1919px) {
  .catalog__list__banner .horizontal-banner__btn {
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 1023px) {
  .catalog__list__banner .horizontal-banner__btn {
    margin-bottom: 32px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 1023px) {
  .catalog__list__banner .horizontal-banner__btn {
    margin-bottom: 32px;
    margin-right: 36px;
  }
}
@media screen and (max-width: 639px) {
  .catalog__list__banner .horizontal-banner__btn {
    margin-right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    margin-bottom: 47px;
  }
}
@media screen and (max-width: 1919px) {
  .catalog__list__banner .horizontal-banner__inscription {
    width: 100%;
    height: 55%;
    top: 40%;
  }
}
@media screen and (max-width: 1439px) {
  .catalog__list__banner .horizontal-banner__inscription {
    width: 95%;
    height: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .catalog__list__banner .horizontal-banner__inscription {
    width: 100%;
    height: 60%;
    top: 50%;
  }
}
@media screen and (max-width: 639px) {
  .catalog__list__banner .horizontal-banner__inscription {
    width: 100%;
    height: 60%;
    top: 40%;
  }
}
.catalog__list.list {
  display: block;
}
.catalog__aside {
  width: 288px;
  margin-right: 31px;
}
@media screen and (max-width: 1439px) {
  .catalog__aside {
    width: 224px;
    margin-right: 28px;
  }
}
@media screen and (max-width: 1023px) {
  .catalog__aside {
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .catalog__aside {
    width: 100%;
    margin-right: 0;
    background: #fff;
  }
}
.catalog__aside__shares {
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .catalog__aside__shares {
    display: none;
  }
}
.catalog__aside__shares-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .catalog__aside__shares-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.catalog__aside__shares-inner {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1439px) {
  .catalog__aside__shares-inner {
    font-size: 16px;
    line-height: 20px;
  }
}
.catalog__aside__shares span {
  width: 80%;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1439px) {
  .catalog__aside__shares span {
    font-size: 16px;
    line-height: 20px;
  }
}
.catalog__aside__shares_icon {
  position: absolute;
  cursor: pointer;
}
.catalog__aside__shares_icon-chevron {
  right: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  fill: #999;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 12px;
}
.catalog__aside__shares_icon-chevron:hover {
  fill: #ca292c;
}
.catalog__aside__shares_icon-chevron_active {
  fill: #ca292c;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.catalog__aside__shares-item {
  display: none;
}
.catalog__aside__shares-item_active {
  display: block;
}
.catalog__aside__banner {
  width: 288px;
  height: 576px;
}
@media screen and (max-width: 1439px) {
  .catalog__aside__banner {
    width: 224px;
    height: 448px;
  }
}
@media screen and (max-width: 1023px) {
  .catalog__aside__banner {
    display: none;
  }
}
.catalog-view-box {
  width: 60px;
  margin-left: 5px;
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.active {
  fill: #a61113;
}
.catalog-view-box__list-icon:hover {
  fill: #a61113;
}
.catalog-view-box__grid-icon:hover {
  fill: #a61113;
}

