/*
 * Dev styles
 */


 /*
 * Страница "О нас"
 */

.main-title {
    position: relative;
    margin-bottom: 50px;
}
.text-center {
    text-align: center!important;
}

.rubrics-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rubrics-item {
    background: #eee;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 7px;
    float: left;
}

.--text-grey {
    color: #cfcfcf;
}

.category-carousel__slide .icon-box__title{
    text-align: center;
}

.main-title h2 {
    color: #222222;
    font-family: 'Jost', sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
}

.main-title p {
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    color: #717171;
    line-height: 1.2;
    margin-bottom: 0;
}

.mt50 {
    margin-top: 50px;
}

.comment__content-title {
    font-size: 28px;
}

@media (min-width: 992px){
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px){
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row.about{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 992px){
    .row.about{
        gap: 30px;
    }
    .card__content {
        min-height: unset !important;
    }
}

.display-flex-middle{
    display: flex;
    align-items: center;
}    

.about_content {
    padding-left: 15px;
    padding-right: 15px;
}

.about_content p {
    font-size: 15px;
    color: #717171;
    line-height: 21.68px;
    margin-bottom: 30px;
}

.funfact_one.style2 .details .timer, .funfact_one.style2 .details ul li {
    color: #222222;
}

.funfact_one .details .timer, .funfact_one .details ul li {
    font-family: 'Jost', sans-serif;
    font-size: 30px;
    margin-right: -2px;
    line-height: 43px;
}

.funfact_one.style2 .details .ff_title {
    color: #717171;
}
.funfact_one .details .ff_title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.list-inline-item {
    display: inline-block;
}

.funfact_one .details ul li:last-child {
    margin: 0;
}

.funfact_one .details ul {
    margin-bottom: 0;
}

 /*
 * --------- Карточка салона -----------------------
 */

.card__icon-img {
    object-fit: scale-down;
}

.card__icon {
    background: #e3e3e3;
}

.single-head__image-img {
    object-fit: contain;
}

img.img-fluid.w100{
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.invalid + .invalid-feedback {
    display: block;
}

hr {
    border-color: #ffffff59;
}

.sidebar-block__content.last-review{
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.sidebar-block__content.last-review .author{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.sidebar-block__content.last-review .spoiler-content__inner {
    max-height: 120px;
}

.tag-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.upload-file-form .uploading__listing {
    display: contents;
}

.author .author-description {
    display: flex;
    gap: 20px;
    align-items: center;
}

.section-single-head {
    width: 50%;
}

.section-single-gallery {
    width: 50%;
    height: 426px;
}

.section-single-gallery .gallery-fancybox {
    height: 426px;
    display: flex;
    width: 100%;
    gap: 8.5px;
}

.section-single-gallery .gallery-fancybox > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-fancybox__items img {
    width: 67px;
    height: 64px;
    object-fit: cover;
}

.gallery-fancybox__items {
    display: flex;
    flex-direction: column;
    gap: 8.5px;
}

.section-single-head__info {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.section-single-head__info:not(:has(.section-single-gallery)) .section-single-head {
    width: 100%;
}

.comments-form__rating-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.jq-star {
    width: 24px !important;
    height: 24px !important;
}

.bg-eee {
    background: #f9f9f9 !important;
}

.single-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
}

.star-container {
    display: flex;
    gap: 5px;
}

.btn_outline span {
    color: #717171;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 17.25px */
}

.btn_file_content svg {
    width: 22px;
    height: 20px;
}

.btn_file_content {
    display: flex;
    align-items: center;
    gap: 4px;
}

.btn_outline {
    border-radius: 8px;
    border: 1px solid #EAEAEA;
}

.btn_file {
    display: none;
}

.swiper-slide .spoiler-content__inner {
    min-height: 140px;
}

@media(max-width: 1100px) {
    .section-single-head__info {
        flex-direction: column;
    }

    .section-single-gallery {
        width: 100%;
    }

    .section-single-head {
        width: 100%;
    }

    .section-single-gallery {
        height: 312px !important;
    }

    .gallery-fancybox {
        flex-direction: column;
        height: 312px !important;
    }

    .section-single-gallery {
        margin-bottom: 40px;
    }

    h1, .h1 {
        font-size: 20px;
    }

    .gallery-fancybox__items {
        flex-direction: row;
    }
}

.tag-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tag-container .content{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-container .content .item{
    background: #eee;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 7px;
    float: left;
    color:#222222;
}

.with_ads_sidebar {
    width: 100%;
}

.news {
    margin-bottom: 32px;
}

.with_ads_sidebar .page-grid.page_right_sidebar {
    grid-template-columns: 360px;
}

.catalog__ads__wrapper {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 30px;
}

.catalog__ads__wrapper .catalog {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.catalog__ads__wrapper .catalog__body {
    grid-template-columns: repeat(2, 1fr);
}

.single-content {
    margin-bottom: 40px;
}

.page-grid.page_right_sidebar:last-child {
    top: 20px;
    position: sticky;
    margin-top: 20px;
}
.page-grid.page_right_sidebar:last-child #yandex_rtb_R-A-14405057-2 {
    width: 360px;
    max-width: 360px;
}


@media (max-width: 1100px) {
    .catalog__ads__wrapper {
        grid-template-columns: 1fr;
    }

    .catalog__ads__wrapper .catalog__body {
        grid-template-columns: 1fr;
    }
    
    .with_ads_sidebar .page-grid.page_right_sidebar {
        grid-template-columns: 1fr;
    }
}
.a-button{
    background: none;
    border: none;
    cursor: pointer;
}

.cke_notification_warning {
    display: none !important;
}

.auth_form {
    max-width: 600px;
    margin-top: 120px;
    margin-bottom: 120px;
}