.d-flex .col-6 {
  width: 50%;
}

.d-flex .text-right {
  text-align: right;
}

@media (max-width: 1024px) {
  .d-flex .m-col-12 {
    width: 100%;
  }

  .d-flex .text-right {
    text-align: left;
  }
}
.about_company {
  margin-bottom: 80px;
}
.about_company .section-title {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 800px) {
  .about_company .section-title {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }
}
.about_company .block-grey .title {
  color: #D91016;
}
.about_company .block-grey p {
  color: #222222;
}

.advantages {
  margin-bottom: 80px;
}
.advantages .section-title {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  text-align: center;
  color: #222222;
}
@media screen and (max-width: 800px) {
  .advantages .section-title {
    font-size: 36px;
    line-height: 44px;
    text-align: left;
  }
}
.advantages .block-white {
  margin-top: 40px;
}
.advantages .block-white .advantages-list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  gap: 60px;
  overflow-x: auto;
}
.advantages .block-white .advantages-list::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1400px) {
  .advantages .block-white .advantages-list {
    justify-content: flex-start;
    padding: 20px;
  }
}
.advantages .block-white .advantages-list .advantage {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  min-width: 215px;
  max-width: 215px;
  height: 216px;
  padding: 20px;
  margin: 10px 0;
}
.advantages .block-white .advantages-list .advantage .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #222222;
  margin-top: 8px;
}

.block-grey {
  background: #E9E7E7;
  border-radius: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding: 40px 78px;
  margin-top: 40px;
}
@media screen and (max-width: 650px) {
  .block-grey {
    padding: 20px;
  }
}

.pay_delivery_info .block-grey, .guaranty .block-grey, .service .block-grey {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}
.pay_delivery_info .item, .guaranty .item, .service .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  margin: 40px 0;
}
.pay_delivery_info .item b, .guaranty .item b, .service .item b {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.pay_delivery_info .item p, .guaranty .item p, .service .item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 20px;
}

.guaranty ul li {
  list-style-image: url("/include/about/assets/list-style.svg");
  padding-left: 20px;
  line-height: 2.4;
}
.guaranty .link {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #D91016;
}
.guaranty .item.a-c {
  align-items: center;
}
.guaranty .item.a-c p {
  margin: 0;
}

.service b {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.service p {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 20px;
}
.service ol li {
  font-weight: 600;
  font-size: 15px;
  line-height: 2.4;
  padding-left: 8px;
}
.service ol li::marker {
  color: red;
}
.service .services-list {
  margin-top: 40px;
  display: flex;
  flex-flow: row wrap;
  gap: 40px;
}
.service .services-list .service-item {
  max-width: 403px;
  width: 100%;
}
.service .services-list .service-item img {
  width: 100%;
}
.service .services-list .service-item .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-top: 27px;
}

.link-margin {
  margin: 40px 0;
}

.btn-link {
  border-radius: 3px;
  padding: 20px 40px;
  color: #fff;
  transition: background 300ms ease-in-out;
}
@media screen and (max-width: 445px) {
  .btn-link {
    padding: 20px 10px;
    font-size: 12px;
  }
}
.btn-link:hover {
  text-decoration: none;
}

.btn-red {
  background: #D91016;
}
.btn-red:hover {
  background: #941f23;
  color: #fff;
}

.contacts {
  margin-bottom: 40px;
}
.contacts [name=pct] {
  display: none;
}
.contacts .tabs-content > .tab-content {
  display: none;
}
.contacts #tab-1:checked ~ .tabs-content [data-type="1"],
.contacts #tab-2:checked ~ .tabs-content [data-type="2"] {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 880px) {
  .contacts #tab-1:checked ~ .tabs-content [data-type="1"],
.contacts #tab-2:checked ~ .tabs-content [data-type="2"] {
    flex-flow: column;
  }
}
.contacts #tab-1:checked ~ .tabs [data-target=tab-1] label,
.contacts #tab-2:checked ~ .tabs [data-target=tab-2] label {
  border-bottom: 3px solid red;
  font-weight: 500;
}
.contacts .tabs {
  margin: 20px 0;
}
.contacts .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 32px;
}
.contacts .tabs ul label {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.contacts .tabs ul label:hover {
  cursor: pointer;
}
.contacts .table .table-header {
  display: flex;
  flex-flow: row nowrap;
  padding: 20px;
}
@media screen and (max-width: 880px) {
  .contacts .table .table-header {
    display: none;
  }
}
.contacts .table .table-header .table-header-cell {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.contacts .table .table-header .table-header-cell:nth-child(1),
.contacts .table .table-header .table-header-cell:nth-child(3),
.contacts .table .table-header .table-header-cell:nth-child(4) {
  flex: 1;
}
.contacts .table .table-header .table-header-cell:nth-child(2) {
  flex: 2;
}
.contacts .table .table-body .ymaps-2-1-79-geolink-processed:after {
  border: none;
}
.contacts .table .table-body .table-body-row {
  padding: 20px;
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 880px) {
  .contacts .table .table-body .table-body-row {
    flex-flow: column;
  }
}
.contacts .table .table-body .table-body-row:nth-child(odd) {
  background-color: #F7F7F7;
  border-radius: 8px;
}
.contacts .table .table-body .table-body-row .table-body-cell:nth-child(1) {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  flex: 1;
}
.contacts .table .table-body .table-body-row .table-body-cell:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #EF4A3D;
  flex: 2;
  white-space: pre-wrap;
}
.contacts .table .table-body .table-body-row .table-body-cell:nth-child(3),
.contacts .table .table-body .table-body-row .table-body-cell:nth-child(4) {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  flex: 1;
}
.contacts .table .table-body .table-body-row .table-body-cell:nth-child(3) a,
.contacts .table .table-body .table-body-row .table-body-cell:nth-child(4) a {
  color: #000;
}
.contacts .requisites {
  flex: 2;
}
.contacts .requisites .requisites-row {
  display: flex;
  flex-flow: row wrap;
  grid-gap: 40px;
  margin: 20px 0;
}
@media screen and (max-width: 880px) {
  .contacts .requisites .requisites-row {
    flex-flow: column;
    grid-gap: 8px;
  }
}
.contacts .requisites .requisites-row .title {
  max-width: 230px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #7C7C7A;
}
.contacts .requisites .requisites-row .value {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.contacts .action-btns {
  flex: 1;
  margin-top: 20px;
}
.contacts .action-btns a {
  border: 2px solid #DADADA;
  border-radius: 6px;
  padding: 14px 20px;
  color: #EF4A3D;
}

.subscribe {
  background: #D91016;
}
.subscribe .subscribe-form {
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 24px;
}
.subscribe .subscribe-form .subscrube-result {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}
.subscribe .subscribe-form input[name=email_title] {
  position: absolute;
  bottom: 99999px;
}
.subscribe .subscribe-form .form-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-transform: capitalize;
}
.subscribe .subscribe-form sub {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.subscribe .subscribe-form .js-btn-subscribe {
  background-color: #323232;
  border-radius: 3px;
  color: #fff;
  width: 214.5px;
  height: 58px;
  border: none;
  margin-top: 12px;
}
.subscribe .subscribe-form .input-field input {
  width: 390px;
  height: 56px;
  margin-top: 10px;
  border: 1px solid #DADADA;
  border-radius: 6px;
  padding: 0 20px;
  background: #fff;
  color: #000;
}

/*# sourceMappingURL=styles.css.map */
