

/* Start:/Kontakty/style.css?177857615714024*/
/* Отступы */
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

h1 {
  font-size: 24px;
  text-transform: uppercase;
  color: #4e4d4d;
  font-weight: 400;
}

/* Панель переключения */
.b-toggle-bar {
  display: flex;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.b-toggle-bar__tab-pill {
  flex: 1 1 auto;
  font-weight: 400;
  text-transform: uppercase;
  border: unset;
  border-radius: unset;
  background-color: #ebebeb;
  cursor: pointer;
  list-style-type: none;
  text-align: center;
}
.b-toggle-bar__tab-pill--limited {
  max-width: 285px;
}
.b-toggle-bar__link {
  padding: 0.5em;
  border: 0;
  border-radius: 0 !important;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: currentColor;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}
.b-toggle-bar__link.active {
  color: #fff;
  background-color: #c1272d !important;
}
@media (max-width: 576px) {
  .b-toggle-bar__link {
    font-size: 12px;
  }
}
.b-toggle-bar__link:hover {
  text-decoration: none;
  background-color: #c6c6c6;
}
.b-toggle-bar--filter .b-toggle-bar__link {
  padding: 6px;
}

/* Разделитель */
.b-splitter {
  width: 100%;
  background-color: #e5e5e5;
  height: 1px;
  margin-top: 0.25rem !important;
  margin-bottom: 0.5rem !important;
}
.b-splitter--red-4 {
  background-color: #c1272d !important;
  height: 4px !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-5, .col-lg-7, .col-md-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-grow-1 .b-toggle-bar{
  margin-bottom: 1rem;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.col-lg-5,
.col-lg-7,
.col-md-6 {
  transition: max-width 0.2s;
}

a,
h2,
h4,
p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h2 {
  color: #4e4d4d;
  text-transform: uppercase;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.b-link--red {
  color: #c1272d !important;
}

.b-link--underlined {
  text-decoration: underline !important;
}

.b-link--underlined:hover {
  text-decoration: none !important;
}

.js-big-tab-pane,
.tab-pane {
  display: none;
}

.js-big-tab-pane.active,
.tab-pane.active {
  display: block;
}

.b-toggle-bar {
  display: flex;
  width: 100%;
  padding-left: 0;
}

.b-toggle-bar__tab-pill {
  flex: 1 1 auto;
  font-weight: 400;
  text-transform: uppercase;
  border: unset;
  border-radius: unset;
  background-color: #ebebeb;
  cursor: pointer;
  list-style-type: none;
  text-decoration: none;
  text-align: center;
}

.b-toggle-bar__tab-pill--limited {
  max-width: 285px;
}

.b-toggle-bar__link {
  padding: 0.5em;
  border: 0;
  border-radius: 0 !important;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: currentColor;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

.b-toggle-bar__tab-pill.active .b-toggle-bar__link {
  color: #fff;
  background-color: #c1272d !important;
}

@media (max-width: 576px) {
  .b-toggle-bar__link {
    font-size: 12px;
  }
}

.b-toggle-bar__link:hover {
  text-decoration: none;
  background-color: #c6c6c6;
}

.b-splitter--red-4 {
  background-color: #c1272d;
  height: 4px;
}

#dd-pickpoints-on-delivery .map {
  width: 100%;
  height: 438px;
}

#dd-pp-map-on-delivery {
  float: left;
}

.b-text-block--bordered {
  border: 1px solid #eee;
}

.b-text-block__headline {
  font-size: 22px;
}

.b-link--big-underlined {
  font-size: 22px;
  line-height: 1.7rem;
  text-decoration: none !important;
  border-bottom: 2px solid currentColor;
}

.b-link--big-underlined:hover {
  text-decoration: none;
  border-bottom: none;
}

.b-save-aspect-ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.b-save-aspect-ratio::before {
  display: block;
  content: "";
}

.b-save-aspect-ratio--route-block-image::before {
  padding-top: 31.8%;
}

.b-save-aspect-ratio--route-block-image {
  max-height: 136px;
}

.b-save-aspect-ratio__item {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  max-width: 100%;
}

.map {
  height: 250px;
  width: 100%;
}

.b-contacts__map {
  height: 600px;
  width: 100%;
}

.b-map {
  width: 100%;
  height: 250px;
}

@media (max-width: 367px) {
  .b-routes-to-print {
    width: 90px;
  }
}

.video__content {
  position: relative;
  padding-bottom: 56.49%;
  height: 0;
  margin-bottom: 15px;
}

.video__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts-route-widgets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0 1rem 1.5rem;
}

.contacts-route-info,
.contacts-route-widget__title,
.contacts-route-widget__map {
  min-width: 0;
}

.contacts-route-info {
  height: 100%;
}

.contacts-route-info > .b-text-block {
  height: 100%;
}

.contacts-route-info--shop,
.contacts-route-widget__title--shop,
.contacts-route-widget__map--shop {
  grid-column: 1;
}

.contacts-route-info--stock,
.contacts-route-widget__title--stock,
.contacts-route-widget__map--stock {
  grid-column: 2;
}

.contacts-route-widgets > .b-text-block__headline {
  grid-column: 1 / -1;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.contacts-routes-header {
  align-items: stretch;
  gap: 16px;
}

.contacts-routes-header .flex-grow-1 .b-toggle-bar {
  display: flex;
  margin-bottom: 4px;
}

.contacts-routes-header .b-toggle-bar__tab-pill {
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
}

.contacts-routes-header .b-toggle-bar__link {
  min-height: 48px;
  padding: 8px 12px;
  justify-content: center;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.contacts-routes-header .b-routes-to-print {
  width: 200px;
  min-width: 96px;
}

.contacts-routes-header .b-routes-to-print a {
  width: 100%;
}

.contacts-routes-header .b-routes-to-print img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contacts-route-widget__title {
  margin-bottom: 0;
  font-weight: 700;
}

.contacts-route-widget__map {
  display: block;
  width: 100%;
  max-width: none;
  border: 0;
}

.contacts-route-description {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.contacts-route-description__item {
  min-width: 0;
}

.contacts-route-description p {
  margin-bottom: 0.75rem;
}

.contacts-route-description ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.contacts-route-scheme {
  margin-bottom: 1.5rem;
}

.contacts-route-scheme img {
  display: block;
  max-width: 100%;
  height: auto;
}

.contacts-social__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 1rem 1.5rem;
}

.contacts-social__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  text-decoration: none;
  line-height: 1;
}

.contacts-social__links a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.contacts-social__links img {
  display: block;
  width: 34px !important;
  height: 34px !important;
  max-width: 34px !important;
  max-height: 34px !important;
  object-fit: contain;
}

.contacts-video {
  margin-top: 1rem;
}

.contacts-feedback {
  margin-bottom: 2rem;
}

.contacts-feedback__form {
  margin: 0 1rem 1.5rem;
  max-width: 760px;
  padding: 24px;
  border: 1px solid #eee;
  background-color: #fff;
}

.contacts-feedback__row {
  display: flex;
  gap: 16px;
}

.contacts-feedback__form label {
  display: block;
  flex: 1 1 0;
  margin-bottom: 1rem;
  color: #4e4d4d;
  font-size: 15px;
}

.contacts-feedback__form label span {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.contacts-feedback__form input[type="text"],
.contacts-feedback__form input[type="tel"],
.contacts-feedback__form input[type="email"],
.contacts-feedback__form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  color: #4e4d4d;
  font: inherit;
  background-color: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.contacts-feedback__form input[type="text"]:focus,
.contacts-feedback__form input[type="tel"]:focus,
.contacts-feedback__form input[type="email"]:focus,
.contacts-feedback__form textarea:focus {
  border-color: #c1272d;
  box-shadow: 0 0 0 2px rgba(193, 39, 45, 0.12);
  outline: none;
}

.contacts-feedback__form textarea {
  min-height: 130px;
  resize: vertical;
}

.contacts-feedback__agreement {
  display: flex !important;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px !important;
}

.contacts-feedback__agreement input {
  flex: 0 0 auto;
  margin-top: 4px;
}

.contacts-feedback__agreement span {
  font-weight: 400 !important;
}

.contacts-feedback__agreement a {
  color: #c1272d;
  text-decoration: underline;
}

.contacts-feedback__form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 28px;
  border: 1px solid #c1272d;
  border-radius: 0;
  color: #fff;
  font: inherit;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #c1272d;
  cursor: pointer;
  transition: background-color 0.15s, border-color 0.15s;
}

.contacts-feedback__form button[type="submit"]:hover {
  border-color: #9f1f24;
  background-color: #9f1f24;
}

.contacts-feedback__form button[type="submit"]:disabled {
  opacity: 0.65;
  cursor: default;
}

.contacts-feedback__message {
  margin-top: 1rem;
  color: #2f7d32;
  font-weight: 600;
}

.contacts-feedback__message--error {
  color: #c1272d;
}

@media (max-width: 767px) {
  .contacts-routes-header {
    flex-direction: column;
    gap: 12px;
    margin-right: 0;
    margin-left: 0;
  }

  .contacts-routes-header .b-toggle-bar {
    display: flex;
    width: 100%;
  }

  .contacts-routes-header .b-toggle-bar__tab-pill {
    flex: 1 1 50%;
    max-width: none;
    width: auto;
  }

  .contacts-routes-header .b-toggle-bar__link {
    min-height: 44px;
    justify-content: center;
    text-align: center;
  }

  .contacts-routes-header .b-routes-to-print {
    display: flex !important;
    justify-content: flex-start !important;
    width: auto;
    min-width: 0;
    margin-top: 0;
  }

  .contacts-routes-header .b-routes-to-print a {
    width: 96px;
  }

  .routes .row {
    display: block;
  }

  .routes .col-md-6 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .contacts-route-description {
    display: block;
  }

  .contacts-route-description__item {
    margin-bottom: 1.25rem;
  }

  .contacts-route-widgets {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-right: 0;
    margin-left: 0;
  }

  .contacts-route-info--shop,
  .contacts-route-widget__title--shop,
  .contacts-route-widget__map--shop,
  .contacts-route-info--stock,
  .contacts-route-widget__title--stock,
  .contacts-route-widget__map--stock,
  .contacts-route-widgets > .b-text-block__headline {
    grid-column: 1;
  }

  .contacts-route-info--shop {
    order: 1;
  }

  .contacts-route-info--stock {
    order: 2;
  }

  .contacts-route-widgets > .b-text-block__headline {
    order: 3;
  }

  .contacts-route-widget__title--shop {
    order: 4;
  }

  .contacts-route-widget__map--shop {
    order: 5;
  }

  .contacts-route-widget__title--stock {
    order: 6;
  }

  .contacts-route-widget__map--stock {
    order: 7;
  }

  .contacts-feedback__row {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .contacts-routes-header .flex-grow-1 .b-toggle-bar {
    flex-direction: column;
  }
}

.contacts-map-krasnodar {
  width: 100%;
  height: 800px;
  background: url("https://plitka-sdvk.ru/images/krasnodar-map-full.jpg") center;
  background-size: cover;
}

@media (max-width: 576px) {
  .contacts-map-krasnodar {
    height: 300px;
  }
}

@media (min-width: 576px) {
  .contacts-map-krasnodar {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .contacts-map-krasnodar {
    height: 600px;
  }
}

@media (min-width: 1200px) {
  .contacts-map-krasnodar {
    height: 800px;
  }
}

/* End */
/* /Kontakty/style.css?177857615714024 */
