

/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1622039166666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/components/dk/iblock.client.list/templates/.default/style.css?17194295124634*/
.tariff-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tariff-item{
    border-radius: 12px;
    background: white;
    box-shadow:0 0 8px rgba(0, 0, 0, 0.02), 0 8px 32px rgba(0, 0, 0, 0.05);
    width: calc(33.3333% - 2/3*20px);
    color: black;
    display: flex;
    flex-direction: column;
}

.tariff-item__wrapper{
    padding: 15px 10px;
}
.tariff-item__wrapper--char{
    flex-grow: 1;
}
.tariff-item__wrapper + .tariff-item__wrapper{
    border-top: 1px solid #e3e6f0;
}
.tariff-item__price{
    font-size: 26px;
    color: #1cc88a;
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.tariff-item__price span{
    font-size: 18px;
}

.tariff-item__title{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.tariff-item__subtitle{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    margin: 0;
}

.tariff-item__char{
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.tariff-item__char-item{
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.tariff-item__char-item::marker {
    display: none;
}
.tariff-item__char-item::before{
    display: inline-block;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="check"><path fill="none" d="M0 0h24v24H0V0z"></path><path d="M9 16.17L5.53 12.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41l4.18 4.18c.39.39 1.02.39 1.41 0L20.29 7.71c.39-.39.39-1.02 0-1.41-.39-.39-1.02-.39-1.41 0L9 16.17z" fill="%2334a853" class="color000000 svgShape"></path></svg>');
    background-repeat: no-repeat;
    background-size: contain;
}
.tariff-item__char-item--N::before{
    background-image: url('data:image/svg+xml,<svg height="512px" fill="red" id="Layer_1" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" width="512px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M443.6,387.1L312.4,255.4l131.5-130c5.4-5.4,5.4-14.2,0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4 L256,197.8L124.9,68.3c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4L68,105.9c-5.4,5.4-5.4,14.2,0,19.6l131.5,130L68.4,387.1 c-2.6,2.6-4.1,6.1-4.1,9.8c0,3.7,1.4,7.2,4.1,9.8l37.4,37.6c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1L256,313.1l130.7,131.1 c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1l37.4-37.6c2.6-2.6,4.1-6.1,4.1-9.8C447.7,393.2,446.2,389.7,443.6,387.1z"/></svg>')
}
.tariff-item__wrapper--btn{
    text-align: center;
}
.tariff-item__btn{
    display: inline-flex;
    margin: 0 auto;
    border-radius: 30px;
    padding: 10px 25px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(255,54,104,1) 0%, rgba(251,77,55,1) 100%);
}

.tariff-item__btn:hover{
    color: white;
    text-decoration: unset;
    opacity: 0.8;
}



.rating-mini {
	display: inline-block;
	font-size: 0;
}
.rating-mini span {
	padding: 0;
	font-size: 20px;
	line-height: 1;
	color: lightgrey;
}
.rating-mini > span:before {
	content: '★';
}
.rating-mini > span.active {
	color: gold;
}

.review-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.review-pagination{
    margin-top: 1rem;
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
}

.review-item{
    border-radius: 16px;
    background: white;
    box-shadow:0 0 8px rgba(0, 0, 0, 0.02), 0 8px 32px rgba(0, 0, 0, 0.05);
    width: calc(33.3333% - 2/3*20px);
    color: black;
    display: flex;
    flex-direction: column;
    padding: 25px;
}
.review-item--hidden{
    display: none;
}
.review-item__user{
    margin: 0;
    font-size: 20px;
}
.review-item__header,
.review-item__top{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.review-item__header img{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.review-item__body{
    font-size: 23px;
}

.client-title{
    margin-top: 5rem;
    font-weight: bold;
    color: black;
}

@media(max-width: 767.98px){
    .tariff-item,
    .review-item{
        width: calc(50% - 1/2*20px);
    }
}

@media(max-width: 576.98px){
    .tariff-item,
    .review-item{
        width: 100%;
    }
    .review-wrapper{
        background: white;
        border-radius: 16px;
        overflow: hidden;
    }
    .review-item {
        box-shadow: unset;
        border-radius: 0;
    }
    .review-item + .review-item{
        border-top: 2px solid #e3e6f0;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162203916551*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1622039166666 */
/* /local/components/dk/iblock.client.list/templates/.default/style.css?17194295124634 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?162203916551 */
