

/* Start:/local/templates/MarketPlast/shared/deliver.css?173374551011537*/
::-webkit-scrollbar {
  height: 4px;
  border-radius: 8px;
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #000;
}

.main {
  max-width: 1440px;
  margin: 0 auto;
}

.main__title {
  margin-top: 40px;
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #000;
}

.main__subtitle {
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #000;
}

.main__wrapper {
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-image: url('/local/templates/MarketPlast/shared/../images/deliver-bg.png');
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: contain;
  padding-bottom: 60px;
}

.main__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.main__list-item {
  box-sizing: border-box;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background-color: #f8f9fa;
  border-radius: 16px;
}

.main__description {
  margin-top: 16px;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  line-height: 26.63px;
  color: #000;
}

.main__list-item span {
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #545252;
  word-wrap: break-word;
  text-align: center;
}

.main__list-item img {
  width: 100%;
}

.catalog__filters-type {
  max-width: 346px;
  padding: 30px;
  border: 2px solid #f0f7ff;
  border-radius: 16px;
  width: 100%;
}

.catalog__breadcrumb {
  max-width: 1440px;
  margin: 24px auto 0;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  color: #949494;
}

.catalog__breadcrumb .catalog__breadcrumb-link {
  color: #949494;
  text-decoration: none;
}

.main__left {
  display: flex;
  flex-direction: column;
}

.main__description {
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  line-height: 26.63px;
  color: #000;
}

.main__blocks {
  margin-top: 30px;
  display: flex;
  gap: 20px;
}

.main__block {
  border-radius: 8px;
  background-color: #f0f7ff;
  padding: 40px 30px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: center;
}

.main__block span {
  color: #ec613a;
  font-weight: 600;
}

.main__subtext {
  margin-top: 30px;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  line-height: 26.63px;
  color: #949494;
}

.main__contact {
  margin-top: 24px;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  line-height: 35.2px;
}

.main__contact a {
  text-decoration: none;
  font-weight: 700;
  color: #179bd7;
}

.main__contact-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.main__contact-text-left {
  font-family: 'Inter';
  font-size: 38px;
  font-weight: 500;
  line-height: 45.99px;
  color: #000;
}

.main__contact-text-right {
  font-family: 'Inter';
  font-size: 28px;
  font-weight: 400;
  line-height: 33.89px;
  color: #000;
}

.form__bg {
  background-color: #f0f7ff;
}

.form__wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

.contacts__form-wrapper {
  position: relative;
}

.contacts__form-image {
  position: absolute;
  top: 10px;
  left: -75px;
}

.contacts__title {
  text-align: right;
  font-family: 'Inter';
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #000;
}

.contacts__form {
  z-index: 10;
  padding-top: 40px;
  border-radius: 16px;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.contacts__input-wrapper {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  max-width: 470px;
}

.contacts__input-wrapper.contacts__input-wrapper--first {
  margin-top: 24px;
}

.contacts__input-label {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.contacts__input-star {
  color: #ec613a;
}

.contacts__input-wrapper input {
  padding: 11px 21px;
  border: 2px solid #e5eaee;
  border-radius: 8px;
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.contacts__form-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.contacts__form-checkbox-link {
  color: #ec613a;
  text-decoration: none;
}

.contacts__form-submit {
  padding: 18px 0;
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  border: none;
  max-width: 470px;

  background-color: #179bd7;
  color: #fff;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
}

.contacts__form-submit:hover {
  background-color: #0387c3;
}

.contacts__form-submit:active {
  background-color: #0073af;
}

.contacts__bank-info {
  padding: 60px 0;
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  background-color: #f0f7ff;
  border-radius: 16px;
}

.contacts__back-info-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contacts__back-info-bold {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  text-align: left;
}

.contacts__back-info-light {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
}

.contacts__map {
  display: block;
  margin: 60px auto 0;
  max-width: 1440px;
  width: 100%;
}

.main__number-mobile {
  display: none;
  font-family: 'Inter';
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  color: #000;
}

.contacts__form-mobile-title {
  font-family: 'Inter';
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

.contacts__form-mobile-description {
  margin-top: 40px;
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 400;
  line-height: 19.2px;
}

.form__wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.form__floating-image {
  position: absolute;
}

.form__right-wrapper {
  position: relative;
  height: 540px;
}

.form__right-wrapper .form__right-main-pic {
  display: block;
  height: 100%;
}

.form__floating-image--first {
  top: 200px;
  left: -195px;
}

.form__floating-image--second {
  bottom: 77px;
  left: -145px;
}

.form__floating-image--third {
  top: 128px;
  left: -32px;
}

.payment {
  max-width: 1220px;
  margin: 0 auto;
  margin-top: 60px;
}

.payment__title {
  font-family: 'Inter';
  font-size: 24px;
  font-weight: 600;
  line-height: 29.05px;
  color: #000;
}

.payment__description {
  margin-top: 24px;
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 400;
  line-height: 24.2px;
  color: #000;
}

.payment__blocks {
  margin-top: 40px;
  display: flex;
  gap: 24px;
}

.payment__block {
  background-color: #f0f7ff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 32px 0;
  max-width: 368px;
  width: 100%;
  box-sizing: border-box;
}

.payment__block img {
  width: 60px;
}

.payment__block span {
  font-family: 'Inter';
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #000;
}

.faq {
  margin: 0 auto;
  max-width: 1220px;
  margin-top: 60px;
}

.faq__wrapper {
  display: flex;
  gap: 20px;
}

.faq .accordion {
  color: #000;
}

.faq .accordion__intro {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 10px 20px;
}

.faq .accordion__intro h4 {
  color: #000;
}

.faq .accordion:not(:first-child) {
  margin-top: 0;
}

.faq .accordion__content {
  box-sizing: border-box;
  margin: 16px 0 0 16px;
  padding: 0;
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;

  color: #424242;
}

.faq .accordion__active .accordion__content {
  box-sizing: border-box;
  margin-bottom: 16px;
}

.faq__title {
  font-family: 'Inter';
  font-size: 30px;
  font-weight: 600;
  line-height: 36.31px;
  color: #000;
}

.background-deliver__mobile {
  display: none;
}

@media (max-width: 1220px) {
  .main {
    flex-direction: column-reverse;
    padding: 0;
  }
  .main__title {
    font-size: 24px;
    margin-top: 24px;
  }
  .main__subtitle {
    font-size: 18px;
  }
  .main__description {
    font-size: 16px;
  }
  .main__subtext {
    margin-top: 24px;
    font-size: 16px;
  }
  .main__contact {
    font-size: 16px;
  }
  .main__blocks {
    margin-top: 24px;
    flex-direction: column;
    gap: 8px;
  }
  .main__contact-wrapper {
    margin-top: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .main__contact-text-left {
    font-size: 24px;
  }
  .main__contact-text-right {
    font-size: 18px;
  }
  .main__wrapper {
    margin-top: 24px;
    padding-top: 0;
    background-image: none;
  }
  .prices__main {
  }
  .catalog__filters-type {
    display: none;
  }
  .main__wrapper {
    display: block;
  }
  .main__list {
    display: flex;
    flex-direction: column;
  }
  .main__list-item {
    width: 100%;
  }
  .catalog__breadcrumb-link {
    font-size: 16px;
  }
  .main__list-item span {
    font-size: 18px;
  }
  .main__list-item img {
    width: 50%;
  }
  .prices__table-title {
    font-size: 16px;
  }
  .prices__table th {
    font-size: 14px;
  }
  .main__list-item:nth-child(5) img {
    align-self: flex-end;
  }
  .main__wrapper {
    margin-top: 24px;
  }
  .filter__mobile {
    display: block;
  }
  .main__list {
    margin-top: 24px;
  }
  .background-deliver__mobile {
    display: block;
  }
  .catalog__breadcrumb {
    margin-left: 16px;
    margin-right: 16px;
  }
  .main__title {
  }
  .form__wrapper {
    padding: 0 16px;
  }
  .contacts__form {
    width: 100%;
  }
  .payment {
    margin-left: 16px;
    margin-right: 16px;
  }
  .contacts__form-mobile-title {
    font-size: 24px;
  }
  .contacts__form-mobile-description {
    font-size: 16px;
  }
  .payment__blocks {
    margin-top: 24px;
    flex-direction: column;
    gap: 8px;
  }
  .payment__description {
    font-size: 16px;
  }
  .payment__block {
    width: 100%;
    max-width: 100%;
  }
  .faq {
    margin-left: 16px;
    margin-right: 16px;
  }
  .faq__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .faq__right .accordion:first-child {
    margin: 0;
  }
  .footer {
    margin-top: 24px;
  }
}

@media (max-width: 900px) {
  .form__wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
  .contacts__input-wrapper {
    max-width: 100%;
  }
  .contacts__form-submit {
    max-width: 100%;
  }
}

@media (max-width: 1280px) {
  .header,
  .catalog__breadcrumb,
  .main__wrapper,
  .payment,
  .faq,
  .form__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* End */
/* /local/templates/MarketPlast/shared/deliver.css?173374551011537 */
