

/* Start:/bitrix/templates/beamatic/components/bitrix/catalog.section.list/catalog.sections/style.css?17870472873177*/
.catalog-card {
    width: 100%;
    height: 576px;
    background: linear-gradient(154.05deg, #3F4B79 17.29%, #455084 41.45%, #47669B 79.13%);
    position: relative;
    padding: 40px;
    border-radius: 16px;
}
.catalog-card .section-link {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
}
.catalog-card .section-picture {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    border-radius: 0 0 16px 16px;
}

.catalog-card .card-rect {
    position: absolute;
    display: block;
    width: max-content;
    height: 77px;
    padding-top: 16px;
    padding-left: 16px;
    transform-origin: top right;
    transform: rotate(-90deg) translateY(-100%);
    background: var(--dark-background);
    border-radius: 16px 0 0 0;
    top: -1px;
    right: -1px;
    z-index: 2;
}
.catalog-card .card-rect::before{
    content: "";
    position: absolute;
    width: 17px;
    height: 20px;
    top: -16px;
    right: 0;
    --fill: var(--dark-background);
    background: radial-gradient(
        circle at 0 0,
        transparent 16px,
        var(--fill) 17px
    );
}
.catalog-card .card-rect::after{
    content: "";
    position: absolute;
    width: 17px;
    height: 20px;
    bottom: -2px;
    left: -16px;
    --fill: var(--dark-background);
    background: radial-gradient(
        circle at 0 0,
        transparent 16px,
        var(--fill) 17px
    );
}
.catalog-card .card-rect .card-rect-name {
    width: auto;
    height: 60px;
    line-height: 60px;
    background: #2F3D89;
    border-radius: 4px 16px 16px 16px;
    padding: 0 16px;
    font-weight: 800;
    font-size: 36px;
    color: #ffffff;
}
.sections-list .row .col-12:last-child .catalog-card .card-rect {
    top: -1.5px;
}
.catalog-card .catalog-sublinks {
    width: calc(100% - 83px);
    display: flex;
    flex-direction: column;
    gap: 24px;
    line-height: 1.3;
    position: relative;
    z-index: 4;
    max-height: 280px;
    overflow-y: auto;
}
.catalog-card .catalog-sublinks {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .25) transparent;
}

.catalog-card .catalog-sublinks::-webkit-scrollbar {
    width: 4px;
}

.catalog-card .catalog-sublinks::-webkit-scrollbar-track {
    background: transparent;
}

.catalog-card .catalog-sublinks::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .25);
    border-radius: 20px;
}

.catalog-card .catalog-sublinks::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .45);
}
.catalog-card .catalog-sublinks .item {
    font-weight: 300;
    font-size: 18px;
    padding-left: 18px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA4IDkiIGZpbGw9Im5vbmUiPgo8cGF0aCBkPSJNMCAxLjAwMTk1QzAuMDAwMTM3MTcyIDAuMjMyMzkxIDAuODMzNDE4IC0wLjI0ODgyMiAxLjUgMC4xMzU3NDJMNy41MDE5NSAzLjYwMDU5QzguMTY4NzcgMy45ODU0NiA4LjE2ODc3IDQuOTQ4MTQgNy41MDE5NSA1LjMzMzAxTDEuNSA4Ljc5Njg4QzAuODMzMzM0IDkuMTgxNjUgLTMuMzY1NjdlLTA4IDguNzAwNCAwIDcuOTMwNjZWMS4wMDE5NVoiIGZpbGw9IiNGQjM2NDAiLz4KPC9zdmc+") no-repeat left top 6px;
}
/* End */


/* Start:/bitrix/templates/beamatic/components/bitrix/form.result.new/inline/style.css?1771324876814*/
@media all and (max-width: 767px) {
    .form-outer {
        padding: 30px;
    }
}
@media all and (min-width: 768px) {
    .form-outer {
        padding: 48px;
    }
}
.form-container h2 {
    line-height: 1.2;
}

body:not(.light-theme) .form-container h2.color_dark {
    color: #B6C8EC;
}
body:not(.light-theme) .form-outer.blue-bg {
    background: linear-gradient(154.05deg, #3F4B79 17.29%, #455084 41.45%, #47669B 79.13%);
}
body:not(.light-theme) .form-outer .form-control {
    background: var(--font-light-color);
    border-color: var(--font-light-color);
    color: #4A608D;
}
body:not(.light-theme) .form-outer .btn.btn-dark {
    background: #B6C8EC;
    color: #080924;
}
body:not(.light-theme) .form-outer .btn.btn-dark:hover {
    background: var(--base-red);
    color: var(--light-background);
}
/* End */


/* Start:/bitrix/templates/beamatic/components/bitrix/main.userconsent.request/.default/user_consent.css?17713248764366*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 3px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}
.main-user-consent-request-announce-required {
	color: red;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}
/* End */
/* /bitrix/templates/beamatic/components/bitrix/catalog.section.list/catalog.sections/style.css?17870472873177 */
/* /bitrix/templates/beamatic/components/bitrix/form.result.new/inline/style.css?1771324876814 */
/* /bitrix/templates/beamatic/components/bitrix/main.userconsent.request/.default/user_consent.css?17713248764366 */
