@charset "UTF-8";
/* Основной шаблон */
:root {
  --swiper-theme-color: #4F728E;
}

body {
  font-family: Montserrat;
  font-size: 1em;
  font-weight: 500;
  padding: 0;
  margin: 0;
  position: relative;
}

body.no-scroll {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

input, textarea {
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 500;
}

main {
  min-height: calc(50vh);
}

.container {
  width: calc( 1400px - 40px );
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

[data-counter=card-counter] {
  height: 25px;
  border: 1px solid #4F728E;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-counter=card-counter] .minus, [data-counter=card-counter] .plus {
  padding: 0px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
[data-counter=card-counter] input.count {
  text-align: center;
  width: 40px;
  border: 0;
  outline: 0;
  font-size: 16px;
  background: transparent;
}
[data-counter=card-counter] input.count:focus {
  border: 0;
  outline: 0;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
  z-index: 2;
}

@media (max-width: 1400px) {
  .container {
    width: calc( 1200px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 0.7em;
  }

  .container {
    width: calc( 992px - 40px );
  }

  [data-counter=card-counter] input.count {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .container {
    width: calc( 768px - 40px );
  }
}
@media (max-width: 768px) {
  .container {
    width: calc( 576px - 40px );
  }
}
@media (max-width: 576px) {
  .container {
    width: calc( 320px - 0px );
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* Шаблон */
.test-style-21236478 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.test-style-21236478::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}

/* Основной шаблон end */
.form-write {
  height: 130px;
  border-top: 10px solid #f0f1f5;
}
.form-write .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-write .form-write-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-write .form-write-form input {
  height: 35px;
  width: 230px;
  padding-left: 17px;
  border: 1px solid #d0d6dc;
  border-radius: 5px;
  margin-right: 5px;
}
.form-write .form-write-form button {
  width: 250px;
  height: 40px;
  background-color: #ED691F;
  border: 0;
  border-radius: 5px;
  color: white;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.form-write .form-write-form button:hover {
  background-color: #d45207;
}
.form-write .form-write-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 17px;
  margin-right: 55px;
  height: 35px;
}

@media (max-width: 1200px) {
  .form-write .form-write-title {
    font-size: 1.2em;
  }
}
@media (max-width: 768px) {
  .form-write {
    height: 100px;
    margin-bottom: 30px;
  }
  .form-write .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-write .form-write-form {
    width: 100%;
  }
  .form-write .form-write-form input {
    width: 48%;
  }
  .form-write .form-write-form button {
    width: 48%;
  }
  .form-write .form-write-title {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .form-write {
    padding-top: 28px;
  }
}
.delivery-info {
  padding-bottom: 60px;
}

h2 {
  font-size: 20px;
  margin-bottom: 25px;
}

h3 {
  font-size: 16px;
}

.delivery-info__banner {
  width: 100%;
  height: 269px;
  overflow: hidden;
  margin-bottom: 56px;
  margin-top: 103px;
}
.delivery-info__banner img {
  width: 100%;
  height: 269px;
  -o-object-fit: contain;
     object-fit: contain;
}

.delivery-info__offer {
  font-weight: 700;
}

.delivery-info__title-blue {
  color: #4F728E;
  font-weight: 700;
}

.delivery-info__text {
  font-size: 16px;
}

.block-warning {
  border: 2px solid #ED691F;
  border-radius: 10px;
  padding: 10px 40px 0;
  margin: 28px auto;
  width: 63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-warning__icon {
  margin-right: 20px;
}
.block-warning__icon img {
  width: 30px;
}

.block-warning__title {
  font-weight: 700;
  font-size: 16px;
  margin: 5px 0;
}

.delivery-info__interval-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.delivery-info__interval {
  border: 1px solid #4F728E;
  border-radius: 12px;
  font-size: 14px;
  padding: 11px 15px;
  margin-right: 15px;
}

.delivery-info__zone {
  width: 70%;
}
.delivery-info__zone #map {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
}

.title-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.title-opener::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("/assets/img/str-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

h3.delivery-info__title-blue {
  font-size: 14px;
}

.delivery-info__table-wrapper {
  overflow-x: auto;
}

.delivery-info__table-1 {
  width: 100%;
}

.delivery-info__table-2 {
  width: 67%;
  margin-bottom: 20px;
}

.delivery-info__table-3 {
  width: 58%;
}

.delivery-info__table-4 {
  width: 51%;
}

.zone-content, .tables-content {
  display: none;
}

.zone-opener.selected + .zone-content {
  display: block;
}

.zone-opener.selected::after, .rate-opener.selected::after, .receiving-opener.selected::after, .unloading-opener.selected::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.rate-opener.selected + .tables-content {
  display: block;
}

.receiving-content, .unloading-content {
  display: none;
}

.receiving-opener.selected + .receiving-content, .unloading-opener.selected + .unloading-content {
  display: block;
}

.thanks-order__title {
  font-size: 19px;
  margin-bottom: 53px;
}

.thanks-order__warning {
  margin: 28px 0 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.card-visa {
  width: 354px;
  height: 122px;
  display: flex;
  align-items: center;
}
.card-visa img {
  width: 100%;
}

.card-bill {
  height: 100px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.card-bill a {
  width: 100%;
  height: 100%;
}

.card-bill img {
  width: 100%;
  max-height: 100%;
}

.sbp img {
  width: 100%;
  height: 118px;
  object-fit: cover;
}

.payment__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 122px;
}

.payment__image img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.btn-orange {
  background-color: #ED691F;
  color: white;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 25px;
  border-radius: 10px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  margin-bottom: 53px;
  text-decoration: none;
}
.btn-orange:hover {
  background-color: #d45207;
}

.delivery-info__bottom-text {
  margin-top: 50px;
}

.thanks-order__warning-bottom {
  margin: 28px auto 50px;
  padding: 10px 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.terms-content b {
  color: #4F728E;
}
.terms-content table {
  border-collapse: collapse;
}
.terms-content table tr.table-head {
  background-color: #4F728E;
  color: white;
}
.terms-content table tr:not(.table-head) {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.terms-content table tr:not(.table-head):hover {
  background-color: #efefef;
}
.terms-content table tr td {
  border: 1px solid silver;
  padding: 5px;
}

.table-wrapper {
  overflow-x: auto;
}

.terms-content {
  display: none;
}

.terms-opener.selected + .terms-content {
  display: block;
}

.terms-opener.selected::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.ord_block .map-shop__title {
  font-size: 20px;
  margin-top: 50px;
}

.delivery-info__text a {
  color: #4F728E;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .delivery-info__banner {
    height: 220px;
  }

  .delivery-info__banner img {
    height: 220px;
  }

  .delivery-info__zone {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .delivery-info__banner {
    height: 181px;
    margin-bottom: 50px;
    margin-top: 60px;
  }

  .delivery-info__banner img {
    height: 181px;
  }

  .delivery-info__offer {
    font-size: 16px;
  }

  .delivery-info__title-blue {
    font-size: 16px;
  }

  .delivery-info__zone {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .delivery-info__banner {
    height: 138px;
  }

  .delivery-info__banner img {
    height: 138px;
  }

  .block-warning {
    margin-left: 0;
    width: calc(100% - 44px);
    padding: 10px 20px 0;
  }
}
@media (max-width: 768px) {
  .delivery-info__banner {
    height: 102px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .delivery-info__banner img {
    height: 102px;
  }

  .delivery-info {
    padding-bottom: 30px;
  }

  .delivery-info__offer {
    font-size: 12px;
  }

  .delivery-info__text, .block-warning__title {
    font-size: 12px;
  }

  h2 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 14px;
  }

  .delivery-info__title-blue {
    font-size: 14px;
  }

  .delivery-info__interval {
    font-size: 12px;
    padding: 8px 12px;
    margin-right: 9px;
  }

  .title-opener::after {
    width: 20px;
    height: 20px;
    margin-left: 7px;
  }

  .delivery-info__table-1 {
    min-width: 536px;
  }

  .delivery-info__table-2 {
    min-width: 359px;
  }

  .delivery-info__table-3 {
    min-width: 311px;
  }

  .delivery-info__table-4 {
    min-width: 273px;
  }

  .thanks-order__title {
    font-size: 16px;
  }

  .btn-orange {
    font-size: 16px;
  }

  .card-visa {
    width: 306px;
  }

  .thanks-order__warning {
    margin: 28px 0 30px;
  }

  .thanks-order__warning-bottom {
    padding: 10px 20px;
  }

  h2 {
    font-size: 14px;
  }

  .delivery-info__bottom-text {
    margin-top: 30px;
  }

  .ord_block h3.map-shop__title {
    font-size: 14px;
    margin-top: 35px;
  }

  .ord_block .map-shop__img img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .delivery-info__banner {
    height: auto;
  }

  .delivery-info__banner img {
    height: auto;
  }

  .delivery-info__interval {
    font-size: 10px;
  }

  .thanks-order__title {
    margin-bottom: 30px;
  }

  .thanks-order__warning {
    margin: 28px 0 10px;
  }

  .card-visa {
    width: 274px;
  }

  .btn-orange {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .ord_block h3.map-shop__title {
    font-size: 14px;
  }
}

.flex {
  display: flex;
  gap: 20px;
  margin: 0 0 20px;
}

@media (max-width: 1220px) {
  .flex {
    flex-wrap: wrap;
  }
}

.flex-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.flex .mpay {
  display: flex;
  align-items: center;
  margin: 0;
  height: 61px;
}

@media (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.doli {
  width: 241px;
  height: 122px;
}

.doli svg {
  margin-top: 40px;
}

.ord_block a.btn {
  display: inline-block;
  padding: 10px;
  margin: 10px 0;

  text-decoration: none;

  background: #ED691F;
  color: #fff;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 40px;
}

.table-wrapper table {
    border-collapse: collapse;
}

.table-wrapper td {
    border: 2px solid #1F497D;
    padding: 10px;
    color: #4F738E;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
}

.table-wrapper td.text-left {
    text-align: left;
}

.table-wrapper .table_head {
    background-color: #4F738E;
}

.table-wrapper .table_head td {
    color: white;

}

.table-wrapper td p {
    margin: 5px 0;
}

.table-out-text {
    color: #1F497D;
}

h3.delivery-info__title-blue {
    font-size: 19px;
}

.valday {
    border: 1px solid silver;
    padding: 10px;
    width: fit-content;
}

.valday ul {
    margin: 0;
    padding: 0 26px 0;
    width: fit-content;
}

.valday ul li {
    padding: 5px 0;

}

.delivery-info__banner {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.delivery-info {
    padding-bottom: 0;
}

.calc_zone{
    position: relative;
    border: 1px solid #f37822;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    width: 240px;
    background: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.calc_zone:hover{
    background: #eee;
}
.calc_zone_sel{
    background: #eee;
}
.calc_w{
    width: 60px;
    height: 30px;
    border: 1px solid #f37822;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.tbb{
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}
.tbb td{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.delivery__sale {
    font-size: 22px;
    font-weight: bold;

    color: #FA8A4B;
}

.delivery__sale small {
    display: block;

    font-size: 18px;
}