@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&family=Roboto:wght@700;900&display=swap');
:root
{
	--white: rgba(255, 255, 255, 1);
	--black: rgba(25, 25, 25, 1);
	--black05: rgba(25, 25, 25, 0.5);
	--orange: rgba(217, 91, 19, 1);
	--green:rgba(0, 100, 88, 1);
	--purple:rgba(82, 49, 99, 1);
	--blue:rgba(29, 63, 134, 1);
	--grey:rgba(238, 238, 238, 1);
	--light-grey:rgba(242, 242, 242, 1);

	--main:400 18px/27px 'Inter', sans-serif;
	--p16:400 16px/24px 'Inter', sans-serif;
	--p12:400 12px/18px 'Inter', sans-serif;
	--p10:400 10px/14px 'Inter', sans-serif;
	--p8:400 8px/12px 'Inter', sans-serif;

	--h1:400 70px/72px 'Halvar Breit', sans-serif;
	--hb48:400 48px/52px 'Halvar Breit', sans-serif;
	--hb42:400 42px/46px 'Halvar Breit', sans-serif;
	--hb36:400 36px/46px 'Halvar Breit', sans-serif;
	--hb34:400 34px/40px 'Halvar Breit', sans-serif;
	--hb32:400 32px/35px 'Halvar Breit', sans-serif;
	--hb28:400 28px/36px 'Halvar Breit', sans-serif;
	--hb26:400 26px/32px 'Halvar Breit', sans-serif;
	--hb24:400 24px/29px 'Halvar Breit', sans-serif;
	--hb18:400 18px/21px 'Halvar Breit', sans-serif;
	--hb16:400 16px/20px 'Halvar Breit', sans-serif;
	--hb14:400 14px/21px 'Halvar Breit', sans-serif;
	--hb12:400 12px/14px 'Halvar Breit', sans-serif;
	--hb10:400 10px/12px 'Halvar Breit', sans-serif;
	--hb8:400 8px/10px 'Halvar Breit', sans-serif;
	--block-in-nums:400 52px/52px 'Halvar Breit', sans-serif;
}

body,html
{
	margin:0px;
	padding:0px;
	width: 100%;
	min-height: 100vh;
	background-color: var(--white);
	font:var(--main);
	color: var(--black);
	position: relative;
}

body.page-gde-kupit
{
	background-color: var(--black);
	color: var(--white);
}
.black
{
	color: var(--black) !important;
}
.white-logo
{
	display: none;
}
.red 
{
	color: #E32618;
}
body.page-gde-kupit>.content
{
}

img
{
	max-width: 100%;
}
.donoluxlogo
{
	max-height: 64px;
}
header,footer,div,span,p,img,a,	.field_input input, .field_input textarea, .field_input select
{
	box-sizing: border-box;
	position: relative;
}
.field_input input.blank-data, .field_input textarea.blank-data, .field_input select.blank-data
{
	background: rgba(255, 0, 0, 0.33);
}
a
{
	color:var(--black);
	text-decoration: none;
}
.h1, h1 
{
	font:var(--h1);
}
.h48 
{
	font: var(--hb48);
}
h1 
{
	text-align: center;
	margin:52px 0 60px;
}
.button
{
	display: inline-flex;
	gap:0.4em;
	background-color: var(--black);
	color: var(--white);
	padding:40px 60px;
	border-radius: 100px;
	height: 109px;
	font: var(--hb24);
	transition: all 0.3s ease;
}
.button:hover 
{
	background-color: var(--orange);
	transform: scale(1.03);
}
.download
{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	background-color: var(--grey);
	padding:32px 60px 31px 116px;
	height: 130px;
	border-radius: 65px;
	text-decoration: none !important;
	transition: all 0.3s ease;
}

.download.center>div
{
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
}

.download>div 
{
	display: inline-flex;
}
.download.width100
{
	width: 100%;
}
.download:before
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	font-family: "icomoon";
	content: "\e900";
	font-size: 62px;
	position: absolute;
	left: 40px;
	top:35px;
}

.download .name
{
	font:var(--hb34);
}
.download.small  .name
{
	font:var(--hb18);
}
.download .size
{
	font:var(--hb18);
	opacity: 0.5;
}
.download:hover 
{
	background-color: var(--purple);
	color: var(--white);
	transform: scale(1.03);
}
.width100
{
	width: 100%;
}

.project_filter
{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	position: relative;
	z-index: 3;
	margin-bottom: 40px;
}

.project_filter>div
{
	position: relative;
	z-index: 1;
}

.project_filter>div.open
{
	z-index: 3;
}

.project_filter>div>a
{
	display: flex;
	padding: 7px 18px;
	height: 36px;
	gap: 8px;
	align-items: center;
	font: var(--hb18);
	color: var(--black05);
	background-color: var(--grey);
	border-radius: 18px;
	z-index: 1;
}
.project_filter>div.open>a
{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.project_filter>div>a span
{
	color: var(--black);
}

.project_filter>div>a:after
{
	font-family: "icomoon";
	content: "\e906";
	color: var(--black);
}


.project_filter>div .checker
{
	position: absolute;
	top: 36px;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	height: 0;
	overflow: hidden;
	padding-bottom: 0px;
	box-sizing: border-box;
	background-color: var(--grey);
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

.project_filter>div.open .checker
{
	height: auto;
	min-width: 100%;
	overflow: initial;
	padding-bottom: 10px;
	z-index: 2;
}

.project_filter>div .checker a
{
	padding: 0 18px;
	white-space: nowrap;
	color: var(--black05);
}

.project_filter>div .checker a.checked
{
	color: var(--black);
}

.galery-widget
{
	display: grid;
	grid-template-columns: 210px 1fr 210px;
	grid-template-rows: 1fr 95px;
	grid-column-gap: 20px;
	grid-row-gap: 35px;
	height: 600px;
}

.galery-widget .gal-videos, .galery-widget .gal-mainimage
{
	grid-row: span 2;
}

.galery-widget .gal-mainimage>div
{
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

.galery-widget .gal-mainimage>div.visible
{
	opacity: 1;
	z-index: 10;
}

.galery-widget .gal-listimage, .galery-widget .gal-videos
{
	overflow: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.galery-widget .gal-listimage .gw-video
{
	display: none;
}

.galery-widget .gal-videos a:after
	{
		content: "\e908";
		font-family: "icomoon";
		display: flex;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 42px;
		border-radius: 21px;
		background-color: var(--black05);
		color: var(--white);
		font-size: 22px;
	}

.galery-widget .gal-listimage div, .galery-widget .gal-videos a
{
	cursor: pointer;
	flex: none;
	width: 210px;
	height: 150px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.m_seria_item .galery
{
	height: auto;
}

header .content
	{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	header .content .logo 
	{
		width: 90px;
	}

header .content .logo.pobeda
{
	position: relative;
}

header .content .logo.pobeda:after
{
	content: "";
	position: absolute;
	right: -50px;
	width: 40px;
	height: 83px;
	top: -20px;
	background-image: url('/images/pobeda.png');
	background-size: cover;
}

header .content .logo.pobeda:before
{
	content: "Помним. Гордимся.";
	position: absolute;
	top: 100%;
	font-size: 7.2px;
	line-height: 100%;
	left: 4px;
}

header
{
	transition: all 0.3s ease;
}
header.scrolled
{
	background-color: var(--white);
	position: sticky;
	top: 0;
	z-index: 50;
}

header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
}

.page-elektrooborudovanie .h1 img
{
	max-height: 70px;
}

.main-standart-block.center
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
.brends
	{
		display: grid;
	}
	.brends a 
	{
		display: flex;
		align-items: center;
	}

.clients
	{
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-gap:20px;
	}
	.clients.gtc2
	{
		grid-template-columns: repeat(2, 1fr);
	}

	.clients.gtc2>div
	{
		display: flex;
		align-items: center;
	}

	.clients .cl-item
	{
		display: grid;
		grid-template-rows: 1fr 46px;
		text-align: center;
		height: 320px;
		background-color: var(--grey);
		border-radius: 160px;
		padding:30px 10px 40px;
	}
	.clients .cl-item img 
	{
		width: 90%;
		transition: all 0.3s ease;
	}
	.clients .cl-item:hover img 
	{
		transform: scale(1.1);
	}
	.clients .cl-item .icon-arrow
	{
		font-size: 46px;
	}
	.client-text
	{
		max-width: 471px;
		margin:74px auto 0;
		grid-column: 4 / 7;
	}
	.client-text .text 
	{
		padding-bottom:40px;
	}


	.social
	{
		display:flex;
		gap:20px;
		grid-area: social;
	}
	.social a 
	{
		opacity: 0.5;
		font-size:30px;
	}
	.social a:hover 
	{
		opacity: 1;
	}
	.footer-down span, .footer-down a
	{
		opacity:0.4;
	}
	.footer-down a:hover, header .content .contacts a:hover 
	{
		opacity: 1;
		color: var(--black);
	}
	.full-screen-title a  
	{
		opacity:0.5;
	}
	.full-screen-title a:hover
	{
		opacity: 1;
	}

	.full-screen-title
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	width: -webkit-fill-available;
	height: 100vh;
	margin-top: -108px;
	margin-bottom: 100px;
	color: var(--white);
}
	.full-screen-title a
	{
		color: var(--white);
	}

.electricals_catalog
	{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
	.electricals_catalog>a 
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 400px;
		padding:50px 20px;
		background-color: var(--grey);
	}
	.electricals_catalog>a .blogo
	{
		max-width: 280px;
		transition: all 0.3s ease;
	}
	.electricals_catalog>a .izd
	{
		width: 0;
		transition: all 0.3s ease;
	}
	.electricals_catalog>a:hover .izd
	{
		display: block;
		width: 80%;
	}
	.electricals_catalog>a:hover .blogo
	{
		transform: scale(0.9);
	}
	.electricals_catalog>a:after, .svet-list>a:after
	{
		width: 35px;
		height: 35px;
		font-family: "icomoon";
		content: "\e901";
		font-size: 35px;
		position: absolute;
		right: 40px;
		bottom:30px;
	}

header
{
	z-index: 4;
}
	.h1-with-bc-link>a {
	opacity: 0.4;
	}
.h1-with-bc-link>a.black
{
	color: var(--black);
	opacity: 1;
}
.h1-with-bc-link>a.black:hover
{
	text-decoration: underline;
}
.series_list
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:80px;
	}
	.m_seria_item
	{	
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:20px;
	}

.form
	{
		display: flex;
		margin: 0 auto;
		flex-direction: column;
		align-items: center;
		gap:10px;
		width: 460px;
	}
	.form>div 
	{
		width: 100%;
	}
	select {
	-webkit-appearance: none;
	z-index: 1;
	}
	.field_input input, .field_input textarea, .field_input select
	{
		display: flex;
		padding:32px 28px;
		background-color: var(--grey);
		font:var(--hb18);
		height: 84px;
		border-radius: 42px;
		border:none;
		width: 100%;
	}
	.field_input select.selected
	{
		color:var(--black);
	}
	.field_input select
	{
		color: rgba(25, 25, 25, 0.3);

	}
	.field_input_select:after 
	{
		display: block;
		font-family: "icomoon";
		content: "\e906";
		font-size: 24px;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -12px;
		z-index: 2;
	}
	 .field_input textarea
	 {
	 	resize: none;
	 	height: 183px;
	 }
	 input[type="submit"]
	 {
	 	border:none;
	 	margin-top: 10px;
	}
	 input[type=checkbox] 
	{
		display: none;
	}
	input[type=checkbox]+label 
	{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 12px;
		font: var(--hb14);
		color: var(--black);
	}
	input[type=checkbox]+label a 
	{
		text-decoration: underline;
		opacity: 0.4;
	} 
	input[type=checkbox]+label a:hover
	{
		opacity: 1;
	}
	input[type=checkbox]+label:before {
	content: "";
	display: block;
	width: 24px;
	flex: none;
	height: 24px;
	border-radius: 50%;
	border: 2px solid var(--black);
	opacity: 0.4;
	}
	input[type=checkbox]:checked+label:before 
	{
	color: var(--black);
	opacity: 1;
	content: "•";
	font-size: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.checkboxes-block
	{
		display: flex;
		flex-direction: column;
		gap:28px;
		margin-top:40px;
		max-width: 290px;
	}
	.form .button
	{
		margin-top: 30px;
	}
	.button.blue
	{
		background-color: var(--blue);
	}
	.button.orange
	{
		background-color: var(--orange);
	}
	.button.blue:hover, .button.orange:hover
	{
		background-color: var(--black);
	}
	.projects_list>a .pimage
	{
		background-position: center;
		background-size: cover;
	}
	.prods-list
	{
		/*display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 40px;*/
		display: flex;
		justify-content: center;
		align-items: flex-start;
		column-gap: 20px;
		row-gap: 40px;
		flex-wrap: wrap;
	}
	.prods-list>div 
	{
		flex: none;
		width: 210px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		font: var(--hb28);
		color: var(--black);
		font-weight: 300;
		text-transform: uppercase;
		text-align: center;
		gap:10px;
	}
	.prods-list>div .colors
	{
		display: flex;
		justify-content: space-around;
		gap:8px;
	}
	.prods-list>div .colors>div 
	{
		display: block;
		width: 28px;
		height: 28px;
		border-radius: 50%;
	}
	.prods-list .prod-image
	{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 210px;
	}
	.projects_list .pinfo .type
	{
		display: block;
		opacity: 0.3;
		font: var(--hb18);
		margin-bottom: 8px;
	}
	.gal-arrow
	{
		display: flex;
		align-items: flex-end;
		justify-content: flex-start;
	}
	.gal-arrow>a 
	{
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: var(--grey);
		font-size: 60px;
		height: 95px;
		width: 95px;
	}
	.gal-arrow>a:hover
	{
		background: rgba(48, 48, 48, 1);
		color: var(--white);
	}

	.cooperation-pluses
	{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 60px;
		grid-row-gap: 30px;
	}
	.cooperation-pluses>div 
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		gap:10px;
	}
	.cooperation-pluses span
	{
		text-align: center;
	}
	.cooperation-pluses>div .name 
	{
		font:var(--hb32);
	}
	.cooperation-pluses>div .desc 
	{
		font:var(--p16);
		opacity: 0.4;	
		padding:0 20px;
	}
	.contacts-full-block
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		margin:20px auto 170px;
		gap:80px;
	}
	.contacts-full-block>div 
	{

	}
	.contacts-full-block>div span
	{
		display: block;
		text-align: center;
		max-width: 260px;
		font: var(--p16);
		opacity: 0.4;
		margin: 0 auto 20px;
	}
	.contacts-full-block>div>a 
	{
		font:var(--hb48);
	}
	.text-align-left
	{
		text-align: left;
	}
	.left-main-info
	{
		display: flex;
		flex-direction: column;
		gap:140px;
		max-width: 786px;
	}
	.wwu-list.with-number>div:before {
		content: counter(number);
		font: var(--hb36);
		display: block;
		margin-bottom: 24px;
		height: 36px;
	}

	.showroom-slider {
display: grid;
grid-template-columns: 1fr 175px;
grid-gap: 20px;
margin: 60px -80px 0 0;
	}
	.showroom-slider .sr-slide .buttons {
position: absolute;
width: 100%;
bottom: 20px;
padding: 0 20px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
align-items: center;
}
	.showroom-slider .sr-slide .buttons a {
display: flex;
width: 60px;
height: 60px;
border-radius: 50%;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.5);
font-size: 32px;
}
.showroom-slider .sr-slide .buttons a:hover 
{
	background-color: rgba(255, 255, 255, 1);
}
	
.showroom-slider .sr-data
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 30px;
}

.showroom-slider .sr-data .sr-params
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
}

.showroom-slider .sr-data .sr-params div
{
	display: block;
}

.showroom-slider .sr-data
{
	font: var(--hb18);
}

.showroom-slider .sr-data .sr-params div span.param-name
{
	opacity: 0.3;
	font:var(--hb14);
	display: block;
}
.showroom-slider .sr-slide .image
{
	display: block;
	padding-top: 53%;
	background-size: cover;
	background-position: center;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.showroom-slider .sr-slide .image>div
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	opacity: 0;
}
	.grey-text span
	{
		opacity: 0.5;
	}
	.grey-text a 
	{
		text-decoration: underline;
		opacity: 0.5;
	}
	.grey-text a:hover 
	{
		opacity: 1.0;
	}
	.pr-text a, .main-standart-block .text a, .svet-info-top .text a
	{
		text-decoration: underline;
	}
	.pr-text a.button
	{
		text-decoration: none;
	}
	.main-standart-block .text a:hover 
	{
		text-decoration: none;
	}

#map-city-info
{
	position: absolute;
	display: block;
	background-color: var(--white);
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.15);
	border-radius: 20px;
	padding: 20px;
	max-width: 342px;
	font: var(--hb16);
}

.tumbler
{
	display: flex;
	justify-content: center;
	gap: 10px;
}

.tumbler>*
{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}

.tumbler span
{
	background-color: var(--black);
}

.tumbler a
{
	background-color: var(--black05);
}
#map-city-info .close
{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	font-size: 28px;
}
#map-city-info .close a 
{
	opacity: 0.3;
	transition: all 0.3s ease;
}
#map-city-info .close a:hover
{
	opacity: 1;
	transform: scale(1.1);
}
#map-city-info .name
{
	font: var(--hb24);
	text-align: center;
}

#map-city-info p span:first-child
{
	opacity: 0.3;
	display: block;
}
#map-city-info .button
{
	width: 122px;
	height: 48px;
	padding:14px 22px;
	font:var(--hb16);
}
.prez-name
{
	display: block;
	text-align: center;
	opacity: 0.5;
	margin-top: 48px;
	font: var(--hb24);

}

#shadow
{
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.2);
}

#shadow .p-closer
{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 42px;
	color: var(--black05);
}

#shadow .window
{
	display: block;
	width: 600px;
	max-width: 90vw;
	height: 90vh;
	max-height: 90vh;
	padding: 70px 50px 100px 50px;
	background-color: var(--white);
	border-radius: 50px;
}

#shadow .w-content
{
	display: block;
	width: 500px;
	max-width: calc(90vw - 68px);
	/*height: 200px;*/
	max-height: calc(90vh - 85px);
	overflow: auto;
	padding-bottom: 50px;
}

#shadow .w-content h3
{
	text-align: center;
	margin-top: 0;
}
#player 
{
	max-width: 100%;
}

.sd-galery-small
{
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}

.sd-galery-small>.sd-galery-small-item
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 207px;
	flex: none;
}

.sd-galery-small>.sd-galery-small-item div
{
	height: 207px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sd-galery-small>.sd-galery-small-item div img
{
	max-width: 90%;
	max-height: 90%;
}

.sd-galery
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.sdp-item-galery-points
{
	display: flex;
	justify-content: center;
	gap: 20px;
}

.sdp-item-galery-points span
{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: var(--light-grey);
}

.sdp-item-galery-points span.selected
{
	background-color: var(--orange);
}

.sdp-item
{
	flex: none;
	width: 240px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	justify-content: flex-start;
}

.sdp-item .sdp-item-name
{
	text-align: center;
	padding: 0 20px;
}

.sdp-item-galery
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}

.sdp-item-galery .sdp-item-galery-images
{
	display: flex;
	flex: none;
	height: 240px;
	width: 240px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sdp-item-galery .sdp-item-galery-images>div
{
	flex: 1;
	height: 240px;
}

@media all and (max-width: 960px)
{
	/*.prez-block a.download 
	{
		align-items: center;
		padding-left: 20px;
	}*/
	.marginbottom
	{
		margin-bottom:70px;
	}
	#shadow .window
	{
		padding: 70px 30px 100px 30px;
	}

	.prods-list>div
	{
		width: initial;
		flex: initial;
	}
	#map-city-info
	{
		padding:12px;
		font: var(--hb8);
		z-index: 5;	
		width: 240px;
	}
	#map-city-info .button
	{
		font: var(--hb10);	
		width: 74px;
		height: 28px;
		padding: 8px 13px;
	}
	#map-city-info .name
	{
		font: var(--hb14);
	}
	#map-city-info .close
	{
		font-size: 16px;
	}
	.margin80
	{
		display: block;
		height: 80px;
	}

	.prez-name
	{
		margin-top: 28px;
		font: var(--hb18);
	}

	.download.center
	{
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding-left: 20px;
	}

	.download.center>div
	{
		align-items: center;
	}

	.download.center:before
	{
		position: relative;
		top: initial;
		left: initial;
	}

	.cooperation-pluses
	{
		width: 90%;
		margin:0 auto;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 24px;
		grid-row-gap: 10px;
	}
	.cooperation-pluses>div 
	{
		gap:0px;
	}
	.cooperation-pluses>div .name 
	{
		font:var(--hb12);
	}
	.cooperation-pluses>div .desc 
	{
		font:var(--p10);
	}
	.contacts-full-block
	{
		margin:40px auto 80px;
		align-items: center;
		gap:40px;
	}
	.contacts-full-block>div
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:10px;
	}
	.contacts-full-block>div span
	{
		max-width: 180px;
		font: var(--p12);
		margin: 0 auto;
	}
	.contacts-full-block>div>a 
	{
		font:var(--hb24);
	}
	.prods-list
	{
		display: grid;
		row-gap: initial;
		column-gap: initial;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 8px;
		grid-row-gap: 30px;
	}
	.prods-list .prod-image
	{
		height: 84px;
	}
	.prods-list>div .colors>div 
	{
		width: 12px;
		height: 12px;
	}
	.prods-list>div
	{
		font: var(--hb12);
	}
	.form
	{
		gap:6px;
		width: 90%;
	}
	.field_input input, .field_input textarea, .field_input select
	{
		padding:16px 16px;
		height: 44px;
		border-radius: 22px;
		font: var(--hb12);
	}
	.field_input_select:after {
	font-size: 12px;
	right: 16px;
	margin-top: -6px;
	}
	.form .button {
	margin-top: 20px;
	}
	input[type=checkbox]+label {
font: var(--hb12);
}
.field_input textarea
	 {
	 	height: 100px;
	 }
	 .checkboxes-block 
	 {
	 	margin-top:20px;
	 }

	body,html
	{
		font: var(--p12);
	}
	.fb 
	{
		display: none !important;
	}
	.content
	{
		display: block;
		margin:0 16px;
	}

	.burger
	{
		display: block;
		height: 24px;
		margin-top: -10px;
	}

	.burger svg rect
	{
		transition: all 0.3s ease;
	}
	header.openmenu
	{
		background-color: var(--white);
		z-index: 100;
	}
	header.openmenu .burger svg rect:nth-child(3)
	{
		opacity: 0;
	}

	header.openmenu .burger svg rect:nth-child(2)
	{
		transform:rotate(45deg) translateY(-11px) scaleX(1.2) translateX(2px);
	}
	header.openmenu .burger svg rect:nth-child(1)
	{
		transform:rotate(-45deg) translateY(15px) scaleX(1.2) translateX(-13px);
	}
	h1
	{
		font:var(--hb32);
		margin:15px 0 15px;
		word-break: break-word;
	}
	.h1
	{
		font:var(--hb32);
		margin:0 0 15px;
	}
	.h1.margintop, h3.margintop 
	{
		margin-top:80px;
	}
	.page-elektrooborudovanie h1 
	{
		text-align: left;
	}
	.center .h1, .center h3.h1
	{
		text-align: center;
	}

	header 
	{
		padding:18px 0;
		z-index: 4;
	}
	header .content .menu, header .content>.contacts
	{
		display: none;
	}
	header .content .menu
	{
		position: fixed;
		top: 82px;
		bottom: 0;
		width: 100vw;
		left: 0;
		background: var(--white);
	}

	header .content .menu .contacts
	{
		display: flex;
		flex-direction: column;
	}

	header .content .menu .contacts a
	{
		color: var(--black05);
	}
	header .content .menu.mb div div
	{
		transform: translateX(-300px);
		transition: all 0.3s ease;
	}

	header .content .menu.mb div div:nth-child(2) {transition-delay: 0s;}
	header .content .menu.mb div div:nth-child(3) {transition-delay: 0.1s;}
	header .content .menu.mb div div:nth-child(4) {transition-delay: 0.2s;}
	header .content .menu.mb div div:nth-child(5) {transition-delay: 0.3s;}
	header .content .menu.mb div div:nth-child(6) {transition-delay: 0.4s;}
	header .content .menu.mb div div:nth-child(7) {transition-delay: 0.5s;}
	header .content .menu.mb div div:nth-child(8) {transition-delay: 0.6s;}

	header .content .menu.mb div.trans div
	{
		transform: translateX(0px);
	}
	header.openmenu .content .menu.mb
	{
		display: grid;
		grid-template-rows: 1fr max-content;
		padding: 0px 16px 22px;
		box-sizing: border-box;
	}

	header.openmenu .content .menu.mb>div:first-child, header .content .menu.mb .submenu
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 30px;
	}

	header .content .menu.mb .hassub>a
	{
		display: none;
	}

	header.openmenu .content .menu a
	{
		font: var(--hb18);
	}

	.geography #map
	{
		overflow: auto;
		height: calc(131vw - 40px);
		width: calc(100vw - 40px);
	}

	svg#geomap
	{
		width: calc(200vw - 80px);
	}

	svg#geomap text
	{
		color: transparent;
		fill: transparent;
	}

	.galery-widget
	{
		grid-template-columns: 1fr 48px;
		grid-template-rows: 60vw 80px;
		height: auto;
		grid-row-gap: 8px;
	}

	.galery-widget .gal-videos
	{
		display: none;
	}

	.galery-widget .gal-mainimage
	{
		height: 60vw;
		grid-column: span 2;
		grid-row: span 1;
	}

	.galery-widget .gal-listimage
	{
		flex-direction: row;
		gap: 8px;
	}

	.galery-widget .gal-listimage .gw-video
	{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 91px;
		height: 65px;
		flex: none;
		background-size: cover;
		background-position: center;
	}

	.galery-widget .gal-listimage .gw-video:after
	{
		content: "\e908";
		font-family: "icomoon";
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 18px;
		border-radius: 9px;
		background-color: var(--black05);
		color: var(--white);
		font-size: 10px;
	}

	.gal-arrow>a
	{
		width: 48px;
		height: 48px;
		font-size: 30px;
	}

	.gal-arrow
	{
		align-items: flex-start;
	}

	.galery-widget .gal-listimage div
	{
		width: 91px;
		height: 65px;
	}

	.main-about .mb-first-line
	{
		display: grid;
		grid-template-areas: 
		"title title"
		"green-block blue-block"
		"textabout textabout"
		"buttonblock buttonblock";
		grid-template-columns: repeat(2, 1fr);
		/*grid-template-rows:auto auto 1fr;*/
		grid-column-gap: 6px;
		grid-row-gap: 10px;
		margin:15px 0 30px;
	}
	.main-about .mb-second-line
	{
		display: grid;
		grid-template-areas: "orange-block purple-block"
		"grey-block purple-block";
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 6px;
		grid-row-gap: 45px;
		margin: 50px 0 30px;
	}
	.main-about .mb-second-line>div 
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap:0;
	}
	.main-about .green-block
	{
		grid-area: green-block;
	}
	.main-about .blue-block
	{
		display: flex;
		grid-area: blue-block;
		align-items: center;
	}
	.main-about .h1
	{
		grid-area: title;
	}
	.main-about .h1 h1 
	{
		font:var(--hb32);
		margin:0;
		padding:0;
		text-align: left;
	}
	.main-about .text-about
	{
		grid-area: textabout;
		width: 90%;
		font:var(--p12);
		padding:8px 0 26px;
	}
	.main-about .button-block
	{
		grid-area: buttonblock;
		display: flex;
	}
	.main-about .purple-block
	{
		grid-area: purple-block;
		padding-top: 80px;
	}
	.main-about .grey-block
	{
		grid-area: grey-block;
	}
	.main-about .orange-block
	{
		grid-area: orange-block;
	}

	.button 
	{
		display: inline-flex;
		align-items: center;
		padding: 20px 36px;
		border-radius: 100px;
		height: 67px;
		font: var(--hb14);
		line-height: 16px;
		margin:0 auto;
	}
	.download 
	{
		width: 100%;
		gap: 2px;
		background-color: var(--grey);
		padding: 14px 20px 13px 50px;
		height: 56px;
	}
	.download .name 
	{
		font: var(--hb14);

	}
	.download .size 
	{
		font-size:8px;
		line-height: 9px;
	}
	.download:before
	{
		top:15px;
		left:17px;
		width: 28px;
		height: 28px;
		font-size: 28px;
	}
	.prez-block
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		gap:20px;
		margin-top: 20px;
	}

	.block-in-nums .title
	{
		display: block;
		margin:10px 0 5px;
		font:var(--hb18);
	}
	.block-in-nums .text 
	{
		display: flex;
		align-items: flex-start;
		font:var(--p10);
	}
	video 
	{
		width: 100vw;
		margin:0 -16px;
	}
	.main-standart-block
	{
		margin-top: 70px;
	}
	.brends
	{
		grid-template-columns: repeat(4, 1fr);
		grid-gap:20px;
		margin-top: 20px;
	}
	.el-lux-info
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.text 
	{
		margin:20px 0;
	}
	.text>p 
	{
		margin:0;
		padding:0;
	}

	.clients
	{
		grid-template-columns: repeat(4, 1fr);
		grid-gap:8px;
	}
	.clients .cl-item
	{
		grid-template-rows: 1fr 15px;
		height: 102px;
		border-radius: 160px;
		padding:10px 8px 12px;
	}
	/*.clients .cl-item img 
	{
		width: 90%;
		transition: all 0.3s ease;
	}
	.clients .cl-item:hover img 
	{
		transform: scale(1.1);
	}*/
	.clients .cl-item .icon-arrow
	{
		font-size: 15px;
	}
	.client-text
	{
		margin:12px auto 0;
		grid-column: 2 / 5;
		padding-left:20px;
	}
	.client-text .text 
	{
		margin: 0;
		padding-bottom:20px;
	}
	footer .content
	{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
		margin-top: 70px;
		border-top: 1px solid var(--black);
		padding-top:30px;
	}
	.footer-down 
	{
		padding:30px 0 20px;
	}
	.social
	{
		gap:12px;
	}
	.social a 
	{
		font-size:20px;
	}
	footer .menu 
	{
		display: none;
	}

	.footer-down, .privacy-oferta
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap:20px;
	}
	.footer-down
	{
		flex-direction: column-reverse;
	}
	footer .logo 
	{
		display: block;
		width: 50px;
	}

	.electricals_catalog
	{
		margin-top:5px;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px;
		display: grid;
	}
	.electricals_catalog>a 
	{
		height: calc(50vw - 20px);
		padding:10px;
	}
	.electricals_catalog>a .blogo
	{
		max-width: 80%;
	}
	.electricals_catalog>a:after, .svet-list>a:after
	{
		width: 14px;
		height: 14px;
		font-family: "icomoon";
		content: "\e901";
		font-size: 14px;
		position: absolute;
		right: 10px;
		bottom:10px;
	}
	.svet-list>a:after
	{
		width: 22px;
		height: 22px;
		font-size: 22px;
		right: 16px;
		bottom:18px;
	}
	.svet-list
	{
		display: flex;
		flex-direction: column;
		gap:8px;
		margin-top: 40px;
	}
	.svet-brend.donel
	{
		margin-top: 120px;
	}
	.svet-info-top 
	{
		display: block;
		margin:40px 0;
	}
	.svet-info-top .logo
	{
		display: block;
		height: 40px;
		margin: 0 auto;
	}
	.svet-list>a
	{
		display: grid;
		grid-template-rows: 100px 60px;
		padding:10px 16px 18px;
		grid-gap: 8px;
		background-color: var(--grey);
		font: var(--hb18);
	}
	.svet-list>a .image
	{
		height: 100px;
		background-size: contain;
		background-repeat: no-repeat;
		margin-left:-16px;
	}
	.svet-brend.donolux .svet-list>a:first-child .image
	{
		height: 100px;
		width: calc(100% + 32px);
		
	}
	.svet-list>a span 
	{
		display: block;
		max-width: 80%;
	}
	.svet-list>a>div:last-child
	{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.svet-list>a .count
	{
		display: block;
		opacity: 0.4;
	}
	.page-elektrooborudovanie .flex-center
	{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.h1-with-bc-link {
	display: block;
	margin-top: 15px;
	text-align: center;
	}
	.h1-with-bc-link .h1 
	{
		margin: 11px 0 0;
	}
	.h1-with-bc-link h1
	{
		margin: 0;
	}
	.page-elektrooborudovanie .flex-center .download
	{
		width: auto;
		margin-top:30px;
	}
	.pr-text.o-brende
	{
		margin:30px 0;
	}
	h3
	{
		margin-top:80px;
		word-break: break-word;
		text-align: center;
		
	}

	h3, .h48 {
	font: var(--hb24);
}

	.series_list
	{
		gap:80px;
	}
	.m_seria_item .name 
	{
		font: var(--hb24);
	}
	.m_seria_item .galery
	{
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 8px;
	}
	.video,.video iframe
	{
		width: 100%;
		height: auto;
	}
	.full-screen-title
	{
		height: 417px;
	}
	.full-screen-title h1 
	{
		margin: 10px 0 0;
	}
	.project_filter
	{
		align-items: center;
		flex-direction: column;
		margin:30px 0;
	}
	.project_filter>div>a
	{
		padding:5px 12px;
		font: var(--hb12);
	}
	.projects_list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 30px;
	}
	.projects_list>a .pinfo {
	/*height: 106px;*/
	width: 100%;
	background-color: var(--grey);
	padding: 20px 12px;
	font: var(--hb16);
	}
	.projects_list>a .pimage {
	/*height: 288px;*/
	aspect-ratio: 16/9;
	}
	.clients.gtc2 a.cl-item
	{
		grid-template-rows: 1fr 30px;
		height: auto;
		border-radius: 1000px;
		padding: 25px 18px 26px;
	}
	.clients.gtc2 .cl-item .icon-arrow 
	{
		font-size: 30px;
	}
	.projects_list .pinfo .type
	{
		font: var(--hb12);
		margin-bottom: 5px;
	}

	.left-main-info h2,.left-main-info h4  
	{
		font: var(--hb24);
		margin: 0 0 24px;
	}
	.left-main-info h4 
	{
		margin-top: 24px;
	}
	.left-main-info
	{
		margin-top: 80px;
		gap:100px;
		max-width: auto;
	}
	.euslugi .left-main-info
	{
		margin-top: 40px;
	}
	.wwu-list
	{
		display: flex;
		flex-direction: column;
		gap:16px;
		margin:16px 0;
	}
	.wwu-list>div 
	{
		border-radius: 16px;
		background: var(--light-grey);
		padding: 18px 16px;
		font: var(--hb18);
		counter-increment: number;
	}
	.wwu-list>div .image 
	{
		display: block;
		width: 90px;
		height: 90px;
		border-radius: 50%;
		background-position: center;
		background-size: cover;
		margin-top: 24px;
	}
	.download.small  .name
	{
		font:var(--hb14);
		line-height: 16px;
	}
	.download.small 
	{
		height: auto;
	}
	.wwu-list.with-number>div:before {
		font: var(--hb32);
		margin-bottom: 16px;
	}
	.prods-list>div img
	{
		max-height: 100%;
	}

	.showroom-slider 
	{
		display: flex;
		flex-direction:column;
		gap: 20px;
		margin: 20px 0;
	}

	.showroom-slider .sr-slide .buttons 
	{
		bottom: 8px;
		padding: 0 8px;
	}
	.showroom-slider .sr-slide .buttons a 
	{
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	
	.showroom-slider .sr-data
	{
		gap: 20px;
	}
	.showroom-slider .sr-data
	{
		font: var(--hb16);
	}

	.showroom-slider .sr-data .sr-params div span.param-name
	{
		font:var(--p12);
	}
	.showroom-slider .sr-slide .image
	{
		padding-top: 53%;
		border-radius: 12px;
	}

	.showroom-slider .sr-slide .image>div
	{
		border-radius: 12px;
	}
	.text.trainings h4
	{
		font: var(--hb18);
	}
	.right-with-form
	{
		margin-top: 100px;
	}
	.btoform
	{
		margin-top: 25px;
		background-color: var(--orange);
	}
	.design-sections>div .name, .our-values>div .name {
	display: block;
	font: var(--hb18);
	margin-bottom: 12px;
	}
	.design-sections, .our-values
	{
		display: flex;
		flex-direction: column;
		gap:12px;
	}
	#euslugi3 .text.hb18 p {
		font: var(--hb18);
	}
	.left-main-info .text p 
	{	
		margin: 12px 0;
	}
	.our-values
	{
		gap:24px;
	}
	.our-values div 
	{
		max-width: 230px;
	}
	.our-values img
	{
		max-width: 160px;
	}
	.euslugi .grey-text
	{
		margin-top: -80px;
	}

	.city_list_mob
	{
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 7px;
		
		z-index: 4;
	}

	.city_list_mob>a
	{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 28px;
		border-radius: 14px;
		background-color: var(--black);
		color: var(--white);
		padding: 0 11px;
		font-size: 18px;
		gap: 5px;
	}

	.city_list_mob>a:after
	{
		content: "\e906";
		font-family: "icomoon";
		color: var(--white);
	}
	.city_list_mob_list
	{
		display: none;
		position: absolute;
		left: 0;
		min-width: 100%;
		top:24px;
		background-color: var(--black);
		opacity: 0;
		transition: all 0.3s ease;
	}
	.city_list_mob.open .city_list_mob_list
	{
		display: block;
		opacity: 1;
	}

	.city_list_mob_list a
	{
		display: block;
		color: var(--white);
		padding: 10px 10px;
		text-align: center;
		font-size: 12px;
	}
	.city_info
	{
		display: block;
		max-height: calc(100vh - 210px);/*50vh;*/
		width: calc(100vw - 32px);
		overflow: auto;
		background-color: rgba(25, 25, 25, 0.9);
		color: var(--white);
		padding: 34px 30px;
	}
	.city_text h1
	{
		font: var(--hb24);
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.city_text 
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap:30px;
	}
	.city_text p 
	{
		margin: 0;
		padding: 0;
	}

	.city_text a
	{
		color: var(--white);
	}
	.city_text p.gk-addr>br
	{
		display: none;
	}
	.city_text p>span.name 
	{
		margin: 0;
		padding: 0;
		opacity: 0.4;
		display: block;
	}
	.photos-previews-div
	{
		display: flex;
		justify-content: flex-start;
		gap:10px;
	}
	.photos-previews-div a
	{
		display: block;
		width: calc(33vw - 31px);
		height: calc(33vw - 31px);
		flex: none;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.photos-previews-div a:nth-child(n+4)
	{
		display: none;
	}
	.photos-previews-div a>span.num
	{
		display: flex;
		justify-content: center;
		align-items: center;
		font:var(--hb32);
		color: var(--white);
		width: 100px;
		height: 100px;
		background: rgba(25,25,25, 0.8);
	}

}
@media all and (min-width: 961px)
{
	.prods-list
	{
		margin-bottom: -100px;
	}
	.full-screen-title h1 
	{
		margin: 5px 0 50px;
	}
	.mb
	{
		display: none !important;
	}
	.content
	{
		display: block;
		width: 1360px;
		margin:0 auto;
	}

	.menu>div .submenu
	{
		display: none !important;
		/*background-color: var(--white);*/
		display: flex;
		padding: 9px 20px;
		flex-direction: column;
		align-items: flex-start;
		position: absolute;
		left: -20px;
		gap: 9px;
		top: 20px;
	}

	.menu>div .submenu a
	{
		/*color: var(--black);*/
	}

	.hassub>a:after
	{
		font-family: "icomoon";
		content: "\e906";
		position: relative;
		margin-left: 4px;
		top: 1px;
	}

	.hassub:hover>a
	{
		opacity: 0.5;
	}

	.menu>div .submenu a
	{
		white-space: nowrap;
	}

	.menu>div:hover .submenu
	{
		display: flex !important;
	}
	header
	{
		height: 108px;
		padding:33px 0 29px;
		font: var(--hb14);
	}
	.page-elektrooborudovanie h3.h1 
	{
		margin-top:130px;
	}
	.main-about .mb-first-line
	{
		display: grid;
		grid-template-areas: "green-block title blue-block"
		"green-block textabout blue-block"
		"green-block buttonblock blue-block";
		grid-template-columns: 26fr 23fr 13fr;
		grid-template-rows:auto auto 1fr;
		grid-column-gap: 60px;
		grid-row-gap: 40px;
		margin:80px 0 160px;
	}
	.main-about .mb-second-line
	{
		display: grid;
		grid-template-areas: "purple-block grey-block orange-block";
		grid-template-columns: 45fr 43fr 36fr;
		grid-column-gap: 60px;
	}

	.main-about .green-block
	{
		display: flex;
		justify-content: flex-end;
		grid-area: green-block;
	}
	.main-about .green-block img 
	{
		display: block;
		width: 77%;
	}
	.main-about .blue-block
	{
		display: flex;
		grid-area: blue-block;
		align-items: flex-end;
	}
	.main-about .h1
	{
		grid-area: title;
	}
	.main-about .h1 h1 
	{
		font:var(--h1);
		margin:0;
		padding:0;
	}
	.main-about .text-about
	{
		grid-area: textabout;
		font:var(--p16);
	}
	.main-about .button-block
	{
		grid-area: buttonblock;
	}
	.main-about .purple-block
	{
		grid-area: purple-block;
		margin-top: -225px;
	}
	.main-about .purple-block img 
	{
		display: block;
		width: 70.4%;
	}
	.main-about .grey-block
	{
		grid-area: grey-block;
	}
	.main-about .orange-block
	{
		margin-top: -4px;
		grid-area: orange-block;
	}
	.main-about .orange-block img 
	{
		display: block;
		width: 72.2%;
	}
	.main-standart-block p 
	{
		margin:0;
		padding: 0;
	}
	.main-standart-block h3
	{
		text-align: center;
		margin:150px 0 40px;
	}
	.prez-block
	{
		width: 100%;
		/*display: grid;
		grid-template-columns:repeat(3, 1fr);*/
		display: flex;
		justify-content: center;
		gap:24px;
		margin-top:24px;
	}
	.prez-block a
	{
		width: 100%;
	}

	.el-lux
	{
		display: grid;
		grid-template-columns: 1fr 520px;
		gap:60px;
	}
	.el-lux .text
	{
		margin: 69px 87px 87px 0;
	}
	.brends
	{
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-gap:32px;
		margin-top: 38px;
	}
	/*.el-lux-info .button 
	{
		margin-left: 89px;
	}*/

	.svet .text 
	{
		width: 668px;
		margin:40px 0;
	}

		.geography, .main-standart-block.team
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap:40px;
	}
	.geography #map
	{
		width: 100%;
		margin-top: -200px;
		margin-bottom: -100px;
	}
	.geography .text, .main-standart-block.team .text 
	{
		max-width: 700px;
	}

	/*.main-standart-block.team .text
	{
		max-width: 546px;
	}*/
	footer
	{	
		margin-top:100px;
	}
	footer .content
	{
		display: grid;
		grid-template-areas: "logo logo" 
		"menu social"
		"down down";
		grid-template-columns: 1fr max-content;
		border-top: 1px solid #303030;
		padding:37px 0 27px;
	}
	footer .content .logo_block
	{
		grid-area: logo;
	}
	footer .logo 
	{
		display: block;
		width: 90px;
		margin-bottom:30px;
	}
	footer .menu
	{
		display: flex;
		justify-content: flex-start;
		gap:40px;
		grid-area: menu;
	}
	.footer-down
	{
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		margin-top:34px;
		grid-area: down;
	}
	.privacy-oferta
	{
		display: flex;
		gap:40px;
	}


	

	header .content .contacts
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 165px;
		text-align: center;
		gap:4px;
	}
	header .content .contacts a:first-child
	{
		display: block;
		width: 165px;
	}
	header .content .menu
	{
		display: flex;
		align-items: center;
		gap:30px;
	}
	header a
	{
		transition: all 0.3s ease;
		display: block;
	}
	header a:hover 
	{
		transform: scale(1.1);
	}
	header .content .contacts a 
	{
		opacity: 0.4;
	}


	.block-in-nums
	{
	}
	.block-in-nums .title
	{
		display: block;
		margin:28px 0 12px;
		font:var(--block-in-nums);
	}
	.block-in-nums .text 
	{
		line-height: 18px;
	}

	.projects_list
	{	
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap:20px;
	}
	.projects_list>a
	{
		display: flex;
		flex-direction: column;
	}
	.projects_list>a .pimage
	{
		aspect-ratio: 16/9;
	}
	.projects_list>a .pinfo
	{
		display: block;
		flex:1;
		width: 100%;
		background-color: var(--grey);
		padding:20px 20px;
		font:var(--hb24);
	}
	.projects_list>a .pinfo>div
	{
		-webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
		text-overflow: ellipsis; 
		display: -webkit-box;
	}
	.projects_list>a:hover .pinfo
	{
		background-color: var(--black);
		color:var(--white);
	}
	.h1-with-bc-link
	{
		display: block;
		margin: 30px 0;
		text-align: center;
	}
	/*.h1-with-bc-link>a 
	{
		opacity: 0.4;
	}*/
	.h1-with-bc-link h1 
	{
		margin-top:15px;
	}
	.pr-text
	{
		width: 670px;
		margin:60px auto 0;
		text-align: left;
	}
	.pr-text>p:first-child
	{
		margin-top: 0;
	}
	.pr-text.o-brende
	{
		margin:80px auto 65px;
	}

	.series_list
	{
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:120px;
	}
	.m_seria_item
	{	
		display: flex;
		flex-direction: column;
		align-items: center;
		gap:20px;
	}
	.m_seria_item .name 
	{
		font: var(--hb42);
	}
	.m_seria_item .pr-text
	{
		margin: 0 0 20px;
	}
	.m_seria_item .galery
	{
		display: flex;
		justify-content: center;
		gap:20px;
		flex-wrap: wrap;
	}
	.m_seria_item .galery img
	{
		/*width:13%;*/
		height: 177px;
	}
	.flex-center 
	{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	
	.connect-title.h48
	{
		max-width:650px;
		text-align: center;
		margin:200px 0 40px;
	}
	.marginbottom
	{
		margin-bottom:180px;
	}
	.marginbottom .connect-title.h48
	{
		margin-top: 0px;
	}

	.svet-brend
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap:40px;
		margin: 60px 0 80px;
	}
	.svet-info-top
	{
		display: grid;
		width: 740px;
		grid-template-columns: 315px 1fr;
		grid-gap: 20px;
		font:var(--p16);
	}
	/*.svet-brend.donel
	{
		margin-bottom:0;
	}*/
	.svet-info-top
	{
		width: 770px;
		grid-template-columns: 245px 1fr;
	}
	.svet-list
	{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
		width: 100%;
	}
	.svet-list>a
	{
		display: grid;
		grid-template-rows: 200px 100px;
		padding:40px;
		grid-gap: 20px;
		background-color: var(--grey);
		font: var(--hb24);
	}
	.svet-list.big-first>a:first-child
	{
		grid-column: span 3;
	}
	.svet-list>a .image
	{
		width: 300px;
		background-size: 100% auto;
		background-position: center;
		background-repeat: no-repeat;
		margin-left:-40px;
	}

	.svet-list>a .image.fw
	{
		width: calc(100% + 80px);
		background-size: contain;
		background-repeat: no-repeat;
		margin-left: -40px;
		margin-right: -40px;
		margin-top: -40px;
		padding-top: 40px;
		margin-bottom: 40px;
	}
	.svet-list.big-first>a:first-child .image
	{
		height: 255px;
		width: calc(100% + 80px);
		
	}
	.svet-list>a span 
	{
		display: block;
		max-width: 210px;
	}
	.svet-list>a>div:last-child
	{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.svet-list.big-first>a:first-child>div:last-child
	{
		flex-direction: row;
		justify-content: flex-start;
		gap:10px;
		align-items: flex-end;
	}
	.svet-list.big-first>a:first-child>div:last-child span 
	{
		max-width: 350px;
	}
	.svet-list>a .count
	{
		display: block;
		opacity: 0.4;
	}


	

	body.page-gde-kupit>.content
	{
		display: grid;
		grid-template-columns: 1fr 440px;
		gap:40px;
		height: calc(100vh - 108px);
		padding-bottom: 80px;
	}
	.city_list
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding-top:26px;
		/*position: absolute;
		top: 50%;
		margin-top: -302px;*/
	}
	.city_list a
	{
		font:var(--hb16);
		opacity: 0.5;
		color: var(--white);
		line-height: 36px;
	}

	.city_list a.checked
	{
		opacity: 1;
		font:var(--hb42);
		line-height: 84px;
	}

	.ci-block
	{
		display: flex;
		align-items: flex-start;
		padding-top: 14px;
	}
	.city_info
	{
		display: block;
		max-height: calc(50vh + 15px);/*50vh;*/
		width: 440px;
		overflow: auto;
		background-color: rgba(25, 25, 25, 0.9);
		color: var(--white);
		padding: 34px 30px;
	}
	.city_text h1
	{
		font: var(--hb24);
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.city_text 
	{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap:30px;
	}
	.city_text p 
	{
		margin: 0;
		padding: 0;
	}
	.city_text p.gk-addr>br
	{
		display: none;
	}
	.city_text p>span.name 
	{
		margin: 0;
		padding: 0;
		opacity: 0.4;
		display: block;
	}
	.photos-previews-div
	{
		display: flex;
		justify-content: flex-start;
		gap:10px;
	}
	.photos-previews-div a
	{
		display: block;
		width: 100px;
		height: 100px;
		flex: none;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	.photos-previews-div a:nth-child(n+4)
	{
		display: none;
	}
	.photos-previews-div a>span.num
	{
		display: flex;
		justify-content: center;
		align-items: center;
		font:var(--hb32);
		color: var(--white);
		width: 100px;
		height: 100px;
		background: rgba(25,25,25, 0.8);
	}

	.page-with-right-form
	{
		display: grid;
		grid-template-columns: 1fr 440px;
		grid-gap: 40px;
	}

	.page-with-right-form .form
	{
		transition: all 0.3s ease;
	}


	.right-with-form>h3 
	{
		display: none;
	}
	.right-with-form>form 
	{
		width: 440px;
		position: sticky;
 		top: 40px;
	}
	.left-main-info h2
	{
		font: var(--hb48);
		margin:0 0 40px; 
	}
	.left-main-info h4
	{
		font: var(--hb32);
		margin:0 0 20px; 
	}

	.wwu-list 
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(3, 1fr);
		grid-gap: 20px;
		counter-reset: number;
	}
	.wwu-list.rect2x2 
	{
		grid-template-rows: repeat(2, 1fr);
	}
	.wwu-list>div 
	{
		border-radius: 20px;
		background: var(--light-grey);
		box-sizing: border-box;
		padding: 40px;
		font: var(--hb18);
		line-height: 25px;
		counter-increment: number;
	}
	.wwu-list>div .image {
		display: block;
		width: 150px;
		height: 150px;
		border-radius: 50%;
		background-position: center;
		background-size: cover;
		margin-top: 24px;
	}
	.col2 
	{
		grid-column: span 2;
	}
	#showroom-design .download
	{
		margin-top: 40px;
	}
	#lighting-design .download
	{
		margin:20px 0 60px;
	}
	#lighting-design .text 
	{
		margin-top: 40px;
	}
	.left-main-info .text p 
	{
		max-width: 616px;
		margin:27px 0;
	}
	.left-main-info .text.hb18 p
	{
		font: var(--hb18);
	}
	#showroom-design .text.hb18 p
	{
		font: var(--hb18);
		max-width: 736px;
	}

	

	#painting-lamps
	{
		max-width: 591px;
	}
	#marketing-materials
	{
		max-width: 616px;
	}
	#marketing-materials .trainings
	{
		max-width: 434px;
		margin-top: 40px;
	}
	.mm-images
	{
		display: flex;
		flex-direction: column;
		gap:30px;
	}

	.euslugi .left-main-info
	{
		gap:100px;
	}
	.euslugi .left-main-info>div>img 
	{
		width: 400px;
	}

	.design-sections, .our-values
	{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 75px;
		grid-row-gap: 60px;
		margin-top: 60px;
	}
	.design-sections>div .name, .our-values>div .name
	{
		display: block;
		font: var(--hb32);
		margin-bottom: 20px;
	}
	.our-values>div .name
	{
		margin-top: 20px;
	}
	.our-values>div>img 
	{
		display: block;
		width: 230px;
	}
	.our-values>div>span:last-child
	{
		display: block;
		max-width: 261px;
	}
	#euslugi3 .text.hb18 p
	{
		font: var(--hb28);
		max-width: 726px;
	}
	.svet-list>a .image, .svet-list>a
	{
		transition: all 0.3s ease;
	}
	.svet-list>a .image.fw
	{
		background-size: 100% auto;
	}
	.svet-list>a:hover .image
	{
		background-size: 105% auto;
	}
}

body.page-gde-kupit header:not(.scrolled):not(.openmenu) .logo .standart, body.white-header header:not(.scrolled):not(.openmenu) .logo .standart 
	{
		display: none;
	}
	body.page-gde-kupit header:not(.scrolled):not(.openmenu) .logo .white-logo, body.white-header header:not(.scrolled):not(.openmenu) .logo .white-logo
	{
		display: block;
	}
	body.page-gde-kupit header:not(.scrolled):not(.openmenu) a, body.white-header header:not(.scrolled):not(.openmenu) a, body.white-header header:not(.scrolled):not(.openmenu) a:hover
	{
		color: var(--white);
		opacity: 1;
	}

	body.page-gde-kupit header:not(.scrolled):not(.openmenu) a.burger svg rect, body.white-header header:not(.openmenu) a.burger svg rect
	{
		fill: #ffffff;
	}
