*::-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;
}

*{
	transition: all .3s;
}

body.new_main {
    background: url(/images/fon_new.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;

}
.main_page {
    position: relative;
    background: rgba(0, 0, 0, 0.88);
    padding: 1px;
    min-height: 100vh;
    box-sizing: border-box;
    text-align: center;
}
.main_title {
    text-align: center;
    font-size: 40px;
    margin: 50px 50px 30px;
}
.main_ico {
    text-align: center;
}
.main_ico img {
    width: 220px;
}
.to_site_bt {
    position: absolute;
    top: 505px;
    left: 10%;
}
.to_pay_bt {
    position: absolute;
    top: 505px;
    right:  10%;
}
.to_site_bt img, .to_pay_bt img {
	width: 100px;
}
.list_uk {
    font-size: 0;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.elem_uk {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 20px 20px 0;
    box-sizing: border-box;
    
}
.elem_uk a {
    display: block;
    color: white;
    text-decoration: none;
    text-align: center;
}
.elem_uk img {
    width: 65px;
}
.elem_uk span {
    display: block;
}
.elem_uk :hover img, .to_pay_bt :hover img, .to_site_bt :hover img, .main_ico :hover img{
	transform: scale(1.1);
}

.elem_uk:last-child img {
	width: 55px;
}

@media (max-width: 920px ){
	.to_site_bt, .to_pay_bt {
	    position: relative;
	    top: auto;
	    left: auto;
	    display: inline-block;
	    width: 200px;
	    right: auto;
	    text-align: center;
	}
	.main_title {
	    font-size: 30px;
	    margin: 30px 50px 30px;
	}
	.main_ico img {
	    width: 150px;
	}
	.list_uk {
	    width: 90%;
	}
}
@media (max-width: 575px ){
	.main_title {
	    font-size: 18px;
	}
	.main_ico img {
	    width: 130px;
	}
	.to_site_bt, .to_pay_bt {
	    width: 130px;
	}
	.elem_uk {
	    width: 50%;
	}
}