

/* Start:/local/components/angrycode/premiya/templates/.default/style.css?177484942711317*/
.page-premiya {
	margin: 2rem 0;
}

.premiya-hero {
	background: #fdebeb;
	border-radius: 30px;
	padding: 50px 60px 50px 100px;
	color: #000000;
	position: relative;
}

.premiya-hero__left,
.premiya-hero__right {
	flex: 1;
	flex-basis: 70%;
}

.premiya-hero__right {
	flex-basis: 30%;
}

.premiya-hero__left img {
	width: 154px;
}

.premiya_hero_cifra {
	object-fit: contain;
	width: auto;
	height: 90%;
	position: absolute;
	bottom: 0;
	right: 60px;
	/*transform: translateY(-50%);*/
}

.premiya-hero__content {
	display: flex;
	align-items: flex-start;
	justify-content: stretch;
}

.premiya-hero__title {
	color: #000000;
	font-size: 52px;
	font-weight: 900;
	margin: 1.2rem 0;
	line-height: 1.3;

	max-width: 550px;
}

.premiya-hero__btn {
	color: #fff;
	border-radius: 40px;
	background: #D83A1F;
	padding: 10px 30px;
	cursor: pointer;
	margin-bottom: 4rem;
}

.premiya-hero__bottom {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 4rem;
}

.premiya-hero__bottomitem {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.premiya-hero__bottomitem div:first-child {
	font-weight: bold;
}

.premiya-hero__bottomitem div:last-child {
	font-weight: bold;
	color: #D83A1F;
	font-size: 1.2rem;
}

.premiya-map {
	margin: 4rem 0;
	/* margin-bottom: 0; */
}

.premiya-rulles {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr; /* три колонки */
	grid-template-rows: auto auto; /* два ряда */
	gap: 16px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 4rem; /* отступы между ячейками */
}

.premiya-rulles__item.item1 {
	grid-row: span 2; /* занимает две строки */
}

.premiya-rulles__item.item4 {
	grid-column: span 2; /* занимает две колонки */
}

.premiya-rulles__item.item1 img,
.premiya-rulles__item {
	border-radius: 20px;
}

.premiya-rulles__item:not(:first-child) {
	background: #ECEEF5;
	padding: 28px 24px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
}

.premiya-rulles__item span {
	font-size: 2rem;
}

.premiya-rulles__item p {
	font-size: 1.2rem;
	max-width: 450px;
}

.premiya-rulles__item.item2 p,
.premiya-rulles__item.item3 p {
	max-width: 220px;
}

.premiya-rulles__item.item1 img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.premiya__title {
	color: #000;
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 500;
}

#svg-map {
	touch-action: pan-x pan-y;
}

#svg-map > g > g {
	cursor: pointer;
}

#svg-map > g > g path,
#svg-map > g > g circle {
	transition: 0.4s;
}

#svg-map > g > g:hover path:first-child {
	fill: #D83A1F;
}

#svg-map > g > g:hover path:nth-child(2) {
	fill: #fff;
}

#svg-map > g > g:hover path:nth-child(3) {
	fill: #fff;
}

#semey{
	fill: #eceef5;
}

#svg-map #taldykorgan:hover > #taldykorgan_2 > path {
	fill: #D83A1F;
}

#svg-map #taldykorgan:hover > path {
	fill: #fff;
}


#svg-map > g > g:hover g circle:last-child {
	fill: #D83A1F;
}

#svg-map > g > g:hover g circle:first-child {
	fill: #fff;
}


#svg-map > g > g:hover > path {
	fill: #D83A1F;
}

/* CITY NAME */
#svg-map > g > g:hover > g > path {
	fill: #fff;
}


#svg-map #turkestan:hover g > path:nth-child(3) {
	fill: #D83A1F;
}

#svg-map #turkestan:hover > path {
	fill: #000;
}

.city_list .city__list--item {
	display: none;
}

.city_list .city__list--item.show {
	display: block;
}

#data-users-map-modal .popup__content {
	align-items: flex-start;
	justify-content: flex-start;
	background: #fff;
}

#data-users-map-modal .popup__steps{
	width: 100%;
}

.city_list_line{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #E2E2E2;
}

.city_list_line p{
	margin-bottom: 0px !important;
}

.city_header{
	display: flex;
	/*justify-content: center;*/
	gap: 3rem;
	margin-bottom: 2rem;
}
.city_header > div{
	display: flex;
	gap: .5rem;
	justify-content: center;
	align-items: center;
	font-size: 1.1rem;
}
.premiya-baner {
	background: #ECEEF5;
	color: #000;
	border-radius: 30px;
	padding: 40px 50px;
	margin-bottom: 4rem;
	font-size: 22px;
}
.premiya-baner .btn{
	color: #D83A1F !important;
	font-weight: 600 !important;
}
.premiya-baner__title {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 0.4rem;
}



.premiya-baner__subtitle {
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 1.5rem;
}
.premiya-baner .btn {
	border: 0;
}

.premiya-baner p {
	margin-bottom: 1rem;
}

.premiya-baner__btn {
	background: #fff !important;
	color: #000000 !important;
	font-size: 1rem;
	font-weight: 400 !important;
	width: 238px;
	height: 60px;
}

.premiya-expert {
	margin-bottom: 4rem;
}

.premiya-expert__items {
	margin-top: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	flex-wrap: wrap;
	/* gap: 3rem; */
	color: #000;
}

.premiya-expert__content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 0.5rem;
	flex-basis: 33%;
	padding: 1rem;
	text-align: center;
	max-width: 380px;
	margin-bottom: 2rem;
}

.premiya-expert__photo img {
	border-radius: 50%;
	width: 117px;
	height: 117px;
	object-fit: cover;
}

.premiya-expert__name {
	font-size: 24px;
	font-weight: 500;
}

.premiya-expert__desc {
	font-size: 1rem;
}

.premiya-expert__item {
	flex-basis: 33%;
	display: flex;
	align-items: center;

	flex-direction: column;
}

.premiya-map__counter {
	max-width: 300px;
}

.premiya-map__counter div {
	color: #D83A1F;
	font-weight: bold;
	font-size: 32px;
}

.premiya-map__counter p {
	font-size: 24px;
}

.premiya-map__box {
	margin-top: -6rem;
}

.premiya-prizes {
	background: #FDEBEB;
	max-width: 95%;
	border-radius: 20px;
	width: 100%;
	margin: 4rem auto;
	padding: 40px;
}

.premiya-prizes .premiya__title {
	color: #000;
}

.premiya-prize__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.2rem;
}

.premiya-prize__ico img,
.premiya-prize__ico svg {
	width: 66px;
	height: 66px;
	object-fit: contain;
	margin: 0 auto;
}

.premiya-prize__ico img,
.premiya-prize__ico svg,
.premiya-prize__title,
.premiya-prize__desc,
.premiya-prize__price {
	/* margin-bottom: 0.5rem; */
	text-align: center;
}

.premiya-prize__ico img{
	filter: brightness(0) saturate(100%)
	invert(32%) sepia(92%)
	saturate(2700%) hue-rotate(10deg)
	brightness(95%) contrast(95%);
}

.premiya-prize__price {
	font-size: 28px;
	font-weight: 700;
	color: #D83A1F;
}

.premiya-prize__title {
	font-size: 20px;
	font-weight: bold;
}

.premiya-prize__desc {
	font-size: 18px;
	color: #000000;
	opacity: 0.6;
	font-weight: 500;
	min-height: 48px;

}

.premiya-prize__bottom {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	max-width: 180px;
	text-align: center;
}

.premiya-prize__box {
	box-sizing: border-box;
	height: 300px;
	background: #fff;
	padding: 20px 35px;
	border-radius: 20px;
	display: flex;
	gap: 1rem;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.premiya-prize__box.premiya-prize__box--btn{
	gap: 6px;
}

.premiya-prizes .swiper-slide {
	max-width: 27%;
}

.popup .popup__content {
	background-color: #fff;
}

.webform-field-upload{
	border-radius: 7px;
	background: #e12e3f !important;

}

.webform-field-upload .webform-small-button.add-field-button{
	background: #e12e3f !important;
	color:#fff !important;
	margin-left: 0 !important;
	text-align: center !important;
	padding-left: 0 !important;
	cursor: pointer;
}

.webform-field-upload [type="file"]{
	display: block !important;
}

.premiya-prizes .swiper-wrapper .swiper-slide:first-child .premiya-prize__box {
	background: #D83A1F;
	color: #fff;
}

.premiya-prizes .swiper-wrapper .swiper-slide:first-child  .premiya-prize__bottom,
.premiya-prizes .swiper-wrapper .swiper-slide:first-child  .premiya-prize__desc,
.premiya-prizes .swiper-wrapper .swiper-slide:first-child  .premiya-prize__price{
	color: #fff;
}
.premiya-prizes .swiper-wrapper .swiper-slide:first-child  .premiya-prize__ico img{
	filter: brightness(0) invert(1);
}

.premiya-prizes__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1rem;
}

.premiya-prizes__arrows,
.premiya-prizes__arrows .swiper-button-prev,
.premiya-prizes__arrows .swiper-button-next {
	position: relative;
}

.premiya-prizes__arrows .swiper-button-prev:after,
.premiya-prizes__arrows .swiper-button-next:after {
	display: none;
}

.premiya-prizes__arrows .swiper-button-prev,
.premiya-prizes__arrows .swiper-button-next {
	width: 52px;
	height: 52px;
	top: auto;
	left: auto;
	right: auto;
}

.premiya-prizes__arrows {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.premiya-prizes__arrows rect{
	stroke: #000;
}
.premiya-prizes__arrows path{
	fill: #000;
}

.box-style-outline{
	border: 2px solid #E05B44;
	background: #E05B44;

}
.box-style-outline *{color: #fff;opacity: 1}

.box-style-outline .premiya-prize__ico img{filter: brightness(0) invert(1);}

.premiya-prize--list{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	gap: 1rem;
}
.premiya-prize--list > div {
	flex: 1;
	flex-basis: 360px;
}

#video2-modal iframe {
	max-width: 100%;
}

#video2-modal .popup__content {
	max-width: 700px;
}

@media (max-width: 1200px) {
	.premiya-prizes .swiper-slide {
		max-width: 34%;
	}

	.premiya-prizes .container {
		padding: 0;
		max-width: max-content;
	}
}

@media (max-width: 800px) {
	.premiya-prizes .swiper-slide {
		max-width: 80%;
	}

	.premiya-prizes__arrows {
		gap: 0.5rem;
		padding-left: 1rem;
	}

	.premiya-prizes__arrows .swiper-button-prev,
	.premiya-prizes__arrows .swiper-button-next {
		width: 40px;
		height: 40px;
	}

	.premiya-map__box {
		margin-top: 1rem;
	}

	.premiya-map__counter p {
		font-size: 16px;
	}

	.premiya-map__counter div {
		font-size: 22px;
	}

	.premiya-expert__item {
		flex-basis: 100%;
	}

	.premiya-expert__content {
		max-width: 100%;
		margin-bottom: 1rem;
		padding-left: 0;
		padding-right: 0;
	}

	.premiya-hero {
		padding: 2rem 1.5rem;
	}

	.premiya_hero_cifra {
		top: 1rem;
		transform: none;
		height: 100px;
	}

	.premiya-hero__title {
		font-size: 1.6rem;
	}

	.premiya-hero__left img {
		width: 100px;
	}

	.premiya-hero__right,
	.premiya_hero_cifra,
	.premiya-rulles__item.item1 {
		display: none;
	}

	.premiya-hero__bottom {
		gap: 1rem;
		flex-direction: column;
		align-items: flex-start;
	}

	.premiya-hero__bottomitem {
		gap: 0.5rem;
	}

	.premiya__title {
		font-size: 1.4rem;
	}

	.premiya-hero__btn {
		margin-bottom: 3rem;
	}

	.premiya-rulles__item.item1,
	.premiya-rulles__item.item2 {
		width: 100%;
	}


	.premiya-rulles {
		display: block;
	}

	.premiya-rulles__item {
		margin-bottom: 1rem;
	}

	.premiya-rulles__item p {
		font-size: 1.1rem;
	}

	.premiya-rulles__item:not(:first-child) {
		gap: 0.6rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	.premiya-rulles__item span {
		font-size: 1.7rem;
		flex-basis: 25px;
	}

	.premiya-rulles__item p {
		width: 100%;
	}

	.premiya-baner__title {
		font-size: 24px;
	}

	.premiya-baner__subtitle {
		font-size: 22px;
	}

	.premiya-baner p {
		font-size: 15px;
	}

	.premiya-baner {
		padding: 30px 30px;
	}

	#svg-map {
		width: 100%;
	}
}


#rulles-modal .popup__content {
	max-width: 700px;
}

/* End */


/* Start:/local/components/angrycode/iblock.element.add.form/templates/.default/style.css?1717504067110*/
.form-iblock_add .input{
    padding: 0 0 8px 0 !important;
}

#property_344:not(.show){
    display: none;
}

/* End */
/* /local/components/angrycode/premiya/templates/.default/style.css?177484942711317 */
/* /local/components/angrycode/iblock.element.add.form/templates/.default/style.css?1717504067110 */
