

/* Start:/bitrix/templates/sminex_comf/styles.css?17758351471544*/
.comfort-contacts-buttons,
.comfort-button.route-lnk {
  width: 100%;
}
.comfort-button.route-lnk {
  border: 1px solid #fff;
  background-color: inherit;
}

.comfort-contacts-policy {
  margin: 15px 0;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 1.4rem;
  background-color: aliceblue;
}

/* Стили для чекбокса согласия */
.policy-checkbox {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    margin: 10px 0;
}

.policy-checkbox input[type="checkbox"] {
    display: none;
}

.checkbox-custom {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #ff0000;
    border-radius: 3px;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.2s;
}

.checkbox-custom:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.2s;
}

.policy-checkbox input[type="checkbox"]:checked + .checkbox-custom {
    border-color: #fff;
}

.policy-checkbox input[type="checkbox"]:checked + .checkbox-custom:after {
    opacity: 1;
}

.checkbox-text {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.checkbox-text a {
    color: #666;
    text-decoration: underline;
}

.checkbox-text a:hover {
    color: #333;
}

.request-lnk.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}
/* End */


/* Start:/bitrix/templates/sminex_comf/template_styles.css?1775835147407*/
.experience-detail .twentytwenty-container img {
	height: auto !important;
	max-height: none !important;
}

.tivoli .swiper-lazy-preloader {
	display: none !important;
}

.doc-list-item-h { color: #717171; }

.doc-list-item-h a {
	text-decoration: none;
	display: table;
	border-bottom: 1px solid #717171;
	line-height: 1.9;
	width: 372px;
	color: #717171;
	font-size: 14px;
}
.doc-list-item {}
.doc-list {}
/* End */
/* /bitrix/templates/sminex_comf/styles.css?17758351471544 */
/* /bitrix/templates/sminex_comf/template_styles.css?1775835147407 */
