@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Jost:wght@500;600&family=Open+Sans:wght@400;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
.wrapper .main {
  flex: 1 1 auto;
  padding-bottom: 0;
}

.container {
  max-width: 1225px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .container {
    padding: 0 7px;
  }
}

.breadcrump {
  display: flex;
  color: #999;
  font-size: 12px;
  line-height: 16px;
}
.breadcrump__item {
  position: relative;
}
.breadcrump__link {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.breadcrump li + li:before {
  padding-left: 6px;
  padding-right: 4px;
  content: "/ ";
}
@media (max-width: 576px) {
  .breadcrump {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.03em;
  }
}

.title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #333333;
}
@media (max-width: 768px) {
  .title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 20px;
    line-height: 27px;
  }
}

.--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 30px;
  background: #ff8a00;
  border: none;
  border-radius: 5px;
}
.--btn span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

._popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(43, 38, 48, 0.4);
  backdrop-filter: blur(5px);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, opacity 0.2s linear;
}

body._popup-open {
  overflow: hidden;
}

.rub:after {
  content: " ₽";
}

span.bold-text {
  font-weight: bold;
}

span.blue-text {
  color: #0057ff;
}

span.orange-text {
  color: #ff8a00;
}

.exclamation-mark {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 5px;
  height: 19px;
  background-image: url("../image/icons/exclamation-mark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 3px;
}

.line {
  height: 2px;
  background-color: #ddd;
  border: 0;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  opacity: 0;
  background: transparent;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.scrollbar-hidden::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

.spoilers {
  display: none;
  position: absolute;
}

.delivery__breadcrump {
  margin-bottom: 5px;
}
.delivery .line {
  margin-top: 16px;
  margin-bottom: 80px;
}
.delivery__page-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #333333;
}
.delivery__title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  color: #333333;
}
.delivery__type {
  padding: 74px 0 24px;
}
.delivery__type-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.delivery__type-title-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background: #ffffff;
  border-radius: 21px;
  margin-right: 22px;
}
.delivery__type-title-img {
  width: 42px;
  height: 42px;
}
.delivery__type-title-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
.delivery__type-title-text--bold {
  font-weight: 700;
}
.delivery__item {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}
.delivery__item-title {
  flex: 1 1 auto;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.delivery__tips {
  position: relative;
  z-index: 1;
  flex: 0 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #0057ff;
  margin-left: 8px;
}
.delivery__tips-icon {
  width: 8px;
  height: 17px;
}
.delivery__tips-box {
  position: absolute;
  z-index: -1;
  left: 7px;
  bottom: calc(100% + 11px);
  width: 100%;
  padding: 33px 27px 20px 29px;
  background: #fff;
  box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.delivery__tips-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ff8a00;
  border-radius: 5px 5px 0px 0px;
}
.delivery__tips-box._active {
  opacity: 1;
  z-index: 1;
}
.delivery__tips-tail {
  position: absolute;
  z-index: -1;
  top: -73px;
  left: -43px;
  transform: rotate(146.11deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 83px 26px;
  border-color: transparent transparent #fff transparent;
  opacity: 0;
  transition: all 0.2s ease;
}
.delivery__tips-tail._active {
  opacity: 1;
  z-index: 2;
}
.delivery__tips-list {
  position: relative;
  z-index: 3;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: left;
}
.delivery__tips-list-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 18px;
}
.delivery__tips-list-item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8a00;
}
.delivery__tips-list-item:last-child {
  margin-bottom: 0;
}
.delivery__type--courier .delivery__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 -4px;
}
.delivery__type--courier .delivery__item {
  flex: 0 1 calc(33.333% - 8px);
  margin: 0 4px;
  padding: 40px 35px 40px 34px;
}
.delivery__type--courier .delivery__item-header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.delivery__type--courier .delivery__item-title {
  max-width: 287px;
}
.delivery__type--courier .delivery__list {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}
.delivery__type--courier .delivery__list-header {
  margin-bottom: 18px;
}
.delivery__type--courier .delivery__list-item {
  position: relative;
  padding-left: 19px;
}
.delivery__type--courier .delivery__list-item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8a00;
}
.delivery__type--pickup .delivery__item {
  width: 100%;
  padding: 43px 70px 40px 33px;
  margin-bottom: 10px;
}
.delivery__type--pickup .delivery__item:last-child {
  margin-bottom: 0;
}
.delivery__type--pickup .delivery__item-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 35px;
}
.delivery__type--pickup .delivery__item-row:last-child {
  margin-bottom: 0;
}
.delivery__type--pickup .delivery__item-column {
  flex: 0 1 25%;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 162%;
  color: #333333;
}
.delivery__type--pickup .delivery__item-column--type {
  flex: 0 1 23%;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
.delivery__type--pickup .delivery__item-column--type span {
  position: relative;
  padding-left: 16px;
}
.delivery__type--pickup .delivery__item-column--type span::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8a00;
}
.delivery__type--pickup .delivery__item-column--address {
  flex: 1 1 27%;
  max-width: 300px;
  position: relative;
  padding-right: 87px;
}
.delivery__type--pickup .delivery__item-column--address > span {
  padding-left: 28px;
}
.delivery__type--pickup .delivery__item-column--address > span:first-child {
  position: relative;
}
.delivery__type--pickup .delivery__item-column--address > span:first-child::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 19px;
  height: 25px;
  background-image: url("../image/icons/map-pin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.delivery__type--pickup .delivery__item-column--address .delivery__item-map-link {
  position: absolute;
  top: 1px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 13px;
  background: rgba(255, 138, 0, 0.8);
  border-radius: 5px;
}
.delivery__type--pickup .delivery__item-column--address .delivery__item-map-link span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #ffffff;
}
.delivery__type--pickup .delivery__item-column--schedule {
  flex: 0 1 21%;
}
.delivery__type--pickup .delivery__item-column--schedule span {
  display: block;
  padding-left: 36px;
}
.delivery__type--pickup .delivery__item-column--schedule span:first-child {
  position: relative;
}
.delivery__type--pickup .delivery__item-column--schedule span:first-child::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background-image: url("../image/icons/clock-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.delivery__type--pickup .delivery__item-column--schedule span.delivery__item-text--bold {
  display: inline-block;
  font-weight: 700;
  padding-left: 0;
}
.delivery__type--pickup .delivery__item-column--schedule span.delivery__item-text--bold::before {
  display: none;
}
.delivery__type--pickup .delivery__item-column--telephone {
  flex: 0 1 16%;
}
.delivery__type--pickup .delivery__item-column--telephone .delivery__item-phone-link {
  position: relative;
  display: block;
  padding-left: 31px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 5px;
}
.delivery__type--pickup .delivery__item-column--telephone .delivery__item-phone-link:first-child:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: url("../image/icons/phone-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.delivery__type--pickup .delivery__item-column--telephone .delivery__item-phone-link:last-child {
  margin-bottom: 0;
}
.delivery__type--company .delivery__item {
  width: 100%;
  padding: 50px 65px 50px 50px;
  margin-bottom: 10px;
}
.delivery__type--company .delivery__item:last-child {
  margin-bottom: 0;
}
.delivery__type--company .delivery__list {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 30px;
}
.delivery__type--company .delivery__list-header {
  margin-bottom: 10px;
}
.delivery__type--company .delivery__list-item {
  position: relative;
  padding-left: 20px;
}
.delivery__type--company .delivery__list-item--bold {
  font-weight: 600;
}
.delivery__type--company .delivery__list-item--indent {
  margin-bottom: 10px;
}
.delivery__type--company .delivery__list-item--indent:last-child {
  margin-bottom: 0;
}
.delivery__type--company .delivery__list-item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff8a00;
}
.delivery__type--company .delivery__item-text {
  position: relative;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  padding-left: 10px;
  margin-bottom: 30px;
}
.delivery__type--company .delivery__item-text .exclamation-mark {
  position: absolute;
  top: 4px;
  left: 0;
}
.delivery__type--company .delivery__item-text--bold {
  font-weight: 700;
}
.delivery__type--company .delivery__list-table li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.delivery__type--company .delivery__list-table li span:last-child {
  width: 310px;
  text-align: center;
}
.delivery__type--company .delivery__list-table-header {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  margin-bottom: 15px;
}
.delivery__type--company .delivery__list-table-item {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #333333;
  padding: 20px 0;
  border-bottom: 1px solid #d1d1d1;
}
.delivery__type--company .delivery__list-table-item:last-child {
  border-bottom: none;
}
@media (max-width: 1200px) {
  .delivery .delivery__item-row {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .delivery .delivery__item-row:last-child {
    margin-bottom: -20px;
  }
  .delivery .delivery__item-column {
    max-width: 100%;
    flex: 0 1 50%;
  }
  .delivery .delivery__item-column:nth-child(even) {
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  .delivery .delivery__item-column {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .delivery .delivery__type--courier .delivery__items {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .delivery .delivery__type--courier .delivery__item {
    flex: 0 0 395px;
    margin: 0 4px 20px 4px;
  }
  .delivery .delivery__type--courier .delivery__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .delivery .delivery__type--courier .delivery__item {
    flex: 0 0 350px;
    margin: 0 4px 20px 4px;
    padding: 30px;
  }
  .delivery .delivery__type--courier .delivery__item:last-child {
    margin-bottom: 0;
  }
  .delivery .delivery__type--courier .delivery__item-title {
    margin-bottom: 20px;
  }
  .delivery .delivery__tips-tail {
    top: -50px;
    left: 10px;
    transform: rotate(200deg);
    border-width: 0px 15px 51px 15px;
    border-color: transparent transparent #fff transparent;
  }
  .delivery .delivery__type--company .delivery__list-table li span:last-child {
    width: 200px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .delivery .line {
    margin-top: 15px;
    margin-bottom: 60px;
  }
  .delivery .delivery__type {
    padding: 60px 0 20px;
  }
  .delivery .delivery__type--pickup .delivery__item {
    padding: 30px;
  }
  .delivery .delivery__type--company .delivery__item {
    padding: 30px;
  }
}
@media (max-width: 728px) {
  .delivery .delivery__type--courier .delivery__item {
    flex: 0 1 100%;
    margin-bottom: 10px;
  }
  .delivery .delivery__type--courier .delivery__item-title {
    max-width: 100%;
    width: 100%;
    flex: 0 1 100%;
  }
}
@media (max-width: 670px) {
  .delivery .delivery__item-column {
    flex: 0 1 100%;
  }
  .delivery .delivery__item-column:nth-child(even) {
    max-width: 100%;
    margin: 0 0 20px 0;
  }
  .delivery .delivery__type--pickup .delivery__item-column--address {
    padding-right: 0;
  }
  .delivery .delivery__type--pickup .delivery__item-column--address .delivery__item-map-link {
    position: relative;
    top: 0px;
    right: 0;
    margin-left: 10px;
  }
}
@media (max-width: 576px) {
  .delivery .line {
    display: none;
  }
  .delivery .spoilers {
    display: block;
    position: relative;
  }
  .delivery .delivery__page-title {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 45px;
  }
  .delivery .delivery__title {
    font-size: 22px;
    line-height: 30px;
  }
  .delivery__type--courier .delivery__item-header{
      width: 100%;
  }
  .delivery .delivery__type {
    padding: 40px 0 10px;
  }
  .delivery .delivery__type-title {
    margin-bottom: 25px;
  }
  .delivery .delivery__type-title-image {
    width: 60px;
    height: 60px;
  }
  .delivery .delivery__type-title-img {
    width: 35px;
    height: 35px;
  }
  .delivery .delivery__type-title-text {
    max-width: 210px;
    font-size: 18px;
    line-height: 28px;
  }
  .delivery .delivery__item--hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
  .delivery .delivery__type--courier .delivery__items {
    display: block;
    flex-direction: row;
    justify-content: stretch;
    margin: 0;
  }
  .delivery .delivery__type--courier .delivery__list-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .delivery .delivery__type--courier .delivery__item-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .delivery .delivery__type--courier .delivery__list-item {
    font-size: 13px;
    line-height: 26px;
  }
  .delivery .delivery__type--courier .delivery__tips-box {
    bottom: calc(100% - 90px);
    padding: 22px 27px 20px 20px;
  }
  .delivery .delivery__type--courier .delivery__tips-tail {
    top: -73px;
    left: -43px;
    transform: rotate(146.11deg);
    border-width: 0 26px 83px 26px;
    border-color: transparent transparent #fff transparent;
  }
  .delivery .delivery__type--pickup .delivery__item-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--type span {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--type span::before {
    top: 12px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--address > span {
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 5px;
    padding-left: 22px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--address > span:first-child::before {
    content: "";
    top: 14px;
    left: 0;
    width: 10px;
    height: 13px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--address .delivery__item-map-link {
    display: flex;
    max-width: 82px;
    margin-left: 22px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--address .delivery__item-map-link span {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--schedule span {
    font-size: 13px;
    line-height: 26px;
    padding-left: 22px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--schedule span.delivery__item-text--bold {
    padding-left: 0;
  }
  .delivery .delivery__type--pickup .delivery__item-column--schedule span:first-child::before {
    content: "";
    top: 13px;
    left: 0;
    width: 12px;
    height: 12px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--telephone .delivery__item-phone-link {
    font-weight: 700;
    font-size: 13px;
    line-height: 26px;
    padding-left: 22px;
    margin-bottom: 0px;
  }
  .delivery .delivery__type--pickup .delivery__item-column--telephone .delivery__item-phone-link:first-child:before {
    content: "";
    top: 14px;
    left: 0;
    width: 11px;
    height: 11px;
  }
  .delivery .delivery__type--pickup .delivery__item-column {
    margin-left: 18px;
    margin-bottom: 10px;
  }
  .delivery .delivery__type--pickup .delivery__item-column:first-child {
    margin-left: 0;
  }
  .delivery .delivery__type--pickup .delivery__item-column:last-child {
    margin-bottom: 0;
  }
  .delivery .delivery__type--pickup .delivery__item-row {
    margin-bottom: 20px;
  }
  .delivery .delivery__type--pickup .delivery__item-row:last-child {
    margin-bottom: 0;
  }
  .delivery .delivery__type--company .delivery__item {
    margin-bottom: 5px;
  }
  .delivery .delivery__type--company .delivery__item li.delivery__list-header {
    margin-bottom: 15px;
  }
  .delivery .delivery__type--company .delivery__list {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .delivery .delivery__type--company .delivery__list-item::before {
    top: 9px;
    left: 0;
  }
  .delivery .delivery__type--company .delivery__item-text {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .delivery .delivery__type--company .spoilers .delivery__item {
    padding: 0px;
  }
  .delivery .delivery__type--company .spoilers .delivery__item-text {
    margin-bottom: 20px;
  }
  .delivery .delivery__type--company .delivery__list-table-header {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
  }
  .delivery .delivery__type--company .delivery__list-table-item {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .delivery .delivery__type--company .delivery__item--last .delivery__list {
    padding-top: 20px;
  }
  .delivery .delivery__type--company .delivery__item--last .delivery__list-item {
    padding-left: 17px;
  }
  .delivery .spoiler {
    position: relative;
    z-index: 100;
  }
  .delivery .spoiler__block {
    position: relative;
    padding: 15px 30px;
    background: #ffffff;
    border-radius: 5px;
  }
  .delivery .spoiler__block-title {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
  }
  .delivery .spoiler__block-title::after {
    content: "";
    position: absolute;
    top: 11px;
    right: -10px;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 15px;
    background-image: url("../image/icons/spoiler-arrow-off.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.2s;
  }
  .delivery .spoiler__block-content {
    overflow: hidden;
    transition: all 0.3s;
    max-height: 0;
    max-width: 750px;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: transparent;
  }
  .delivery .spoilers .spoiler__block {
    margin-bottom: 5px;
    padding-bottom: 15px;
  }
  .delivery .spoiler__block--active {
    padding-bottom: 0;
  }
  .delivery .spoiler__block--active .spoiler__block-title {
    padding-bottom: 15px;
  }
  .delivery .spoiler__block--active .spoiler__block-title::after {
    background-image: url("../image/icons/spoiler-arrow-on.svg");
  }
}
@media (max-width: 425px) {
  .delivery .delivery__type--company .delivery__list-table-header span:first-child {
    max-width: 90px;
  }
  .delivery .delivery__type--company li.delivery__list-table-header span:last-child {
    max-width: 80px;
    text-align: left;
  }
  .delivery .delivery__type--company li.delivery__list-table-item span:first-child {
    max-width: 150px;
  }
  .delivery .delivery__type--company li.delivery__list-table-item span:last-child {
    max-width: 100px;
  }
}

.contacts {
  position: relative;
  padding: 30px 0 130px;
}
.contacts__inner {
  position: relative;
  z-index: 1;
  max-width: 997px;
  margin: 0 auto;
  padding: 80px 0 100px;
  background: #ffffff;
  box-shadow: 2px 5px 40px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
}
.contacts__inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #ff8a00;
}
.contacts__title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 25px;
}
.contacts__title-top {
  display: block;
  color: #f98700;
}
.contacts__title-bottom {
  display: block;
  color: #333333;
}
.contacts__subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #333333;
  margin-bottom: 55px;
}
.contacts__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
.contacts__item {
  flex: 0 1 33.333%;
  text-align: center;
}
.contacts__item-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 10px;
}
.contacts__item-link {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #f98700;
}
.contacts__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #f2f2f2;
}
.contacts__bg-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: #ffffff;
}
@media (max-width: 768px) {
  .contacts {
    padding: 30px 0 50px;
  }
}
@media (max-width: 576px) {
  .contacts {
    padding: 25px 0 45px;
  }
  .contacts .contacts__inner {
    padding: 53px 0 32px;
  }
  .contacts .contacts__title {
    max-width: 260px;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto 15px auto;
  }
  .contacts .contacts__subtitle {
    max-width: 245px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto 45px auto;
  }
  .contacts .contacts__items {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .contacts .contacts__item {
    flex: 0 1 50%;
    margin-bottom: 15px;
  }
  .contacts .contacts__item:last-child {
    margin-bottom: 0;
  }
  .contacts .contacts__item-title {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .contacts .contacts__item-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }
}