body{
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
}
img, svg{
	max-width: 100%;
}
#pagewrapper{
	width: 100%;
	overflow-x: hidden;
}
#header{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	background: #000;
}
#logo{
    flex-basis: calc(15% - 2vw);
    margin: 1vw;
    margin-left: 6vw;
}
#logo a{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#logo a img{
	flex-basis: 40%;
	width: 40%;
}
.LogoTextsHolder{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50%;
    margin-left: 1vw;
}

.VerotexLogoBrandText{
	color: #ffd160;
	font-size: 1.6vw;
}

#HeaderMenu{
	flex-basis: 60%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#HeaderMenu ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    flex-basis: 100%;
}

#HeaderMenu ul ul{
    margin: 0;
    padding: 0;
    position: absolute;
    display: none;
    z-index: 3000;
}

#HeaderMenu ul li:hover ul{
	background: #333;
	transition: 0.4s all;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#HeaderMenu ul ul li{
	list-style: none;
}

#HeaderMenu ul ul li a{ 
	padding: 0.5vw 1vw;
	text-align: center;
	
}
#HeaderMenu ul ul li:hover{ 
	transition: 0.4s all;
	background: #777;
}

#HeaderPhones{
	flex-basis: 19%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
} 
#HeaderPhones svg{
	max-width: 5vw;
}
.hwi{
	width: 1vw;
	margin-right: 1vw;
}
#header a{
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.fluid_container{
	width: 70%;
	margin: 1vw auto;
}

#AboutAndVideoHolder{
    width: 70%;
    margin: 100vh auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #fff;
    padding: 0 15%;
}
#AboutAndVideoHolder h2{
	flex-basis: 100%;
	text-align: center;
}
#VideoBlockHolder{
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.VideoBlock{
	flex-basis: 30%;
	width: 30%;
	margin: 1%;
}
.VideoBlock img{
	width: 100%;
}
.headerPhone{
	margin-left: 1.7vw;
}

.VideoBlock video{
	width: 100%;
    height: auto;
} 
#AboutCompany{
    padding: 2vw;
    border: 1vw solid #eee;
    box-shadow: 0 0 0.5vw #666;
    margin: 2vw 0;
}
.WindowOverLayed{
	display: none;
} 

footer iframe{
	width: 90%;
	margin: 0 auto 2vw;
}
#form{
    background: #000;
    padding: 2vw 15%;
    text-align: center;
    margin-bottom: 1vw;
}
#form .StaticFormText{
	font-size: 2vw;
	margin-bottom: 1vw;
}
#form input[type='text'], #form textarea{
	font-size: 1.4vw;
	margin: 0.5vw 0;
}

#form textarea{
    font-size: 1.4vw;
    margin: 0.5vw 0;
    width: calc(100% - 2vw);
}

#form .fbfcss{
    background: #ffd160;
    padding: 2vw;
    border: 1px solid black;
    width: calc(100% - 4vw);
    box-shadow: 0 0 0.5vw #666;
    WIDTH: 40%;
    margin: 0 auto;
}
#form .fbfcss textarea{
	height: 10vw;
}

#form .fbfcss input.fbsubmit{
    background: yellow;
    border: 1px solid #777;
    font-size: 1.6vw;
    cursor: pointer;
    padding: 0.4vw 1vw;
}

#form .fbfcss input.fbsubmit:hover{
	box-shadow: none;
}
#FooterInfoBox{
	background: #000;
	text-align: center;
	color: #fff;
	padding: 2vw 0;
}
#FooterInfoBox a{
	text-decoration: none;
	color: #ffd160;
}
#FooterInfoBox a:hover{
		text-decoration: underline;
}
#constructor iframe{
	height: 90vw;
	margin-bottom: 2vw;
}
#catalog #constructor{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	min-height: 180vw;
	margin-bottom: 2vw;
}
#clearFix{
	clear: both;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	min-height: 2vh;
}
 
#CurtainsInstallation{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
footer{
	width: 100%;
}
.VideoBoxContainer iframe{
	height: 40vw;
	margin: 3vw 0;
}

.childpages{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 40%;
}
.childpages li{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #eee;
    padding: 0.5vw 0;
    margin: 0.5vw 0;
    box-shadow: 0 0 0.3vw #666;
    border-radius: 0.5vw;
}

.childpages li:hover{
	transition: 0.4s all;
	box-shadow: none;
}

.table1, .table1 td, .table1 tr{
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 0.5vw 1vw;
}
.agreed{
	width: 100%;
	margin: 0.5em 0;
}

.VideoBoxContainer{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 2vw 0;
}

.VideoBoxContainer video{
	max-width: 100%;
	height: auto;
}
.InnerVideosBoxHolder{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: space-evenly;
	justify-content: space-evenly;
}