html .container {
    max-width: 1200px;
}
.main-header .region-search {
    text-align: right;
    font-size: 20px;
}
#price-table-1 .card {
    background: #ededed;
    box-shadow: 0px 0px 12px #ebebeb;
    border-color: #e9dfdf;
}
#price-table-1 .mb-6 {
    margin-bottom: 4rem!important;
}
#price-table-1 .card-body {
    display: flex;
    flex-wrap: wrap;
    padding: 1.25rem 3.25rem 2.25rem 3.25rem;
}
#price-table-1 .price-d {
    width: 100%;
    font-size: 15px;
    display: flex;
    justify-content: center;
}
#price-table-1 .price-d {
    width: 100%;
    font-size: 16px;
}
#price-table-1 .card-title h3 {
    color: green;
    margin-bottom: 0;
}
.price-d {
    font-size: 14px;
    color: #000;
}
.price-d > div {
    line-height: 30px;
}
.card-title span {
    display: block;
    font-size: 22px;
    color: #454545;
}
#price-table-1 .card-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.block-title, .path-frontpage .node__content h2, #price-table-1 h2 {
    text-align: center;
    margin-bottom: 2em;
    color: #FB5A02;
    text-transform: uppercase;
}
.path-frontpage .node__content p {
    font-size: 16px;
    line-height: 1.82em;
}
.path-frontpage .region-content {
    background: #f8f8f8;
    padding: 20px;
}
/* language switch*/
.lang-dd { position: relative; display: inline-block; }

.lang-dd__btn{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  cursor:pointer;
  background:transparent;
  border:0;
  padding:.25rem .4rem;
  text-transform: uppercase;
}

.lang-dd__list{
  position:absolute;
  top:100%;
  left:0;
  z-index:999;
  min-width:100%;
  margin:.35rem 0 0;
  padding:.35rem 0;
  list-style:none;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 8px 24px rgba(0,0,0,.12);
}

.lang-dd__item a{
  display:block;
  padding:.35rem .7rem;
  white-space:nowrap;
  text-decoration:none;
  text-transform: uppercase;
}

.lang-dd__item a:hover{ background:rgba(0,0,0,.06); }

/* чтобы текущая ссылка (в кнопке) не выглядела как обычная ссылка, если хочешь */
.lang-dd__btn a {
  text-decoration: none;
}
#price-table-1 {
    padding-top: 1em;
}
@media (max-width: 1200px) {
    .flexslider .slider-caption {
        width: 95%;
        bottom: 9px;
        left: 20px;
        right: 20px;
    }
}
@media (max-width: 800px) {
    #price-table-1 .card-body {
        padding: 1.25rem 1.25rem 2.25rem 1.25rem;
    }
}
@media (max-width: 767px) {
    .topwidget .row > div {
        width: 100%;
    }
    .topwidget .region-topwidget-first p {
        text-align: center;
    }
    .flexslider .slider-caption {
        display: inline-block;
        position: initial;
        background: transparent;
    }
    .flexslider .slider-caption h1 {
        font-size: 1.3em;
    }
    .flexslider {
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    #price-table-1 .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 400px) {
    .brand.site-name {
        width: 73%;
        line-height: 17px;
    }
}
@media (min-width: 767px) {
    #price-table-1 .row {
        justify-content: space-evenly;
    }
}