

/* Start:/local/templates/ksrk2025/components/bitrix/news.detail/soctourizm_detail/style.css?17733219203947*/
#soctur-detail {
    font-family: Arial, sans-serif;
    max-width: 1000px;
    margin: 20px auto;
    line-height: 1.6;
    color: #000000;
}

#soctur-detail .decor-title {
    text-align: center;
    color: #5a4f4f;
    padding-bottom: 10px;
}

#soctur-detail h3 {
    color: #5a4f4f;
}

#soctur-detail .news-image {
    text-align: center;
    margin: 30px 0;
    max-height: 500px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}

#soctur-detail .news-image img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    display: block;
}

#soctur-detail .dropdown-section {
    margin: 20px 0;
    border: 1px solid #d4c9c2;
    border-radius: 4px;
    background-color: #ffffff;
}

#soctur-detail .dropdown-toggle {
    width: 100%;
    padding: 12px 15px;
    background: #e5dbd4;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #5a4f4f;
}

#soctur-detail .dropdown-toggle:hover {
    background: #d4c9c2;
}

#soctur-detail .dropdown-icon {
    color: #b8860b;
}

#soctur-detail .dropdown-content {
    padding: 15px;
    border-top: 1px solid #d4c9c2;
    display: none;
    background-color: #ffffff;
    color: #000000;
}
#soctur-detail .coworker_name {
	font-weight: bold;
}
#soctur-detail .dropdown-list {
    margin: 0;
    padding-left: 20px;
    color: #000000;
}

#soctur-detail .dropdown-list li {
    margin-bottom: 8px;
}

#soctur-detail .permanent-text {
    margin-top: 20px;
    padding: 15px;
    background: #ffffff;
    border-left: 3px solid #b8860b;
    border-radius: 0 4px 4px 0;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#soctur-detail .contacts-section {
    margin-top: 40px;
    padding: 25px;
    background: #ffffff;
    border-radius: 10px;
    color: #000000;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #d4c9c2;
}

#soctur-detail .contacts-section h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 2px solid #d4c9c2;
    padding-bottom: 10px;
    color: #5a4f4f;
}

#soctur-detail .contacts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

#soctur-detail .contact-card {
    background: #f9f5f2;
    padding: 20px;
    border-radius: 8px;
    transition: transform 0.3s;
    border: 1px solid #e5dbd4;
    color: #000000;
}

#soctur-detail .contact-card:hover {
    transform: translateY(-5px);
    background: #f2ede9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#soctur-detail .contact-card h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #5a4f4f;
}

#soctur-detail .contact-card p {
    margin: 8px 0;
	font-size: 14px;
    line-height: 1.6;
    color: #000000;
}

#soctur-detail .contact-phone,
#soctur-detail .contact-email {
    display: flex;
    align-items: center;
    gap: 5px;
}

#soctur-detail .contact-phone a,
#soctur-detail .contact-email a {
    color: #b8860b;
    text-decoration: none;
    border-bottom: 1px dotted #b8860b;
}

#soctur-detail .contact-phone a:hover,
#soctur-detail .contact-email a:hover {
    color: #9e7109;
    border-bottom: 1px solid #9e7109;
}

#soctur-detail .additional-phone {
    margin-left: 20px;
    font-size: 0.9em;
    opacity: 0.9;
    color: #000000;
}

#soctur-detail a {
    color: #b8860b;
    text-decoration: none;
    border-bottom: 1px dotted #b8860b;
}

#soctur-detail a:hover {
    color: #9e7109;
    border-bottom: 1px solid #9e7109;
}

@media (max-width: 600px) {
    #soctur-detail .contacts-grid {
        grid-template-columns: 1fr;
    }
}
@media (min-width: 992px) {
	#soctur-detail .contact-card p {
		font-size: 16px;
	}
}
/* End */
/* /local/templates/ksrk2025/components/bitrix/news.detail/soctourizm_detail/style.css?17733219203947 */
