.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-favorite {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.button-favorite:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .button-favorite {
    cursor: pointer;
  }
}
.button-favorite {
  display: block;
  width: 22px;
  height: 22px;
  fill: rgba(0, 0, 0, 0);
  stroke: #4b4e51;
  transition: 0.1s;
  font-size: 0;
}
.button-favorite_active {
  stroke: #ff8838;
  fill: #ff8838;
}
.hint {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.hint:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .hint:not(.hint_static) {
    cursor: pointer;
  }
}
.hint {
  font-size: 0;
  stroke: #a0a2a3;
  fill: #a0a2a3;
  transition: 0.3s;
  width: 14px;
  height: 14px;
  flex: none;
}
@media (hover: hover) {
  .hint:not(.hint_static) {
    cursor: pointer;
  }
  .hint:not(.hint_static):hover {
    stroke: #fb9031;
    fill: #fb9031;
  }
}
.hint_size_2 {
  width: 16px;
  height: 16px;
}
.hint_gray {
  stroke: #dadcde;
  fill: #dadcde;
}
.hint_accent {
  stroke: #f60;
  fill: #f60;
}
@media only screen and (min-width: 1180px) {
  .hint {
    width: 16px;
    height: 16px;
  }
}
.product-count__input {
  border: 0;
  border-radius: 0;
}
.product-count__button {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.product-count__button:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .product-count__button {
    cursor: pointer;
  }
}
.product-count {
  display: flex;
  align-items: center;
  width: 50px;
}
.product-count_2 {
  width: 69px;
}
@media only screen and (min-width: 768px) {
  .product-count_2 {
    width: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  .product-count_2 {
    width: 70px;
  }
}
.product-count__button {
  flex: none;
  font-size: 0;
  width: 10px;
  height: 15px;
  transition: 0.3s;
  stroke: #a0a2a3;
  position: relative;
}
.product-count__button::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
}
@media (hover: hover) {
  .product-count__button {
    cursor: pointer;
  }
  .product-count__button:hover {
    stroke: #f60;
  }
}
.product-count__input {
  background: rgba(0, 0, 0, 0);
  padding: 0;
  flex: 1;
  width: 10px;
  height: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #4b4e51;
}
@media only screen and (min-width: 600px) {
  .product-count__input {
    font-size: 14px;
  }
}
.product-count__input_size_2 {
  font-size: 16px;
}
.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.7);
    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;
}
.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;
  }
}
.crumbs {
  display: flex;
  align-items: center;
}
.crumbs__text {
  display: inline;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  color: #a0a2a3;
  margin-right: 9px;
  min-width: 30px;
  display: block;
  flex: none;
}
.crumbs__text:first-child {
  flex: none;
}
@media only screen and (min-width: 900px) {
  .crumbs__text {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .crumbs__text {
    font-size: 13px;
  }
}
.crumbs__span {
  color: #4b4e51;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.crumbs__arr {
  display: inline-block;
  flex: none;
  stroke: #a0a2a3;
  width: 6px;
  height: 10px;
  margin-right: 9px;
  position: relative;
  font-size: 0;
}
.crumbs__el:nth-child(n + 3):not(:nth-last-child(1)):not(
    :nth-last-child(2)
  ):not(:nth-last-child(3)) {
  display: none;
}
@media only screen and (min-width: 600px) {
  .crumbs__el:nth-child(n + 3):not(:nth-last-child(1)):not(
      :nth-last-child(2)
    ):not(:nth-last-child(3)) {
    display: inline-block;
  }
}
@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: 2.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;
  }
}
.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-page__wrap {
  padding: 6px 0;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1440px) {
  .sec-page__wrap {
    padding-top: 0;
  }
}
.sec-page__crumbs {
  margin-bottom: 19px;
}
@media only screen and (min-width: 1180px) {
  .sec-page__crumbs {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-page__crumbs {
    margin-bottom: 39px;
  }
}
.sec-basket__sidebar-change {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0;
  box-shadow: none;
  line-height: 1;
}
.sec-basket__sidebar-change:focus {
  outline-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .sec-basket__sidebar-change {
    cursor: pointer;
  }
}
.sec-basket {
  overflow: hidden;
}
@media only screen and (min-width: 900px) {
  .sec-basket {
    overflow: visible;
  }
}
.sec-basket__wrap {
  padding-bottom: 58px;
}
@media only screen and (min-width: 1440px) {
  .sec-basket__wrap {
    padding-bottom: 160px;
  }
}
.sec-basket__content {
  margin-top: 17px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__content {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__content {
    gap: 20px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__content {
    gap: 60px;
    margin-top: 27px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-basket__body {
    flex: 1;
    width: 100px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__title {
    font-size: 38px;
  }
}
.sec-basket__top {
  padding-left: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__top {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__top {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .sec-basket__top-share {
    display: none;
  }
}
.sec-basket__signin {
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
  border-radius: 14px;
  padding: 16px 16px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__signin {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__signin {
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__signin {
    padding: 24px 30px;
  }
}
.sec-basket__signin-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .sec-basket__signin-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__signin-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__signin-title {
    font-size: 20px;
  }
}
.sec-basket__signin-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  color: #4b4e51;
  margin-top: 5px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__signin-text {
    font-size: 11px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__signin-text {
    font-size: 12px;
  }
}
.sec-basket__signin-button {
  margin-top: 15px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__signin-button {
    margin-top: 0;
    flex: none;
  }
}
.sec-basket__actions {
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
  border-radius: 14px;
  padding: 16px 16px;
  margin-top: 10px;
}
@media only screen and (min-width: 600px) {
  .sec-basket__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__actions {
    padding: 23px 25px;
    gap: 41px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__actions {
    padding: 21px 30px;
  }
}
.sec-basket__actions-buttons {
  display: none;
}
@media only screen and (min-width: 600px) {
  .sec-basket__actions-buttons {
    display: flex;
    gap: 10px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-basket__actions-buttons {
    gap: 19px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__actions-buttons {
    gap: 41px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__actions-buttons {
    gap: 61px;
  }
}
.sec-basket__actions-selects {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 600px) {
  .sec-basket__actions-selects {
    gap: 10px;
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  .sec-basket__actions-selects {
    gap: 27px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__actions-selects {
    gap: 41px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__actions-selects {
    gap: 82px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-basket__actions-select {
    flex-direction: row-reverse;
  }
}
.sec-basket__basket {
  margin-top: 10px;
}
.sec-basket__basket-el {
  margin-top: 10px;
}
.sec-basket__basket-el:first-child {
  margin-top: 0;
}
.sec-basket__block {
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__block {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block {
    margin-top: 42px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block {
    margin-top: 59px;
  }
}
.sec-basket__block-title {
  padding-left: 10px;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block-title {
    padding-left: 15px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-title {
    font-size: 38px;
    padding-left: 31px;
  }
}
.sec-basket__block-switcher {
  padding-left: 10px;
  margin-top: 17px;
}
@media only screen and (min-width: 768px) {
  .sec-basket__block-switcher {
    padding: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block-switcher {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-switcher {
    margin-top: 29px;
  }
}
.sec-basket__block-content {
  border-radius: 14px;
  box-shadow: 0 4px 20px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
  margin-top: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-content {
    margin-top: 28px;
  }
}
.sec-basket__block-content_2 {
  margin-top: 16px;
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-content_2 {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 768px) {
  .sec-basket__block-flex {
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .sec-basket__block-flex_2 {
    gap: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-flex_2 {
    gap: 66px;
  }
}
@media only screen and (min-width: 768px) {
  .sec-basket__block-flex-body {
    flex: none;
    width: 234px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block-flex-body {
    width: 310px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-flex-body {
    width: 483px;
  }
}
@media only screen and (min-width: 768px) {
  .sec-basket__block-flex-map {
    flex: 1;
    width: 100px;
  }
}
.sec-basket__block-flex-side {
  margin-top: 16px;
}
.sec-basket__block-flex-side:empty {
  display: none;
}
@media only screen and (min-width: 900px) {
  .sec-basket__block-flex-side:empty {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-flex-side:empty {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sec-basket__block-flex-side {
    flex: 1;
    width: 100px;
    margin: 0;
  }
}
.sec-basket__block-flex-side:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-flex-side:first-child {
    flex: none;
    width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-flex-side_full {
    width: 100% !important;
  }
}
.sec-basket__block-body {
  padding: 16px 16px;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block-body {
    padding: 33px 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-body {
    padding: 39px 40px;
  }
}
.sec-basket__block-info {
  margin-top: 15px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__block-info {
    margin-top: 16px;
  }
}
.sec-basket__block-info:first-child {
  margin-top: 0;
}
.sec-basket__block-info-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 1.6;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block-info-title {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-info-title {
    font-size: 15px;
  }
}
.sec-basket__block-info-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  color: #4b4e51;
  margin-top: 7px;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block-info-text {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-info-text {
    font-size: 15px;
  }
}
.sec-basket__block-info-text_2 {
  margin-top: 10px;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-info-text_2 {
    margin-top: 20px;
  }
}
.sec-basket__block-map {
  position: relative;
}
.sec-basket__block-map-iframe {
  display: block;
  width: 100%;
  height: 290px;
}
@media only screen and (min-width: 768px) {
  .sec-basket__block-map-iframe {
    height: 340px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block-map-iframe {
    height: 440px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-map-iframe {
    height: 490px;
  }
}
.sec-basket__block-map-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
}
@media only screen and (min-width: 768px) {
  .sec-basket__block-map-button {
    display: none;
  }
}
.sec-basket__block-select {
  margin-top: 6px;
}
.sec-basket__block-select:first-child {
  margin-top: 0;
}
.sec-basket__block-input {
  margin-top: 10px;
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-input {
    margin-top: 20px;
  }
}
.sec-basket__block-info-text-flex {
  display: flex;
  gap: 10px;
}
.sec-basket__block-info-text-flex-el {
  flex: 1;
  width: 20px;
}
@media only screen and (min-width: 1440px) {
  .sec-basket__block-info-text-flex-el:first-child {
    width: 42%;
    flex: none;
  }
}
@media only screen and (min-width: 900px) {
  .sec-basket__block-location {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__block-location {
    font-size: 14px;
  }
}
.sec-basket__sidebar {
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar {
    flex: none;
    width: 218px;
    margin-top: 0;
    position: sticky;
    top: 73px;
  }
}
@media only screen and (min-width: 991px) {
  .sec-basket__sidebar {
    top: 75px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar {
    width: 280px;
    top: 96px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar {
    width: 360px;
    top: 112px;
  }
}
.sec-basket__sidebar-block {
  box-shadow: 0 4px 30px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
  border-radius: 14px;
  padding: 22px 16px;
  padding-bottom: 16px;
  margin-top: 20px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-block {
    padding: 17px 16px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-block {
    padding: 27px 26px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-block {
    padding: 42px 40px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-block {
    margin-top: 30px;
  }
}
.sec-basket__sidebar-block:first-child {
  margin-top: 0;
}
.sec-basket__sidebar-block_2 {
  padding: 16px 16px;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-block_2 {
    padding: 25px 25px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-block_2 {
    padding: 29px 30px;
  }
}
.sec-basket__sidebar-block-block {
  border-bottom: 1px solid #eef0f1;
  margin-bottom: 11px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-block-block {
    margin-bottom: 7px;
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-block-block {
    margin-bottom: 11px;
    padding-bottom: 10px;
  }
}
.sec-basket__sidebar-block-block:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0;
}
.sec-basket__sidebar-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-basket__sidebar-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 10px;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-title {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-title {
    font-size: 12px;
  }
}
.sec-basket__sidebar-change {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #f60;
  transition: 0.3s;
}
@media (hover: hover) {
  .sec-basket__sidebar-change {
    cursor: pointer;
  }
  .sec-basket__sidebar-change:hover {
    color: #fb9031;
  }
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-change {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-change {
    font-size: 12px;
  }
}
.sec-basket__sidebar-body {
  margin-top: 6px;
}
.sec-basket__sidebar-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.4;
  color: #4b4e51;
  margin-top: 2px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-text {
    font-size: 12px;
  }
}
.sec-basket__sidebar-text:first-child {
  margin-top: 0;
}
.sec-basket__sidebar-text-br {
  display: block;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-text-br {
    display: none;
  }
}
.sec-basket__sidebar-text_big {
  font-size: 14px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-text_big {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-text_big {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-text_big {
    font-size: 22px;
  }
}
.sec-basket__sidebar-text_big-2 {
  font-size: 16px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-text_big-2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-text_big-2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-text_big-2 {
    font-size: 24px;
  }
}
.sec-basket__sidebar-text_big_3 {
  font-size: 14px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-text_big_3 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-text_big_3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-text_big_3 {
    font-size: 18px;
  }
}
.sec-basket__sidebar-text_big_4 {
  font-size: 14px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-text_big_4 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-text_big_4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-text_big_4 {
    font-size: 20px;
  }
}
.sec-basket__sidebar-text_medium {
  font-weight: 500;
}
.sec-basket__sidebar-text-color {
  color: #5aa969;
}
.sec-basket__sidebar-text_color {
  color: #5aa969;
}
.sec-basket__sidebar-text-link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sec-basket__sidebar-final {
  margin-top: 15px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-final {
    margin-top: 9px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-final {
    margin-top: 18px;
  }
}
.sec-basket__sidebar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  gap: 10px;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-flex {
    margin-top: 7px;
  }
}
.sec-basket__sidebar-flex:first-child {
  margin-top: 0;
}
.sec-basket__sidebar-flex-el:first-child {
  margin-top: 0;
}
.sec-basket__sidebar-button {
  width: 100%;
  margin-top: 14px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-button {
    margin-top: 11px;
    height: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-button {
    margin-top: 19px;
    height: 48px;
    font-size: 15px;
  }
}
.sec-basket__sidebar-title-big {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #4b4e51;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-title-big {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-title-big {
    font-size: 20px;
  }
}
.sec-basket__sidebar-text-2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  color: #4b4e51;
  margin-top: 8px;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-text-2 {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-text-2 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-text-2 {
    font-size: 13px;
  }
}
.sec-basket__sidebar-text-2-br {
  display: none;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-text-2-br {
    display: block;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-text-2-br {
    display: none;
  }
}
.sec-basket__sidebar-text-2-br-2 {
  display: none;
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-text-2-br-2 {
    display: block;
  }
}
.sec-basket__sidebar-man {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 7px;
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-man {
    gap: 10px;
    margin-top: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-man {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .sec-basket__sidebar-man {
    gap: 21px;
  }
}
.sec-basket__sidebar-man-img {
  flex: none;
  width: 60px;
  height: 60px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-man-img {
    width: 56px;
    height: 56px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-man-img {
    width: 60px;
    height: 60px;
  }
}
.sec-basket__sidebar-man-body {
  flex: 1;
  width: 10px;
}
.sec-basket__sidebar-man-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 130px;
  font-size: 13px;
  line-height: 1.2;
  color: #4b4e51;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-man-title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-man-title {
    font-size: 13px;
  }
}
.sec-basket__sidebar-man-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  color: #a0a2a3;
  margin-top: 4px;
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-man-text {
    font-size: 12px;
  }
}
.sec-basket__sidebar-form {
  margin-top: 8px;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-form {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-form {
    margin-top: 15px;
  }
}
.sec-basket__sidebar-form-button {
  margin-top: 8px;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-form-button {
    margin-top: 14px;
  }
}
@media only screen and (min-width: 1180px) {
  .sec-basket__sidebar-form-button {
    height: 48px;
  }
}
@media only screen and (min-width: 900px) {
  .sec-basket__sidebar-form-el {
    margin-top: 14px;
  }
}
.sec-basket__fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 80;
  box-shadow: 0 -3px 6px 0 rgba(25, 25, 27, 0.06);
  background: #fff;
}
@media only screen and (min-width: 900px) {
  .sec-basket__fixed {
    display: none;
  }
}
.sec-basket__fixed-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px;
  padding-bottom: 18px;
  gap: 10px;
}
.sec-basket__fixed-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #4b4e51;
}
.sec-basket__fixed-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #a0a2a3;
  margin-top: 4px;
}
.sec-basket__fixed-button {
  padding: 5px;
  width: 160px;
  height: 36px;
}
