.item-view .head .text{
    font-weight: bold;
}
.item-view .slider{
}

.item-view .slider img{ 
    border-radius: 5px;
}

.item-view .slider .product-images-small img {
    height: 100%;
    border-radius: 5px;
}

.item-view .slider.slider-horizontal {
    height: 100px;
}
.item-view .slider.slider-horizontal .slick-slide {
    margin-right: 15px;
}
.item-view .slider.slider-horizontal  {
    margin-bottom: 15px;
    
}
.slides-all {
    height: 120px;padding-right: 15px;padding-left: 15px;margin-bottom: 15px;width: 100%;
}
.slides-all .img{
    height: 120px;
    padding-right:5px;
}
.product-images-normal {
    margin-bottom: 15px;
}
.item-view .slider.slider-horizontal .slick-track {
    float: left;
}
.slider-for img{
    width: 100%;
    height: 420px;
    max-height: 420px;
    object-fit: contain;
    background: #f7f8fb;
    border-radius: 12px;
}


.product-images-small .slick-list, .product-images-small .slick-list img  {
    height: 100px !important;
}


.item-view .services, .item-view .actions{
    margin-bottom: 15px;
}

.item-view .body {
    margin-top: 30px;
    margin-bottom: 30px;
}

.item-view .price{
    margin-bottom: 15px;
}

.item-view .price .value{
color: #000;
  font-weight: 700;
  font-size: 32px;
}

.item-view .price .price-info{
    color: #000;
}

.zayav{
max-width: 350px;
}

  @media (max-width: 767px){
.zayav {
max-width: 100%;
}
}

.item-view .info.block{
    margin-bottom: 25px;
}
.item-view .info.block .title{
    font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.item-view .info.block .content  span {
    font-weight: bold;
}

.item-view .info.block .link {
    font-weight: bold;
    margin-top: 15px;
}
.product-info .item-info:hover  {
    color: #000 !important;
}
.product-info .item-info:hover svg {
    color: #02d15c!important;
    fill: #02d15c!important;
}

.product-info .item-info .is_add svg{
    color: #02d15c!important;
}

.item-view .actions a {
    padding: 13px 13px !important;
    font-size: 17px;
	white-space: normal;
}

.item-location-block {
    margin-top: 18px;
    padding: 20px 0;
    border-radius: 18px;
    background: #f8fafd;
}

.item-location-title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
}

.item-location-city {
    font-size: 16px;
    line-height: 1.6;
    color: #121a33;
}

@media (max-width: 991px){
    .slider-for img{
        height: 340px;
        max-height: 340px;
    }
}

@media (max-width: 575px){
    .slider-for img{
        height: 280px;
        max-height: 280px;
    }

    .item-location-block {
        padding: 16px 0;
        border-radius: 14px;
    }

    .item-location-title {
        font-size: 22px;
    }

    .item-location-city {
        font-size: 16px;
    }
}

.search-line .dropdown-menu.dropdown-menu-cats{
    height: 450px;
}
.search-line .dropdown-menu.dropdown-menu-cats .root-cat, .search-line .dropdown-menu .subcats-block {
    height: 400px;
    overflow-y: auto;
}

.search-line .dropdown-menu.dropdown-menu-cats .root-cat .cat.active{
    text-decoration: underline;
}

.sub-cats:hover {
    text-decoration: underline;
}
