

/* Start:/local/templates/Savushka/components/bitrix/news/golosovaniya/style.css?173140422312262*/
.head-block.top.with-tabs .item-link:not(:hover){
    background: #fafafa;
}


.select_head_wrap .menu_item_selected {
    position: relative;
    padding: 15px 55px 15px 25px;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #333;
}

.select_head_wrap .menu_item_selected .svg.svg-inline-down {
    right: 15px;
    position: absolute;
    top: 50%;
    
}

@media (min-width: 768px){
	.select_head_wrap .menu_item_selected + .head-block {display:block!important; margin: 0px 0 32px;}
	.head-block.top.with-tabs.srollbar-custom .mCSB_container{padding-bottom: 20px;}
}

@media (max-width: 767px){
    .select_head_wrap{
        margin-bottom:32px;
    }

    .select_head_wrap .head-block.top{
        margin-bottom:0;
    }

    .select_head_wrap .head-block.top .item-link {
        display:block;
        float:none;
    }

    .select_head_wrap .menu_item_selected.opened .svg.svg-inline-down {
        transform: rotate(180deg);
    }
    
    .select_head_wrap .menu_item_selected + .head-block {display:none;}
    
    .select_head_wrap .head-block.top .item-link {
	border-bottom: 1px solid #eeeeee;
    }

    .select_head_wrap .head-block.top .item-link:last-child {
	border-bottom: none;
    }

    .select_head_wrap .head-block.top:not(.with-tabs) .item-link {
	border-right: none;
    }


    .select_head_wrap .head-block .item-link .title span, .select_head_wrap .head-block.top .item-link .title .btn-inline {
	padding: 15px 55px 15px 25px;
    }
    
    
    .select_head_wrap .head-block.top.with-tabs .item-link{
	margin:0;
	border:none;
	border-bottom: 1px solid #eeeeee;
	border-radius: 0;
    }
    
    .select_head_wrap .head-block.top.with-tabs .item-link:last-child,
    .select_head_wrap .head-block.top.with-tabs .item-link.active:last-child:hover{
	border-bottom: none;
    }
    
    .select_head_wrap .head-block.top.with-tabs {
	border: 1px solid #eeeeee;
    }
    
    .select_head_wrap .head-block.top.with-tabs .item-link:hover{
	box-shadow: none;
	transform: none;
    }
    
    .select_head_wrap .head-block.top.with-tabs .item-link.active:hover{
	border:none;
	border-bottom: 1px solid #eeeeee;
    }
    
    .select_head_wrap .head-block.top.with-tabs .item-link.active .title span:before{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	left: -1px;
	top: 0;
	bottom: 0;
	right: auto;
	height: auto;
	width: 2px;
    }
    
    .select_head_wrap{
	position: relative;
    }
    
    .select_head_wrap .head-block.top {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 110;
	max-height: 220px;
	overflow:hidden;
	background-color: #fff;
    }
    
    
    
}


.modal {
	display: none;
	position: fixed;
	inset: 0;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.modal.is-active {
	display: flex;
}

.modal__container {
	box-sizing: border-box;
	overflow-y: scroll;
	max-width: 580px;
	width: 100%;
	height: 100%;
	max-height: 770px;
	background: #FFFFFF;
	padding: 46px 58px 50px;
	position: relative;
}

.modal__close {
	position: absolute;
	top: 18px;
	right: 25px;
	cursor: pointer;
	border: none;
	padding: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
}

.modal__header {
	margin-bottom: 15px;
}

.modal__title {
	text-align: center;
	color: #E75F2D;
	font-size: 24px;
	margin: 0;
}

.modal__subtitle {
	margin-bottom: 0;
	margin-top: 7px;
	text-align: center;
	font-size: 24px;
}

.modal__auth-title {
	text-align: center;
	font-size: 15px;
	margin-bottom: 5px;
}

.modal__auth-option:not(:first-child) {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.modal__container {
		padding: 46px 20px 50px;
	}
}

.auth-socials {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.auth-socials__button {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 10px;
	border: none;
	padding: 0;
	background: transparent;
	color: #444;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	border-radius: ;
	min-width: 155px;
	min-height: 50px;
	padding: 4px;
	border-radius: 64px;
	transition: all .25s ease;
	border: 1px solid var(--Stroke-Field-Border-Alpha, #0000001F);
}

.auth-socials__button-icon-wrapper {
	border-radius: 100%;
	width: 42px;
	height: 42px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2fa3d9;
}

.auth-socials__button-icon {
	max-width: 100%;
	height: auto;
}

.auth-socials__button-icon--vk {
	width: 100%;
	height: 100%;
}

.auth-socials__button--telegram .auth-socials__button-icon-wrapper {
	background-color: #2fa3d9;
}

.auth-socials__button--vk .auth-socials__button-icon-wrapper {
	background-color: #0077FF;
}

.auth-socials__button:hover {
	opacity: .8;
}
















/* participant-cards-list */

.participant-cards-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 30px;
}

.participant-card {
	display: flex;
	flex-direction: column;
	gap: 5px;
	padding: 5px;
	border: 1px solid #ececec;
	border-radius: 15px;
	background-color: #fff;
}

.participant-card__header {
	background: rgba(231, 95, 45, .1);
	border-radius: 15px;
	padding: 8px 10px 4px;
	min-height: 68px;
	display: flex;
	gap: 30px;
	align-items: center;
}

.participant-card__num {
	font-family: 'Appetite', Arial, sans-serif;
	font-size: 55px;
	color: #e75f2d;
}

.participant-card:nth-child(2n) .participant-card__header {
	background: rgba(169, 174, 51, .1);
}

.participant-card:nth-child(2n) .participant-card__num {
	color: #a9ae33;
}

.participant-card__title {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #444;
	margin: 0;
}

.participant-card__image-wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 7 / 9;
	border-radius: 15px;
	border: 1px solid #ECECEC;
}

.participant-card__footer {
	margin-top: auto;
	padding-top: 8px;
	padding-bottom: 10px;
}

.participant-card__vote {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 7px;
}

.participant-card__vote-result {
	font-size: 13px;
	color: #444;
	margin: 0;
}

.participant-card__vote-result span {
	color: #a9ae33;
	font-weight: 700;
}

.participant-card__vote-btn.btn {
	font-size: 15px;
	min-height: 40px;
	line-height: 1;
	box-shadow: none;
	margin: 0;
	border: none;
	height: auto;
}

.participant-card__vote-btn.btn:disabled {
	border: 1px solid #a9ae33 !important;
	color: #a9ae33 !important;
}

.participant-card__vote-btn.btn:disabled span {
	color: inherit !important;
}

.participant-card__vote-btn.btn:active {
	font-size: 15px;
	min-height: 40px;
	line-height: 1;
	box-shadow: none;
	margin: 0;
	border: none;
	height: auto;
}

@media (max-width: 768px) {
	.participant-cards-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 7px;
	}

	.participant-card__header {
		gap: 18px;
	}

	.participant-card__num {
		font-size: 30px;
	}

	.participant-card__title {
		font-size: 13px;
		line-height: 1.3;
	}

	.participant-card__vote-btn.btn {
		min-height: 34px;
		padding: 0 20px;
	}

	.participant-card__vote-btn.btn:active {
		min-height: 34px;
		padding: 0 20px;
		line-height: 1;
		box-shadow: none;
		margin: 0;
		border: none;
		height: auto;
	}

	.participant-card__vote-result {
		font-size: 11px;
	}
}

.header_bgcolored .main-top-block {
	position: relative;
	margin-top: unset;
	padding-top: unset;
	height: unset;
	background-position: center bottom;
	background-size: unset;
	background-image: unset;
}

.main-top-block-quiz .maxwidth-theme {
	position: relative;
	margin-top: -212px;
	padding-top: 280px;
	/* background-position: 50% 0% !important;
	background-size: cover !important;
	background-image: url(/bitrix/templates/savushka/css/../images/alma_scheme/top_block.webp) !important;
	background-repeat: no-repeat !important; */
	height: 600px;
	width: 1280px;
	box-sizing: unset;
	padding-right: -300px;
	border-radius: 10px;
	border-top-right-radius: 10px 20px;
	border-bottom-right-radius: 20px;
}

.main-top-block-quiz:not(.uf_section_img) .maxwidth-theme::before {
	content: '';
	position: absolute;
	inset: 0;
	background-position: 50% 0% !important;
	background-size: cover !important;
	background-image: url(/bitrix/templates/savushka/css/../images/alma_scheme/top_block.webp) !important;
	background-repeat: no-repeat !important;
}

.wrapper1 .main-top-block-quiz .maxwidth-theme .main-top-block__tree::before {
	top: 370px;
	left: 0px;
}

.wrapper1 .main-top-block-quiz .maxwidth-theme .main-top-block__tree::after {
	top: 280px;
	left: 0px;
}

.wrapper1 .main-top-block-quiz .maxwidth-theme .main-top-block__stroke {
	width: 100%;
}

.absolute-vote_btn {
	z-index: 1000000000;
}

.participant-card__vote-result {
	font-size: 20px;
}

body .compact-catalog .ce_cmp_visible {
	display: none !important;
}

footer .social-icons ul li.whats a {
    background-position: -329px -424px;
}
footer .social-icons ul li.whats a:hover {
	background-position: -329px -235px;
}

.social-icons li.whats a, .soc-whats a i.whats {
	background-position: -329px -235px;
}

.champion-block {
	display: flex;
	padding: 70px 0;
	gap: 20px;
}
.champion-block__l-title {
	font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #444;
    margin: 0;
}
.champion-block__l-title span {
	font-family: 'Appetite', Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #f89328;
    margin: 0;
    display: block;
}
.champion-block__l-title a {
	margin-top: 6px;
	font-size: 20px;
    display: block;
	font-family: 'Appetite', Arial, sans-serif;
}
.champion-block__l-title {
	min-height: 57px;
}
.champion-block__l-bottom,
.champion-block__r-bottom {
	max-height: 300px;
    width: 100%;
}
.champion-block__l-bottom img,
.champion-block__r-bottom img {
	min-height: 300px;
    max-height: 300px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.custom-slider .slide .item-parent.item_block {
   width: 100%;
}
.custom-slider .owl-nav .svg {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.catalog_block .custom-slider .owl-nav {
	left: -18px;
	right: -18px;
	visibility: visible;
	z-index: auto;
}
.catalog_block .custom-slider .owl-nav > button {
    position: relative;
    z-index: 5;
}

.custom-slider .owl-nav .owl-prev:not(:hover) {
    background: transparent url(/bitrix/templates/savushka/css/../images/arr-left.svg) no-repeat center;
    background-size: contain;
}

.custom-slider .owl-nav .owl-next:not(:hover) {
    background: transparent url(/bitrix/templates/savushka/css/../images/arr-right.svg) no-repeat center;
    background-size: contain;
}

.custom-slider .owl-nav .owl-prev:hover:not(.disabled) {
    background: transparent url(/bitrix/templates/savushka/css/../images/arr-color-left.svg) no-repeat center;
}

.custom-slider .owl-nav .owl-next:hover:not(.disabled) {
    background: transparent url(/bitrix/templates/savushka/css/../images/arr-color-right.svg) no-repeat center;
}
@media (max-width: 768px) { 
	.champion-block {
		flex-direction: column;
	}
	.champion-block__l-bottom img,
	.champion-block__r-bottom img {
		min-height: 150px;
		max-height: 150px;
	}
	.champion-block__l-title,
	.champion-block__r-title {
		font-size: 13px;
	}
	.champion-block__l-title span, 
	.champion-block__r-title span {
		font-size: 18px;
	}
	.champion-block__r-top,
	.champion-block__l-top {
		margin-bottom: 20px;
	}
}

@media (max-width: 568px) { 
	.catalog_block .custom-slider .catalog_item .item-title a {
		font-size: 16px !important;
	}
	.catalog_block:not(.items) .custom-slider .item_wrap {
		padding: 0!important;
	}
}
/* End */
/* /local/templates/Savushka/components/bitrix/news/golosovaniya/style.css?173140422312262 */
