@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


:root
{
  --p20: 400 20px/28px 'Cormorant';
  --p18: 400 18px/24px 'Cormorant';
  --p16: 400 16px/22px 'Cormorant';
  --p14: 400 14px/20px 'Cormorant';
  --p12: 400 12px/20px 'Cormorant';
  --h1: 400 45px/72px 'Cormorant';
  --h2: 400 36px/56px 'Cormorant';
  --h3: 400 24px/38px 'Cormorant';
  --h1b: 600 45px/72px 'Cormorant';
  --h2b: 600 36px/56px 'Cormorant';
  --h3b: 600 24px/38px 'Cormorant';
  --h1m: 400 24px/38px 'Cormorant';
  --h2m: 400 20px/28px 'Cormorant';
  --h3m: 400 18px/24px 'Cormorant';
  --h1bm: 600 24px/38px 'Cormorant';
  --h2bm: 600 20px/28px 'Cormorant';
  --h3bm: 600 18px/24px 'Cormorant';

  --black: rgba(10, 9, 9, 1);
  --graphite: rgba(75, 86, 89, 1);
}
h1
{
	font: var(--h1b);
}
h2
{
	font: var(--h2b);
}
.h2b
{
	font: var(--h2b);
}
h3
{
	font: var(--h3b);
}

.h3
{
	font: var(--h3);
}
a
{
	text-decoration: none;
	color: var(--black);
}
img 
{
	max-width: 100%;
}
a.underline,.main_page a
{
	text-decoration: underline;
}


ul 
{
	padding-left: 1.1em;
}

body, html
{
	width: 100vw;
	height: 100vh;
	max-height: 100vh;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-family: 'Cormorant', serif;
	color: var(--black);
}

body
{
	overflow-x: auto;
	background-image: url('/images/BG_logo.png');
	background-repeat: no-repeat;
	background-size: 57vw auto;
	background-position: center center;
}

.history .div_step_1 .arrow
{
	font-size: 10vw;
line-height: 10px;
display: block;
margin-top: -4.5vw;
}

body>.content>div.history
{
	background-image: url('/images/dama.png');
	background-size: contain;
	background-position: 6vw top;
	background-repeat: no-repeat;
}

body>.content>div.main_page
{
	background-image: url('/images/dama.png');
	background-size: contain;
	background-position: 106vw top;
	background-repeat: no-repeat;
}


body>.content>div.intro
{
	background-image: none;
	
}

.menu>div
{
	background-image: url('/images/dama.png');
	background-size: contain;
	background-position: 6vw top;
	background-repeat: no-repeat;
}

footer, header 
{
	display: block;
	position: fixed;
	width: 100vw;
	left: 0;
	z-index: 1;
	background-color: #fff;
}

header 
{
	top: 0;
}
footer
{
	bottom: 0;
}
.arrow.nondec
{
	pointer-events: none;
}
.menu
{
	display: none;
	position: fixed;
	width: 100vw;
	left: 0;
	z-index: 5;
	background-color: #fff;
	text-align: center;
}
.menu>div 
{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	grid-gap: 20px;
	flex-direction: column;
	height: 98%;
}
.menu>div a 
{
	display: block;
}
.content
{
	display: block;
	position: relative;
	/*height: calc(100vh - 0px);*/
	box-sizing: border-box;
	width: fit-content;
	min-width: 100vw;
	/*overflow: auto;*/
	z-index: 0;
}

.content>div:not(.main_page)
{
	width: fit-content;
}

.menu
{
	background-image: url('/images/BG_logo.png');
	background-repeat: no-repeat;
	background-size: 57vw auto;
	background-position: center center;
}
.content>div
{
	display: grid;
	height: 100%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}



.content form
{
	display: grid;
	/*min-height: calc(100% - 15px);*/
	margin-bottom: 10px;
	box-sizing: border-box;
}

.content form>div:nth-child(n+1)
{
	/*padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;*/
	position: relative;
}
form label a:hover
{
	text-decoration: underline;
}
.first_step_div .arrow, .first_step_div .introduction 
{
	display: block;
}
.header_div
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
}

.footer_div a span
{
	display: block;
}

.header_div a, .footer_div a, .footer_div a span
{
	transition: all 0.2s ease;
}

.header_div a:hover, .footer_div a:hover, .footer_div a:hover span
{
	transform: scale(1.1);
}

/*.content a:hover
{
	font-weight: bold;
}*/

.menu_burger
{
	justify-content: center;
}

.footer_div 
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	height: 100%;
}
.footer_div>div.privacy-oferta
{
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 0px;
	/*justify-content: space-between;*/
}
.footer_div>div.privacy-oferta span
{
	/*width: 100%;*/
	text-align: center;
	display: block;
position: relative;
/*margin-bottom: -15px;*/
}
.header_div>div, .footer_div>div
{
	display: flex;
	align-items: center;
	height: 100%;
}

.header_div>div.phone
{
	justify-content: flex-end;
}
.header_div>div:first-child, .footer_div>div:first-child 
{
	justify-content: flex-start;
}
.header_div>div:last-child, .footer_div>div:last-child  
{
	justify-content: flex-end;
}

.footer_div>div:last-child>div
{
	margin-left: 15px;
}

/*.footer_div>div:last-child>div div
{
	right: calc(100% + 5px);
}*/

/*.footer_div>div:last-child>div:last-child div
{
	right: calc(200% + 20px);
}*/

.div_step_10 img, .div_step_10 frame
{
	width: 100vw;
}
.main_page .seria img
{
	width: 100%;
}
.main_page .seria
{
	display: grid;
	grid-template-areas: "info image";
	grid-gap: 30px;
}
.main_page .seria .image 
{
	grid-area: image;
}
.main_page .seria .info 
{
	grid-area: info;
}
.main_page>div
{
	display: flex;
	flex-direction: column;
	padding: 4vh 0 7vh;
}
.main_page>div:last-child
{
	padding: 0;
}
.div_step_1, .main_page>div.div_step_1
{
	padding-top: 17vh;
}
.flex_bottom
{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.flex_center
{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.flex_right
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
}

.seria_page .div_step_2
{
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: auto 100%;
}
.seria_page .div_step_2 img 
{
	width: 40%;
}

.seria_page .div_step_5, .seria_page .div_step_4, .seria_page .div_step_3
{
	display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
}

.seria-specials
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.seria-specials .sspec img 
{
	width: 100%;
}
.variants_list
{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.variants
{
	display: grid;
	grid-template-areas: "info bigimage" "vimage vimage";
	grid-template-columns: 3fr 2fr;
	grid-template-rows: 2fr 1fr;
	grid-gap: 20px;
}
.variants .sldesc
{
	display: flex;
	align-items: center;
	grid-area: info;
	flex-direction: column;
	justify-content: center;
}
.variants .slmainimg
{
	display: block;
	grid-area: bigimage;
}
.variants .speces
{
	display: flex;
	justify-content: space-between;
	grid-area: vimage;
	grid-gap: 20px;
}
.variants .speces .slspec>span
{
	display: block;
}
.div_step_9 img, .div_step_9 frame, .realize>div img
{
	max-height: 100%;
}
.social>div, .phone
{
	position: relative;
}
.social>div div
{
	display: none;
	position: absolute;
	right: calc(100% + 15px);
	top: 0;
}

.phone div
{
	display: none;
	position: relative;
	margin-right: 15px;
	justify-content: flex-end;
	top: 0;
}

.phone div
{
	/*right: 15%;*/
	top: 0;
	bottom: 0;
	align-items: center;
	word-break: keep-all;
	white-space: nowrap;
}
.social>div:nth-child(3) div
{
	right: calc(200% + 30px);
}

.social>div:nth-child(4) div
{
	right: calc(300% + 45px);
}
.social>div:hover div
{
	display: block;
}

.phone:hover div
{
	display: flex;
}

.colors-list
{
	display: grid;
	grid-gap: 10px;
}
.colors-list .f-item>div
{
	padding-top: 100%;
	width: 100%;
}
.colors-list span 
{
	display: block;
	text-align: center;
}
.realize
{
	display: grid;
	grid-gap: 50px;
	grid-template-columns: max-content 1fr;
}
.realize h2 
{
	display: flex;
	margin: 0;
	padding: 0;
	height: 100%;
	align-items: center;
	margin-top: -10px;
}
.realize>div
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 10px;
	padding-top: 70px;
	box-sizing: border-box;
}

.colors_page .realize>div
{
	padding: 15px 0 35px;
}

.realize>div a,.colors-list .f-item>div
{
	background-size: cover;
	background-position: center;
	position: relative;
}
.colors-list .f-item span
{
	padding-top: 1vh;
	padding-bottom: 1vh;
	/*word-break: break-all;*/
}

.realize>div a
{
	display: block;
	transition: all 0.2s ease;
	position: relative;
	z-index: 1;
	width: 30vw;
}

.realize>div a:hover
{
	transform: scale(1.1);
	z-index: 2;
}

/*.realize>div a:nth-child(n+7)
{
	display: none;
}*/
.seria-specials .sspec span 
{
	display: block;
	text-align: center;
}
.contacts_list 
{
	display: grid;
}
.contacts_list .shop_info span
{
	display: block;
}
.button
{
	display: block;
	border: 1px solid #0A0909;
	box-sizing: border-box;
}
.hist3blocks
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.hist3blocks>div
{
	padding-top: 6vh;
}

.hist3blocks.big-first>div:first-child
{
	padding-top: 0;
}

input[type="text"],textarea
{
	width: 100%;
	display: block;
	box-sizing: border-box;
}
input[type="text"]
{
	border: none;
	border-bottom: 1px dashed #0A0909;
	padding-bottom: 20px;
	outline: none;
}
textarea
{
	resize: none;
	height: 12vh;
	border: 1px solid #0A0909;
}
input[type="submit"]
{
	background: #0A0909;
	border: none;
	color: #fff;
	display: block;
}
.type_clients input[type="radio"]+label
{
	display: block;
	position: relative;
}
.type_clients input[type="radio"]+label:before
{
	content: '';
	display:flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 5px;
	left: 0;
	box-sizing: border-box;
}
.type_clients input[type="radio"]:checked+label:before
{
	content: '•';
	color: #F2C76A;
	box-sizing: border-box;
}
.type_clients input[type="radio"]
{
	display: none;
}
.main_page p
{
	margin: 20px 0;
}
.main_page .div_step_3 img 
{
	margin: 20px 0 0;
}

.awline
{
	padding-left: 40px;
	position: relative;
}

.awline:before
{
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	background-color: var(--black);
	left: 0;
	top: 50%;
	width: 30px;
}

.more-images
{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font: var(--h1);
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	top: 0;
}

.cooperation>h1
{
	grid-column: span 2;
	display: flex;
	height: 100%;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.content>div.intro 
{
	display: flex;
	position: absolute;
	width: 100vw;
	height: 100vh;
	left: 0;
	background-color: #000;
	align-items: center;
	padding: 0;
	z-index: 3;
}

.content>div.intro .phone span
{
	font-size: 40px;
	margin-left: 30px;
}

.content>div.intro .header_div
{
	background-color: #fff;
	width: 100vw;
	position: relative;
	z-index: 1;
}

.intro .phone div
	{
		display: flex;
		align-items: center;
		transition: all 0.2s ease;
	}

	.intro .phone div:hover
	{
		cursor: pointer;
		transform: scale(1.1);
	}

.div_step_10
{
	background-color: var(--black);
	justify-content: center;
	align-items: center;
}

.div_step_10>video
{
	width: 90%;
	max-height: calc(100% - 70px);
	
}

.content>div.main_page>div
{
	box-sizing: border-box;
	max-height: 77%;
}

.functions-link
{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
}

.functions-link i
{
	margin-right: 10px;
	font-size: 24px;
}

.functions-link span
{
	font-size: 16px;
	font-weight: 700;
	text-decoration: underline;
}

.functions_page .div_step_2, .contacts .div_step_2
{
	position: relative;
}

.s-image img
{
	display: block;
}

.s-counter
{
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: flex-end;
	bottom: 0;
	right: 0;
}

.s-counter .sc-now
{
	font-size: 75px;
	padding-bottom: 35px;
	font-weight: 700;
	font-family: 'Cormorant Infant';
}
.s-counter .sc-all
{
	font-size: 32px;
	padding-top: 15px;
	font-weight: 700;
	margin-right: 30px;
	font-family: 'Cormorant Infant';
}

.s-counter a
{
	border: 1px solid var(--black);
	color: var(--black);
	font-size: 40px;
	line-height: 40px;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	padding: 10px;
	margin-top: -30px;
}

.s-counter a:hover
{
	background-color: var(--black);
	color: #fff;
}

.sizes_page .div_step_2
{
	display: flex;
flex-direction: column;
/* grid-template-rows: 1fr max-content; */
justify-content: center;
}

.sizes_page .div_step_2 .s-top, .sizes_page .div_step_2 .s-bottom
{
	display: flex;
	align-items: flex-end;
}

.sizes_page .div_step_2 .s-top img, .sizes_page .div_step_2 .s-bottom img
{
	display: block;
	width: auto;
	margin: 0 auto 10px;
}

.sizes_page .div_step_2 .s-top div, .sizes_page .div_step_2 .s-bottom div
{
	display: block;
	margin-right: 50px;
	text-align: center;
}

.sizes_page .div_step_2 .s-bottom div span>span
{
	display: block;
}

.contacts .div_step_2
{
	margin-right: 60px;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
}

.contacts .div_step_2 .s-counter
{
	position: relative;
}

@media all and (min-width: 1920px)
{
	body,html
	{
		font: var(--p20);
	}
	.footer_div
	{
		height: 90px;
	}
	.header_div
	{
		height: 120px;
	}
	.content
	{
		margin: 120px 0 90px;
		height: calc(100vh - 225px);
		z-index: 2;
	}

	.content.static-content
	{
		padding: 0 70px;
	}

	.intro
	{
		top: -120px;
	}

	.menu
	{
		top: 90px;
		padding-top: 30px;
		bottom: 90px;
	}
	.footer_div,.header_div
	{
		padding: 0 70px;
	}
	.content>div, .content form
	{
		padding: 0 70px;
		grid-gap: 150px;
	}
	.main_page
	{
		padding-left: 0 !important;
		grid-template-columns: 100vw 18vw 968px repeat(5,37vw) 20vw 100vw;
		/*grid-template-columns: 100vw 18vw 30vw 24vw repeat(5,37vw) 29vw 100vw;*/
	}
	.seria_page
	{
		grid-template-columns: 24vw 31vw 24vw 17.7vw 33vw;
	}
	.colors_page
	{
		grid-template-columns: 13vw 35vw 88.6vw;
	}
	.history
	{
		grid-template-columns: 11vw max-content max-content 47.3vw 100vw;
	}

	.katalogi
	{
		grid-template-columns: 14vw max-content;
	}
	.functions_page
	{
		grid-template-columns: 18.75vw 42.45vw 88.6vw;
	}
	.hist3blocks
	{
		grid-template-columns: repeat(3,27.24vw);
		grid-gap: 100px;
	}

	.hist3blocks.big-first
	{
		grid-template-columns: 44vw repeat(2,27.24vw);
	}

	.contacts
	{
		grid-template-columns: 29.5vw max-content max-content;
	}
	.contacts_list 
	{
		grid-gap: 20px;
		padding-top: 45px;
	}
	.contacts div.cman
	{
		padding-left: 9.6vw;
	}
	.contacts div.cman img 
	{
		width:360px;
	}
	.shop_info
	{
		font: var(--p16);
	}
	.colors-list
	{
		grid-template-columns: repeat(6, 1fr);
	}
	.seria-specials
	{
		grid-gap: 34px;
		font: var(--p14);
	}
	.introduction, h1
	{
		font: var(--h1b);
	}
	.div_step_1 .icon-arrow_long
	{
		font-size: 182px;
		height: 19px;
		line-height: 19px;
	}
	.logo img 
	{
		height: 27px;
	}
	.div_step_2 img, .div_step_2 frame
	{
		width: 30vw;
	}

	.functions_page .div_step_2 img, .contacts .div_step_2 img
	{
		width: 42.45vw;
	}

	.s-counter
	{
		bottom: 10vh;
	}

	.div_step_3 img, .div_step_3 frame
	{
		width: 24vw;
	}
	.main_page .seria
	{
		grid-template-columns: 1fr 16.8vw;
	}
	.div_step_9 img, .div_step_9 frame
	{
		width: 29vw;
	}
	.div_step_10 img, .div_step_10 frame
	{
		height: calc(100vh - 210px);
	}
	.menu a
	{
		font-size: 35px;
	}
	.phone a, .social a
	{
		font-size: 30px;
	} 
	.phone_number
	{
		font: var(--h3b);
	}
	.menu>div a 
	{
		font: var(--h2b);
	}
	.button
	{
		width: 180px;
		font: var(--p16);
		padding: 9px 12px 10px;
	}
	.smenu a
	{
		margin-left: 70px;
		font: var(--p20);
	}
	.smenu
	{
		top: 150px;
		right: 70px;
	}
	.smenu a:first-child 
	{
		margin-left: 0;
	}

	.cooperation
	{
		margin: 0 auto;
		padding: 0 !important;
		padding-top: 5vh !important;
		width: 73.75vw;
		grid-template-columns: 5fr 28.5vw 3fr;
		grid-gap: 60px !important;
		color: var(--graphite);
	}

	.cooperation>div:nth-child(2)
	{
		padding-top: 10vh;
		z-index: 1;
	}

	.wrapper
	{
		display: flex;
		align-items: center;
		height: 100%;
	}

	.ms
	{
		display: none !important;
	}
	.colors-list .f-item span
	{
		font: var(--p14);
	}
	.cman .h2b
	{
		display: block;
		margin-bottom: 45px;
	}

	.content > div.contacts
	{
		padding-top: 10vh;
	}
}

.fexclus
{
	white-space: nowrap;
}
@media all and (min-width: 960px)
{
	.footer_div
	{
		display: flex;
		justify-content: space-between;
		gap:40px;
	}

	.footer_div>div.privacy-oferta br
	{
		display: none;
	}
}

@media all and (min-width: 960px) and (max-width: 1919px)
{
	body,html
	{
		font: var(--p16);
	}

	.functions-link span
	{
		font-size: 14px;
	}

	.footer_div
	{
		height: 70px;
	}
	.header_div
	{
		height: 100px;
	}
	.content
	{
		margin: 100px 0 70px;
		height: calc(100vh - 185px);
		z-index: 2;
	}

	.content.static-content
	{
		padding: 0 70px;
	}

	.intro
	{
		top: -100px;
	}
	.menu
	{
		top: 70px;
		padding-top: 30px;
		bottom: 70px;
	}
	.footer_div,.header_div
	{
		padding: 0 70px;
	}
	.content>div, .content form
	{
		padding: 0 70px;
		grid-gap: 100px;
	}
	.main_page
	{
		padding-left: 0 !important;
		grid-template-columns: 100vw 25vw 43vw repeat(5,40vw) 24vw 100vw;
		/*grid-template-columns: 100vw 25vw 39vw 30vw repeat(5,40vw) 44vw 100vw;*/
	}
	.seria_page
	{
		grid-template-columns: 24vw 31vw 24vw 17.7vw 33vw;
	}
	.colors_page
	{
		grid-template-columns: 17.3vw 50.24vw 103vw;
	}
	.contacts
	{
		grid-template-columns: 26.8vw max-content max-content;
	}
	.functions_page
	{
		grid-template-columns: 18.75vw 42.45vw 103vw;
	}
	.contacts_list 
	{
		grid-gap: 20px;
		padding-top: 32px;
	}
	.contacts div.cman
	{
		padding-left: 5.2vw;
	}
	.contacts div.cman img 
	{
		/*width: 280px;
		width: 280px;
		margin: 0 auto;*/
		display: block;
	}
	.shop_info, .shop_info .phone a
	{
		font: var(--p16);
	}
	.shop_info a:hover 
	{
		border-bottom: 1px dashed var(--black);
	}
	.colors-list
	{
		grid-template-columns: repeat(7, 1fr);
		font: var(--p14);
	}
	.seria-specials
	{
		grid-gap: 20px;
		font: var(--p12);
	}
	.introduction, h1
	{
		font: var(--h2b);
	}
	inst.div_step_1 .icon-arrow_long
	{
		font-size: 116px;
		height: 19px;
		line-height: 19px;
	}
	.logo img 
	{
		height: 19px;
	}
	.div_step_2 img, .div_step_2 frame
	{
		width: 42.45vw;
	}
	.div_step_3 img, .div_step_3 frame
	{
		width: 26.5vw;
	}
	.main_page .seria
	{
		grid-template-columns: 1fr 16.5vw;
	}
	.div_step_9 img, .div_step_9 frame
	{
		width: 29vw;
	}
	.div_step_10 img, .div_step_10 frame
	{
		height: calc(100vh - 170px);
	}
	.menu a
	{
		font-size: 25px;
	}
	.phone a, .social a
	{
		font-size: 25px;
	} 

	.social a .icon-youtube
	{
		font-size: 32px;
		line-height: 25px;
	}

	.phone_number
	{
		font: var(--h4b);
	}
	.menu>div a 
	{
		font: var(--h3b);
	}
	.button
	{
		width: 160px;
		font: var(--p14);
		padding: 8px 12px;
	}
	.history
	{
		grid-template-columns: 14.1vw max-content max-content  36vw 100vw;
	}
	.katalogi
	{
		grid-template-columns: 18.1vw max-content;
	}
	.hist3blocks
	{
		grid-template-columns: repeat(3,28.125vw);
		grid-gap: 100px;
	}
	.hist3blocks.big-first
	{
		grid-template-columns: 48vw repeat(2,28.125vw);
	}
	.cooperation
	{
		margin: 0 auto;
		padding: 0 !important;
		width: 73.75vw;
		grid-template-columns: 5fr 28.5vw 3fr;
		grid-gap: 60px !important;
		color: var(--graphite);
	}
	
	.smenu a
	{
		margin-left: 50px;
		font: var(--p18);
	}
	.smenu
	{
		top: 120px;
		right: 70px;
	}
	.smenu a:first-child 
	{
		margin-left: 0;
	}
	.ms
	{
		display: none !important;
	}
	.cman .h2b
	{
		display: block;
		margin-bottom: 32px;
	}
}

@media all and (min-width: 960px)
{

.fexclus
{
	display: flex;
	align-items: center;
}
.main_page .seria img.medalions
{
	width:80%;
}

.katalogi>div.div_step_2
{
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding: 5vh 0px 7vh 0;
	box-sizing: border-box;
}

.katalogi>div.div_step_2 .katalog
{
	display: flex;
	flex: none;
	width: 23vw;
	align-items: flex-start;
	margin-right: 5vw;
}

.katalogi>div.div_step_2 .katalog a
{
	display: block;
	position: relative;
}

.katalogi>div.div_step_2 .katalog a img
{
	display: block;
	max-width: 80%;
	margin: 0 auto;
	max-height: 100%;
}

.katalogi>div.div_step_2 .katalog a span
{
	display: flex;
	position: absolute;
	left: calc(10% - 27px);
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.6);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #4B5659;
	color: #4B5659;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.katalogi>div.div_step_2 .katalog:nth-child(2n)
{
	align-items: flex-end;
}

.history>div:nth-child(4)
{
	padding-bottom: calc(5vh + 16px);
}

	.content.sotrud
{
	display: flex;
	align-items: center;
}

.content.static-content
	{
		padding: 0 70px;
	}

.sizes_page
{
	grid-template-columns: 24vw max-content;
}

.div_step_9 p
{
	margin-bottom: 7vh;
}

	.sotr a
	{
		font-weight: 600;
		font-size: 1.3em;
	}
	.seria .info p
	{
		margin-top: 10px;
	}

	.main_page .div_step_1
	{
		margin-left: -30px;
	}

	.header_div .menu_burger a
	{
		font: var(--h3);
		font-size: 1.7em;
	}

	.main_page .seria a
	{
		font-size: 1.3em;
	}

	.intro .phone div
	{
		font-size: 1.3em;
	}

	.div_step_9
	{
		align-items: center;
		justify-content: center;
		justify-content: flex-end;
		margin-left: -20vw;
	}

	.cooperation>div:nth-child(2)
	{
		position: relative;
		z-index: 1;
	}

	.cooperation .type_clients_div
	{
		display: block;
		position: absolute;
		left: calc(100% + 50px);
		/*top: 0;*/
	}

	.type_clients input[type="radio"]+label
	{
		padding-left: 28px;
	}
	.type_clients input[type="radio"]+label:before
	{
		width: 16px;
		height: 16px;
		border: 1px solid #0A0909;
		border-radius: 9px;
	}
	.type_clients input[type="radio"]:checked+label:before
	{
		font-size: 8px;
		color: #F2C76A;
		font-size: 47px;
		padding-bottom: 6px;
	}

	.content>div.main_page
	{
		padding-right: 0;
	}

	.seria_page .div_step_5, .seria_page .div_step_4, .seria_page .div_step_3
	{
		justify-content: flex-start;
		padding-top: 90px;
	}

	.variants
	{
		height: 90%;
	}

	.contacts div.cman
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.showrooms 
	{
		display: grid;
		grid-template-columns: repeat(6, max-content);
		grid-template-rows: max-content max-content;
		grid-column-gap: 5vw;
		grid-row-gap: 0;
	}

	.showrooms .ap-title
	{
		grid-column: span 6;
	}

	.contacts_list
	{
		display: block;
	}

	.shop_info
	{
		margin-bottom: 30px;
	}

	

	textarea,input[type="text"],.cooperation span,	.cooperation label 
	{
		font: var(--p18);
	}
	input[type="text"]
	{
		margin-bottom: 16px;
	}
	textarea
	{
		margin: 20px 0 16px;
	}
	input[type="submit"]
	{
		padding: 8px 39px 7px;
		width: 140px;
		height: 35px;
		margin-top: 16px;
		line-height: 20px;
	}
	.type_clients input[type="radio"]+label
	{
		padding-left: 28px;
	}
	.type_clients input[type="radio"]+label:before
	{
		width: 16px;
		height: 16px;
		border: 1px solid #0A0909;
		border-radius: 9px;
	}
	.type_clients input[type="radio"]:checked+label:before
	{
		font-size: 8px;
		color: #F2C76A;
		font-size: 47px;
		padding-bottom: 6px;
	}

	.type_clients input[type="radio"]+label
	{
		margin-top: 15px;
	}

	.cooperation>h1
	{
		grid-column: span 3;
	}

	.hist3blocks, .history>div last-child
	{
		padding: 5vh 0;
	}

	.short
	{
		display: block;
		font: var(--p20);
		margin-top: 10px;
		font-weight: 600;
	}

	.katalogs
	{
		width: 20vw;
		height: 14.8vw;
		display: block;
		position: absolute;
		right: 10vw;
		top: 30vh;
		background: url('/images/closeCatalog.png') center center no-repeat;
		background-size: contain;
		transition: all 0.3s ease;
	}

	.katalogs:hover
	{
		background: url('/images/openCatalog.png') center center no-repeat;
		background-size: contain;
	}
}

@media all and (max-width: 959px)
{
	body,html
	{
		font: var(--p14);
	}
	.exclus
	{
		display: none;
		align-items: center;
		padding: 0 10px;
	}

	.exclus.visible
	{
		display: flex;
	}
	body
	{
		height: -webkit-fill-available;
		max-height: -webkit-fill-available;
		min-height: -webkit-fill-available;
	}

	html
	{
		height: -webkit-fill-available;
	}

	.functions-link span
	{
		font-size: 12px;
	}

	.content.static-content
	{
		padding: 0 10px;
	}

	.katalogi>div.div_step_2
{
	display: flex;
	justify-content: space-between;
	height: -webkit-fill-available;;
	padding: 5vh 0px 0vh 0;
	box-sizing: border-box;
}

.katalogi>div.div_step_2 .katalog
{
	display: flex;
	flex: none;
	width: 70vw;
	align-items: flex-start;
	margin-right: 5vw;
}

.katalogi>div.div_step_2 .katalog a
{
	display: block;
	position: relative;
}

.katalogi>div.div_step_2 .katalog a img
{
	display: block;
	max-width: 80%;
	margin: 0 auto;
	max-height: 100%;
}

.katalogi>div.div_step_2 .katalog a span
{
	display: flex;
	position: absolute;
	left: calc(10% - 27px);
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.6);
	width: 52px;
	height: 52px;
	border-radius: 50%;
	border: 1px solid #4B5659;
	color: #4B5659;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.katalogi>div.div_step_2 .katalog:nth-child(2n)
{
	align-items: flex-end;
}

	.div_step_1 p.h3
	{
		font-size: 14px;
	}

	.realize>div
	{
		padding-bottom: 30px;
	}

	.sizes_page
	{
		grid-template-columns: 95vw max-content;
	}
	.content>div.main_page>div
	{
		max-height: 100%;
	}

	.sizes_page .div_step_2 
	{
		/*flex-direction: row;*/
		align-items: flex-start;
		justify-content: flex-start;
	}

	.s-top
	{
		position: relative;
	}
	.s-top
	{
		position: sticky;
		left: 0;
	}

	.s-bottom>div:nth-child(1) img{ height: 60px !important; }
	.s-bottom>div:nth-child(2) img{ height: 75px !important; }
	.s-bottom>div:nth-child(3) img{ height: 150px !important; }
	.s-bottom>div:nth-child(4) img{ height: 225px !important; }
	.s-bottom>div:nth-child(5) img{ height: 300px !important; }
	.s-bottom>div:nth-child(6) img{ height: 105px !important; }
	.s-bottom>div:nth-child(7) img{ height: 171px !important; }
	.s-bottom>div:nth-child(8) img{ height: 210px !important; }
	.s-bottom>div:nth-child(9) img{ height: 75px !important; }
	.s-bottom>div:nth-child(10) img{ height: 105px !important; }
	.s-bottom>div:nth-child(11) img{ height: 57px !important; }
	.s-bottom>div:nth-child(12) img{ height: 76px !important; }
	.s-bottom>div:nth-child(13) img{ height: 171px !important; }

	.s-counter
{
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: flex-end;
	bottom: 13vh;
	right: 0;
}

.s-counter .sc-now
{
	font-size: 35px;
	padding-bottom: 17px;
	font-weight: 700;
	font-family: 'Cormorant Infant';
}
.s-counter .sc-all
{
	font-size: 16px;
	padding-top: 15px;
	font-weight: 700;
	margin-right: 15px;
	font-family: 'Cormorant Infant';
}

.s-counter a
{
	border: 1px solid var(--black);
	color: var(--black);
	font-size: 26px;
	line-height: 26px;
	height: 40px;
	width: 40px;
	box-sizing: border-box;
	padding: 7px;
	margin-top: -10px;
}

.s-counter a:hover
{
	background-color: var(--black);
	color: #fff;
}

	.realize>div a
	{
		width: 90vw;
	}

	.short
	{
		display: block;
		font: var(--h3m);
	}

	header .header_div, footer .footer_div
	{
		position: relative;
	}

	header .header_div.psvd-main>*, footer .footer_div.psvd-main>*
	{
		position: relative;
		z-index: 1;
		background: #fff;
		mix-blend-mode: exclusion;
		padding-right: 10px;
	}

	header .header_div .header-black, footer .footer_div .header-black
	{
		display: none;
	}

	header .header_div.psvd-main .header-black, footer .footer_div.psvd-main>.header-black
	{
		display: block;
		position: absolute;
		left: 100vw;
		top: 0;
		bottom: 0;
		right: 0vw;
		background-color: #000;
		mix-blend-mode: darken;
		z-index: 0;
	}

	.cman .h2b
	{
		display: none;
	}

	.fs
	{
		display: none !important;
	}

	.footer_div
	{
		grid-template-columns: 1fr max-content;
		padding: 0 0px;
		box-sizing: border-box;
		padding: 0 0px;
	}

	/*.footer_div .social
	{
		padding-right: 10px;
	}*/
	.footer_div>div.privacy-oferta
	{
		display: none;
		gap: 0;
		font: var(--p12);
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.footer_div>div.privacy-oferta.visible
	{
		display: block;
	}

	.footer_div .social>div
	{
		margin-left: 20px;
	}

	.content>div.intro .header_div
	{
		background-color: #fff;
		width: 178px;
		height: 178px;
		margin: 0 auto;
		border-radius: 50%;

	}

	.content>div.intro .header_div .logo, .content>div.intro .header_div .menu_burger
	{
		display: none;
	}

	.content>div.intro .header_div .phone
	{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		text-align: center;
		width: 178px;
		font: var(--p20);
	}

	.content>div.intro .header_div .phone span
	{
		margin-left: 10px;
	}

	.social>div:hover div
	{
		display: none;
	}
	h1
	{
		font: var(--h1bm);
	}
	h2
	{
		font: var(--h2bm);
	}
	h3
	{
		font: var(--h3bm);
	}
	.footer_div
	{
		height: 80px;
	}
	.header_div
	{
		height: 60px;
		grid-template-columns: 1fr 40px;
	}

	.header_div a
	{
		font: var(--h3);
	}

	.header_div .logo
	{
		padding-left: 10px;
	}

	.header_div .phone
	{
		display: none;
	}

	.content
	{
		margin: 60px 0 80px;
		height: calc(100vh - 140px);
		z-index: 0;
	}

	.intro
	{
		top: -60px;
	}

	.menu
	{
		top: 60px;
		padding-bottom: 20px;
		bottom: 60px;
	}
	.content>div 
	{
		padding: 0 10px;
		grid-gap: 50px;
	}

	.content>div.main_page
	{
		padding-right: 0;
	}

	.content form
	{
		padding: 0 9vw;
		grid-gap: 50px;
	}
	.main_page
	{
		padding-left: 0 !important;
		grid-template-columns: 100vw 70vw 97vw repeat(5,87vw) 100vw;
		grid-template-rows: 2fr 3fr;
		grid-row-gap: 10px;
		/*grid-template-columns: 100vw 70vw 93vw 97vw repeat(5,87vw) 97vw 100vw;*/
	}

	.main_page>*:nth-child(1),
	.main_page>*:nth-child(2),
	.main_page>*:nth-child(3),
	.main_page>*:nth-child(4),
	.main_page>*:nth-child(5),
	.main_page>*:nth-child(6),
	.main_page>*:nth-child(7),
	.main_page>*:nth-child(8)
	{
		grid-row: span 2;
	}

	.main_page>*:nth-child(9)
	{
		padding: 0 10px;
		box-sizing: border-box;
		justify-content: flex-end;
	}

	.div_step_10
	{
		justify-content: flex-start;
		background-color: transparent;
	}

	.div_step_10 > video
	{
		width: 100%;
		background-color: #000;
	}

	.seria_page
	{
		grid-template-columns: 75.3vw 78vw 93.75vw 42.8vw 122.5vw;
	}
	.colors_page
	{
		grid-template-columns: 75vw 269vw 257vw;
	}
	.content>div.functions_page
	{
		grid-template-columns: 93.75vw 93.75vw 257vw;
		grid-template-areas: "info pic realize";
		grid-row-gap: 0;
	}
	.functions_page .div_step_1
	{
		grid-area: info;
		padding-top: 11vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.functions_page .div_step_2, .contacts .div_step_2
	{
		grid-area: pic;
	}
	.functions_page .realize
	{
		grid-area: realize;
	}	
	.contacts
	{
		grid-template-columns: 63.4vw max-content calc(100vw - 20px);
	}
	.showrooms
	{
		display: grid;
		grid-template-columns: repeat(6, calc(100vw - 20px));
		grid-gap: 0px;
		grid-template-rows: max-content 1fr;
	}

	.showrooms a, .contacts_list a
	{
		font: var(--p10) !important;
	}

	.showrooms .ap-title
	{
		grid-column: span 6;
	}

	.contacts_list 
	{
		grid-gap: 15px;
		padding-top: 20px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.contacts div.cman
	{
		padding-left: 0;
	}
	.contacts div.cman img 
	{
		width: 180px;
	}
	.shop_info
	{
		font: var(--p10);
	}
	.colors-list
	{
		grid-template-columns: repeat(10, 1fr);
		grid-template-rows: repeat(2, max-content);
		padding-top: 15vh;
	}
	.seria-specials
	{
		grid-gap: 15px;
		font: var(--p10);
	}
	.introduction, h1
	{
		font: var(--h1bm);
	}
	.div_step_1 .icon-arrow_long
	{
		font-size: 116px;
		height: 19px;
		line-height: 19px;
	}
	.logo img 
	{
		height: 18px;
	}
	.div_step_2 img, .div_step_2 frame
	{
		width: 78vw;
	}

	.functions_page .div_step_2 img, .contacts .div_step_2 img
	{
		width: 93.75vw;
	}


	.div_step_3 img, .div_step_3 frame
	{
		width: 78vw;
	}
	.main_page .seria
	{
		grid-template-areas: "image" "info";
		grid-gap: 20px;
	}
	.main_page .seria img
	{
		width: 46.9vw;
	}
	.div_step_9 img, .div_step_9 frame
	{
		width: 78vw;
	}
	.div_step_10 img, .div_step_10 frame
	{
		height: calc(100vh - 140px);
	}
	.h2b
	{
		font: var(--h2bm);
	}
	.phone_number
	{
		font: var(--h3bm);
	}
	.menu a
	{
		font-size: 20px;
	}
	.phone a, .social a
	{
		font-size: 27px;
	} 
	.menu>div a 
	{
		font: var(--h2m);
	}

	.intro .phone div
	{
		flex-direction: column;
justify-content: center;
padding: 0 !important;
margin: 3vh 0 0;
	}
	.button
	{
		font: var(--p16);
		padding: 9px 12px 10px;
	}
	.button
	{
		width: 160px;
		font: var(--p12);
		padding: 8px 12px;
	}

	.katalogi
	{
		grid-template-columns: 70vw max-content;
	}

	.history
	{
		/*grid-template-columns: 58.75vw max-content max-content 93.75vw 100vw;*/
		grid-template-columns: 58.75vw max-content max-content 100vw;
		grid-template-rows: max-content 1fr;
		grid-row-gap: 0 !important;
		/*max-height: 100%;*/
		max-height: calc(100vh - 140px);
	}

	.history>*:nth-child(1),
	.history>*:nth-child(2),
	.history>*:nth-child(3)
	{
		grid-row: span 2;
	}

	.history>*:nth-child(4)
	{
		padding: 0 10px;
		padding-top: 20px !important;
		padding-bottom: 10px !important;
	}

	.history>*:nth-child(5)
	{

		padding-top: 0 !important;
	}

	.hist3blocks
	{
		grid-template-columns: repeat(3,78.125vw);
		grid-gap: 50px;
	}
	.smenu a
	{
		margin-right: 20px;
		font: var(--p14);
		white-space: nowrap;
	}
	.smenu
	{
		top: 80px;
		left: 10px;
		max-width: calc(100vw - 10px);
		overflow: auto;
		height: 2em;
		justify-content: flex-start !important;
	}

	.smenu.vi
	{
		height: 4em;
		flex-wrap: wrap;
		justify-content: space-around !important;
		margin-left: -5px;
	}
	.smenu a:last-child 
	{
		margin-right: 0;
	}

	.cooperation
	{
		grid-template-columns: 82vw 82vw;
		width: fit-content;
	}

	.cooperation input[type=text]
	{
		margin-top: 10px;
	}

	.cooperation>h1
	{
		justify-content: center;
		padding-left: calc(50% + 10px);
		box-sizing: border-box;
	}

	label[for=comment]
	{
		padding: 10px 0;
		display: block;
	}

	textarea
	{
		margin-bottom: 10px;
	}

	input[type=submit]
	{
		width: 140px;
		font: var(--p14);
		line-height: 35px;
		margin-top: 10px;
		border-radius: 0;
		-webkit-appearance: none;
	}

	.type_clients_div
	{
		position: relative;
	}

	.type_clients_div span
	{
			display: block;
			padding: 8px 10px;
			border: 1px solid var(--black);
			position: relative;
	}

	.type_clients_div span:after
	{
		font-family: "icomoon";
		content: "\e906";
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.type_clients_div .type_clients
	{
		display: none;
		position: absolute;
		background-color: #fff;
		width: calc(100% - 2px);
		border: 1px solid var(--black);
		left: 0px;
	}

	.type_clients_div .type_clients label
	{
		display: block;
		padding: 5px 10px;
	}

	.type_clients_div .type_clients input:checked+label
	{
		font-weight: bold;
	}

	.type_clients_div .type_clients input:checked+label:before
	{
		display: none;
	}

	.history>div:nth-child(n+2)
	{
		padding-top: 5vh;
	}

	.history .awline
	{
		font-weight: 600;
	}

	.cooperation>div:nth-child(2)
	{
		padding-top: 5vh;
	}

	.seria_page .div_step_3, .seria_page .div_step_4
	{
		/*justify-content: flex-start;
		padding-top: 10vh;*/
	}
	.variants
	{
		max-height: 80%;
	}
	.main_page .seria img.medalions {
		width: 40%;
	}
}

.menu>div a
{
	transition: all 0.3s ease;
}

.menu>div a:hover
{
	transform: scale(1.1);
}


.nondec
{
	text-decoration: none !important;
}
.main_page a, .history .hist3blocks.big-first a
{
	display: block;
	font-weight: 600;
	text-decoration: underline;
}
.smenu
{
	display: flex;
	position: fixed;
	justify-content: flex-end;
	z-index: 2;
}

.smenu a
{
	display: block;
	position: relative;
}
.smenu a.selected:before
{
	position: absolute;
	content: '';
	width: 80%;
	height: 2px;
	background-color: #F2C76A;
	top: 1.5em;
	left: 50%;
	margin-left: -40%;
}
.phone_number
{
	font-family: 'Cormorant Infant', serif;
}
.button
{
		font-weight: 600;
		margin-bottom: 20px;
		text-align: center;
}
.functions_page .div_step_2
{
	display: flex;
	align-items: center;
}

.functions_page .div_step_2 .s-image
{
	position: relative;
}

.content>div.contacts
{
	height: auto;
}

.content.pcont
{
	display: flex;
	align-items: center;
}

.content>div.history
{
	padding-right: 0;
}

.contacts>div:nth-child(2)
{
	display: flex;
	align-items: center;
}

.content.static-content
{
	padding-bottom: 60px;
}

.notfound
{
	display: flex !important;
	justify-content: flex-start;
	padding-top: 8vh !important;
	align-items: center;
	flex-direction: column;
	width: 100% !important;
	gap: 20px !important;
	grid-gap: initial !important;
	background-image: url('/images/dama.png');
background-size: contain;
background-position: 6vw top;
background-repeat: no-repeat;
}

.notfound>p, .notfound>h2
{
	max-width: 395px;
	margin: 0;
}

.notfound a
{
	text-decoration: underline;
}

.notfound img
{
	max-height: 40vh;
	max-width: 80vw;
}

@media all and (max-width: 959px)
{
	.notfound
	{
		background-image: none;
	}

	.notfound>p
	{
		max-width: 300px;
	}
}