* {
	outline: none !important;
}

body {
	padding: 20px;
	width: calc(100% - 2 * 20px) !important;
	/*min-width: calc(620px - 2 * 20px);*/
	margin: 0 auto;
}

div, p {
	width: 100%;
	outline: none;
	font-family: 'Golos regular';
	/*font-family: 'Golos Text', sans-serif;*/
	font-size: 16px;
	color: #666;
}

body {
	background: url("/uploads/media/default/0001/01/49bff73f282c2c21f3341f1fe457fe35337b1792.jpeg") no-repeat center;
	background-size:cover;
}

h1 {
	margin: 0 10px 10px 0;
	font-weight: 200;
}

a {
	text-decoration: none;
}

.main-block {
	display: flex;
	width: 90%;
	padding: 10px 0;
	border-radius: 5px;
	box-shadow: 1px 1px 8px 0px #666;
	background: #fff;
	margin: 45px auto 0 auto;
}

.block-item {
	width: 80%;
	padding: 20px;
}

.block-item.right:not(:first-child) {
	border-left: 1px solid #aaa;
}

i {
	width: 50px;
	font-size: 14px;
}

.btn {
	display: flex;
	align-items: center;
	width: 100%;
	/*height: 80px;*/
	margin: 10px 0;
	outline: none;
	border: 0;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #666;
	background: #e8e8e8;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
}

.btn:hover {
	transform: scale(1.03);
}

.btn span {
	font-size: 25px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
 
.f {
	background: #3a589e;
}

.t {
	background: #429cd6;
}

.g {
	background: #d34836;
}
img {
max-width: 100%;
height: auto;
}
.head {
	/*margin-left: auto;
	margin-right: auto;*/
	text-align: center;
}

@font-face {
	font-family: 'Golos regular';
	src: url(/fonts/GolosText-Regular.ttf);
}

@font-face {
	font-family: 'Golos';
	src: url(/fonts/GolosText-Black.ttf);
}

@font-face {
	font-family: 'Golos bold';
	src: url(/fonts/GolosText-Bold.ttf);
}
@media screen and (max-aspect-ratio: 7/10) {
    .main-block {
	flex-direction: column;
	align-items: center;
    }
    .block-item.right:not(:first-child) {
	border-left: none;
    }
}
