

/* Start:/local/components/dobrosite/conf.detail/templates/.default/style.css?17900196014123*/
.slider.slider_new:before {
    content: none;
}

.slider .slider-shadow {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

p>b{
	font-weight: bold !important;
}

a.btn.main-color {
    background: #4f8ea1;
    border-color: #4f8ea1;
    color: #FFF !important;
    text-transform: uppercase;
    white-space: break-spaces;
}

.sponsor div:not(:first-child) .subtitle {
    margin-top:25px;
}
.sponsor div: .subtitle{
	margin-bottom:25px;
}

/* —— Архив конференции —— */
.conf-archive-actions {
	margin: 20px 0 10px;
}

.conf-archive-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 36px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 600;
	font-size: 15px;
	color: #fff !important;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.85);
	border-radius: 4px;
	transition: background 0.35s ease, border-color 0.35s ease, color 0.35s ease, transform 0.25s ease;
	cursor: pointer;
}

.conf-archive-btn:hover,
.conf-archive-btn:focus {
	background: #3dabc3;
	border-color: #3dabc3;
	color: #fff !important;
	box-shadow: none;
	outline: none;
	transform: translateY(-1px);
}

.conf-archive-btn i {
	font-size: 14px;
	opacity: 0.9;
}

.conf-archive-modal .modal-dialog {
	max-width: 560px;
}

.conf-archive-modal__content {
	border: none;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(37, 89, 105, 0.28);
}

.conf-archive-modal__header {
	align-items: flex-start;
	border-bottom: 1px solid rgba(61, 171, 195, 0.2);
	background: linear-gradient(135deg, #255969 0%, #3dabc3 100%);
	color: #fff;
	padding: 22px 28px;
}

.conf-archive-modal__eyebrow {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	opacity: 0.75;
	margin-bottom: 4px;
}

.conf-archive-modal__title {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.conf-archive-modal__close {
	margin: -4px -8px 0 0;
	opacity: 0.85;
	text-shadow: none;
	color: #fff;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.conf-archive-modal__close:hover {
	opacity: 1;
	transform: rotate(90deg);
}

.conf-archive-modal__body {
	padding: 12px 16px 20px;
	background: #f7fbfc;
}

.conf-archive-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.conf-archive-list__item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px 14px;
	margin-bottom: 8px;
	background: #fff;
	border: 1px solid rgba(37, 89, 105, 0.1);
	border-left: 3px solid #3dabc3;
	border-radius: 6px;
	text-decoration: none !important;
	color: #255969;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.conf-archive-list__item:hover {
	border-color: rgba(61, 171, 195, 0.45);
	box-shadow: 0 8px 20px rgba(37, 89, 105, 0.1);
	transform: translateX(4px);
	color: #255969;
}

.conf-archive-list__year {
	flex-shrink: 0;
	min-width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(61, 171, 195, 0.12);
	color: #255969;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.02em;
}

.conf-archive-list__info {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: left;
}

.conf-archive-list__name {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
}

.conf-archive-list__date {
	font-size: 13px;
	color: #5a7a86;
}

.conf-archive-list__arrow {
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(61, 171, 195, 0.12);
	color: #3dabc3;
	transition: background 0.25s ease, color 0.25s ease;
}

.conf-archive-list__item:hover .conf-archive-list__arrow {
	background: #3dabc3;
	color: #fff;
}

@media (max-width: 575px) {
	.conf-archive-btn {
		padding: 10px 24px;
		font-size: 13px;
	}

	.conf-archive-list__item {
		gap: 12px;
		padding: 12px 10px;
	}

	.conf-archive-list__year {
		min-width: 48px;
		height: 48px;
		font-size: 13px;
	}

	.conf-archive-list__name {
		font-size: 14px;
	}
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/form.result.new/universal_reg/style.css?17313573212919*/
.custom-form-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-form .form-group {
    margin-bottom: 25px;
}

.custom-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="password"],
.custom-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.custom-form .submit-button {
    display: block;
    width: 100%;
    padding: 10px;
    background: #0073e6;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

.custom-form .submit-button:hover {
    background: #005bb5;
}

.form-success {
    padding: 10px;
    background: #e0ffe0;
    color: #3c763d;
    border: 1px solid #d6e9c6;
    border-radius: 5px;
    text-align: center;
}


select, input[type='text']{
    width: 100%;
}

.modal-header span {
    color: #FFF;
}
.modal-header {
    background: #4f8ea1;
    color: #FFF !important;
}

div#regModal input[type='checkbox'] {
    display: none;
    
}

#regModal .btn.btn-primary, .reg-btn.btn.btn-primary {
    background: #4f8ea1;
    border-color: #4f8ea1;
}



span.checkbox-styled {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMzBweCIgZmlsbD0iIzY2NjY2NiI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xOSA1djE0SDVWNWgxNG0wLTJINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yeiIvPjwvc3ZnPg==);
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    transform: translateY(6px);
}

div#regModal input[type='checkbox']:checked+span.checkbox-styled {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMzBweCIgZmlsbD0iIzVmNjM2OCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xOSAzSDVjLTEuMTEgMC0yIC45LTIgMnYxNGMwIDEuMS44OSAyIDIgMmgxNGMxLjExIDAgMi0uOSAyLTJWNWMwLTEuMS0uODktMi0yLTJ6bS05IDE0bC01LTUgMS40MS0xLjQxTDEwIDE0LjE3bDcuNTktNy41OUwxOSA4bC05IDl6Ii8+PC9zdmc+);
    width: 30px;
    height: 30px;
    display: inline-block;

}


.select2-selection__rendered {
    line-height: 46px !important;
}
.select2-container .select2-selection--single {
    height: 46px !important;
}
.select2-selection__arrow {
    height: 46px !important;
}

.select2-results__option.select2-results__option--disabled {
    display: none;
}

.g-recaptcha>div {
    margin: 0 auto 25px auto;
}
/* End */
/* /local/components/dobrosite/conf.detail/templates/.default/style.css?17900196014123 */
/* /bitrix/templates/.default/components/bitrix/form.result.new/universal_reg/style.css?17313573212919 */
