.header__logo-txt, .worktime__title, .worktime__txt, .header__link-txt, .phone__link_header, .header__call, .ibanner__slide-title, .ibanner__slide-txt {
    color: #f4ac0c !important;
}

.tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.tags a {
    border: 1px solid #f0ac0d;
    padding: 15px 25px;
    border-radius: 4px;
}

.tags a:hover {
    background-color: #f0ac0d;
    color: #fff;
    transition: all .5s;
}

.product__section-content-bottom p {
	color: #606060;
}

.h2 {
    font-size: 28px;
    font-weight: 600;
}
.akc-block img {
    width: 48%;
    max-width: 100%;
    box-shadow: 19px 24px 46px -4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}
.akc-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 50px;
}
.iadvantages.page-advantages .iadvantage {
    max-width: 200px;

}
 .r-item {
    margin-top: 40px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    padding: 35px 27px;
}
.r-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #000;
    margin-bottom: 3px;
}
.r-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 193%;
    color: #303030;
}
.r-icon {
	min-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    background: #F0AC0D;
    line-height: 50px;
    border-radius: 50%;
}
.r-body {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #333;
}
.r-head {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 24px;
}
.yalink:hover {
    text-decoration: none;
}

.yalink {
    color: #F0AC0D;
    text-decoration: underline;
}
.ablock a {
    font-weight: 700;
    font-size: 24px;
    color: #f0ac0d;
}

.ablock span {
    display: block;
    padding: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #f0ac0d;
}
.ablock > div {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    width: 49%;
    border-radius: 3px;
}
.ablock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pop-block .popular-swiper {
  overflow: hidden;
}
.pop-block .swiper-wrapper {
  display: flex;
}

.pop-block .swiper-slide {
  display: flex;
  height: auto; /* или 100% если нужно */
}

.pop-block .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* ВАЖНО: растягивает по всей высоте родителя */
    width: 100%;
}
@media screen and (max-width:600px){
.ablock > div {
 
    width: 100%;

    margin-bottom: 30px;
}.akc-block img {
    width: 100%;
    margin-bottom:20px;
}}