*{
	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;	
}
.verh {
	display: block;
	width: 100%;
	min-height: 104px;
	text-align: left;
	font-family: OpenSans;
	text-decoration: none;
	font-size: 24px;
	font-weight: 500;
	margin-top: auto;
  	background: rgba(159,181,237,0.4);
	border-bottom: 1px solid #665A5E;
	padding-top: 6px;
	padding-bottom: 6px;
}
.text_jenny_big {
	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_big {
	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;
}

.sdvig {margin: 24px 0px 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;}
.center-flex {
	height: 150px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
}
.slider_pic {
	margin-top: 14px; 
	margin-bottom: 14px; 
	background: rgba(255,255,255,0.1); 
	border: 1px solid #ccc; 
	border-radius: 5px; 
	padding: 6px 6px 6px 6px; 
	box-shadow: 1px 1px 1px #999;
}
.nazvanie {
	position: relative;
	font-size: 20px;
	font-family: OpenSans;
	text-align: center;
	box-shadow: 2px 2px 3px rgba(50,50,50,0.4);
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 4px 0px;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 2px;
	color: rgba(0,3,45,1.0);
	font-weight: 500;
	line-height: 24px;
	background: rgba(159,181,237,0.4);
}
.kont {text-align: center;}
.kontakt {
	text-align: center; 
	font-family: Arial, Helvetica, "sans-serif"; 
	text-decoration: none; 
	font-size: 18px;	
	font-weight: 500;
}
.proekt_text {
	font-family: Arial, Helvetica, "sans-serif";
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	text-indent: 20px;
	color: #131313;
	text-align: justify;
	padding: 0 0px 0 0px;
}
.preview-wrapper {
    background-color: #fff;
    margin: 0px 0 12px 0;
    padding: 6px;
    text-align: center;
}
.preview-wrapper hr {
    border-top: 1px solid #665A5E;
    width: auto;
	margin: 8px 0 0 0;
}
.thumbnail {
	background: rgba(255,255,255,0.5);
	border: 1px solid #AFAFAF;
}
.model_text {
	font-family: Arial, Helvetica, "sans-serif";
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	/*-- text-indent: 20px; */
	color: #131313;
	text-align: center;
	padding: 0 0px 0 0px;
}

/*--modal--*/
.zajavka {
	box-shadow: 2px 2px 3px rgba(50,50,50,0.4);
	font-weight: 600;
	margin-bottom: 8px;
	border: 1px solid rgba(255,255,255,0.8);
}
.zajavka:hover {
	box-shadow: 2px 2px 3px rgba(50,50,50,0.4);
	font-weight: 600;
	margin-bottom: 8px;
	border: 1px solid rgba(255,255,255,0.8);
}
.zajavka_send {
	box-shadow: 2px 2px 3px rgba(50,50,50,0.4);
	font-weight: 600;
	border: 1px solid rgba(255,255,255,0.8);
}
.zajavka_send:hover {
	box-shadow: 2px 2px 3px rgba(50,50,50,0.4);
	font-weight: 600;
	border: 1px solid rgba(255,255,255,0.8);
}
.modal-content  img{width:100%;}
.modal-content h5 {
	font-family: OpenSans;
	font-size: 22px;
	padding-top: 0px;
	margin: 0 0 -4px 0;
}
.modal-content p{
	font-family: Arial, Helvetica, "sans-serif";
	color:#333;
	font-size: 15px;
	line-height: 25px;
	padding-top: 15px;
}
.modal-header {border-bottom: none;}
.close {font-size: 36px;}
.form-group {margin-top: -4px;}
.form-control {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 15px;
	margin-top: -22px;
	background: rgba(68,114,196,0.07);
}

.input-field {
    display: none; /* Скрываем поля по умолчанию */
}
.input-field.active {
    display: block; /* Показываем активное поле */
}


.placeholder {color: #aaa;}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #aaa;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #aaa;
}

/*--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 {
	display: none;
}	

.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;}	
	
}


