

/* Start:/local/templates/main/components/bitrix/news.list/partners_list/style.css?17824604396207*/
div.news-list {
	word-wrap: break-word;
}

div.news-list img.preview_picture {
	float: left;
	margin: 0 4px 6px 0;
}

.news-date-time {
	color: #486DAA;
}

.fix_universal_list_a {
	color: #7bb0e4;
}


.partners-list {
	padding: 40px 0;
	overflow: hidden;
}

.partners-list__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

.partners-list__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	/* min-height: 48px;  */
}

.partners-list__title {
	font-size: 40px;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: #000;
}

.partners-list__title::before {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	background-color: rgb(143, 13, 155);
	margin-right: 15px;
}

.partners-list__title--absolute {
	position: absolute;
	top: 30px;
	left: 15px;
	z-index: 10;
}

.partners-list__nav {
	display: flex;
	gap: 15px;
}

.partners-list__nav .slick-arrow {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #ebd1ec;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	color: transparent;
	transition: background-color 0.3s ease;
	outline: none;
}

.partners-list__nav .slick-arrow:hover {
	background-color: #dfbce0;
}

.partners-list__nav .slick-prev::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a009c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.partners-list__nav .slick-next::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238a009c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.partners-list__nav .slick-disabled {
	opacity: 0.5;
	cursor: default;
}

.partners-list__nav .slick-disabled:hover {
	background-color: #ebd1ec;
}



.partners-list__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.partners-list__wrapper--slider {
	display: block;
}

.partners-list__items {
	width: 100%;
	max-width: 550px;
}

.partners-list__wrapper--slider .partners-list__items {
	max-width: 100%;
}

.partners-list__item {
	border: 1px solid #eedbed;
	border-radius: 12px;
	padding: 30px;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-sizing: border-box;
	min-height: 220px;
}

/* .partners-list__item:hover {
	cursor: grab;
}

.partners-list__item:active {
	cursor: grabbing;
} */

.partners-list__wrapper--slider .partners-list__item {
	margin: 0 10px;
}

.partners-list__info {
	flex-grow: 1;
	padding-right: 20px;
}

.partners-list__name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #000;
	text-transform: uppercase;
}

.partners-list__prop {
	margin-bottom: 30px;
}

.partners-list__prop:last-child {
	margin-bottom: 0;
}

.partners-list__prop-label {
	font-size: 13px;
	color: #999;
	margin-bottom: 5px;
}

.partners-list__prop-value {
	font-size: 14px;
	color: #000;
	line-height: 1.4;
}

.partners-list__prop-value p {
	margin: 0;
}

.partners-list__icon-wrap {
	position: relative;
	width: 150px;
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.partners-list__icon-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.partners-list__icon {
	position: relative;
	z-index: 2;
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

.partners-list__visual {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partners-list__circles {
	position: relative;
	width: 450px;
	height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partners-list__circle {
	position: absolute;
	border: 1px solid #FFE3FE;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.partners-list__circle--small {
	width: 300px;
	height: 300px;
}

.partners-list__circle--medium {
	width: 420px;
	height: 420px;
}

.partners-list__circle--large {
	width: 540px;
	height: 540px;
}

.partners-list__person {
	position: relative;
	z-index: 2;
	max-width: 80%;
	height: auto;
}

@media (max-width: 1400px) {
	.partners-list__title {
		font-size: 32px;
	}
}

@media (max-width: 1190px) {
	.partners-list__title {
		font-size: 25px;
	}
}

@media (max-width: 1100px) {
	.partners-list__circle--large {
		width: 450px;
		height: 450px;
	}

	.partners-list__circle--medium {
		width: 350px;
		height: 350px;
	}

	.partners-list__circle--small {
		width: 250px;
		height: 250px;
	}
}

@media (max-width: 1100px) {
	.partners-list__circle--large {
		width: 300px;
		height: 300px;
	}

	.partners-list__circle--medium {
		width: 250px;
		height: 250px;
	}

	.partners-list__circle--small {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 726px) {
	.partners-list__circle--large {
		display: none;
	}

	.partners-list__circle--medium {
		display: none;
	}

	.partners-list__circle--small {
		display: none;
	}

}

@media (max-width: 640px) {
	.partners-list__items {
		width: 800px;
	}
	.partners-list__title {
		top: -40px;
	}

	.partners-list__person {
		display: none;
	}

	.partners-list__circles {
		display: none;
	}

	.partners-list__wrapper {
		gap: 0px;
	}

}

@media (max-width: 425px) {
	.partners-list__icon-bg {
		top: 15px;
		right: -17px;
		width: 80%;
		height: 80%;
	}

	.partners-list__icon {
		max-width: 80px;
		max-height: 80px;
	}
}

@media (max-width: 380px) {
	.partners-list__icon-bg {
		display: none;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/sertificates_list/style.css?1751532645193*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.fix_universal_list_a {
	color:#7bb0e4;	
}
/* End */


/* Start:/local/templates/main/components/bitrix/main.userconsent.request/new/user_consent.css?17737460555443*/
.main-user-consent-request {
	display: flex;
	gap: 10px;
}

.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-border-radius: 5px;
	border-radius: 5px;
	-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: 2px;
	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;
	max-width: 630px;
}


.checkbox-input {
    position: absolute;
    z-index: 100;
    top: -2px;
    left: -4px;
    width: 30px;
    height: 30px;
    opacity: 0;
}

/* .cbx::before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 20px;
    background-image: url(/local/templates/main/components/bitrix/main.userconsent.request/new/./../img/icons/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 65%;
    top: 40%;
}
 */
.checkbox-input:checked + .cbx {
	border-color: transparent;
    background: #8F0D9B;
    animation: jelly 0.6s ease;
}

.request__form__agry .checkbox-input:checked + .cbx {
    background: white;
    animation: jelly 0.6s ease;
}

.cntr .checkbox-input:checked~.cbx:after {

    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.wholesale .request__form__agry .cbx {
	border-color: white;
}
.request__form__agry .cntr .checkbox-input:checked~.cbx:after {
	border-right: 2px solid #8F0D9B;
    border-bottom: 2px solid #8F0D9B;
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

@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 */
/* /local/templates/main/components/bitrix/news.list/partners_list/style.css?17824604396207 */
/* /local/templates/main/components/bitrix/news.list/sertificates_list/style.css?1751532645193 */
/* /local/templates/main/components/bitrix/main.userconsent.request/new/user_consent.css?17737460555443 */
