@font-face {
	font-family: Roboto-Light; /* Имя шрифта */
    src: url(font/Roboto-Light.ttf); /* Путь к файлу со шрифтом */
}
:root {
	/* кастомные свойства сайта */
	--font-size: 16px;
	--font-family: Roboto-Light;
}
html {
	min-width: 360px;
}
body {	
	min-width: 360px;
	color: #000;
	margin: 0 auto;
	font-size: var(--font-size);
	font-family: var(--font-family), sans-serif;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.body-flex-primary {
	display: flex; 
	flex-flow: row wrap; 
	justify-content: space-around; 
	padding: 0 10px;
	
}
.plahska-primary {
	position: relative;
	margin: 10px 0;
	min-width: 300px;
	box-shadow: 0 0 15px #fff inset;
	width: 24%;
}
.plahska-primary img {
	width: 100%;
}
.catalog {
	text-align: center; 
	max-width: 1200px; 
	margin-left: calc((100% - 1200px) / 2);
}
a {
	text-decoration: none;
	color: #000;
}
/*-----------*/
header {
	position: fixed;
	z-index: 100;
	width: 100%;
	min-width: 360px;
	height: 118px;
	text-align: center;
	background-color: #fff;
}
.header {
	margin: 14px 0 0 100px;
	text-align: left;
}
.header-boutique {
	background-color: #bbb; 
	height: 42px; 
	color: #fff;
	vertical-align: middle;
	margin-top: 11px;
}
.rotate-180 {
	transform: rotate(180deg);
}
.header-text {
	margin-top: 10px;
    font-size: 1.2em;
}
/*---------------*/
/*--- Меню ---*/
nav {
	z-index: 200;
	position: fixed;
	margin: 28px 0 0 250px;
	width: 100%;
}
.menu-desktop {
	display: block;
}
.menu-mobil, 
.menu-mob, 
.menu-mob1,
.menu-mob2,
.menu-mob3 {
	display: none;
}
.menu-mob1,
.menu-mob2,
.menu-mob3 {
	margin: 0 30px;
}
.menu-mob1 p,
.menu-mob2 p,
.menu-mob3 p {
	background-color: #eee;
    padding: 10px;
}
.menu-mob {
	width: 80%; 
	height: 100vh; 
	background-color: #fff; 
	position: absolute; 
	margin-top: -28px;
	overflow-x: hidden; 
	overflow-y: auto;
	padding: 10px;
}
.menu {
	background-color: #fff;
	position: fixed;
	transition: 0.5s;
	opacity: 0.0;
	padding: 8px 40px 10px 40px;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.menu:hover {
	cursor: pointer;
	transition: 0.5s;
	opacity: 1.0;
	transform-origin: top;
	transform: scaleY(1);	
}
.p1 {
	margin-left: 76px;
	transform-origin: top;
	transform: scaleY(0);
}
.p2 {
	margin-left: 230px;
	transform-origin: top;
	transform: scaleY(0);
}
.p3 {
	margin-left: 338px;
	transform-origin: top;
	transform: scaleY(0);
}
#menu-1:hover,
#menu-2:hover,
#menu-3:hover {
	cursor: pointer;
}
#menu-1:hover ~ .p1,
#menu-2:hover ~ .p2,
#menu-3:hover ~ .p3 {
	transition: 0.5s;
	opacity: 1.0;	
	transform-origin: top;
	transform: scaleY(1);
}
.search {
	display: none;
	position: absolute;
	width: 100vw;
	min-height: 150px;
	background-color: #fff;
	margin: -50px 0 0 -250px;
	text-align: left;
	overflow: auto;
	z-index: 1000;
	border-bottom: 1px solid #ccc;
}
.search-img {
	width: 20px; 
	cursor: pointer;
}
#search-site {
	font-size: 50px; 
	border-color: rgba(84,84,84,0.1) !important; 
	border: 0; 
	border-bottom: 2px solid #ddd;
	outline: none;
}
::-webkit-input-placeholder {
	opacity: 0.3;
}
.search-close {
	cursor: pointer;
	text-align: right; 
	margin: 10px 50px 0 0;
}
.menu a {
	text-decoration: none; /*Убираем стандартное подчёркивание ссылки если оно ещё не убрано*/
	display: inline-block; /*делаем чтобы наша ссылка из строчного элемента превратилась в строчно-блочный */
	line-height: 1; /*Задаём высоту строки (можно в пикселях)*/
	color: #000;/*Задаём цвет ссылки*/
}
.menu a:after {
	display: block; /*превращаем его в блочный элемент*/
	content: ""; /*контента в данном блоке не будет поэтому в кавычках ничего не ставим*/
	height: 1px; /*задаём высоту линии*/
	width: 0%; /*задаём начальную ширину элемента (линии)*/
	background-color: #000; /*цвет фона элемента*/
	transition: width 0.4s ease-in-out; /*данное свойство отвечает за плавное изменение ширины. Здесь можно задать время анимации в секундах (в данном случае задано 0.4 секунды)*/
}
.menu a:hover:after,
a:focus:after {
	width: 100%;
}
/*-----------*/
main {
	position: absolute;
	z-index: 10;
	min-width: 360px;
	min-height: calc(100vh - 120px);
	text-align: justify;
	font-size: var(--font-size);
	margin-top: 110px;
	width: 100%;
}
.video-top {
	margin-top: 10px;
	width: 100%; 
}
/*--- увеличение при наведении ---*/
.scale img, text{
	transition: 0.5s; /* Время эффекта */
}
.scale text{
	opacity: 0.0;
}
.scale-2 text{
	opacity: 0.0;
}
.scale:hover img{
	transition: 0.5s;
	transform: scale(1.1); /* Увеличиваем масштаб */
}
.scale:hover text{
	transition: 0.5s;
	opacity: 1.0;
}
.scale-2:hover text{
	transition: 0.5s;
	opacity: 1.0;
}
.scale-2 img{
	transition: 0.5s; /* Время эффекта */
}
.scale-2:hover img{
	transition: 0.5s;
	transform: scale(1.05); /* Увеличиваем масштаб */
	opacity: 0.8;
}
/*-----------------*/
footer {
	position: fixed;
	display: flex;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 80px;
	margin: 0;
	font-size: calc(var(--font-size) + 5px);
	font-weight: 500;
	text-align: center;
	font-family: var(--font-family);
	background-color: #fff;
	color: var(--color-inset);
	border-top: 1px solid #ccc;		
}
.footer {
	width: 32%; 
}
/*=======*/

@media screen and (max-width: 1260px) {
	.catalog {
		max-width: 100%; 
		margin-left: 0px;
	}
	.plahska-primary {
		min-width: 200px;
		width: 30%;
	}
}
@media screen and (max-width: 860px) {
		::-webkit-scrollbar {
		display: none;
	}
	.plahska-primary {
		width: 45%;
		min-width: 0; 
	}
	.scale text{
		opacity: 1.0;
	}
	.scale-2 text{
		opacity: 1.0;
	}
	header {
		height: 108px;
	}
	.header {
		text-align: center;
		margin-left: 0;
	}
	.header-boutique {
		font-size: 12px;
		height: 34px;
		line-height: 30px;		
	}
	.header-text {
		margin-top: 2px;
	}
	.menu-desktop {
		display: none;
	}
	.menu-mobil {
		display: block;
		margin-left: -250px;
	}
	.search {
		height: 100vh;
	}
	.search-img {
		width: 30px; 
		margin-top: 18px;
	}
	#search-site {
		font-size: 20px;
		margin-top: 40px;		
	}
	.search-close {
		margin: 10px 20px 0 0;
	}
	.conteyner-video {
		position: relative;
		overflow: hidden;
		height: calc(100vw * 1.1);
	}
	.video-top {
		width: 200%; 
		margin: 0 0 0 -50%;
		position: absolute;
	}
	.footer-no {
		display: none;
	}
	.footer {
		width: 100%; 
	}
}
@media screen and (max-width: 375px) {
	.header-boutique {
		font-size: 10px;
		height: 26px;		
	}
	.header-text {
		margin-top: 0px;
	}
	.menu-mob {
		width: 80%; 
	}
	#search-site {
		font-size: 12px;
		margin-top: 40px;
	}
}