*{
	margin: 0;
	padding: 0;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
html, body{
	margin:0;
	font-size: 100%;
	font-family: 'OpenSans', sans-serif;
	background: url(../img/bg.jpg) no-repeat center center fixed;
	background-size: cover; 
}

.background-video {
    position: fixed; /* Фиксирует видео за контентом */
    top: 0;
    left: 0;
    min-width: 100%; /* Растягивает до полной ширины */
    min-height: 100%; /* Растягивает до полной высоты */
    z-index: -1; /* Помещает видео под остальной контент */
    object-fit: cover; /* Масштабирует видео, обрезая лишнее, чтобы заполнить контейнер */
}

/* Стили для контента поверх видео */
.content {
    position: relative;
    z-index: 1; /* Чтобы контент был над видео */
    /*-- color: white;
    text-align: center;
    padding-top: 20%; */ 
}

body a {text-decoration:none; transition:0.2s all;}
a:hover {text-decoration: none;}
input[type="button"],input[type="submit"]{transition:0.5s all;}

h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'OpenSans', Verdana, "sans-serif";
    font-weight: bold;
}	
p{margin: 0px;}
ul{margin:0; padding:0;}
label{margin:0;}

.page {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/*-- header --*/
/*-- Top-Bar --*/

/*-- Logo --*/
/*-- //Logo --*/

/*-- nav --*/
/*-- //nav-bar --*/
/*-- //nav --*/

.header {display: none;}

.sdvig {margin: 20px 50px 0 0px; text-align: right;}
.valoda {
	text-align: left;
	font-family: Arial, Helvetica, "sans-serif";
	text-decoration: none;
	font-size: 19px;
	font-weight: 500;
	color: rgba(0,3,45,1.0);
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
.valoda:hover {color: coral; text-decoration: underline;}
.text_jenny_l {
	text-align: left;
	font-family: OpenSans;
	font-size: 70px;
	letter-spacing: 8px;
	color: #665A5E;
	font-weight: bold;
	line-height: 1.1;
	padding: 7px 0px 7px 0px;
	margin: 4px 0px 0px 70px;
}
.text_textile_l {
	text-align: left;
	font-family: OpenSans;
	font-size: 32px;
	letter-spacing: 8px;
	color: #000;
	font-weight: bold;
	line-height: 1.1;
	padding: 7px 0px 7px 0px;
	margin: -17px 0px 0px 70px;
}
.text_jenny_r {
	text-align: right;
	font-family: OpenSans;
	font-size: 70px;
	letter-spacing: 8px;
	color: #665A5E;
	font-weight: bold;
	line-height: 1.1;
	padding: 7px 0px 7px 0px;
	margin: 4px 0px 0px 0px;
}
.text_textile_r {
	text-align: right;
	font-family: OpenSans;
	font-size: 32px;
	letter-spacing: 8px;
	color: #000;
	font-weight: bold;
	line-height: 1.1;
	padding: 7px 0px 7px 0px;
	margin: -17px 0px 0px 0px;
}
.center-flex {
	height: 150px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
.knopka_menu {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: rgba(102,90,94,0.9);
	text-align: center;
	border: 0px solid #000;
	border-radius: 50%;
	margin: 50px 0 0 0;
	padding: 0 0 0 0;
}
.knopka_menu:hover {background: rgba(0,3,45,0.9);}
.knopka_menu:active {
	background: rgba(197,215,251,1.00);
	border: 1px solid #665A5E;
}
.knopka_menu_nazvanie {
	position: relative;
	font-size: 24px;
	font-family: OpenSans;
	color: #fff;
}
.knopka_menu_nazvanie:active {color: rgba(0,3,45,0.9);}

/*--footer--*/
.footer {
	text-align: left;
	font-family: Arial, Helvetica, "sans-serif";
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: rgba(0,3,45,1.0);
	margin-top: auto;
  	background: rgba(159,181,237,0.4);
	padding-top: 10px;
	padding-bottom: 6px;
	border-top: 1px solid #665A5E;
}

/*--copy-right--*/
.copy {text-align: center;}
.mail a {
	font-family: Arial, Helvetica, "sans-serif";
	text-decoration: none;
	font-size: 16px;
	color: #665A5E;
	transition: all .2s ease;
}	
.mail a:hover {color: #DF3E3E;}
/*--//copy-right--*/
/*--//footer--*/

/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../img/arr.png") no-repeat 0px 0px;
	outline: none;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/


@media only screen and (min-width: 768px) {
 
}

@media(max-width: 767px) {
	
	html, body{
	margin:0;
	font-size: 100%;
	font-family: 'OpenSans', sans-serif;
	background: none;
}
	
.header {
	display: block;
	width: 100%;
	min-height: 104px;
	text-align: left;
	font-family: OpenSans;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	color: #665A5E;
	margin-top: auto;
  	background: rgba(159,181,237,0.4);
	border-bottom: 1px solid #665A5E;
	padding-top: 6px;
	padding-bottom: 6px;
}	

.verh {
	background: url(../img/bg.jpg);
	width: auto;
	height: auto;
	min-height: 200px;
	border-bottom: 1px solid #665A5E;
	background-size: cover;
}	

.valoda {display: none;}
.valoda:hover {display: none;}
.valoda_mob {
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, "sans-serif";
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 4px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
.valoda_mob:hover {color: #fff; text-decoration: underline;}	
.text_jenny_mob {
	text-align: left;
	font-family: OpenSans;
	font-size: 34px;
	letter-spacing: 5px;
	color: #665A5E;
	font-weight: bold;
	line-height: 1.0;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 14px;
	/*-- -webkit-text-stroke: 1px #777;
  	text-stroke: 1px #777; --*/	
}
.text_textile_mob {
	text-align: left;
	font-family: OpenSans;
	font-size: 20px;
	letter-spacing: 4px;
	color: #000;
	font-weight: bold;
	line-height: 1.1;
	padding: 7px 0px 7px 0px;
	margin: -10px 0px 0px 14px;
}	

.otstup {margin: 0 0 0 0;}
	
.knopka_menu {
	display: inline-block;
	width: 60px;
	height: 60px;
	background: rgba(102,90,94,1.0);
	text-align: center;
	border: 0px solid #000;
	border-radius: 50%;
	margin: 16px 0 4px 0px;
	padding: 0 0 0 0;
}
.knopka_menu:hover {background: rgba(0,3,45,1.0);}
.knopka_menu:active {
	background: rgba(159,181,237,1.00); 
	border: 0px solid #665A5E; color: rgba(0,3,45,1.0);
 	outline: 1px solid rgba(0,3,45,1.0); /* Этот контур мы сместим внутрь */
    outline-offset: -1px; /* Смещаем контур на 1px внутрь */
}
	
.center-flex {
	height: 60px;
  	display: flex;
  	justify-content: flex-start;
  	align-items: flex-start;
}	
.knopka_menu_nazvanie {
	position: relative;
	font-size: 22px;
	font-family: OpenSans;
	color: #665A5E;
	margin: 10px 0px 0px 80px;
}
.knopka_menu_nazvanie:hover {
	position: relative;
	font-size: 22px;
	font-family: OpenSans;
	color: rgba(0,3,45,1.0);
	margin: 10px 0px 0px 80px;
}	
.footer {
	text-align: left;
	font-family: Arial, Helvetica, "sans-serif";
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	color: rgba(0,3,45,1.0);
	margin-top: auto;
  	background: rgba(159,181,237,0.4);
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #665A5E;
}
/*--copy-right--*/
.mail a {
	font-family: Arial, Helvetica, "sans-serif";
	text-decoration: none;
	font-size: 12px;
	color: #665A5E;
	transition: all .2s ease;
}	
.mail a:hover {color: #DF3E3E;}	
	
}


