.product-info_button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.product-info_button:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .product-info_button {
    cursor: pointer;
  }
}
.product-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4b4e51;
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-info__title {
  color: #a0a2a3;
}
.product-info__icon {
  flex: none;
  font-size: 0;
  width: 12px;
  height: 16px;
  fill: #a0a2a3;
  transition: 0.3s;
}
@media (hover: hover) {
  .product-info:hover .product-info__icon {
    fill: #f60;
  }
}
.product-info__link {
  color: #4b4e51;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s;
}
@media (hover: hover) {
  .product-info__link {
    cursor: pointer;
  }
  .product-info__link:hover {
    color: #f60;
  }
}
.button-action-icon {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button-action-icon:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button-action-icon {
    cursor: pointer;
  }
}
.button-action-icon {
  border-radius: 12px;
  width: 34px;
  height: 34px;
  box-shadow: inset 0 0 24px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 3px 16px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
  z-index: 10;
  fill: #4b4e51;
  stroke: #4b4e51;
  padding: 9px;
  transition: 0.3s;
}
@media only screen and (min-width: 900px) {
  .button-action-icon {
    backdrop-filter: blur(4px);
  }
}
.button-action-icon_white {
  fill: #fff;
  stroke: #fff;
}
@media (hover: hover) {
  .button-action-icon {
    cursor: pointer;
  }
  .button-action-icon:hover {
    fill: #fff;
    stroke: #fff;
    background: #fb9031;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1440px) {
  .button-action-icon {
    border-radius: 14px;
    width: 44px;
    height: 44px;
    padding: 13px;
  }
}
@media (hover: hover) {
  .select-dropdown__el {
    cursor: pointer;
  }
}
.select-dropdown {
  position: absolute;
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 8px;
  padding: 15px;
  width: 100%;
  z-index: 50;
  display: none;
}
@media only screen and (min-width: 900px) {
  .select-dropdown {
    background: hsla(0, 0%, 100%, 0.9);
    backdrop-filter: blur(6px);
  }
}
@media only screen and (min-width: 1440px) {
  .select-dropdown {
    padding: 30px;
  }
}
.select-dropdown__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #4b4e51;
}
.select-dropdown__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #4b4e51;
  margin-top: 8px;
}
.select-dropdown__el {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.1;
  color: #4b4e51;
  transition: 0.3s;
}
@media only screen and (min-width: 1180px) {
  .select-dropdown__el {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .select-dropdown__el {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media (hover: hover) {
  .select-dropdown__el {
    cursor: pointer;
  }
  .select-dropdown__el:hover {
    color: #f60;
  }
}
.select-dropdown__el:last-child {
  margin-bottom: 0;
}
.select-dropdown__el_active {
  color: #f60;
}
.modal-share {
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.6);
  border-radius: 14px;
  position: absolute;
  z-index: 30;
  display: none;
  padding: 10px;
}
@media only screen and (min-width: 600px) {
  .modal-share {
    padding: 13px 20px;
  }
}
@media only screen and (min-width: 900px) {
  .modal-share {
    backdrop-filter: blur(8px);
  }
}
.modal-share__content {
  display: flex;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .modal-share__content {
    gap: 20px;
  }
}
.modal-share__el {
  font-size: 0;
  display: block;
  flex: none;
}
.modal-share__el-img {
  display: block;
  user-select: none;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 600px) {
  .modal-share__el-img {
    width: 40px;
    height: 40px;
  }
}
.tag-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 7px;
  padding: 4px 6px;
  background: #f60;
}
@media only screen and (min-width: 600px) {
  .tag-2 {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .tag-2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 900px) {
  .tag-2 {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1440px) {
  .tag-2 {
    font-size: 12px;
    padding: 4px 8px;
  }
}
@media only screen and (min-width: 600px) {
  .tag-2_2 {
    font-size: 13px;
    padding: 4px 8px;
  }
}
.tag-2_green {
  background: #00b33c;
}
.tag-2_blue {
  background: #2045bd;
}
.stats-el {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.stats-el:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .stats-el_button {
    cursor: pointer;
  }
}
.stats-el {
  display: inline-flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  gap: 4px;
}
@media only screen and (min-width: 600px) {
  .stats-el {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .stats-el {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .stats-el {
    font-size: 13px;
    gap: 6px;
  }
}
.stats-el_black {
  color: #4b4e51;
}
@media only screen and (min-width: 600px) {
  .stats-el_2 {
    gap: 6px;
    font-size: 13px;
  }
}
.stats-el_3 {
  font-size: 13px;
  gap: 6px;
}
.stats-el__text {
  display: block;
}
.stats-el__icon {
  font-size: 0;
  width: 14px;
  height: 14px;
  fill: #fff;
  stroke: #fff;
  transition: 0.3s;
}
@media (hover: hover) {
  .stats-el_button:hover .stats-el__icon {
    fill: #ff8838;
    stroke: #ff8838;
  }
}
@media only screen and (min-width: 1440px) {
  .stats-el__icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .stats-el__icon_2 {
    width: 20px;
    height: 20px;
  }
}
.stats-el__icon_3 {
  width: 20px;
  height: 20px;
}
.stats-el__icon_black {
  fill: #4b4e51;
  stroke: #4b4e51;
}
.stats-el__icon_active {
  fill: #ff8838;
  stroke: #ff8838;
}
.sort-button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.sort-button:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .sort-button {
    cursor: pointer;
  }
}
.sort-button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #9c9e9f;
  transition: 0.3s;
  border-radius: 8px;
  padding: 6px 8px;
  transition: 0.3s;
}
@media (hover: hover) {
  .sort-button {
    cursor: pointer;
  }
  .sort-button:hover {
    color: #4b4e51;
  }
}
@media only screen and (min-width: 1180px) {
  .sort-button {
    font-size: 13px;
    padding: 8px 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .sort-button {
    font-size: 15px;
    padding: 8px 14px;
  }
}
.sort-button_active {
  background: #ededed;
  color: #4b4e51;
}
.title-page {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: #4b4e51;
}
@media only screen and (min-width: 768px) {
  .title-page {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1180px) {
  .title-page {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .title-page {
    font-size: 34px;
  }
}
@media (hover: hover) {
  .checkbox {
    cursor: pointer;
  }
}
.checkbox {
  flex: none;
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
  font-size: 0;
  user-select: none;
}
.checkbox__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #cad1d8;
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.checkbox__input:checked + .checkbox__content {
  background: #4b4e51;
  border-color: #4b4e51;
}
.checkbox__icon {
  font-size: 0;
  display: block;
  stroke: #fff;
  width: 100%;
  height: 100%;
  padding: 1.5px;
  opacity: 0;
}
.checkbox__input:checked + .checkbox__content .checkbox__icon {
  opacity: 1;
}
.checkbox__input {
  display: none;
}
@media (hover: hover) {
  .checkbox-el {
    cursor: pointer;
  }
}
.checkbox-el {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (min-width: 1440px) {
  .checkbox-el {
    gap: 10px;
  }
}
.checkbox-el__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #4b4e51;
  transition: 0.3s;
  text-transform: none;
}
@media (hover: hover) {
  .checkbox-el_hover:hover .checkbox-el__text {
    color: #f60;
  }
}
@media only screen and (min-width: 900px) {
  .checkbox-el__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .checkbox-el__text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .checkbox-el__text {
    font-size: 14px;
  }
}
.checkbox-el__text_size_2 {
  font-size: 12px;
  line-height: 1.4;
}
.checkbox-el__link {
  color: #4b4e51;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: 0.3s;
}
@media (hover: hover) {
  .checkbox-el_hover:hover .checkbox-el__link {
    color: #f60;
  }
}
.checkbox-el__text_2 {
  font-size: 11px;
  line-height: 1.4;
}
@media only screen and (min-width: 1180px) {
  .checkbox-el__text_2 {
    font-size: 12px;
  }
}
.basket-product__remove {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.basket-product__remove:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .basket-product__remove {
    cursor: pointer;
  }
}
.basket-product {
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
  border-radius: 14px;
  padding: 16px 16px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .basket-product {
    gap: 16px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product {
    padding: 20px 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product {
    padding: 20px 30px;
    padding-bottom: 33px;
    gap: 30px;
  }
}
.basket-product_removed {
  background: rgba(241, 28, 57, 0.1);
  box-shadow: none;
}
@media only screen and (min-width: 1440px) {
  .basket-product_removed {
    padding-bottom: 20px;
  }
}
.basket-product__media {
  flex: none;
  width: 31%;
  padding-bottom: 26px;
}
@media only screen and (min-width: 768px) {
  .basket-product__media {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 21%;
  }
}
@media only screen and (min-width: 900px) {
  .basket-product__media {
    width: 22.5%;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__media {
    width: 18%;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__media {
    gap: 24px;
    width: 13%;
  }
}
.basket-product__media_removed {
  display: none;
}
@media only screen and (min-width: 768px) {
  .basket-product__media_removed {
    display: block;
  }
}
.basket-product__img {
  border-radius: 14px;
  display: block;
  width: 100%;
  aspect-ratio: 1.3;
}
.basket-product__content {
  flex: 1;
  width: 100px;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) {
  .basket-product__content {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    gap: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__content {
    margin-top: 4px;
  }
}
.basket-product__content_removed {
  margin: 0;
}
.basket-product__checkbox {
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 10;
  flex: none;
}
@media only screen and (min-width: 768px) {
  .basket-product__checkbox {
    position: relative;
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .basket-product__info {
    width: 51%;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__info {
    width: 56%;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__info {
    width: 66%;
  }
}
.basket-product__art {
  font-size: 10px;
  gap: 3px;
  align-items: flex-end;
}
@media only screen and (min-width: 600px) {
  .basket-product__art {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__art {
    font-size: 12px;
  }
}
.basket-product__art-icon {
  margin-left: 2px;
}
.basket-product__removed {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.6;
  color: #f63751;
}
@media only screen and (min-width: 1180px) {
  .basket-product__removed {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__removed {
    font-size: 15px;
  }
}
.basket-product__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.6;
  color: #4b4e51;
  margin-top: 5px;
}
@media only screen and (min-width: 900px) {
  .basket-product__title {
    margin-top: 8px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__title {
    font-size: 15px;
  }
}
.basket-product__delivery {
  font-size: 10px;
  gap: 3px;
  margin-top: 7px;
}
@media only screen and (min-width: 600px) {
  .basket-product__delivery {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__delivery {
    font-size: 12px;
  }
}
.basket-product__count {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .basket-product__count {
    display: block;
    margin-top: 0;
    flex: none;
    width: 61px;
    margin-top: 22px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__count {
    width: 67px;
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__count {
    width: 70px;
    margin-left: 26px;
  }
}
.basket-product__count-form {
  width: 63px;
}
@media only screen and (min-width: 768px) {
  .basket-product__count-form {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) {
  .basket-product__count-form-input {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__count-form-input {
    font-size: 15px;
  }
}
.basket-product__count-info {
  font-size: 10px;
  gap: 3px;
}
@media only screen and (min-width: 768px) {
  .basket-product__count-info {
    flex-direction: column;
    margin-top: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__count-info {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__count-info {
    margin-top: 15px;
  }
}
.basket-product__price {
  margin-top: 10px;
  gap: 8px 7px;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .basket-product__price {
    flex-wrap: wrap;
    margin: 0;
    flex: 1;
    width: 100px;
    gap: 12px 7px;
    margin-top: 22px;
    justify-content: flex-end;
    text-align: right;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__price {
    margin-left: 0;
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__price {
    margin-left: auto;
    margin-top: 25px;
    margin-right: 20px;
    min-width: 130px;
  }
}
.basket-product__price-val {
  font-size: 14px;
}
@media only screen and (min-width: 600px) {
  .basket-product__price-val {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .basket-product__price-val {
    width: 100%;
    order: 1;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__price-val {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__price-val {
    font-size: 20px;
  }
}
.basket-product__price-old {
  font-size: 11px;
}
@media only screen and (min-width: 600px) {
  .basket-product__price-old {
    font-size: 12px;
    order: 3;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__price-old {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__price-old {
    font-size: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .basket-product__price-sale {
    font-size: 11px;
    order: 2;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__price-sale {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__price-sale {
    font-size: 13px;
  }
}
.basket-product__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .basket-product__actions {
    position: relative;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-self: flex-start;
    gap: 17px;
    margin-top: 2px;
  }
}
@media only screen and (min-width: 1180px) {
  .basket-product__actions {
    flex-direction: row-reverse;
    margin-top: 0;
    gap: 20px;
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1440px) {
  .basket-product__actions {
    gap: 40px;
    margin-top: 25px;
  }
}
.basket-product__remove {
  width: 16px;
  height: 16px;
  padding: 2px;
  fill: #4b4e51;
  stroke: #4b4e51;
  transition: 0.3s;
}
@media (hover: hover) {
  .basket-product__remove {
    cursor: pointer;
  }
  .basket-product__remove:hover {
    fill: #f60;
    stroke: #f60;
  }
}
@media only screen and (min-width: 600px) {
  .basket-product__remove {
    width: 18px;
    height: 18px;
  }
}
.basket-product__favorite {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 600px) {
  .basket-product__favorite {
    width: 18px;
    height: 18px;
  }
}
.basket-product__recover {
  margin-top: 2px;
  gap: 10px;
}
@media (hover: hover) {
  .switcher__el {
    cursor: pointer;
  }
}
@media only screen and (min-width: 768px) {
  .switcher {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -8px;
    margin-right: -8px;
    gap: 10px 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1180px) {
  .switcher {
    margin-left: -10px;
    margin-right: -10px;
    gap: 20px 0;
  }
}
.switcher__el {
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .switcher__el {
    padding: 0 8px;
    width: 33.33333%;
    margin: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .switcher__el {
    padding: 0 10px;
  }
}
.switcher__el:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .switcher__el_2 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__el_2 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .switcher__el_3 {
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__el_3 {
    width: 50%;
  }
}
.switcher__input {
  display: none;
}
.switcher__icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
@media only screen and (min-width: 1180px) {
  .switcher__icons {
    gap: 20px;
  }
}
.switcher__content {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 768px) {
  .switcher__content {
    min-height: 48px;
    padding: 5px 15px;
    border: 1px solid #d5dde3;
    border-radius: 14px;
    background: #fff;
  }
  .switcher__input:checked + .switcher__content {
    background: rgba(254, 220, 197, 0.3);
    border-color: #fb9031;
  }
}
@media only screen and (min-width: 1180px) {
  .switcher__content {
    min-height: 56px;
    padding: 5px 18px;
    gap: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__content {
    min-height: 66px;
  }
}
.switcher__content_2 {
  border: 1px solid #d5dde3;
  border-radius: 14px;
  min-height: 48px;
  padding: 5px 15px;
  overflow: hidden;
  transition: 0.3s;
}
.switcher__input:checked + .switcher__content_2 {
  background: rgba(254, 220, 197, 0.3);
  border-color: #fb9031;
}
@media only screen and (min-width: 1180px) {
  .switcher__content_2 {
    min-height: 66px;
    padding: 5px 18px;
    gap: 16px;
  }
}
.switcher__content_padding {
  padding: 5px 20px;
  gap: 14px;
}
@media only screen and (min-width: 1180px) {
  .switcher__content_padding {
    min-height: 54px;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__content_padding {
    min-height: 65px;
  }
}
.switcher__icon {
  margin-left: auto;
}
@media only screen and (min-width: 1180px) {
  .switcher__icon {
    height: 16px;
    width: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .switcher__icon_sbp {
    height: 42px;
    width: auto;
  }
}
@media only screen and (min-width: 1180px) {
  .switcher__icon_invoice {
    height: 40px;
  }
}
.switcher__circle {
  flex: none;
  border: 1px solid #cad1d8;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  padding: 2px;
  display: flex;
  transition: 0.3s;
}
.switcher__input:checked + .switcher__content .switcher__circle {
  border-color: #fb9031;
}
.switcher__circle-point {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: #fb9031;
  opacity: 0;
  transition: 0.3s;
}
.switcher__input:checked + .switcher__content .switcher__circle-point {
  opacity: 1;
}
.switcher__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.2;
  display: block;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .switcher__text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__text {
    font-size: 15px;
  }
}
.switcher__hint {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media only screen and (min-width: 600px) {
  .switcher__hint {
    max-width: 400px;
  }
}
.switcher__hint-icon {
  flex: none;
  font-size: 0;
  width: 16px;
  height: 16px;
  stroke: #9c9e9f;
  fill: #9c9e9f;
}
.switcher__hint-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  color: #9c9e9f;
}
@media only screen and (min-width: 1180px) {
  .switcher__hint-text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .switcher__hint-text {
    font-size: 14px;
  }
}
.modal-dropdown__button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.modal-dropdown__button:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .modal-dropdown__button {
    cursor: pointer;
  }
}
.modal-dropdown {
  position: absolute;
  z-index: 100;
  box-shadow: inset 0 0 40px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 8px;
  padding: 16px;
  width: 116px;
  display: none;
}
.modal-dropdown_width {
  width: 150px;
}
@media only screen and (min-width: 900px) {
  .modal-dropdown {
    background: hsla(0, 0%, 100%, 0.9);
    width: 250px;
    padding: 25px 25px;
    border-radius: 14px;
    backdrop-filter: blur(3px);
  }
}
.modal-dropdown_actions {
  width: 209px;
}
@media only screen and (min-width: 900px) {
  .modal-dropdown_actions {
    width: 223px;
    padding: 16px;
  }
}
@media only screen and (min-width: 1180px) {
  .modal-dropdown_actions {
    width: 283px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-dropdown_actions {
    width: 303px;
    padding: 30px;
  }
}
.modal-dropdown_info {
  width: 300px;
}
@media only screen and (min-width: 900px) {
  .modal-dropdown_info {
    padding: 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .modal-dropdown_info {
    padding: 30px;
    width: 320px;
  }
}
.modal-dropdown_checkbox {
  padding: 20px;
  width: 200px;
}
@media only screen and (min-width: 1440px) {
  .modal-dropdown_checkbox {
    width: 300px;
    padding: 30px;
  }
}
.modal-dropdown__el {
  margin-top: 14px;
}
@media only screen and (min-width: 900px) {
  .modal-dropdown__el {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .modal-dropdown__el {
    font-size: 13px;
    gap: 10px;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-dropdown__el {
    font-size: 14px;
  }
}
.modal-dropdown__el:first-child {
  margin-top: 0;
}
.modal-dropdown__button {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #4b4e51;
  display: block;
  line-height: 1.2;
  width: 100%;
  text-align: left;
  transition: 0.3s;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .modal-dropdown__button {
    margin-bottom: 16px;
    font-size: 15px;
  }
}
@media (hover: hover) {
  .modal-dropdown__button {
    cursor: pointer;
  }
  .modal-dropdown__button:hover {
    color: #f60;
  }
}
.modal-dropdown__button:last-child {
  margin-bottom: 0;
}
.modal-dropdown__button_medium {
  font-weight: 500;
}
.modal-dropdown__block {
  border-bottom: 1px solid #eef0f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 900px) {
  .modal-dropdown__block {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.modal-dropdown__block:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.modal-dropdown__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .modal-dropdown__text {
    font-size: 12px;
  }
}
.modal-dropdown__link {
  color: #f60;
  transition: 0.3s;
}
@media (hover: hover) {
  .modal-dropdown__link {
    cursor: pointer;
  }
  .modal-dropdown__link:hover {
    color: #fea66a;
  }
}
.modal-dropdown__button-full {
  margin-top: 10px;
  border-radius: 8px;
  font-size: 12px;
  gap: 12px;
  padding: 10px;
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  .modal-dropdown__button-full {
    margin-top: 14px;
    height: 44px;
  }
}
.modal-dropdown__button-full:first-child {
  margin-top: 0;
}
.article-card-2 {
  display: block;
  position: relative;
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .article-card-2 {
    aspect-ratio: unset;
    height: 296px;
  }
}
@media only screen and (min-width: 1180px) {
  .article-card-2 {
    height: 280px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-card-2 {
    height: 420px;
  }
}
.article-card-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31%;
  background: linear-gradient(0deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
  opacity: 0.5;
  z-index: 2;
}
.article-card-2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 31%;
  background: linear-gradient(180deg, rgba(37, 39, 43, 0) 0%, #25272b 100%);
  z-index: 2;
}
.article-card-2__button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  white-space: nowrap;
  padding: 13px 30px;
  opacity: 0;
}
@media (hover: hover) {
  .article-card-2:hover .article-card-2__button {
    opacity: 1;
  }
}
.article-card-2__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article-card-2__content {
  position: relative;
  z-index: 10;
  background: rgba(25, 25, 27, 0.3);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
}
@media (hover: hover) {
  .article-card-2:hover .article-card-2__content {
    backdrop-filter: blur(15px);
    background: rgba(255, 102, 0, 0.06);
  }
}
.article-card-2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}
.article-card-2__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 12px 12px;
}
@media only screen and (min-width: 600px) {
  .article-card-2__top {
    gap: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-card-2__top {
    padding: 20px 20px;
  }
}
.article-card-2__stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  margin-top: 2px;
  flex: 1;
}
@media only screen and (min-width: 600px) {
  .article-card-2__stats {
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .article-card-2__stats {
    gap: 7px;
  }
}
@media only screen and (min-width: 900px) {
  .article-card-2__stats {
    flex: none;
    width: 61%;
  }
}
@media only screen and (min-width: 1180px) {
  .article-card-2__stats {
    width: 57%;
  }
}
@media only screen and (min-width: 1440px) {
  .article-card-2__stats {
    gap: 10px;
    margin-top: 1px;
  }
}
.article-card-2__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(32, 35, 39, 0.5);
  border-radius: 3px;
  padding: 3px 4px;
}
@media only screen and (min-width: 1440px) {
  .article-card-2__date {
    padding: 4px 6px;
  }
}
.article-card-2__body {
  width: 100%;
  margin-top: auto;
  padding: 20px 20px;
}
@media only screen and (min-width: 1440px) {
  .article-card-2__body {
    padding: 29px 30px;
  }
}
.article-card-2__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
  margin-top: 9px;
}
@media only screen and (min-width: 1440px) {
  .article-card-2__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 900px) {
  .article-card-2__title_2 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-card-2__title_2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 900px) {
  .article-card-2__title_3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-card-2__title_3 {
    font-size: 26px;
  }
}
.navigation-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 900px) {
  .navigation-links {
    gap: 10px;
  }
}
.navigation-links__el {
  background: #f8f8f8;
  border-radius: 12px;
  width: 34px;
  height: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  color: #4b4e51;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  transition: 0.3s;
}
@media (hover: hover) {
  .navigation-links__el {
    cursor: pointer;
  }
  .navigation-links__el:hover {
    background: #ededed;
    color: #f60;
    box-shadow: none;
    font-weight: 500;
  }
}
@media only screen and (min-width: 1180px) {
  .navigation-links__el {
    border-radius: 14px;
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .navigation-links__el {
    font-size: 15px;
    border-radius: 14px;
    width: 42px;
    height: 42px;
  }
}
.navigation-links__el:nth-child(n + 6):not(:nth-child(n + 12)) {
  /* display: none; */
}
@media only screen and (min-width: 768px) {
  .navigation-links__el {
    display: flex !important;
  }
}
.navigation-links__gray {
  background: #fff;
}
.navigation-links__el_active {
  box-shadow: inset 0 0 28px 0 hsla(0, 0%, 100%, 0.8),
    inset 0 0 2px 0 hsla(0, 0%, 100%, 0.8), 0 4px 18px 0 rgba(25, 25, 27, 0.1);
  background: hsla(0, 0%, 100%, 0.03);
  color: #f60;
  font-weight: 600;
}
@media only screen and (min-width: 900px) {
  .navigation-links__el_active {
    backdrop-filter: blur(8px);
  }
}
.navigation-links__arr {
  stroke: #4b4e51;
  padding: 13px;
  padding-right: 15px;
}
@media (hover: hover) {
  .navigation-links:hover .navigation-links__arr {
    stroke: #f60;
  }
}
@media only screen and (min-width: 1180px) {
  .navigation-links__arr {
    padding: 15px;
    padding-right: 17px;
  }
}
.navigation-links__arr_next {
  rotate: 180deg;
}
.navigation-links__points {
  background: rgba(0, 0, 0, 0);
  width: auto;
  flex: none;
  width: 10px;
}
.sec-header__wrap {
  padding: 9px 0;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .sec-header__wrap {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-header__wrap {
    padding-top: 4px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-header__wrap {
    padding-top: 0;
  }
}
.sec-subscribe {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .sec-subscribe {
    overflow: visible;
  }
}
.sec-subscribe_payment {
  overflow: visible;
}
.sec-subscribe__wrap {
  padding: 39px 0;
  padding-top: 89px;
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__wrap {
    padding: 54px 0;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__wrap {
    padding: 92px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__wrap {
    padding-top: 134px;
    padding-bottom: 120px;
  }
}
.sec-subscribe__wrap_payment {
  padding-top: 16px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__wrap_payment {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__wrap_payment {
    padding-top: 30px;
  }
}
.sec-subscribe__wrap_catalog {
  padding-top: 98px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .sec-subscribe__wrap_catalog {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__wrap_catalog {
    padding-top: 107px;
    padding-bottom: 111px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__wrap_catalog {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__wrap_catalog {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.sec-subscribe__wrap_articles {
  padding-top: 100px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__wrap_articles {
    padding-top: 139px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__wrap_articles {
    padding-top: 172px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__wrap_articles {
    padding-top: 180px;
  }
}
.sec-subscribe__container_payment {
  padding: 0;
}
.sec-subscribe__content {
  position: relative;
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.03);
  background: #fff;
  border-radius: 20px;
  padding-bottom: 39px;
}
@media only screen and (min-width: 768px) {
  .sec-subscribe__content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 20px;
    padding: 0;
  }
}
.sec-subscribe__phone {
  position: relative;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  aspect-ratio: 0.847;
  top: -54px;
  margin-bottom: -53px;
  max-width: 400px;
}
@media only screen and (min-width: 768px) {
  .sec-subscribe__phone {
    margin-bottom: 0;
    top: 0;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__phone {
    margin-top: -8%;
    flex: none;
    width: 43%;
    max-width: none;
    margin-right: 3%;
    margin-bottom: -9%;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__phone {
    width: 44%;
    margin-top: -9%;
    margin-bottom: -10%;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__phone {
    width: 32%;
    margin-top: -6%;
    margin-bottom: -9%;
    margin-right: 10%;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__phone_payment {
    width: 47%;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__phone_payment {
    width: 46%;
    margin-right: 1%;
    margin-top: -8%;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__phone_payment {
    width: 37%;
    margin-top: -6%;
    margin-bottom: -8%;
    margin-right: 8%;
  }
}
.sec-subscribe__phone-shadow {
  position: absolute;
  z-index: 2;
  left: 22%;
  top: 30%;
  width: 73%;
}
.sec-subscribe__phone-img {
  position: absolute;
}
.sec-subscribe__phone-img_1 {
  top: 8%;
  left: 0;
  height: auto;
  width: 55%;
  z-index: 1;
}
.sec-subscribe__phone-img_2 {
  top: 0;
  right: 0;
  height: auto;
  width: 58%;
  z-index: 3;
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__phone-img_2 {
    top: 1%;
    right: 2%;
    width: 59%;
  }
}
.sec-subscribe__body {
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 0 30px;
}
@media only screen and (min-width: 768px) {
  .sec-subscribe__body {
    padding: 20px 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__body {
    padding: 20px 0;
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__body {
    padding-left: 63px;
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__body {
    max-width: 794px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__body_payment {
    flex: 1;
    width: 10px;
    padding: 30px 0;
    padding-left: 39px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__body_payment {
    padding-left: 49px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__body_payment {
    padding-left: 155px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__title_payment {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__title_payment {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__title_payment {
    font-size: 38px;
  }
}
.sec-subscribe__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  color: #4b4e51;
  opacity: 0.6;
  margin-top: 9px;
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__text {
    font-size: 16px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__text {
    font-size: 20px;
    margin-top: 10px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__text {
    font-size: 24px;
    padding-right: 0;
    max-width: 580px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__text_payment {
    font-size: 12px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__text_payment {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__text_payment {
    font-size: 20px;
  }
}
.sec-subscribe__bottom {
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__bottom {
    display: flex;
    align-items: flex-end;
    gap: 34px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__bottom {
    gap: 42px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__bottom {
    margin-top: 20px;
    gap: 47px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__bottom_payment {
    margin-top: 39px;
    gap: 19px;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__bottom_payment {
    gap: 34px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__bottom_payment {
    margin-top: 30px;
    gap: 47px;
    align-items: flex-end;
  }
}
.sec-subscribe__bottom-text {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4b4e51;
  opacity: 0.5;
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__bottom-text {
    display: block;
    line-height: 1.3;
    max-width: 325px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__bottom-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__bottom-text_payment {
    font-size: 11px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__bottom-text_payment {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__bottom-text_payment {
    font-size: 15px;
  }
}
.sec-subscribe__qr {
  display: none;
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__qr {
    display: block;
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__qr {
    width: 134px;
    height: 134px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__qr_payment {
    width: 92px;
    height: 92px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__qr_payment {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__qr_payment {
    width: 134px;
    height: 134px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__button {
    margin-bottom: 21px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__button {
    margin-bottom: 29px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-subscribe__button_payment {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-subscribe__button_payment {
    margin-bottom: 20px;
    width: 170px;
    height: 44px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-subscribe__button_payment {
    font-size: 15px;
    width: 180px;
    height: 48px;
    margin-bottom: 28px;
  }
}
