*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
/*-------FONTS--------------------*/
<style>
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
</style>
@import url('https://fonts.googleapis.com/css?family=Bungee+Inline');
@import url('https://fonts.googleapis.com/css?family=Anton');

@import url('https://fonts.googleapis.com/css?family=Roboto');
/*--------------Layout--------------*/
body {
	font-family: "RobotoRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
}
.zag{
    text-transform: uppercase;
    text-align: center;
}
#toTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
/*------------Preloader------------*/
#p_prldr{
position: fixed;
left: 0;
top: 0;
right:0;
bottom:0;
background:rgba(177, 175, 175, 0.56);
z-index: 30;}
 
.contpre small{font-size:25px;}
 
.contpre{
width: 250px;
height: 100px;
position: absolute;
left: 50%;top: 48%;
margin-left:-125px;
margin-top:-75px;
color:#fff;
font-size:40px;
letter-spacing:-2px;
text-align:center;
line-height:35px;}
 
#p_prldr .svg_anm {
position: absolute;
width: 41px;
height: 41px;
background: url(images/oval.svg) center center no-repeat;
background-size:41px;    
margin: -16px 0 0 -16px;}

#wrapper {
    margin: 0 auto;
    max-width: 1920px;
    overflow: hidden;
    width: 100%;
}
.header{
    background-image: url(../img/bg.jpg);
    background-position: top center;
    width:100%;
    height: 700px;
}
/*----------------GLITCH--------------*/

/*-------------------Switch--------------*/
.onoffswitch {
    position: relative;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 1px solid #999999; border-radius: 20px;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 15px; padding: 0;
    font-size: 10px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ENG";
    padding-left: 10px;
    background-color: rgba(47, 255, 207, 0.56); color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "RUS";
    padding-right: 5px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 12px; margin: 3px;
    background: #FFFFFF;
    border: 1px solid #999999; border-radius: 10px;
    position: absolute; top: 0; bottom: 0; right: 40px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
/*-----------------Menu---------------------*/
.menu-bar {
    position: absolute;
    top: 10px;    
    left: 50%;
    height: 14px;
    margin-left: -10px;
}

.bars {
    display: block;
    width: 20px;
    height: 3px;    
    background-color: #333;
    box-shadow: 0 5px 0 #333, 0 10px 0 #333;
}

.menu {
    display: none; 
    width: 100%;
    padding: 30px 10px 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #000;
}
.menu ul {
    margin-bottom: 0;
}
.menu a {
    color: #fff; 
    text-transform: uppercase;
    opacity: 0.8;
}
.menu a:hover {
    text-decoration: none;
    opacity: 1;
}
/*-----------------osnova--------*/
.nav_mnu{
    float: none;
    text-align: center;
}
.nav_mnu ul li{
    list-style-type: none;
    padding-right: 10%;
    display: inline-block;
}
.nav_mnu ul li a{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color 0.8s ease;
    -o-transition: background-color 0.8s ease;
    transition: background-color 0.8s ease;
}
.nav_mnu ul li a:hover{
    color: #ff2d2d;
}
.logo_m{
    text-align: center;
    margin-top: 32px;
}
.logo h1{
    font-size: 300px;
    color: #fff;
    margin-bottom: -117px;
}
.logo p{
    color: #000;
    font-size: 162px;
    text-transform: uppercase;
}
.button {
    text-align: center;

}
.button a{
    text-decoration: none;
    color:#000;
}
.button botton{
    padding: 10px;
    text-transform: uppercase;
        border: 3px solid #ff2d2d;
    font-weight: bold;
    font-size: 30px;
    cursor: pointer;
}
.button botton:hover{
    color: #fff;
    background-color: #ff2d2d;
}
/*---------------About ME----------------------*/
.section.Me {
    background:#000;
    color:#fff;
}
.about{
    margin-top: 25px;
    text-align: center;
}
.about img{
    margin-bottom: 20px;
    width: 100px;
}

.about p{
    padding-top: 20px;
}
.about ul{
    float:left;
    padding-bottom: 20px;
}
.about ul li{
    text-align: left;
    margin-left: 50px;
    list-style-type:none;
    padding: 0 53px 10px;
    background-image: url(../img/icon_pack.png);
    background-position: 3px 0;
    background-repeat:no-repeat;
}
.about ul li:nth-child(2) {
    background-position: 3px -32px;
}.about ul li:nth-child(3) {
    background-position: 3px -64px;
}.about ul li:nth-child(4) {
    background-position: 3px -97px;
}.about ul li:nth-child(5) {
    background-position: 3px -132px;
}.about ul li:nth-child(6) {
    background-position: 3px -166px;
}
/*--------------Portfolio-----------------*/
.portfolio h2{
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}
.box{
    border:4px solid #fff;
    box-shadow:0 0 4px grey;
    position:relative;
    text-align: center;
}
.box:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(45deg, #141414 0%, #691100 40%, #1b1b1b 100%);
    opacity: 0.3;
    transition:all 0.5s ease;
}
.box img{
    width:100%;
    height: auto;
}
.box .box-content{
    background: rgba(0,0,0,0);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 38px;
    transition: all 0.35s ease 0s;
}
.box:hover .box-content{
    background: rgba(0,0,0,0.5);
}
.box .box-content:after{
    content: "";
    border: 7px solid #fff;
    position: absolute;
    top:21px;
    left: 20px;
    right: 30px;
    height: 35%;
    transition: all 0.35s ease 0s;
}
.box:hover .box-content:after{
    top:60%;
}
.box .title{
    color:#fff;
    font-size:20px;
    font-weight: bolder;
    text-transform:uppercase;
}
.box .description{
    position: relative;
    top:5%;
    color:#fff;
    opacity:0;
    transition: all 0.35s ease 0s;
}
.box:hover .description{
    top:55%;
    opacity:1;
}
@media only screen and (max-width: 990px) {
    .box{
        margin-bottom:15px;
    }
}
@media only screen and (max-width: 479px) {
    .box .title{ font-size: 15px;}
    .box .description{ font-size: 13px; }
    .box:hover .description{ top:48%; }
}
/*---------------Youtube----------------*/
.embed-responsive.embed-responsive-16by9 {
    border: 3px solid white;
}
.Youtube{
    background-image: url(../img/bg3.jpg);
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 40px;
}
.Youtube h2{
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 50px;
    color: #fff;
    font-weight: bold;
}
.ost{
    padding-top: 100px;
}
.Youtube p{
    background-color: rgba(0, 0, 0, 0.37);
    color: #fff;
    font-size: 20px;
    padding: 5px;
}
.first {
    margin-bottom: 40px;
}
/*-----------------BUY---------------------*/
.zakaz{
    background: #000;
    color: #fff;
    text-align: center;
    height: 300px;
}
.buy h2{
    padding-top: 50px;
}
.buy p{
    padding-bottom: 15px;
}
.buy button{
    background-color: red;
    border: 1px solid red;
    border-radius: 5px;
    padding: 15px;
    text-transform: uppercase;
    width: 220px;
}
.buy button:hover{
    background-color: #d61414;
    border-color: #d61414;
}
/* footer social icons */
ul.social-network {
    list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
/*--------------MODAL----------------------*/
.modal-body:not(.two-col) { padding:0px }
.glyphicon { margin-right:5px; }
.glyphicon-new-window { margin-left:5px; }
.modal-body .radio,.modal-body .checkbox {margin-top: 0px;margin-bottom: 0px;}
.modal-body .list-group {margin-bottom: 0;}
.margin-bottom-none { margin-bottom: 0; }
.modal-body .radio label,.modal-body .checkbox label { display:block; }
.modal-footer {margin-top: 0px;}
@media screen and (max-width: 325px){
    .btn-close {
        margin-top: 5px;
        width: 100%;
    }
    .btn-results {
        margin-top: 5px;
        width: 100%;
    }
    .btn-vote{
        margin-top: 5px;
        width: 100%;
    }
    
}
.btn.btn-success {
    width: 140px;
    text-transform: uppercase;
}
.panel-primary {
    border-color: black;
}
.panel-primary > .panel-heading {
    background-color: black;
}
.modal-footer .btn+.btn {
    margin-left: 0px;
}
.btn-lg, .btn-group-lg > .btn {
    background-color: red;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 50px;
    text-transform: uppercase;
    border: 1px solid red;
}
.btn-primary:hover{
    background-color: #b40000;
    border-color: #b40000;
}
.progress {
    margin-right: 10px;
}
/*------------map-----------------*/
.section.map{
    height: 300px;
}

/* -------------footer social icons -------*/
.footer{
    text-align: center;
    height: 200px;
    background-image: url(../img/se2a.jpg);
    width: 100%;
}
.footer h2{
    color: #fff;
    font-weight: bold;
}
.footer h6{
    color: #67aeeb;
}
.footer p{
    color: aqua;
}
.footer a{
    color:aqua;
}
.ic{
    margin-top: 50px;
}
.social-network a.icoVk:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoInstagram:hover {
	background-color:#BD3518;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
/*----------------Adaptive---------------*/
@media(min-width:0px) and (max-width:320px){
    .header{
        height: 400px;
    }
    .nav_mnu{
        display: none;
    }
    .logo_m{
        text-align: center;
        margin-top: 80px;
    }
    .logo h1{
        font-size: 50px;
    }
    .logo p{
        margin-top: 100px;
        font-size: 28px;
    }
    .Youtube h2{
        padding: 0;
    }
    .ost{
        padding: 0;
    }
    .buy h2{
        padding: 0;
    }
    .zakaz {
        height: 250px;
    }
    .footer{
        height: 450px;
    }
}
@media(min-width:321px) and (max-width:480px){
    .header{
        height: 400px;
    }
    .nav_mnu{
        display: none;
    }
    .logo_m{
        text-align: center;
        margin-top: 80px;
    }
    .logo h1{
        font-size: 60px;
    }
    .logo p{
        margin-top: 100px;
        font-size: 35px;
    }
    .Youtube h2{
        padding: 0;
    }
    .ost{
        padding: 0;
    }
    .buy h2{
        padding: 0;
    }
    .zakaz {
        height: 250px;
    }
    .footer{
        height: 400px;
    }
}
@media(min-width:481px) and (max-width:768px){
    .header{
        height: 530px;
    }
    .nav_mnu{
        display: none;
    }
    .logo_m{
        text-align: center;
        margin: 80px;
    }
    .logo h1{
        font-size:170px ;
    }
    .logo p{
        margin-top: 50px;
        font-size: 94px;
    }
    .button{
        margin-top: 65px;
    }
    .Youtube h2{
        padding: 0;
    }
    .ost{
        padding: 0;
    }
    .buy h2{
        padding: 0;
    }
    .zakaz {
        height: 250px;
    }
    .footer{
        height: 400px;
    }
    
}
@media(min-width:769px) and (max-width:992px){
    .header{
        height: 564px;
    }
    .hamburg {
        display: none;
    }
    .logo_m{
        text-align: center;
        margin: 0;
    }
    .logo h1{
        font-size: 180px;
    }
    .logo p{
        margin-top: 46px;
        font-size: 100px;
    }
    .button{
        margin-top: 65px;
    }
    .ic{
        margin-top: 0;
    }
}
@media(min-width:992px) and (max-width:1199px){
    .hamburg {
        display: none;
    }
}
@media(min-width:1200px) and (max-width:4220px){
    .hamburg {
        display: none;
    }
}