.container-city {
  padding: 1rem 0;
}
.container-city > * > * {
  text-align: center;
}
@media print, screen and (min-width: 550px) {
  .container-city > * > * {
    min-width: 16rem;
  }
}
.container-city select {
  width: 100%;
  text-align-last: center;
  color: #313131;
  padding-left: 10px;
}
.container-city .header {
  font-size: 18px !important;
  margin-bottom: 0.4rem !important;
}
.container-city .select2-selection__rendered {
  text-align: center;
}

.select2-search input.select2-search__field {
  height: 2.5rem;
  padding: 4px 0 0 10px;
  border: none !important;
  font-size: 16px;
}

.select2-selection__arrow {
  z-index: 2000;
}

.select2-dropdown {
  top: -50px;
}

.select2-search--dropdown {
  border: solid 1px #d9dee0;
  border-radius: 5px;
}

.container-tabs {
  margin-top: 3rem !important;
}
.container-tabs > .tabs {
  max-width: 40rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
.container-tabs > .tabs > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.container-tabs > .tabs > * > span {
  display: inline-block;
  position: relative;
  padding: 0.25rem 0.5rem;
  font-family: Circe Bold;
  color: #40b6e9;
}
.container-tabs > .tabs > *:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 550px) {
  .container-tabs > .tabs > *:first-child {
    margin-right: 0.5rem;
  }
}
@media print, screen and (min-width: 550px) {
  .container-tabs > .tabs > * {
    margin: 0 2rem;
  }
}
.container-tabs > .tabs > .active > span {
  background-color: #40b6e9;
  border-radius: 5px;
  color: white;
}
.container-tabs > .tabs > .active > span::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: calc(50% - 2.5px);
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #40b6e9;
}
@media screen and (max-width: 550px) {
  .container-tabs > .tabs {
    font-size: 18px;
  }
}

.tab-content:not(.visible) {
  display: none;
}

.tabs > *.active:after {
  display: none !important;
}

.container-info {
  margin: 3rem 0 !important;
}
.container-info > .row {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 550px) {
  .container-info > .row {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 835px) {
  .container-info > .row {
    padding: 0 0.5rem 2rem 2.5rem;
  }
}
@media print, screen and (min-width: 835px) {
  .container-info > .row {
    width: 30%;
  }
}
.container-info .list-item {
  display: list-item;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 835px) {
  .container-info.large .list-item {
    min-height: 5rem;
  }
}
.container-info .header {
  margin-left: -2rem !important;
  margin-bottom: 1.25rem !important;
  min-height: 2.25rem;
  font-size: 24px !important;
  white-space: nowrap;
}
@media screen and (min-width: 550px) and (max-width: 835px) {
  .container-info .header {
    min-height: 3rem;
  }
}
.container-info:not(.visible) {
  display: none;
}
.container-info .icon {
  position: relative;
  top: 0.2rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.6rem;
}
.container-info .icon.price {
  background-image: url("/themes/default/icons/svg/delivery-price.svg");
}
.container-info .icon.time {
  background-image: url("/themes/default/icons/svg/delivery-time.svg");
}
.container-info .icon.pickup {
  left: -0.8rem;
  width: 2.4rem;
  height: 1.5rem;
  margin-right: -0.3rem;
  background-image: url("/themes/default/icons/svg/delivery-pickup.svg");
}
@media print, screen and (min-width: 835px) {
  .container-info {
    margin-left: 8% !important;
    width: 92%;
  }
  .container-info.align-center > .row {
    margin: 0 5%;
  }
}

.icons {
  position: relative;
  margin-bottom: 3rem !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.icons > .card {
  min-width: 4rem;
  max-width: 10rem;
  padding: 1rem 2rem;
  text-align: center;
}
.icons > .card:last-child {
  margin-bottom: 0;
}
.icons > .card > div:first-child {
  margin-bottom: 1rem;
}
.icons > .card > div:last-child {
  font-family: Circe Regular;
  color: #40b6e9;
}
.icons > .card img {
  height: 3rem;
}
.icons > .card[for="payment_online"] img {
  height: 3.5rem;
  margin-top: -0.5rem;
}
.icons > .card p {
  display: inline;
  margin: 0;
  border-bottom: dashed 1px;
}
.icons.items-2, .icons.items-3, .icons.items-4, .icons.items-5 {
  margin-left: auto;
  margin-right: auto;
}
.icons.items-1 {
  max-width: 20rem;
}
.icons.items-2 {
  max-width: 30rem;
}
.icons.items-3 {
  max-width: 40rem;
}
.icons.items-4 {
  max-width: 50rem;
}
.icons.items-5 {
  max-width: 60rem;
}
@media screen and (max-width: 550px) {
  .icons {
    margin: 2rem 0;
  }
}
.icons > .placeholder {
  visibility: hidden;
  height: 0;
  padding: 0 2rem;
}

li.list-url::marker {
  color: white;
}

.faq {
  margin: 0 -1rem 2rem -1rem !important;
}
@media print, screen and (min-width: 835px) {
  .faq > * {
    min-width: 33rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.faq .faq-entry .faq-title, .faq .faq-entry .faq-content {
  padding: 1rem 2rem 0.5rem 0;
  margin: 0 1rem;
}
@media screen and (max-width: 835px) {
  .faq .faq-entry .faq-title, .faq .faq-entry .faq-content {
    margin-right: 0;
  }
}
.faq .faq-entry .faq-title {
  position: relative;
  font-family: Circe Bold;
  font-size: 16px;
  border-bottom: solid 1px #d9dee0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.faq .faq-entry .faq-title span {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.faq .faq-entry .faq-title::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url("/themes/default/icons/svg/strelka-niz-blue.svg") no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq .faq-entry .faq-title:hover {
  border-bottom: solid 1px #40b6e9;
}
@media print, screen and (min-width: 835px) {
  .faq .faq-entry .faq-title {
    white-space: nowrap;
  }
}
.faq .faq-entry .faq-content {
  overflow-y: hidden;
  max-height: 20rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq .faq-entry:not(.opened) .faq-content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.faq .faq-entry.opened .faq-title::after {
  bottom: 1rem;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.container-more-info > .row {
  border-top: solid 1px #d9dee0;
  padding: 1rem 0;
}
@media print, screen and (min-width: 550px) {
  .container-more-info > .row > *:first-child {
    width: 40%;
  }
  .container-more-info > .row > *:last-child {
    width: 60%;
  }
}
@media screen and (max-width: 550px) {
  .container-more-info > .row > * {
    width: 100%;
  }
}
.container-more-info .block-info {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0.5rem 0;
}
.container-more-info .block-info > *:last-child {
  font-family: Circe Bold;
}
.container-more-info .block-info > *:last-child .detail {
  font-family: Circe Regular;
  color: #b3bdc2;
}
@media print, screen and (min-width: 835px) {
  .container-more-info .block-info > *:first-child {
    width: 41.66666666%;
  }
  .container-more-info .block-info > *:last-child {
    width: 58.33333333%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 835px) {
  .container-more-info .block-info > * {
    width: 50%;
  }
}
.container-more-info:not(:last-child) {
  margin-bottom: 3rem !important;
}

.bold {
  font-family: Circe Bold;
  font-size: 1.2em;
}

img.center {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hint {
  margin-top: 0.5rem;
  font-family: Circe Regular;
  font-size: 14px;
  color: #b3bdc2;
}
