.shipment__contacts {
	 margin-top: 72px;
	 margin-bottom: 98px;
}
 .shipment__spb {
	 margin-top: 98px;
	 padding: 50px 0 83px 60px;
	 background-color: #f8f0e5;
	 background-image: url("./img/shipment/shipment-delivery-block.jpg");
	 background-repeat: no-repeat;
	 background-size: cover;
}
 .shipment__spb--selection {
	 margin-top: 0;
	 margin-bottom: 95px;
}
 .shipment__head--logos {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 align-items: flex-end;
	 gap: 40px 20px;
}
 .shipment__pvz {
	 margin-top: 82px;
}
 .shipment__images {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 25px;
}
 .shipment__img {
	 height: fit-content;
}
 .shipment__pvz-map {
	 margin-top: 60px;
}
 .shipment__payment {
	 margin-top: 80px;
	 scroll-margin-top: 50px;
}
 @media (max-width: 1199px) {
	 .shipment__spb {
		 margin-top: 45px;
		 padding: 40px 48px 46px 48px;
		 background-image: url("./img/shipment/shipment-delivery-block-tab.jpg");
	}
	 .shipment__spb--selection {
		 margin-top: 0;
		 margin-bottom: 60px;
	}
	 .shipment__pvz {
		 margin-top: 45px;
	}
	 .shipment__contacts {
		 margin-bottom: 0;
	}
}
 @media (max-width: 767px) {
	 .shipment__contacts {
		 margin-top: 40px;
		 margin-bottom: 40px;
	}
	 .shipment__spb {
		 margin-top: 40px;
		 padding: 25px 20px 125px 20px;
		 background-image: url("./img/shipment/shipment-delivery-block-mob.jpg");
	}
	 .shipment__spb--selection {
		 margin-top: 0;
		 margin-bottom: 40px;
	}
	 .shipment__pvz {
		 margin-top: 40px;
	}
	 .shipment__head--logos {
		 align-items: flex-start;
	}
	 .shipment__img--cdek {
		 width: 115px;
		 height: 25px;
	}
	 .shipment__img--grastin {
		 width: 96px;
		 height: 33px;
	}
	 .shipment__pvz-map {
		 margin-top: 35px;
	}
	 .shipment__payment {
		 margin-top: 40px;
	}
}

.head {
	 display: grid;
	 grid-template-rows: max-content;
	 color: #fff;
}
 .head--shipment {
	 grid-template-columns: 55% 1fr;
	 background-color: #eaeaea;
}
 .head__content {
	 z-index: 1;
	 grid-column: 1;
	 grid-row: 1;
	 padding-top: 47px;
	 padding-bottom: 83px;
	 padding-left: 108px;
}
 .head__title {
	 margin-top: 0;
	 margin-bottom: 18px;
	 font-weight: 400;
	 font-size: 45px;
	 line-height: 1.1;
	 font-family: "Lato", Helvetica, Arial, sans-serif;
     color: #fff;
}
 .head__title--mid {
	 font-size: 35px;
}
 .head__title--size-36 {
	 font-size: 36px;
}
 .head__text {
	 margin-top: 0;
	 margin-bottom: 0;
	 font-size: 19px;
	 line-height: 1.4;
     color: #fff;
}
 .head__text:not(:last-of-type) {
	 margin-bottom: 12px;
}
 .head__text--address {
	 position: relative;
	 display: block;
	 margin-top: 25px;
	 padding-left: 25px;
	 font-style: normal;
}
 .head__text--address::before {
	 content: "";
	 position: absolute;
	 top: 3px;
	 left: 0;
	 width: 14px;
	 height: 19px;
	 background-image: url("./img/common/address-pin.svg");
	 background-repeat: no-repeat;
}
 .head__text--certificate {
	 position: relative;
	 padding-left: 20px;
}
 .head__text--certificate:not(:last-child) {
	 margin-bottom: 14px;
}
 .head__text--certificate::before {
	 content: "";
	 position: absolute;
	 top: 5px;
	 left: 0;
	 width: 9px;
	 height: 18px;
	 background-image: url("./img/icons/arrow-icon-indigo.svg");
	 background-repeat: no-repeat;
}
 .head__text--marker {
	 position: relative;
	 padding-left: 12px;
}
 .head__text--marker::before {
	 content: "";
	 position: absolute;
	 top: 10px;
	 left: 0;
	 width: 6px;
	 height: 6px;
	 border-radius: 50%;
	 background-color: currentColor;
}
 .head__link {
	 margin-top: 45px;
	 padding-top: 15px;
	 padding-right: 35px;
	 padding-bottom: 17px;
	 padding-left: 34px;
	 font-size: 19px;
}
 .head__picture {
	 grid-column: 1/-1;
	 grid-row: 1;
	 width: 100%;
	 height: 100%;
}
 .head__img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .head__list {
	 margin: 0;
	 padding: 0;
	 list-style: none;
	 display: grid;
	 gap: 20px;
	 margin-top: 26px;
}
 .head__item {
	 position: relative;
	 padding-left: 29px;
	 font-size: 19px;
	 line-height: 1.4;
}
 .head__item::before {
	 content: "";
	 position: absolute;
	 top: 1px;
	 left: 0;
	 width: 14px;
	 height: 25px;
	 background-image: url("./img/icons/link-arrow.svg");
	 background-repeat: no-repeat;
	 background-size: contain;
}
 .head__button {
	 margin-top: 30px;
}
 .head__corner {
	 position: relative;
	 left: -1px;
	 grid-column: 2;
	 grid-row: 1;
	 height: 100%;
	 background-color: inherit;
	 clip-path: polygon(0 0, 100% 0%, 43% 100%, 0% 100%);
}
 @media (max-width: 1399px) {
	 .head__content--vacancy {
		 padding: 60px 0 60px 60px;
	}
}
 @media (max-width: 1199px) {
	 .head {
		 margin-right: -18px;
		 margin-left: -18px;
	}
	 .head--shipment {
		 grid-template-columns: 57% 1fr;
	}
	 .head__picture--refund {
		 height: 360px;
	}
	 .head__picture--certificate {
		 height: 312px;
	}
	 .head__title {
		 margin-bottom: 20px;
		 font-size: 27px;
	}
	 .head__title--size-36 {
		 font-size: 22px;
	}
	 .head__item {
		 padding-left: 20px;
	}
	 .head__item::before {
		 top: 4px;
		 height: 17px;
	}
	 .head__text {
		 font-size: 16px;
	}
	 .head__link {
		 margin-top: 30px;
		 padding: 11px 15px;
		 font-size: 15px;
	}
	 .head__content {
		 padding-top: 40px;
		 padding-bottom: 50px;
		 padding-left: 50px;
	}
}
 @media (max-width: 767px) {
	 .head {
		 grid-template-columns: 100%;
		 margin-right: -10px;
		 margin-left: -10px;
	}
	 .head--shipment {
		 height: 460px;
	}
	 .head__img {
		 object-position: bottom;
	}
	 .head__img--shipment {
		 height: 460px;
	}
	 .head__content {
		 padding: 40px 10px 125px 10px;
	}
	 .head__corner {
		 display: none;
	}
	 .head__title {
		 margin-bottom: 20px;
		 font-size: 20px;
	}
	 .head__title--size-36 {
		 font-size: 20px;
	}
	 .head__text {
		 font-size: 13px;
	}
	 .head__link {
		 margin-top: 28px;
		 padding: 10px 13px;
	}
	 .head__list {
		 gap: 10px;
		 margin-top: 22px;
	}
	 .head__item {
		 padding-left: 15px;
		 font-size: 13px;
	}
	 .head__item::before {
		 top: 2px;
		 width: 8px;
		 height: 12px;
	}
}

.contacts__description {
	 font-size: 19px;
	 line-height: 1.42;
}
 @media (max-width: 1199px) {
	 .contacts__description {
		 font-size: 16px;
	}
}
 @media (max-width: 767px) {
	 .contacts__description {
		 font-size: 13px;
	}
}
 .indigo-text {
	 color: #715399;
}
 .contacts__description {
	 max-width: 794px;
}
 .contacts__description--shipment {
	 max-width: 820px;
}
 @media (max-width: 767px) {
	 .contacts__description {
		 font-size: 13px;
	}
}
 .contacts__title--shipment {
	 margin-bottom: 20px;
     font-size: 32px !important;
}
 @media (max-width: 1199px) {
	 .contacts__title--shipment {
		 margin-bottom: 15px;
	}
}
 @media (max-width: 767px) {
	 .contacts__title--shipment {
		 margin-bottom: 10px;
	}
}
 .contacts__address {
	 grid-column: 1;
	 grid-row: 1;
	 width: 100%;
	 max-width: 360px;
}
 .contacts__address--storage {
	 grid-row: 2;
}
 @media (max-width: 1199px) {
	 .contacts__address--ijevsk {
		 grid-column: -1;
	}
	 .contacts__address--storage {
		 grid-column: -1;
		 grid-row: 3;
		 margin-top: -20px;
	}
}
 @media (max-width: 767px) {
	 .contacts__address--storage {
		 grid-column: 1;
		 grid-row: 4;
		 margin-top: 30px;
	}
}
 .contacts__images {
	 display: flex;
	 flex-direction: column;
	 max-width: max-content;
	 gap: 23px;
}
 .contacts__images--spb {
	 grid-row: 0.3333333333;
}
 @media (max-width: 1199px) {
	 .contacts__images {
		 max-width: 100%;
	}
	 .contacts__images--spb {
		 grid-row: 1;
	}
}
 @media (max-width: 767px) {
	 .contacts__images {
		 flex-direction: row;
		 grid-column: 1;
		 grid-row: 2;
		 width: 100%;
		 gap: 10px;
		 margin-top: 25px;
	}
}
 .contacts__images-img {
	 height: 100%;
	 object-fit: cover;
}
 @media (max-width: 1199px) {
	 .contacts__images-img {
		 width: 100%;
		 height: 100%;
	}
	 .contacts__images--spb .contacts__images-img {
		 max-height: 140px;
	}
	 .contacts__images--ijevsk .contacts__images-img {
		 max-height: 333px;
	}
}
 @media (max-width: 767px) {
	 .contacts__images--spb .contacts__images-img {
		 max-height: 112px;
	}
}
 .contacts__container {
	 display: grid;
	 grid-template-columns: 400px 290px 1fr;
	 gap: 25px;
	 margin-top: 32px;
	 padding-left: 22px;
	 border-left: 3px solid #715399;
}
 @media (max-width: 1199px) {
	 .contacts__container--spb {
		 grid-template-columns: 235px 1fr;
		 gap: 40px 65px;
	}
	 .contacts__container--ijevsk {
		 grid-template-columns: 265px 1fr;
		 gap: 30px 40px;
	}
}
 @media (max-width: 767px) {
	 .contacts__container {
		 grid-template-columns: 1fr;
		 gap: 0;
		 margin-top: 25px;
		 margin-left: -10px;
		 padding-left: 15px;
	}
}
 .contacts__map {
	 width: 100%;
	 height: auto;
}
 .contacts__map--spb {
	 grid-row: 0.3333333333;
}
 @media (max-width: 1199px) {
	 .contacts__map--spb {
		 grid-column: -1;
		 grid-row: 2;
		 height: 287px;
	}
	 .contacts__map--ijevsk {
		 grid-column: 2;
		 grid-row: 2;
		 height: 333px;
	}
}
 @media (max-width: 767px) {
	 .contacts__map {
		 grid-column: 1;
		 grid-row: 3;
		 margin-top: 10px;
	}
	 .contacts__map--spb {
		 height: 209px;
	}
	 .contacts__map--ijevsk {
		 height: 242px;
	}
}
 @media (max-width: 767px) {
	 .delivery__title {
		 margin-bottom: 20px;
	}
	 .delivery__title--shipment {
		 margin-bottom: 15px;
		 font-size: 20px;
	}
}
 .contacts__images-box {
	 height: 100%;
}
 @media (max-width: 1199px) {
	 .contacts__images-box {
		 height: auto;
	}
}
 @media (max-width: 767px) {
	 .contacts__images-box {
		 width: 100%;
	}
}

.payment__phone-text {
	 margin-top: 18px;
}
 .payment__title {
	 margin-bottom: 32px;
}
 .payment__tel {
	 color: #715399;
}
 .payment__head {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
}
 .payment__info {
	 max-width: 872px;
}
 .payment__images {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-evenly;
	 align-items: center;
	 max-width: 406px;
	 padding-top: 70px;
	 row-gap: 20px;
}
 .payment__images--mob {
	 display: none;
}
 .payment__list {
	 display: grid;
	 grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
	 margin-top: 55px;
	 gap: 45px 50px;
}
 .payment__item {
	 position: relative;
	 min-width: 332px;
	 max-width: 385px;
}
 .payment__item--card::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 width: 33px;
	 height: 22px;
	 background-image: url("./img/shipment/payment-icon-1.svg");
	 background-repeat: no-repeat;
}
 .payment__item--cash::before {
	 content: "";
	 position: absolute;
	 top: -5px;
	 width: 30px;
	 height: 30px;
	 background-image: url("./img/shipment/payment-icon-2.svg");
	 background-repeat: no-repeat;
}
 .payment__item--on-get::before {
	 content: "";
	 position: absolute;
	 top: -5px;
	 width: 41px;
	 height: 29px;
	 background-image: url("./img/shipment/payment-icon-3.svg");
	 background-repeat: no-repeat;
}
 .payment__item--dolyame::before {
	 content: "";
	 position: absolute;
	 top: 0;
	 width: 30px;
	 height: 30px;
	 background-image: url("./img/icons/dolyame-small-logo.svg");
	 background-repeat: no-repeat;
}
 .payment__item-title {
	 margin-bottom: 12px;
	 padding-left: 50px;
	 font-size: 20px;
	 color: #715399;
}
 @media (max-width: 1399px) {
	 .payment__head {
		 flex-direction: column;
		 align-items: flex-start;
	}
	 .payment__images {
		 justify-content: space-between;
		 width: 100%;
		 max-width: 730px;
	}
}
 @media (max-width: 1199px) {
	 .payment__list {
		 margin-top: 0;
		 padding-top: 55px;
	}
	 .payment__images {
		 padding-top: 40px;
	}
}
 @media (max-width: 767px) {
	 .payment {
		 display: flex;
		 flex-direction: column;
	}
	 .payment__list {
		 padding-top: 32px;
		 gap: 25px;
	}
	 .payment__title {
		 margin-bottom: 15px;
	}
	 .payment__item-title {
		 margin-bottom: 10px;
		 padding-left: 33px;
		 font-size: 15px;
	}
	 .payment__item {
		 min-width: 100%;
	}
	 .payment__item--card::before {
		 width: 27px;
		 height: 18px;
	}
	 .payment__item--cash::before {
		 top: 0;
		 width: 23px;
		 height: 23px;
	}
	 .payment__item--on-get::before {
		 top: 0;
		 width: 27px;
		 height: 19px;
	}
	 .payment__item--dolyame::before {
		 top: -5px;
		 width: 25px;
		 height: 25px;
	}
	 .payment__info {
		 margin-right: 0;
	}
	 .payment__images {
		 display: none;
	}
	 .payment__images--mob {
		 display: flex;
		 flex-wrap: wrap;
		 justify-content: center;
		 align-self: center;
		 max-width: calc(100% - 67px);
		 margin: 0 -10px;
	}
	 .payment__phone-text {
		 margin-top: 12px;
		 margin-bottom: 0;
	}
	 .payment__img {
		 margin: 0 10px;
	}
	 .payment__img--visa {
		 width: 66px;
		 height: 20px;
	}
	 .payment__img--master-card {
		 width: 51px;
		 height: 31px;
	}
	 .payment__img--mir {
		 width: 57px;
		 height: 20px;
	}
	 .payment__img--apple-pay {
		 width: 50px;
		 height: 22px;
	}
	 .payment__img--google-pay {
		 width: 52px;
		 height: 20px;
	}
}
 
 .section-title, .section-title .indigo-text {
	 font-weight: 500;
	 font-size: 40px;
	 line-height: 1.42;
	 font-family: "Lato", Helvetica, Arial, sans-serif;
     text-align: left;
	 text-transform: none;
}
 @media (max-width: 1399px) {
	 .section-title, .section-title .indigo-text {
		 font-size: 35px;
		 line-height: 1.2;
	}
}
 @media (max-width: 1199px) {
	 .section-title, .section-title .indigo-text {
		 font-size: 27px;
		 line-height: 1.18;
	}
}
 @media (max-width: 767px) {
	 .section-title, .section-title .indigo-text {
		 font-size: 20px;
	}
}

.rouble {
  font-weight: 400;
  font-size: calc(100% - 1px);
  color: #715399;
}

.shipment-map__title {
	 font-size: 27px;
}
 .shipment-map__head {
	 display: flex;
	 align-items: center;
}
 .shipment-map__buttons {
	 display: flex;
	 margin-left: 21px;
	 gap: 15px;
}
 .shipment-map__label {
	 display: flex;
	 cursor: pointer;
}
 .shipment-map__radio:checked + .shipment-map__tab {
	 color: #715399;
	 box-shadow: 0 0 0 1px rgba(242, 239, 248, 1) inset;
}
 .shipment-map__tab {
	 padding: 6px 14px;
	 font-weight: 400;
	 background-color: transparent;
	 box-shadow: 0 0 0 1px rgba(204, 204, 204, 1) inset;
	 transition: 0.2s ease-in-out;
}
 .shipment-map__tab:hover, .shipment-map__tab:focus {
	 color: #715399;
	 box-shadow: 0 0 0 1px rgba(112, 83, 153, 1) inset;
}
 .shipment-map__block {
	 display: grid;
	 margin-top: 35px;
}
 .shipment-map__img, .shipment-map__map {
	 grid-column: -1;
	 grid-row: -1;
}
 @media (max-width: 1199px) {
	 .shipment-map__block {
		 margin-top: 25px;
	}
}
 @media (max-width: 767px) {
	 .shipment-map__title {
		 margin-right: 15px;
		 font-size: 15px;
	}
	 .shipment-map__buttons {
		 margin-left: 0;
		 gap: 6px;
	}
	 .shipment-map__head {
		 flex-wrap: wrap;
		 row-gap: 10px;
	}
	 .shipment-map__tab {
		 padding: 4px 15px;
	}
	 .shipment-map__block {
		 margin-top: 15px;
	}
	 .shipment-map__img {
		 min-width: 300px;
		 min-height: 215px;
		 object-fit: cover;
	}
}

.payment p, .payment__tel {
	 font-size: 19px;
	 line-height: 1.42;
}
 @media (max-width: 1199px) {
	 .payment p, .payment__tel {
		 font-size: 16px;
	}
}
 @media (max-width: 767px) {
	 .payment p, .payment__tel {
		 font-size: 13px;
	}
}

.address-block {
	 line-height: 1.1;
}
 .address-block__title {
	 margin-bottom: 10px;
	 font-weight: 500;
	 font-size: 25px;
	 color: #715399;
}
 .address-block__dir {
	 display: inline-block;
	 margin-bottom: 10px;
	 font-style: normal;
}
 .address-block__time {
	 font-size: 17px;
}
 .address-block__time span {
	 margin-left: 7px;
	 font-size: 15px;
	 color: #adadad;
}
 .address-block__phones {
	 margin-top: 37px;
	 margin-bottom: 37px;
}
 .address-block__phones-item:not(:last-child) {
	 margin-bottom: 22px;
}
 .address-block__phones-item:last-child {
	 display: flex;
}
 .address-block__phones-link {
	 font-size: 23px;
	 line-height: 1.1;
	 outline: none;
	 transition: 0.2s ease-in-out;
}
 .address-block__phones-link .wa-icon {
	 color: #4caf50;
}
 .address-block__phones-link:hover, .address-block__phones-link:focus {
	 color: #9772cd;
}
 .address-block__phones-link:active {
	 opacity: 0.5;
}
 .address-block__phones-button:not(:last-child) {
	 margin-right: 15px;
}
 @media (max-width: 1199px) {
	 .address-block__phones-link {
		 font-size: 13px;
	}
	 .address-block__phones-link--big {
		 font-size: 16px;
	}
	 .address-block__phones {
		 margin-top: 20px;
		 margin-bottom: 0;
	}
	 .address-block__title {
		 font-size: 21px;
	}
	 .address-block__phones-item {
		 margin-top: 0;
	}
	 .address-block__phones-item:not(:last-child) {
		 margin-bottom: 8px;
	}
	 .address-block__time {
		 font-size: 16px;
	}
}
 @media (max-width: 767px) {
	 .address-block__title {
		 margin-bottom: 15px;
		 font-size: 17px;
	}
	 .address-block__time {
		 font-size: 13px;
	}
	 .address-block__time span {
		 font-size: 13px;
	}
	 .address-block__phones {
		 margin-top: 20px;
		 margin-bottom: 0;
	}
	 .address-block__phones-item:not(:last-child) {
		 margin-bottom: 15px;
	}
	 .address-block__phones-link {
		 font-size: 13px;
	}
	 .address-block__phones-icon {
		 width: 25px;
		 height: 25px;
	}
	 .address-block__phones-buttons {
		 margin-top: 20px;
	}
	 .address-block__phones-button:not(:last-child) {
		 margin-right: 8px;
	}
}
 .address-block__city {
	 margin-bottom: 10px;
}
 .address-block__new {
	 color: #000;
}
 .address-block__new::after {
	 content: "new";
	 margin-left: 10px;
	 padding: 2px;
	 font-weight: 700;
	 font-size: 14px;
	 line-height: 1;
	 color: #fff;
	 text-transform: uppercase;
	 background-color: #ec0000;
}

.address-block__dir {
	 font-size: 19px;
	 line-height: 1.42;
}
 @media (max-width: 1199px) {
	 .address-block__dir {
		 font-size: 16px;
	}
}
 @media (max-width: 767px) {
	 .address-block__dir {
		 font-size: 13px;
	}
}