/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.rating_selection label:before {
    color: #ffb500;
    font-size: 24px;
}

.rating_selection:hover label[for]:before {
    color: #ffb500;
}

#add_review .rating_selection label {
    border: none;
    background: none;
}

.add-reviews .spoiler {
    background: var(--theme-base-color) !important;
    border: none;
    box-shadow: none;
    border-radius: 5px;
}

.add-reviews .spoiler-input {
    background: none !important;
}

.add-reviews .spoiler:hover {
    background: hsl(var(--theme-base-color-hue), var(--theme-base-color-saturation), calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff))) !important;
}

#reviews-body .stars .full {
    color: #ffb500;
}

#reviews-body .list .item {
    width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#reviews-body .list {
    border-top: 1px solid #e2e5e9;
    padding-top: 20px;
}

.spoiler-reviews-body .review-add-block {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
}

#add_review .textbox-group {
    width: 100%;
    float: none;
}

#add_review .textbox-group textarea {
    background: #f7f7f7;
}

#add_review #add-photo-button {
    white-space: nowrap;
    border: 1px solid var(--theme-base-color);
    color: var(--theme-base-color);
    display: inline-block;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 14px;
    text-decoration: none;
}

#add_review input[type="submit"] {
    height: auto;
    width: auto;
    padding: 2px 50px;
    font-size: 15px;
    color: #ffffff;
    background-color: var(--theme-base-color);
    border: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#add_review input[type="submit"]:hover {
    background: hsl(var(--theme-base-color-hue), var(--theme-base-color-saturation), calc(var(--theme-base-color-lightness) + var(--theme-lightness-hover-diff))) !important;
}

#add_review #reset-form {
    line-height: 16px;
    text-decoration: none;
    color: var(--theme-base-color);
    background: none;
}

.catalog-list__info-top {
	margin-top: 0;
	padding: 10px 40px 0;
}

section.page-top {
	padding: 20px 24px 18px;
}

.share .shares-block {
    margin-top: 5px;
}

@media screen and (max-width: 768px){
    .share {
        /*position: absolute;top: 77px;right: 10px;*/
    }
    .detail_left {
        margin-bottom: 25px;
    }
    .cardPrise h1 {
        position: relative;
        top: 0;
    }
}

/* a.header-cabinet-link::after {
    content: '<a class="after-mail" href="mailto:info@kkirpich.ru">info@kkirpich.ru</a><span class="afterspan">по административным вопросам</span>';
} */

.srch_under {
    display: flex;
    gap: 8px;
}

.info-mail {
    display: flex;
    flex-direction: column;
}

.info-mail a {
    font-size: 12px;
    line-height: 14px;
    color: blue;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 4px;
}

.info-mail span {
    font-size: 8px;
    color: #000;
    line-height: 12px;
}

.video-block__play .company-item__video-iframe {
  display: none;
}

.company-item__text.index-block__preview img {
  width: 100%;
}