/* Переопределение стилей в верстке */
.header-contact-group-flex {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
  justify-content: center;
}
#map1 h3 {
    margin-top: 10px;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 5px !important;
}
#map1 p {
  padding-bottom: 10px;
}

.d-xl-block.pagination-nivagation {
  display: block !important;
}
.catalog-categories__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.8fr 20px 0.8fr 20px 0.8fr 20px 0.8fr 20px 0.8fr;
  grid-template-columns: repeat(5, 0.8fr);
  gap: 20px;
  margin: 0 0 41px 0;
}
.bx-filter-section {
    overflow-x: clip;
}
.catalog-categories__item {
  border: 1px solid #ededed;
  border-radius: 5px;
  min-height: 85px;
  padding: 10px 15px 10px 15px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 0 5px rgba(164, 164, 164, 0.25);
  text-align: center;
}

.catalog-categories__item:hover {
    border: 1px solid #ffdb3f;
}

.catalog-categories_name {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: normal;
}
.catalog-categories_img {
    width: 115px;
    height: 63px;
    margin: 0 auto;
}
.catalog-categories_img img {
  /*
    width: 100%;
    height: auto;
    display: block;
    */ 
}
.catalog-categories__item a:hover {
    text-decoration: none;
}
.selected-filters-item p {
  font-size: 15px;
}
.selected-filters-wrap {
  padding-right: 10px;
}
.selected-filters {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(164, 164, 164, 0.25);
    margin-bottom: 30px;
    padding: 15px 25px 15px 25px;
    width: 100%;
    min-width: 220px;
    color: rgba(51, 51, 51, .9);
}
.selected-filters-item {
  margin: 15px 0px;
}
.selected-filters_name {
  font-size: 15px;
}
.selected-filters-item a {
  font-size: 15px;
  color: rgba(51, 51, 51, .9);  
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #ededed;
  margin: 5px 0px;
}
.selected-filters-item a:hover{
  text-decoration: none;
}
.selected-filters-item span {
  padding-left: 10px;
  font-size: 13px;
}
.selected-filters .selected-filters-reset {
  font-size: 18px;
  color: rgba(51, 51, 51, .9);  
  display: inline-block;
  padding: 10px 15px;
   border: 1px solid red;
  margin: 5px 0px;
  margin-bottom: 20px;
  display: inline-block;
}
.selected-filters .selected-filters-reset:hover{
  text-decoration: none;
}
#bx-soa-order-form .btn-outline-secondary {
	margin-right: 15px;
}
.navigation-arrows .ctrl {
	display: none;
}
.news-list-item .card-text {
	margin-bottom: 20px;
}

.map {
    height: 465px;
}

.section-product-similar h3{
    margin: 30px 0 25px 0;
    font-weight: 400;
    line-height: normal;
}
.find-by-photo-message-title {
  display: none;
}
.find-by-photo-message-cta {
  display: none;
}


.left_brand_title {
  font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}
.left_brand_catalog a {
  font-size: 15px;
  line-height: 24px;
  color: rgba(51, 51, 51, .8);
}

#del_filter {
    font-size: 18px;
    color: rgba(51, 51, 51, .9);
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid red;
    margin: 5px 0px;
    margin-bottom: 20px;
    display: inline-block;
    background: transparent;
    text-decoration: none;
    transition: 0.3s all ease;
}

#del_filter:hover {
    background: #ffc42e;
}

.modal_size_img_single img {
    max-width: 100%;
}

.section-brands-catalog {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

@media (min-width: 1200px) {
    .admin-panel {
        display: block !important;
    }
}

/* Логотип в мобильном меню */
.header-logo-block-mobile-menu {
    display: flex;
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}


/* контакты в шапке десктоп */

@media (min-width: 1200px)
{
    .header-contact-container {
         max-width: none !important;
    }
}
.header-address-item {
    /*width: 500px !important;*/
}

/* Контакты в в мобильном меню */
.offcanvas-contact-block {
    display: flex;
}

.offcanvas-contact-content {
    display: flex !important;
    align-items: center !important;
}

.offcanvas-contact-content div {
    margin-right: 7px;

    line-height: 26px;
}

.offcanvas-contact-content div.offcanvas-contact-tel {
    font-size: 22px;
}

.offcanvas-contact-content div.offcanvas-contact-icon-whatsapp {
    margin-top: -3px;
    position: relative;
}

.offcanvas-contact-content svg.offcanvas-contact-whatsapp-link {
    width: 24px;
    height: 24px;

}

.row.wrap-catalog-list {
    width: 100%;
}

@media (max-width: 860px) {
    .catalog-categories__box {
        -ms-grid-columns: (1.333fr)[3];
        grid-template-columns: repeat(3, 1.333fr);
        margin: 0 0 30px 0;
    }
    .section-brands-catalog {
      grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 600px) {
    .catalog-categories__box {
        -ms-grid-columns: (1.333fr)[2];
        grid-template-columns: repeat(2, 1.333fr);
        margin: 0 0 30px 0;
    }
    .pagination .page-item .page-link {
      min-width: 32px;
    }
    .section-brands-catalog {
      grid-template-columns: repeat(2, 1fr);
    }
}

/* .typeconstruction_img {
  display: none;

}

.typeconstruction_img img {
  width: 100%;
  height: auto;
  max-height: 130px;
}

input[value="3817635048"]:checked {
  color:#ffdb3f;
}

input[value="3817635048"]:checked ~ .typeconstruction_img.key-v {
  display: block;
}

.wrap-sides {
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wrap-sides .col-lg-12 {
  flex: auto;
  padding: 0 5px;
}

.text-help {
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.3;
  color: red;
} */

.bx-filter .bx-filter-popup-result.left {
    right: -5%;
    left: 50%;
}

.catalog-banner {
  border: 1px solid rgba(0, 0, 0, .3);
  display: flex;
  align-items: center;
  gap: 45px;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 40px 0;
  justify-content: space-between;
}
.catalog-banner h2,
.catalog-banner .h2 {
  font-size: 20px;
  line-height: normal;
}
.catalog-banner__text {
  padding: 15px 0 15px 40px;
}
.catalog-banner__img {
  mask-image: url(../main/images/catalog/banner-mask.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.catalog-banner__img img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-banner__img {
  width: 363px;
  flex-shrink: 0;
}
.catalog-item.bordered h3,
.catalog-item.bordered .h3 {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #686868;
}
.catalog-item.bordered .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 43px;
  width: 100%;
  text-align: center;
}
.catalog-item.bordered .card-product-thumbnail {
  width: calc(100% + 7px);
  margin: 0 0 44px 0;
}
.catalog-item.bordered .card-product-order-block {
  border-top: 0;
}
.catalog-item.bordered .card-product .card-product-media {
  margin: 0 0 0 auto;
}
.catalog-item.bordered .card-product {
  box-shadow: 0px 0px 0px 13px rgba(255, 218, 63, 1) inset;
  padding: 13px 20px 0;
}

.header-account-list .header-account-item .header-personal path{
  stroke: black;
  transition: stroke 300ms ease;
}
.header-account-list .header-account-item:hover .header-personal path{
  stroke: #ffdb3f;
}

@media screen and (max-width: 1199px) {
  .catalog-item.bordered .card-product {
      box-shadow: 0px 0px 0px 5px rgba(255, 218, 63, 1) inset;
      padding: 5px 12px 0;
  }
  .catalog-item.bordered .btn {
      min-height: 40px;
  }
  .header-toggle-value {
    display: none;
  }
  .header-toggle-media {
    width: 25px;
    height: 24px;
  }
  .header-toggle-container {
    position: relative;
    top: 3px;
  }
  .header-logo-block {
    width: 101px !important;
    height: 47px !important;
  }
}
@media screen and (max-width: 767px) {
  .catalog-banner {
      flex-direction: column-reverse;
      align-items: flex-start;
      gap: 25px;
  }
  .catalog-item.bordered .card-product-thumbnail {
      margin: 0 0 48px 0;
  }
  .catalog-item.bordered .btn {
      min-height: 38.5px;
  }
  .catalog-banner__img {
      width: auto;
      mask-image: unset;
  }
  .catalog-banner__text {
      padding: 0 15px 25px 15px;
  }
  .catalog-item.bordered h3, .catalog-item.bordered .h3 {
      font-size: 16px;
  }
  .catalog-item.bordered .btn {
      font-size: 11px;
  }
}

/* стили для текстовыой страницы */
.textpage {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #2B2A29;
  padding: 0 0 100px 0;
}

.textpage h1 {
  margin: 0 0 25px 0;
}

.textpage p {
  margin: 0 0 25px 0;
}


.textpage h2,
.textpage h3 {
  margin: 60px 0 25px 0;
  font-weight: 400;
  line-height: normal;
}
.textpage h2 {
  font-size: 30px;
}
.textpage h3 {
  font-size: 26px;
}


.textpage ul li {
  list-style-type: none;
  position: relative;
}
.textpage li:not(:last-child) {
  margin: 0 0 20px 0;
}
.textpage span {
  font-weight: 400;
}
.textpage ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFDA3F;
  border: 1px solid #333333;
  position: absolute;
  top: 10px;
  left: -20px;
}
.textpage ul,
.textpage ol {
  padding: 0 0 0 26px;
  margin: 20px 0;
}

.textpage__row {
  display: flex;
  gap: 20px;
  margin: 60px 0;
}
.textpage img {
  margin: 40px 0;
}
.textpage__row img {
  margin: 0 !important;
}
.textpage__row-img {
  width: 545px;
  flex-shrink: 0;
}
.textpage ol {
  counter-reset: section;
}
.textpage ol li::before {
  counter-increment: section; 
  content: counter(section) "."; 
  color: #FFDA3F;
  -webkit-text-stroke: 1px #333333;
  position: absolute;
  top: -3px;
  left: -27px;
  font-weight: 700;
  font-size: 26px;
}
.textpage ol li {
  list-style-type: none;
  position: relative;
}
.textpage table,
.textpage table tbody {
  display: block;
}
/*
.textpage *:last-child {
  margin-bottom: 0;
}
*/
.textpage table {
  border: 1px solid #898989;
  border-radius: 15px;
  overflow: hidden;
  margin: 80px 0;
}
.textpage table tr {
  display: flex;
}
.textpage table th,
.textpage table td {
  display: block;
  flex: 1;
}
.textpage table th {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  background: #FFDA3F;
}
.textpage table th,
.textpage table td {
  padding: 17px;
}
.textpage table td {
  border-top: 1px solid #898989;
}
.textpage table td:not(:last-child),
.textpage table th:not(:last-child) {
  border-right: 1px solid #898989;
}
.textpage img {
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .textpage h2 {
      font-size: 26px;
  }
  .textpage h3 {
      font-size: 22px;
  }
  .textpage h2,
  .textpage h3 {
      margin: 45px 0 25px 0;
  }
  .textpage table th {
      font-size: 18px;
  }
  .textpage {
      font-size: 16px;
      line-height: 22px;
  }
  .textpage ul li::before {
      top: 6px;
  }
  .textpage ol li::before {
      left: -26px;
      font-size: 23px;
  }
  .textpage table {
      margin: 40px 0;
  }
}

@media screen and (max-width: 1024px) {
  .textpage__row {
      flex-direction: column;
      gap: 20px;
  }
  .textpage__row-img {
      width: auto;
  }
}

@media screen and (max-width: 768px) {
  .textpage table tr:first-child {
      display: none;
  }
  .textpage h2 {
      font-size: 18px;
  }
  .textpage h3 {
      font-size: 16px;
  }
  .textpage h2, .textpage h3 {
      margin: 30px 0 20px 0;
  }
  .textpage {
      font-size: 14px;
      line-height: 20px;
  }
  .textpage table,
  .textpage table td:not(:last-child) {
      border: none;
      border-radius: 0;
  }
  .textpage table td::before {
      content: attr(data-cell);
      display: block;
      font-weight: 400;
      margin: 0 0 5px 0;
  }
  .textpage table td {
      padding: 0;
      border: none;
  }
  .textpage table td:not(:last-child) {
      margin: 0 0 10px;
  }
  .textpage table tr {
      display: block;
      padding: 0 0 20px 0;
      margin: 0 0 20px 0;
  }
  .textpage table tr:not(:last-child) {
      border-bottom: 1px solid #898989;
  }
  .textpage ul li::before {
      top: 6px;
      width: 6px;
      height: 6px;
  }
  .textpage ul, .textpage ol {
      padding: 0 0 0 18px;
  }
  .textpage ol li::before {
      left: -19px;
      font-size: 17px;
  }
}

.social {
    margin: 40px 0 0 0;
    padding: 30px;
    background: #fff;
}
.social__head {
    text-align: center;
    margin: 0 0 41px 0;
    font-size: 18px;
    font-weight: 300;
}
.social__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.social__item {
    padding: 15px 30px;
    letter-spacing: -0.02em;
    color: #fff;
    position: relative;
}
.social__item span {
    font-weight: 700;
}
.social__item:hover {
    color: #fff;
    text-decoration: none;
}
.social__item-head {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 9px 0;
}
.social__item-body {
    padding: 0 0 0 18px;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}
/*.social__item.green {
    background: #0BB822;
}*/
.social__item.blue {
    background: #00A2EC;
}
.social__item-img {
    position: absolute;
    top: -44px;
    right: 10px;
}
.social__item-img img {
    max-width: 100%;
    max-height: 100%;
}
.header-account-item.mobile {
    display: none;
}
@media screen and (max-width: 1199px) {
    .header-account-item.mobile {
        display: flex;
        margin: 0 4.5px;
    }
    .header-account-list {
        align-items: center;
    }
    .header-account-link {
        padding: 0 6.5px;
    }
    .header-account-value {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .social__inner {
        grid-template-columns: 4fr;
        gap: 60px;
    }
}
@media screen and (max-width: 768px) {
    .social__item-img {
        width: 56px;
        top: -28px;
        right: 5px;
    }
    .social__item-head {
        font-size: 16px;
    }
    .social__item-head span {
        display: block;
    }
    .social__item {
        padding: 15px;
    }
    .social__inner {
        gap: 37px;
    }
    .social__item-body {
        font-size: 20px;
        padding: 0;
    }
}

/*TT31961 start*/
.similar-slider {
    overflow: clip;
    overflow-clip-margin: 20px;
    position: static;
}
.similar-slider .swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
}
.similar-slider .swiper-button-prev,
.similar-slider .swiper-button-next {
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
}
.similar-slider .swiper-button-prev {
    left: -12px;
}
.similar-slider .swiper-button-next {
    right: -12px;
}
.similar-slider-box {
    position: relative;
}
.section-product .section-product .container {
    padding: 0 !important;
}
.similar-slider .swiper-pagination {
    display: none;
}
.section-product {
    overflow: clip;
    overflow-clip-margin: 15px;
}
@media screen and (max-width: 1200px) {
    .section-product-main .row,
    .section-product .row {
        display: block;
    }
    .product-gallery-container {
        width: 625px;
    }
    .product-summary-container,
    .product-trade-container {
        width: 100%;
        max-width: unset !important;
    }
    .product-buy-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .product-buy-block * {
        margin: 0 !important;
    }
    .product-buy-block .preloader {
        display: none;
    }
   
    .product-price-block {
        margin: 0 0 20px 0;
    }
    .product-trade-container {
        margin: 35px 0;
    }
}
@media screen and (max-width: 1024px) {
    .similar-slider .swiper-pagination {
        display: block;
        bottom: -10px;
    }
    .similar-slider .swiper-button-next,
    .similar-slider .swiper-button-prev {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .product-buy-block {
        grid-template-columns: 4fr;
    }
}
/*TT31961 end*/


/*TT31958 start*/
/*pagesgroup.css*/
.sitemap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin: 40px 0 100px 0;
}
.sitemap ul {
    padding: 0;
    margin: 0;
}
.sitemap li {
    margin: 0;
    list-style-type: none;
}
.sitemap li:not(:last-child) {
    margin: 0 0 8px 0;
}
.sitemap a {
    color: #333;
    text-decoration: underline;
}
.sitemap a:hover {
    text-decoration: none;
}
.sitemap__item-name {
    margin: 0 0 20px 0;
}
.payment__layout {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 25px 0;
}
.payment__item,
.delivery-steps__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border: 1px solid lightgray;
    width: 280px;
    min-height: 200px;
    position: relative;
}
.delivery-steps__item {
    width: auto;
}
.payment__item-icon img,
.delivery-steps__icon img {
    margin: 0 !important;
}
.payment__item-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.textpage img {
    max-height: 100%;
}
dt {
    font-weight: 400;
}
.delivery-steps,
.logistics-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.delivery-steps.has-counter {
    counter-reset: section;
}
.delivery-steps.has-counter .delivery-steps__item::before {
    counter-increment: section; 
    content: counter(section);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    color: #FFDA3F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 500;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.features-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0 0 0;
}
.gallery img {
    margin: 0 !important;
}
.store-names {
    display: flex;
    gap: 20px;
}
.store-name {
    cursor: pointer;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 0 0 4px 0;
}
.store-body {
    display: none;
}
.store-body.active {
    display: block;
    animation: fade .6s ease-in-out;
}
.gallery__item {
    position: relative;
}
.gallery__item::after,
.gallery__item::before {
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    pointer-events: none;
}
.gallery__item::after {
    width: 34px;
    height: 34px;
    background: url(../img/search-icon.svg) no-repeat;
    background-size: 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery__item::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
}
.gallery__item:hover::before {
    opacity: .3;
    visibility: visible;
}
.gallery__item:hover::after {
    opacity: 1;
    visibility: visible;
}
.features-section .payment__item {
    width: auto;
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.store-name.active {
    border-bottom: 1px solid #FFDA3F;
}

@media screen and (max-width: 1024px) {
    .features-section {
        grid-template-columns: repeat(3, 1fr);
    }
    .gallery__item::before,
    .gallery__item::after {
        content: none;
    }
}
@media screen and (max-width: 768px) {
    .sitemap {
        display: block;
        column-count: 2;
        column-gap: 30px;
    }
    .features-section,
    .gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .sitemap__item {
        margin: 0 0 30px 0;
        break-inside: avoid;
    }
    .sitemap__item-name {
        margin: 0 0 15px 0;
    }
    .payment__layout,
    .delivery-steps {
        display: grid;
        grid-template-columns: 4fr;
        gap: 15px;
    }
    .delivery-steps.has-counter {
        gap: 40px;
    }
    .delivery-steps.has-counter .delivery-steps__item::before {
        font-size: 16px;
        line-height: normal;
        width: 30px;
        height: 30px;
        bottom: -15px;
    }
    .payment__item,
    .delivery-steps__item {
        width: 100%;
        min-height: 140px;
        padding: 12px;
    }
    .payment__item-icon {
        width: 60px;
        height: 60px;
    }
    .store-names {
        display: grid;
        grid-template-columns: 4fr;
        gap: 15px;
        text-align: center;
    }
}
.sitemap .sitemap__item ul li{
  line-height: 20px;
}
.sitemap .sitemap__item ul li::before {
  content: none;
}
.sitemap a {
  font-size: 16px;
  font-weight: 400;
}

/*TT31958 end*/



.discount-system {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.discount-system__item {
    padding: 15px;
    color: black;
}
.discount-system__item:not(:last-child) {
    border-right: 1px solid #ddd;
}
.discount-system__group {
    border: 1px solid #ddd;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.discount-system__item p {
    margin: 0 0 10px 0;
}
.discount-system__item b {
    font-weight: 700;
}
.discount-section {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #ddd;
    text-decoration: none !important;
    color: black;
}
.discount-image {
    margin: 0 !important;
}
.discount-text p {
    margin: 0 0 10px 0;
}
.discount-text {
    flex-grow: 1;
    font-size: 16px;
    line-height: normal;
    padding: 0 20px;
}
.discount-section:not(:last-child) {
    margin: 0 0 30px 0;
}
.discount-text strong {
    font-size: 20px;
}
.key-section__box:not(.active) {
    display: none;
}
.discount-image {
    width: 555px;
    flex-shrink: 0;
    height: auto;
}

.key-section__inner {
    display: flex;
    align-items: center;
    gap: 40px;
}
.key-section {
    padding: 40px;
    background: #fff;
    transition: .3s ease-in-out;
    border: 1px solid #ddd;
    text-decoration: none !important;
    color: black;
}
.key-section.no-border {
    padding: 0;
    border: none;
}
.key-section__img {
    width: 350px;
    flex-shrink: 0;
}
.key-price {
    flex-shrink: 0;
    padding: 15px;
    background: #f9f9f9;
}
.key-section__img img,
.key-examples img {
    max-width: 100%;
}
.key-price__currency {
    font-size: 30px;
    line-height: normal;
}
.key-examples {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.key-section:not(:last-child) {
    margin: 0 0 30px 0;
}
.services-group:not(:last-child) {
    margin: 0 0 60px 0;
}
.key-examples__item {
    width: 119px;
    height: 90px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    user-select: none;
    cursor: pointer;
}
.key-examples__item.active {
    border-color: #FFDA3F;
}
.page-body {
    padding: 0 0 100px 0;
}
.key-section img {
    margin: 0 !important;
}
.key-section h3,
.key-section .h3 {
    margin-top: 0;
}
.key-section__inner {
    margin: 0 0 30px 0;
}
.key-price p {
    margin: 0 0 10px 0;
}
@media screen and (max-width: 1024px) {
    .discount-section {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .discount-image {
        width: auto;
    }
    .key-section {
        padding: 20px;
    }
    .key-section__inner {
        gap: 20px;
    }
    .key-examples__item {
        width: 70px;
        height: 50px;
    }
    .key-section__img {
        width: 180px;
    }
    .discount-text {
        padding: 0 20px 20px 20px;
    }
    .discount-system {
        grid-template-columns: 4fr;
    }
    .discount-text strong {
        font-size: 16px;
    }
    .discount-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .key-section__inner {
        flex-direction: column;
        align-items: stretch;
    }
    .key-section__img {
        width: auto;
    }
    .key-price__currency {
        font-size: 24px;
    }
    .key-examples {
        display: grid;
        grid-template-columns: repeat(3, 1fr);

    }
    .key-examples__item {
        width: auto;
        height: auto;
    }
}


.flex-heading h2 {
    margin: 0;
}
.flex-heading img {
    margin: 0;
}
.flex-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 40px 0;
}
.flex-heading__icon {
    flex-shrink: 0;
}
.shop-item__layout {
    display: flex;
    gap: 40px;
}
.shop-item__info {
    display: flex;
    gap: 40px;
}
.shop-item__contacts-item {
    display: flex;
    align-items: center;
    gap: 15px;
}
.shop-item__contacts-item a {
    color: #2b2a29;
    font-weight: 400;
}
.shop-item__contacts-item:not(:last-child) {
    margin: 0 0 10px 0;
}
.shop-item__info {
    padding: 20px 40px;
    border: 1px solid #ddd;
}
.shop-item__contacts-icon {
    flex-shrink: 0;
}
.shop-item__contacts-icon img,
.shop-item__preview img {
    margin: 0;
}
.shop-item__preview {
    width: 420px;
    flex-shrink: 0;
}
.shop-item__preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shop-item__sub-item * {
    margin: 0;
}
.shop-item__sub-item:not(:last-child) {
    margin: 0 0 10px 0;
}
.additional-info {
    margin: 20px 0;
    text-align: center;
}
.show-map__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.arrow-down {
    flex-shrink: 0;
    transition: 0.3s ease-in-out;
}
.show-map {
    border: 1px solid #ddd;
    transition: 0.3s ease-in-out;
    margin: 20px 0;
}
.show-map img {
    margin: 0;
}
.show-map.active {
    border-color: #ffda3f;
}
.show-map.active .arrow-down {
    transform: rotate(-180deg);
}
.show-map__head {
    padding: 15px;
    cursor: pointer;
}
.show-map__item p {
    margin: 0 0 15px 0;
}
.show-map__item-head {
    margin: 0 0 15px 0;
    height: 28px;
}
.show-map__item-name {
    margin: 0 0 15px 0;
}

.show-map__item p:last-child {
    margin: 0;
}
.show-map__body {
    padding: 0 15px 15px 15px;
    display: none;
}
.show-map__layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 40px;
}
.show-map__item {
    display: flex;
    flex-direction: column;
}
/*.show-map__item figure {
    margin-top: auto;
}*/
figcaption {
    font-size: 14px;
    line-height: normal;
    margin: 10px 0 0 0;
}
.gallery-box {
    position: relative;
    margin: 40px 0 0 0;
}
.gallery-box .swiper {
    position: static;
}
.gallery-box .swiper-pagination {
    display: none;
}
.gallery-box .swiper-button-prev svg,
.gallery-box .swiper-button-next svg {
    position: relative;
}
.gallery-box .swiper-button-prev,
.gallery-box .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    
}

.gallery-box .swiper-button-prev svg {
    right: 3px;
}
.gallery-box .swiper-button-next svg {
    right: 1px;
}
.gallery-box .swiper-button-next {
    transform: translateY(-50%) translateX(calc(100% + 15px));
}
.gallery-box .swiper-button-prev {
    transform: translateY(-50%) translateX(calc(-100% - 15px));
}
.gallery-box img {
    margin: 0;
}

.shop-item:not(:last-child) {
    padding: 60px 0;
    border-bottom: 1px solid #ddd;
}
.shop-item {
    margin: 60px 0;
}
.textpage h1 {
    margin-bottom: 25px;
}

.steps-grid .step-item:last-child {
    margin-bottom: 65px;
}

.card-step .card-step-thumbnail .card-step-media {
    margin: 0;
}

.textpage .social__item-img img {
    margin: 0;
}

@media screen and (min-width: 600px) {
    .gallery-slider__item::before,
    .gallery-slider__item::after {
        content: '';
        position: absolute;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease-in-out;
    }
    .gallery-slider__item:hover::before {
        opacity: .4;
        visibility: visible;
    }
    .gallery-slider__item:hover::after {
        opacity: 1;
        visibility: visible;
    }
    .gallery-slider__item::before {
        background: black;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .gallery-slider__item::after {
        background: url(../img/gallery-search.svg) no-repeat;
        background-size: 100% 100%;
        width: 40px;
        height: 40px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


@media screen and (max-width: 1280px) {
    .gallery-box .swiper-button-prev,
    .gallery-box .swiper-button-next {
        display: none;
    }
    .gallery-box .swiper-pagination {
        display: block;
        position: static;
        margin: 15px 0 0 0;
    }
}

@media screen and (max-width: 1024px) {
    .shop-item__layout {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .shop-item__preview {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .shop-item__info {
        padding: 20px 15px;
        flex-direction: column;
        gap: 25px;
    }
    .show-map__item-head {
        height: auto;
    }
    .show-map__item-name {
        margin: 0 0 8px 0;
    }
    .flex-heading {
        margin: 0 0 25px 0;
    }
    .shop-item {
        margin: 40px 0;
    }
    .shop-item:not(:last-child) {
        padding: 0 0 40px 0;
    }
    .show-map__layout {
        grid-template-columns: 4fr;
        gap: 25px;
    }
}

/*TT34046 */
.card-controls {
    display: grid;
    grid-template-columns: 4fr;
    gap: 15px;
}
.card-product-horizontal .card-controls {
    width: 300px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.counter input[type="number"]::-webkit-outer-spin-button,
.counter input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.counter input[type="number"],
.counter input[type="number"]:hover,
.counter input[type="number"]:focus {
  appearance: none;
  -moz-appearance: textfield;
}
.card-controls * {
    margin: 0 !important;
}
.counter {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px;
    border: 1px solid #B3B3B3;
}
.counter input {
    font-size: 15px;
    border: none;
    background: transparent;
    outline: none;
    text-align: center;
    flex-grow: 1;
    user-select: none;
    width: 25px;
}
.counter__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    user-select: none;
}
@media screen and (max-width: 1199px) {
    .card-product-horizontal .card-controls {
        grid-template-columns: 4fr;
        gap: 12px;
        width: 100%;
    }
    .counter {
        padding: 7px 15px;
    }
}
/*end TT34046 */
.social__item.max {
    background: linear-gradient(74deg, #4cf 0%, #53e 66.2%, #93d 100%);
}



.main_catalog_brand ul.pagination li::before {
    display: none;
}
.main_catalog_brand ul.pagination .page-item {
  margin: 0 4px;
}