

/* Start:/support/oplata-i-dostavka/styles.css?17309873787250*/
.location-input {
  width: 474px;
  height: 40px;
  padding: 12px 12px 12px 37px;
  color: #000000;
  border: 1px solid #848484;
  box-sizing: border-box;
}
.location-input::placeholder {
  color: #B0B0B0;
}
.location-input__select,
.ui-autocomplete {
  display: none;
  background-color: #fff;
  width: 474px;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px;
  margin-top: -13px;
  z-index: 102;
}
.ui-front {
  z-index: 102 !important;
  max-height: 245px;
  overflow-y: auto;
  scrollbar-width: thin;
}
@media screen and (max-width: 1024px) {
  .ui-front {
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: thin;
  }
  
}
.ui-front::-webkit-scrollbar {
  width: 4px;
}
.location-input__select-item,
.ui-menu-item {
  padding: 5px 10px !important;
  font-size: 12px;
  line-height: 20px;
  transition: 0.2s;
}
.ui-state-focus {
  background-color: rgb(190, 190, 190);
}
.location-input__select-item:not(:last-child) {
  margin-bottom: 10px;
}
.location-icon {
  top: 13px;
  left: 12px;
  position: absolute;
  z-index: 1;
}
.location-input__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 474px;
  height: 40px;
  margin-bottom: 12px;
}
.helper-text {
  width: 500px;
  color: #848484;
  font-size: 12px;
  line-height: 20px;
}
.order-status__btn {
  font-size: 16px;
  line-height: 22px;
  padding: 20px 50px !important;
  margin-right: 72px !important;
}
.order-status {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
}
.order-status__text {
  width: 30%;
}
.checkmark {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.methods__title {
  font-family: 'GothamPro', Arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.methods__wrapper {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 24px;
  justify-content: space-between;
}
.methods__item {
  display: block;
  width: 100%
}
.methods__item:not(:last-child) {
  margin-right: 22px;
}
.pay-methods__item {
  display: block;
  width: 100%
}
.pay-methods__item:not(:last-child) {
  margin-right: 22px;
}
.pay-methods__item:first-child {
  position: relative;
}

.methods__item-title {
  display: none;
  font-size: 18px;
  line-height: 22px;
}
.methods__icon--unavailable {
  display: none;
  margin-bottom: 30px;
}
.methods__subtitle {
  font-size: 16px;
  margin-bottom: 20px;
}
.methods__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.methods__text-unavailable {
  display: none;
}
.methods__actions {
  display: block;
  margin-bottom: 20px;
}
.methods__action {
  display: flex;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 20px;
}
.link {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: underline;
}
.link:hover {
  opacity: 1;
  color: #C4262E;
  text-decoration: none;
}
.line {
  opacity: 0.5;
  border-bottom: 1px solid #000000;
}
.methods__times,
.methods__times-lines {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.methods__times-bottom {
  width: calc(100% / 12 * 8);
  margin-top: 18px;
  margin-bottom: 30px;
}
.full-day-times {
  width: 100%;
}
.methods__time {
  position: relative;
  line-height: 10px;
}
.methods__time:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  bottom: -14px;
  background-color: #848484;
}
.methods-time__wrapper {
  position: relative;
}
.methods-time__line {
  position: absolute;
  width: 1px;
  height: 72%;
  left: 50%;
  bottom: -14px;
  background-color: #848484;
}
.methods-time__wrapper:not(:last-child) .gorizontal-line {
  position: absolute;
  height: 3px;
  background-color: #848484;
  border-radius: 80px;
  bottom: -98%;
  left: 70%;
}
.methods__time-bottom:after {
  position: absolute;
  display: none;
}
.methods__time-bottom:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: -14px;
  background-color: #848484;
}
.methods__times-lines {
  justify-content: flex-start;
  margin: 0 20px 12px;
}
.methods__times-lines[data-name="full-day"] {
  display: none;
}
[data-name="work-day"] {
  display: none;
}
[data-name="full-day"] {
  display: none;
}
[data-name="three-hours-times"] {
  display: none;
}
.full-day-times {
  display: none;
}
.methods__times-line--four {
  width: 24%;
  height: 3px;
  background-color: #848484;
  border-radius: 80px;
}
.methods__times-line--four:not(:last-child) {
  margin-right: 6px;
}
.methods__times-line--one {
  width: 100%;
  height: 3px;
  background-color: #848484;
  border-radius: 80px;
}
.methods__times-line--half {
  width: calc(100% / 12 * 8 - 12px);
  height: 3px;
  background-color: #848484;
  border-radius: 80px;
}
.methods__times-line--three {
  width: 94px;
  height: 3px;
  background-color: #848484;
  border-radius: 80px;
}
.methods__times-line--three:not(:last-child) {
  margin-right: 8px;
}
.methods__times-line--black {
  background-color: #848484;
}
.partial-redemption-title {
  margin-bottom: 20px;
}
.partial-redemption-link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 14px;
}
.partial-redemption-wrapper {
  margin: 30px 0px -70px 0px;
}
/* @media screen and (max-width: 1439px) {
  .pay-methods__item:last-child {
    width: 25%;
  }
} */

@media screen and (max-width: 997px) {
  .location-input__wrapper,
  .location-input {
    width: 100% !important;
  }
  .location-input__wrapper {
    margin-bottom: 20px;
  }
  .ui-autocomplete {
    width: calc(100% - 36px);
  }
  .helper-text {
    width: 100%;
    font-size: 14px;
  }
  .order-status__btn {
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .order-status__text {
    width: 100%;
    font-size: 14px;
  line-height: 20px;
  }
  .methods__item {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #848484;
  }
  .pay-methods__item {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid #848484;
  }
  .pay-methods__item:last-child {
    width: 100%;
    position: static;
    padding: 20px 0;
  }
  .methods__text {
    font-size: 14px;
    line-height: 20px;
  }
  .methods__title {
    font-size: 23px;
    margin: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #848484;
  }
  .methods__subtitle {
    margin-bottom: 10px;
  }
  .methods__item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .methods__item-wrapper {
    display: none;
    margin-top: 20px;
  }
  .methods__item-title img {
    width: 19px;
    height: 8.5px;
  }
  .arrow-down {
    width: 19px;
    height: 8px;
    transition: transform 0.150s ease-in;
  }
  .rotate {
    transform: rotate(180deg);
  }
  .methods__wrapper {
    display: block;
  }
  .methods__times-line--one {
    width: 100%;
  }
  .methods__times-line--half {
    width: calc(100% / 12 * 8 - 12px);
  }
  .order-status {
    display: block;
  }
  .order-status__btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
  
/* End */


/* Start:/support/styles.css?17695148523278*/
.nav-left {
  position: sticky;
  top: 0;
  white-space: nowrap;
  height: 320px;
}
.croped-advantages {
  padding-top: 60px !important;
}
.croped-site-footer {
  margin-top: 120px !important;
}
.p-content {
  display: flex;
}
.p-content__content {
  font-size: 16px !important;
  line-height: 22px !important;
}
.right-content {
  padding: 0 !important;
}
.right-content ul:not(.sizes-page__size-descriptions-list) li {
  list-style-type: none !important;
  margin-bottom: 12px !important;
  text-align: left;
}
.right-content ul:not(.sizes-page__size-descriptions-list) li::marker {
  color: #C4262E;
  width: 10px;
  height: 10px;
  font-size: 40px;
}
.right-content ul:not(.sizes-page__size-descriptions-list) li:before{
  content: "" !important;
  position: absolute;
  left: -30px !important;
  top: 6px !important;
  width: 10px;
  height: 10px;
  background-color: #E6431C;
  border-radius: 50%;
}
.right-content ul:not(.sizes-page__size-descriptions-list) {
  padding-left: 30px !important;
}
.mb12 {
  margin-bottom: 12px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.text-red {
  color: #E6431C;
}
.font-gpm {
  font-family: 'GothamProMedium';
}
.text-lg {
  font-family: "gothampro";
  font-size: 20px;
  line-height: 24px;
}
.link {
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.25s ease;
}
.link:hover {
  opacity: 1;
  color: #E6431C;
  text-decoration: none;
}
.limiter-inner {
  max-width: 1300px !important;
}
.container {
  background-color: #fff !important;
  overflow: unset !important;
}
.right-content{
  padding-top: 0 !important;
}
.page-name span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #E6431C;
}
.page-title {
  font-family: 'GothamPro';
  font-size: 32px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 1440px) {

  .p-content__menu {
    display: block !important;
  }
  .p-content__content {
    width: 100% !important;
  }
}

@media screen and (max-width: 997px) {
  .croped-advantages {
    display: none;
  }

  .croped-site-footer {
    margin-top: 0 !important;
  }
  .p-content__content {
    width: 100%;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .p-content {
    padding: 3px 15px !important;
    margin-bottom: 32px !important;
  }
  .p-content--privilegiy {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-content__menu {
    display: none !important;
  }

  .page-name {
    display: none;
  }
  .mb12 {
    margin-bottom: 10px !important;
  }
  .mb30 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 30px !important;
  }
  .mb60 {
    margin-bottom: 40px !important;
  }
  .mb80 {
    margin-bottom: 60px !important;
  }
  .mb120 {
    margin-bottom: 80px !important;
  }
  .page-name {
    display: none;
  }
  .page-title {
    margin-bottom: 20px;
    font-size: 23px;
    line-height: 36px;
  }
  .support-links {
    display: none !important;
  }
}
/* End */
/* /support/oplata-i-dostavka/styles.css?17309873787250 */
/* /support/styles.css?17695148523278 */
