

/* Start:/bitrix/templates/template.rimeks/components/veeeeeRySeXy/serv.mass/zapis-na-uslugi-list/style.css?174832349116353*/
.lmore4td {
    border: 1px solid transparent;
    position: relative;
}

.lmore4td input {
    display: none;
}

.lmore99 {
    cursor: pointer;
}

.textblock {

}

.apodrobnee {
    text-decoration: none;
    color: gray;
}
.apodrobnee:hover {

}

.aname {
    color: black;
    cursor: pointer;
}

.chekboxserv:checked ~ .lmore99,
.lmore4td:hover .lmore99{
    cursor: pointer;
}

.lmore99:hover {
    background-repeat: no-repeat;
    background-position: 0;
    cursor: pointer;
}

.lmore4td:hover span.borspan {
    border:none !important;
}
.appointment__content{
    /* background-color: var(--site-light-color); */
}
.appointment__content>div{
    /* display: flex; */
    width: 100%;
}
.appointment__form{
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}
.appointment--bg{
    background-color: var(--site-light-color);
    padding-bottom: 120px;
    margin-bottom: -20px;
}
.appointment__form-holder{
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    width: 100%;
    padding-top: 40px;
    /* margin-bottom: 120px; */
}
.appointment__form-header{
    display: flex;
    /* display: grid;
    grid-template-columns: repeat(7, 1fr); */
}
.appointment__form-header-item{
    padding: 20px 30px;
    background-color: var(--site-bg-color);
    color: var(--site-label-color);
    flex-grow: 1;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    transition: color .3s ease;
    display: flex;
    align-items: center;
    position: relative;
    /* min-width: 30px; */
}
.appointment__form-header-item:not(:first-child){
    border-left: 1px solid var(--site-light-separator-color);
}
.appointment__form-header-item svg{
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}
.appointment__form-header-item.active svg path,
.appointment__form-header-item:hover svg path{
    stroke: var(--site-default-color);
}
.appointment__form-header-item:first-child.active::before{
    content: '';
    position: absolute;
    right: 100%;
    width: calc((100vw - 1340px) / 2);
    background-color: var(--site-light-color);
    top: 0;
    bottom: 0;
}
.appointment__form-header-item:last-child.active::before{
    content: '';
    position: absolute;
    left: 100%;
    width: calc((100vw - 1364px) / 2);
    background-color: var(--site-light-color);
    top: 0;
    bottom: 0;
}
.appointment__form-header-item[data-group-btn="18"].active svg path,
.appointment__form-header-item[data-group-btn="15"].active svg path,
.appointment__form-header-item[data-group-btn="18"]:hover svg path,
.appointment__form-header-item[data-group-btn="15"]:hover svg path{
    stroke: none;
    fill: var(--site-default-color);
}

.appointment__form-header-item[data-group-btn="271"].active svg path,
.appointment__form-header-item[data-group-btn="274"].active svg path,
.appointment__form-header-item[data-group-btn="271"]:hover svg path,
.appointment__form-header-item[data-group-btn="274"]:hover svg path{
    stroke: none;
    fill: var(--site-default-color);
}

.appointment__form-header-item span{
    margin-left: 10px;
}
.appointment__form-header-item.active{
    background-color: var(--site-light-color);
    color: var(--site-default-color);
    pointer-events: none;
    border-color: transparent;
}
.appointment__form-header-item:hover{
    color: var(--site-default-color);
}
.appointment__form-header-item.active + .appointment__form-header-item{
    border-color: transparent;
}

.appointment__form-header-item[data-group-btn="15"] span{
    min-width: 113px;
}
.appointment__form-header-item[data-group-btn="17"] span{
    min-width: 130px;
}
.appointment__form-header-item[data-group-btn="271"] span{
    min-width: 113px;
}
.appointment__form-header-item[data-group-btn="273"] span{
    min-width: 130px;
}

.appointment__form-item{
    /* width: calc(100% / 4 - 20px * 3 / 4);
    margin-bottom: 20px; */
    background-color: var(--site-bg-secondary-color);
    border-radius: 8px;
    overflow: hidden;
}
.appointment__form-item-img{
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appointment__form-item-img img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.appointment__form-item-img>a{
    display: block;
    height: 100%;
}
/* .appointment__form-item:not(:nth-child(4n)){
    margin-right: 20px;
} */

.appointment__form-item-holder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.appointment__form-bottom{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    flex-grow: 1;
}

.appointment__form-item-buttons {
    display: flex;
}

.appointment__form-item-buttons .cart,
.appointment__form-item-buttons .appointment__form-item-checkout {
    width: 180px;
    padding: 10px 15px;
}

.appointment__form-item-buttons .appointment__form-item-label .appointment__form-item-checkout {
    background-color: var(--site-accent-color);
    color: var(--site-default-color) !important;
}

.appointment__form-item-label-icon{
    display: flex;
    align-items: center;
    gap: 30px;
}

.appointment__form-item-label-icon .checked{
    display: none;
}

.appointment__form-item-label-icon svg path{
    transition: fill .3s ease;
}

.appointment__form-item-label-icon:hover svg.cart path{
    fill: var(--site-default-color);
}

.appointment__form-item-label{
    position: relative;
    margin: 0;
    padding: 0 20px;
}

.appointment__form-item-label-text{
    padding: 0 20px;
    margin-bottom: 20px;
}

.chekboxserv:checked ~ .lmore99{
    /* background-color: var(--site-accent-color);
    border-color: var(--site-accent-color); */
}

.chekboxserv:checked ~ .appointment__form-item-label-icon .checked{
    display: block;
}

.chekboxserv:checked ~ .appointment__form-item-label-icon .cart{
    display: none;
}

.appointment__form-item-label-number{
    display: block;
    color: var(--site-label-color);
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 145%;
}

.appointment__title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 115%;
}

.appointment__title,
.appointment__text{
    margin-bottom: 40px;
    color: var(--site-dark-color);
}

.appointment__text{
    max-width: 80%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 125%;
}

.appointment__btn{
    width: 100%;
    max-width: 230px;
}

.appointment__form-item-label-text-link{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.005em;
}

.appointment__form-item-label-text-title{
    transition: color .3s ease;
    font-style: normal;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
}

.appointment__form-item-label-text-title:hover{
    color: var(--site-default-color);
}

.appointment__btn-mob{
    display: none !important;
}

.appointment__content-header-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
}
.appointment__content-header-block{
    /* width: calc(50% - 10px); */
    color: var(--site-dark-color);
}
.appointment__content-header-block + .appointment__content-header-block{
    margin-left: 20px;
}
.appointment__content-header-block-title{
    font-weight: 600;
    font-size: 42px;
    line-height: 115%;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
}
.appointment__content-header-block-description{
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
}
a.appointment__content-header-block-link{
    min-width: 200px;
}
.appointment__content-header-search{
    margin-bottom: 40px;
}
.appointment__content-header-search-holder input{
    margin-left: 85px;
    margin-right: 85px;
    padding: 20px 0;
    width: 100%;
}
.appointment__content-header-search-holder input::placeholder{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--site-label-color);
}
.appointment__content-header-search-holder input:focus::placeholder{
    color: transparent;
}
.appointment__content-header-search-holder{
    display: flex;
    background-color: var(--site-light-color);
    border-radius: 8px;
    border: 1px solid var(--site-separator-color);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.appointment__content-header-search-holder .search-button{
    padding: 30px 60px;
    background-color: var(--site-bg-tetriary-color);
    color: var(--site-default-color);
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    transition: all .3s ease;
}
.appointment__content-header-search-holder .search-button:hover{
    background-color: var(--site-default-color);
    color: var(--site-light-color);
}
.appointment__content-header-search-holder .search-button:hover svg path{
    fill: var(--site-light-color);
}
.appointment__content-header-search-holder .search-button svg{
    margin-left: 10px;
}
.input-search-clean{
    width: 14px;
    height: 14px;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.appointment__form-search-res{
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: var(--site-label-tetriary-color);
    display: none;
    padding-top: 60px;
    margin-bottom: -20px;
}
.appointment__form-search-res span:last-child,
.appointment__form-search-res #search-res-count{
    color: var(--site-dark-color);
}
.appointment__form-search-res--empty{
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    display: none;
    padding-top: 60px;
}
.search-icon{
    position: absolute;
    left: 40px;
    height: 20px;
    width: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.page-holder--form-tabs{
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    /* overflow: hidden; */
}

.appointment__form-item-link > .btn-blue{
	padding: 10px 25px;
}

@media(max-width: 1420px){
    .page-holder--form-tabs{
        overflow-x: scroll;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 0;
    }

    .page-holder--form-tabs::-webkit-scrollbar{
        display: none;
        -webkit-appearance: none;
        width: 0;
        height: 0;
    }

    .appointment__form-header-item:first-child.active::before,
    .appointment__form-header-item:last-child.active::before{
        content: unset;
    }
}

@media(max-width: 1100px){
    .appointment__form-holder {
        grid-template-columns: repeat(3, 1fr);
    }
    .appointment__form-item-buttons .cart,
    .appointment__form-item-buttons .appointment__form-item-checkout {
        width: auto;
        font-size: 12px;
    }
    .appointment__form-item-label-icon {
        gap: 15px;
    }
	.appointment__form-item-link > .btn-blue{
		font-size: 12px;
	}
}


@media(max-width: 880px){
    .appointment__content{
        flex-direction: column;
    }

    .appointment__block{
        width: 100%;
    }

    .appointment__title{
        font-size: 30px;
        margin-bottom: 20px;
    }

    .appointment__text{
        margin-bottom: 25px;
        max-width: unset;
    }

    .appointment__form-item-label-text-title{
        margin-left: 20px;
        /* font-size: 20px; */
    }

    .appointment__form-item-label-number,
    .appointment__btn{
        display: none;
    }

    .appointment__form-item-label-text-title{
        margin-left: 0;
    }

    .appointment__btn-mob{
        display: block !important;
        margin-top: 8px;
        padding: 15px;
    }
}

@media(max-width: 780px){
    .appointment__form-holder {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 680px){
    .appointment__content-header-top{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }
    .appointment__content-header-block{
        width: 100%;
    }
    .appointment__content-header-block + .appointment__content-header-block{
        margin-left: 0;
        margin-top: 30px;
    }
    .appointment__form-header-item {
        padding: 10px 15px;
        font-size: 14px;
    }
    .appointment__form-header-item svg{
        height: 24px;
        width: 24px;
    }
    .appointment__form-header-item span{
        margin-left: 5px;
    }
    .appointment__form-header-item[data-group-btn="15"] span{
        min-width: 100px;
    }
    .appointment__form-header-item[data-group-btn="17"] span{
        min-width: 115px;
    }
    .appointment__form-header-item[data-group-btn="271"] span{
        min-width: 100px;
    }
    .appointment__form-header-item[data-group-btn="273"] span{
        min-width: 115px;
    }
}

@media(max-width: 580px){
    .appointment__form-holder {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        padding-top: 20px;
    }
    .appointment__form-item-holder{
        flex-direction: row;
    }
    .appointment__form-item-img {
        width: 100%;
        height: 150px;
        max-width: 40%;
        margin-bottom: 0;
    }
    .appointment__form-bottom{
        padding: 15px 0;
    }
    .appointment__form-item-img a{
        height: 100%;
    }
    .appointment__form-item-img img {
        height: 100%;
    }
    .appointment__form-search-res {
        padding-top: 20px;
        margin-bottom: 0;
    }
	.appointment__form-item-link > .btn-blue{
		padding: 10px 15px;
	}
}

@media (max-width: 450px){
    a.appointment__content-header-block-link{
        min-width: 100%;
    }
    .appointment__content-header-block-title {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .appointment__content-header-block-description {
        font-size: 14px;
        line-height: 145%;
    }
    .search-icon{
        left: 15px;
        width: 18px;
        height: 18px;
    }
    .input-search-clean{
        right: 15px;
    }
    .appointment__content-header-search-holder input {
        margin-left: 45px;
        margin-right: 45px;
    }
    .appointment__content-header-search{
        margin-bottom: 30px;
    }
}

#servicePopup.popup-window {
    position: fixed!important;
    top: 0!important;
    right: 0;
    max-width: 800px;
    left: auto!important;
    bottom: 0;
    overflow-y: auto;
}


.service-detail-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 115%;
    color: var(--site-dark-color);
    margin-bottom: 35px;
}

.service-detail-btn {
    min-width: 200px;
    margin-bottom: 60px;
}

.service-detail-info .col-md-12 {
	padding: 0;
}

.service-detail-info h4:first-child {
    color: var(--site-default-color);
    margin: 0;
    margin-top: 20px;
}

.service-detail-info iframe{
    display: none;
}
.appointment__form-item-img>a.no-img-link{
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
    background: var(--site-light-separator-color);
}
@media(max-width: 580px){
    .appointment__form-item-img a.no-img-link img {
        height: unset;
    }
}

/* End */
/* /bitrix/templates/template.rimeks/components/veeeeeRySeXy/serv.mass/zapis-na-uslugi-list/style.css?174832349116353 */
