body{
	padding: 0;
	margin: 0;
	background: url(../images/dark-trans.png),url(../images/fon1.jpg), #fff;
    background-repeat: repeat, no-repeat;
    background-position: left top,top center;
	position: relative;
    font-family: 'Roboto', sans-serif;
    color: rgb(42, 42, 42);
}
div {
    /*border: 1px solid #000;*/
}
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
.contactform {
    margin: 10px auto;
    width: 300px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 5px #CCCCCC;
}
.contactform h3 {
    padding-top: 15px;
    float: left;
    min-width: 100px;
}
.contactform article {
    min-height: 30px;
}
.contactform input {
    width: 185px;
	border: 1px dotted #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    height: 32px;
    margin: 0 0 12px;
    padding: 6px;
}
.contactform input:-webkit-autofill {
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.contactform button {
    font-size: 1em;
    color: #fff;
    border:none;
    width: 300px;
    margin: 0;
    outline: none;
    padding: 12px 0;
    -webkit-appearance: none;
	text-transform: uppercase;
    transition: .5s all;
    background: #dd1733;
    display: inline-block;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.contactform button:hover {
    cursor: pointer;
    background:#01bcfa;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
} 
.contactform a, .contactform h4 {
    margin: 15px 0 -10px 0;
    padding-top: 5px;
    width: 100%;
    text-decoration: none;
    text-align: center;
}
.contactform a:hover {
    color: #01bcfa;
}
.noviz {
    display: none;
}
.contactform input[type="checkbox"] {
    width: 50px;
    float: left;
}
.contactform h1 {
    text-align: center;
    padding: 0 0 20px 0;
}


.video-grid-single-page-agileits {
    width: 80%;
    margin: 0 auto;
    max-height: calc(100% - 230px);
}
#video img,
#video iframe { display: block;width:100%;}

#play{
    width:320px;
    height:64px;
    cursor: pointer;
    background: url('../images/play.png') no-repeat 0px 0px;
    background-size: auto, cover;
    z-index: 9;
}
#play:hover {
    background: url('../images/play1.png') no-repeat 0px 0px;
}

.plat_sist img {
    display: block;
    margin: 0 auto;
}