

/* Start:/local/templates/dispensator/css/custom.css?174964276213865*/
.deliveryPage {
  padding-top: 1.5rem;
}
.deliveryPage .icoWrap {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.deliveryPage .icoWrap .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 33.3333%;
  padding-right: 2.5rem;
  margin-bottom: 2.5rem;
}
.levels .level2_wrapper .productImage img {
  max-width: 300px;
}
.subCategory__item a {
  height: 100%
;
}
.deliveryPage .icoWrap .item .img {
  min-height: 100px;
}
.deliveryPage .icoWrap .item .name {
  margin-bottom: 2rem;
  font-size: var(--h4);
  line-height: 1.25;
  color: var(--text-color);
  font-weight: 500;
}
.deliveryPage .icoWrap .item .text {
  font-size: var(--fs-md);
  line-height: 1.75;
}
.deliveryPage .infoWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.25rem 2rem;
  border-radius: var(--radius-md);
  background: var(--primary-color);
  color: var(--light-color);
}
.deliveryPage .infoWrap .tlt {
  width: 100%;
  background: url("/local/templates/dispensator/css/../images/ico/info.png") left center no-repeat;
  min-height: 2.25rem;
  line-height: 1.5;
  font-size: var(--h1);
  font-weight: bold;
  padding-left: 3rem;
}
.deliveryPage .infoWrap .txt {
  margin-top: .625rem;
  font-size: var(--fs-lg);
  line-height: 1.75;
  font-weight: 500;
}

.contactDocs {
  margin-top: 3rem;
}
.contactDocs .requisites {
  font-weight: normal;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  background-color: var(--background-color);
  border: var(--border);
}
.contactDocs .requisites tr:nth-child(even) {
    background: var(--background-color--light);
}
.contactDocs .requisites td{
    padding: .5rem;
    font-size: var(--fs-md);
    border: none;
    border-right: var(--border);
}

.objectsPage {
  font-family: Roboto;
  font-size: var(--fs-lg);
  line-height: 1.75;
}
.objectsPage .objectPromo {}
.objectsPage .object2column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.objectsPage .object2column .fullLineH3 {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: -1.25rem;
}
.objectsPage .object2column .column {
  width: calc(50% - 1.5rem);
  padding-top: 3rem;
}
.objectsPage .object2column .column h3 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.objectsPage .object2column .column span {
  width: 100%;
  font-weight: 500;
  color: var(--text-color);
}
.objectsPage .object2column .column p {
  margin-bottom: 1.5rem;
}
.objectsPage .object2column .column ul.lineBefore {
  margin-bottom: 2rem;
}
.objectsPage .object2column .column ul.lineBefore li {
  font-size: var(--fs);
  line-height: 1.5;
}
.objectsPage .object2column .column ul.lineBefore li:before {
  content: "-";
  color: var(--text-color);
  font-size: var(--fs);
  display: inline-block;
  padding-right: .625rem;
  vertical-align: middle;
  line-height: 1;
  margin-top: -.125rem;
}
.objectsPage .object2column .btn {
  max-width: 265px;
}
.objectsPage .objectText {
  margin-top: 50px;
}
.objectsPage .objectText h3 {
  font-size: var(--h2);
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.objectsPage .objectText p {
  font-size: var(--fs);
  line-height: 1.25;
}
.objectsPage .objectText ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.objectsPage .objectText ul li {
  width: 50%;
  padding-right: 2.5rem;
  font-size: var(--fs);
  line-height: 2;
  color: var(--text-color);
}
.objectsPage .objectText ul li:before {
  content: "•";
  padding-right: .625rem;
  display: inline-block;
}
.objectsPage .objectText ul.lineBefore {
  margin-bottom: 2rem;
}
.objectsPage .objectText ul.lineBefore li {
  font-size: var(--fs);
  line-height: 1.5;
}
.objectsPage .objectText ul.lineBefore li:before {
  content: "-";
  color: var(--text-color);
  font-size: var(--h3);
  display: inline-block;
  padding-right: .625rem;
  vertical-align: middle;
  line-height: 1;
  margin-top: -.125rem;
}
.objectsPage .objectText .ulList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.objectsPage .objectText .ulList ul.lineBefore {
  width: 30%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
.objectsPage .objectText .ulList ul.lineBefore li {
  width: 100%;
}
.objectsPage .imageList {
  margin-top: 1.5rem;
}
.objectsPage .imageList .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  border: var(--border);
  border-radius: var(--radius-sm);
}
.objectsPage .imageList .item .image {
  max-width: 100%;
  max-height: 70px;
}
.objectsPage .objectInfo {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.25rem 2rem;
  border-radius: var(--radius-md);
  background: var(--background-color--light);
  color: var(--primary-color);
}
.objectsPage .objectInfo .tlt {
  font-size: var(--h2);
  line-height: 1.5;
  font-weight: 500;
}
.objectsPage .objectInfo .txt {
  font-size: var(--fs);
  line-height: 1.25;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.objectsPage .objectInfo .btn {
  max-width: 285px;
}

.objectsPage .objectsSliderWrap {
  margin-top: 2rem;
  position: relative;
}
.objectsSliderWrap .itemWrap a.name {
  padding-left: .625rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: .625rem;
  font-size: var(--fs);
  font-weight: 500;
  color: var(--text-color);
  display: block;
}
.objectsPage .objectsSliderWrap .item {}
.objectsPage .objectsSliderWrap .item .itemWrap {
  padding-right: .25rem;
}
.objectsPage .objectsSliderWrap .item .itemWrap .image {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.objectsPage .objectsSliderWrap .item .itemWrap a.name {
  padding-left: .625rem;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: .625rem;
  font-size: var(--fs);
  font-weight: 500;
  color: var(--text-color);
  display: block;
}
.objectsPage .objectsSliderWrap .objectsSlider {}
.objectsPage .objectsSliderWrap .objectsSlider .slick-arrow {
  font-size: 0;
  position: absolute;
  top: 70px;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--background-color--light);
  z-index: 10;
}
.objectsPage .objectsSliderWrap .objectsSlider .slick-prev {
  left: -15px;
}
.objectsPage .objectsSliderWrap .objectsSlider .slick-prev:after {
  content: 'prev';
  font-family: swiper-icons;
  color: var(--text-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: var(--fs);
  line-height: 2;
}
.objectsPage .objectsSliderWrap .objectsSlider .slick-next {
  right: -15px;
}
.objectsPage .objectsSliderWrap .objectsSlider .slick-next:after {
  content: 'next';
  font-family: swiper-icons;
  color: var(--text-color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: var(--fs);
  line-height: 2;
}

.deliveryPage .resp-tab {
    border-radius: var(--radius-sm);
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    background-color: var(--background-color);
    border: var(--border);
    margin-bottom: 2rem;
}
.deliveryPage .resp-tab td, .deliveryPage .resp-tab th {
    text-align: center;
    padding: .5rem;
    font-size: var(--fs-md);
    border: none;
}
.deliveryPage .resp-tab td {
    font-size: var(--fs-md);
    text-align: left;
    border-right: var(--border);
}
.deliveryPage .resp-tab th {
    font-weight: 500;
    color: var(--light-color);
    background: var(--primary-color);
}
.deliveryPage .resp-tab th:nth-child(odd) {
    background: var(--primary-color);
}
.deliveryPage .resp-tab tr:nth-child(even) {
    background: var(--background-color--light);
}

.deliveryPage .paymentInfo {

}
.deliveryPage .paymentInfo .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 2rem;
}
.deliveryPage .paymentInfo .item span {
  font-weight: 500;
}
.deliveryPage .paymentInfo .item p {}

@media (max-width: 520px) {
  .objectsPage {
    font-family: Roboto;
    font-size: var(--fs);
    line-height: 1.5;
  }
  .objectsPage .object2column .column {
    width: 100%;
    padding-top: 2rem;
  }
  .objectsPage .object2column .column ul.lineBefore li {
    font-size: var(--fs);
    line-height: 1.5;
  }
  .deliveryPage .icoWrap {
    flex-direction: column;
    margin-top: 1.25rem;
  }
  .deliveryPage .icoWrap .item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.5rem;
  }
  .deliveryPage .icoWrap .item .img {
    min-height: 4rem;
  }
  .deliveryPage .icoWrap .item .name {
    font-size: var(--h3);
    margin-bottom: .625rem;
  }
  .deliveryPage .infoWrap {
    margin-bottom: 2.5rem;
  }
  .deliveryPage .infoWrap .tlt {
    padding-left: 0;
    padding-top: 3rem;
    text-align: center;
  }
  .deliveryPage .infoWrap .txt {
    text-align: center;
  }

  .contactDocs .requisites {
    white-space: normal;
    table-layout: fixed;
  }
  .contactDocs .requisites tr {
    margin-bottom: .625rem;
    display: block;
    border-bottom: var(--border-md);
  }
  .contactDocs .requisites tr:nth-child(even) {
      background: transparent;
  }
  .contactDocs .requisites td {
    display: block;
    border-bottom: var(--border);
    border-right: var(--border-transparent);
  }
  .contactDocs .requisites td:last-child {
    border-bottom: 0;
  }
  .contactDocs .requisites td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: 500;
  }

  .objectsPage .objectText h3 {
    font-size: var(--h3);
    margin-bottom: .625rem;
    line-height: 1.5;
  }
  .objectsPage .objectText p {
    font-size: var(--fs);
    line-height: 1.25;
  }
  .objectsPage .objectInfo {
    padding: 1.25rem;
  }
  .objectsPage .objectInfo .tlt {
    font-size: var(--h4);
    line-height: 1.25;
  }
  .objectsPage .objectInfo .txt {
    font-size: var(--fs);
    line-height: 1.25;
    margin-bottom: 2rem;
  }
  .objectsPage .objectInfo .btn {
    max-width: 100%;
  }
  .objectsPage .objectText ul {
    flex-direction: column;
  }
  .objectsPage .objectText ul li {
    width: 100%;
    padding-right: 0;
    font-size: var(--fs);
    line-height: 1.5;
  }
  .objectsPage .objectsSliderWrap .item .itemWrap a.name {
    padding-left: 0;
    text-align: center;
  }
  .objectsPage .objectsSliderWrap .objectsSlider .slick-arrow {
    top: 70px;
    z-index: 10;
  }
  .objectsPage .objectsSliderWrap .objectsSlider .slick-prev {
    left: 2.5rem;
  }
  .objectsPage .objectsSliderWrap .objectsSlider .slick-next {
    right: 2.5rem;
  }
  .deliveryPage .resp-tab {
    display: block;
    width: 100%;
  }
  .deliveryPage .resp-tab thead,
  .deliveryPage .resp-tab tbody,
  .deliveryPage .resp-tab thead th {
    display: block;
  }
  .deliveryPage .resp-tab thead {
    float: left;
  }
  .deliveryPage .resp-tab tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  .deliveryPage .resp-tab td, .deliveryPage .resp-tab th {
    padding: .625rem .125rem;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 10rem;
    font-size: var(--fs-sm);
    text-overflow: ellipsis;
  }
  .deliveryPage .resp-tab thead th {
    text-align: center;
  }
  .deliveryPage .resp-tab tbody tr {
    display: table-cell;
  }
  .deliveryPage .resp-tab tbody tr:nth-child(odd) {
    background: none;
  }
  .deliveryPage .resp-tab tr:nth-child(even) {
    background: transparent;
  }
  .deliveryPage .resp-tab tr td:nth-child(odd) {
    background: var(--background-color--light);
    border-right: var(--border);
  }
  .deliveryPage .resp-tab tr td:nth-child(even) {
    border-right: var(--border);
  }
  .deliveryPage .resp-tab td {
    display: block;
    text-align: center;
  }
}


.cookie-policy {
    z-index: 999;
    min-height: 20px;
    box-sizing: border-box;
    padding: 16px;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #fff;
    box-shadow: 0 0 50px #ebebeb;
    display: none;
    width: calc(100% - 8px);
    max-width:416px
}

	.cookie-policy-content__link:target, .cookie-policy-content__link:active, .cookie-policy-content__link:focus {
		box-shadow: none;
		outline: none;
	}

@media only screen and (max-width: 1023px) {
    .cookie-policy {
        bottom: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform:translateX(-50%)
    }
		.cookie-policy-content__btn {
    font-size: 12px!important;
}
}

.cookie-policy.__show {
    opacity: 1;
    display:block
}

.cookie-policy-content {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(2, auto);
    -webkit-box-align: center;
    align-items: center;
    border-radius:10px
}

.cookie-policy-content__message {
    font-size: 12px;
    line-height:1.375
}

.cookie-policy-content__link {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.375;
    position: relative;
    cursor:pointer
}

.cookie-policy-content__btn {
    padding: 8px 20px;
    max-height: 40px;
    border-radius: 6px;
    color: #fff;
    background-color: #036031;
    box-shadow: 0 0 60px rgb(3 96 49 / 52%);
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height:1.5
}

.cookie-policy-content__btn:hover {
    color: #fff;
      background-color: #12402a;
    box-shadow:0 0 60px rgb(5 101 4 / 83%)
}

.cookie-policy__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    text-align: center;
    border: none;
    background: none;
    font-size: 34px;
    line-height: 0;
    cursor: pointer;
    color: #2d3462;
    outline:none
}
/* End */


/* Start:/local/templates/dispensator/components/bitrix/news.list/contacts_new/style.css?1714062240150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/dispensator/css/custom.css?174964276213865 */
/* /local/templates/dispensator/components/bitrix/news.list/contacts_new/style.css?1714062240150 */
