header .header-item {
    display: flex;
    margin-top: 0;
}

.header-item.google-location .reviews-wrap a img {
    width: 38px;
    height: 48px;
}

.header-item.google-location .reviews-wrap a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-item.google-location .reviews-wrap span {
    color: #ffc107;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.header-item.google-location .reviews-wrap span:hover {
    text-decoration: none;
}

.header-item.google-location .location-wrap {
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.header-item.google-location .location-wrap .location-flex {
    display: flex;
    align-items: center;
}

.header-item.google-location .location-wrap .location-flex img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.header-item.google-location .location-wrap .location-flex .location-text p {
    font-size: 10px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.header-item.google-location .location-wrap .location-flex .location-text a {
    color: #c6489a;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 600;
}

header .info-bl__item {display: flex;padding: 0 10px;}

header .site-branding .info-bl {
    margin-bottom: 5px;
}

.info-bl__row {
    display: flex;
    align-items: center;
}

.callback-btns {
    border-radius: 4px;
    box-shadow: 0px 1px 18px 0px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}

.callback-btns p {
    color: #47ba1a;
    font-size: 11px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    position: relative;
    text-align: right;
}

.callback-btns .callback-btn-dlex {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.callback-btns .callback-btn-dlex .btn {
    border-radius: 5px;
    padding: 3px 10px;
    display: flex;
    cursor: pointer;
    min-width: 100px;
    align-items: center;
    justify-content: center;
}

.callback-btns .callback-btn-dlex .btn img {
    width: 15px;
    margin-right: 5px;
    height: 21px;
}

.btn-viber {
    background-color: #8e24aa;
    color: white;
}

.callback-btns .callback-btn-dlex .btn:hover {
    color: white;
    text-decoration: none;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.23);
}

.btn-telegram {
    background-color: #0f9de2;
    color: white;
}
.callback-btns p:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 4px;
    background-color: #47ba1a;
    border-radius: 50%;
}

.logo img {
    width: 135px;
    height: auto;
}

.h-info-flex .job-phone {
    font-size: 18px;
    font-weight: 600;
    color: black;
}

.h-info-flex .callback-popup {
    color: #c6499a;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.d-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
.buttons-calculate-and-order .button-link {
    border-radius: 4px;
    display: block;
    width: 45%;
    position: relative;
    padding: 30px;
    text-align: right;
}
.buttons-calculate-and-order .button-link:nth-child(2) {
    padding-right: 100px;
}
.buttons-calculate-and-order .button-link:nth-child(1) img {
    width: 90px;
}

.buttons-calculate-and-order .button-link img {
    position: absolute;
    top: -15px;
    left: 30px;
    width: 120px;
    height: auto;
    transition: .3s all;
}

.buttons-calculate-and-order .button-link span {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.buttons-calculate-and-order .button-link:hover {
    text-decoration: none;
}

.buttons-calculate-and-order .button-link:hover img {
    transition: .3s all;
    transform: scale(1.1);
}
.new-slider .img-item a {
    padding: 0px 10px;
    display: block;
}

.new-slider .img-item a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.buttons-calculate-and-order {
    padding: 30px 0;
}

.new-slider {
    padding: 30px 0;
}

.new-slider .h1 {
    margin-bottom: 50px;
}

.new-slider .portfolio-buttom {
    margin: 40px auto 0;
}

.new-slider .portfolio-buttom a {
    text-align: center;
    border: 1px solid #ae2a7e;
    padding: 10px 0;
    color: #ae2a7e;
    display: block;
    max-width: 250px;
    margin: 0 auto;
    transition: .3s all;
}
.new-slider .portfolio-buttom a:hover {
    background-color: #ae2a7e;
    color: white;
    transition: .3s all;
    text-decoration: none;
}
.new-slider .container.portfolio-cat .entry-header {
    width: 350px;
    text-align: center;
}

.slider-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    max-width: 100%;
    gap: 20px;
    justify-content: center;
}

.slider-items .slider-item {
    background: #fff;
    /* padding: 15px; */
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
    align-content: center;
}

.slider-items .slider-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.slider-items .slider-item img {
    max-width: 100%;
    height: auto;
}

.slider-items .slider-item p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}

.slider-items a{
    color: #000000;
    text-decoration: none;
}

.slider-items .slider-item-image {
    height: 169px;
    align-content: center;
    margin-top: 12px;
}

@media only screen and (max-width: 988px){
    .header-item.google-location {
        display: flex;
        justify-content: space-around;
    }
    header .callback-btns {
        padding: 10px !important;
    }
    .h-info-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    .d-flex {
        margin-left: -15px;
        margin-right: -15px;
    }
    .buttons-calculate-and-order .button-link {
        width: 100%;
        padding: 25px;
        margin: 20px 15px;
    }
    .buttons-calculate-and-order .button-link:nth-child(1) img {
        width: 80px;
    }
    .buttons-calculate-and-order .button-link:nth-child(2) img {
        width: 110px;
    }
    .buttons-calculate-and-order .button-link span {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .buttons-calculate-and-order .button-link:nth-child(2) {
        padding-right: 25px;
    }
}

.related-products a{
    color: #000;
    text-decoration: none;
}


.related-product{
    text-align: center;
}

.related-products-image {
    height: 169px;
    align-content: center;
    margin-top: 12px;
}


.related-products-image img {
    max-width: 100%;
    height: auto;
}