html, body, .container {
	height: 100%;
	min-height: 100%;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	text-align: center;
	background: #fff;
}

div, span, p, a, h1, h2, h3, h4, li, label, td, small {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	text-align: left;
}

input, select, textarea {
	font-family: Arial;
	font-size: 16px;
	color: #000;
	line-height: 1.5;
	border: none;
	outline: none;
}

img, input, select, textarea, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

a, a:hover {
	color: #3692da;
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	margin: 0 auto;
	max-width: 100%;
}

.content {
	padding-bottom: 64px;
	min-height: 100%;
}

.content_center {
	margin: 0 auto;
	padding: 0 20px; 
/** max-width: 1200px;
	min-width: 1000px; **/
}

.width100 {
	width: 100%;
	float: left;
	clear: both;
}

.top {
	height: 80px;
}

.logo {
	margin-top: 25px;
	display: block;
	float: left;
}

.top_menu {
	padding-left: 215px;
}

.menu {
	margin-top: 34px;
	width: 100%;
	float: left;
}

.menu a {
	margin-right: 25px;
	font-size: 15px;
	color: #000;
	display: inline-block;
	float: left;
}

.menu a:hover {
	color: #3692da;
}

.head {
	margin: -24px 0 60px 0;
	padding: 45px 30px;
	background: #f8f7ff;
}

.head_info {
	padding: 0 450px 50px 0;
}

.head_info h1 {
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
}

.head_info p {
	font-size: 22px;
	line-height: 28px;
}

.head_img {
	margin-top: -22px;
	display: block;
	float: right;
	width: 400px;
	height: 400px;
}

.title {
	font-size: 38px;
	line-height: 46px;
	font-weight: bold;
}

.main_rules .content_center, .chat_seller .content_center, .chat_buyer .content_center {
	max-width: 1000px;
}

.rules_block {
	padding: 30px 0;
	border-bottom: 1px solid #dedede;
}

.rules_block_last {
	border-bottom: none !important;
}

.rules_info {
	padding-right: 270px;
}

.rules_img {
	display: block;
	float: right;
}

.rules_info span {
	margin: 18px 0;
	font-size: 24px;
	font-weight: bold;
	display: block;
}

.rules_info p, .rules_info a {
	font-size: 18px;
}

.rules_info p {
	margin-bottom: 18px;
}

.where, .check_link {
	margin-bottom: 95px;
	padding: 60px;
	background: #f8f7ff;
	border-radius: 20px;
}

.where_info {
	padding-right: 590px;
}

.where_info p, .check_link p, .font_size_18 {
	font-size: 18px;
	line-height: 28px;
}

.where_img {
	margin-top: 0;
	display: block;
	float: right;
}

.check_link_form {
	margin: 0 auto;
	width: 660px;
}

.input {
	margin-right: 6px;
	padding: 0 20px;
	width: 484px;
    height: 62px;
	font-size: 20px;
    display: block;
	float: left;
    background-color: #fff;
    border-radius: 5px;
}

.button {
	width: 170px;
    height: 62px;
    font-size: 20px;
    text-align: center;
    display: block;
	float: left;
    background: #d6d6d6;
    border-radius: 5px;
	cursor: pointer;
}

.button:hover {
	color: #fff;
    background: #1ca3f0;
}

.chat_block_img, .chat_block_text {
	width: 50%;
	float: left;
}

.chat_block_img {
	position: relative;
}

.chat_block_text {
	padding: 25px 20px 0 0;
}

.chat_img {
	margin-left: 30px;
	display: block;
	border: 6px solid #f8f7ff;
	border-radius: 20px;
}

.chat_avatar {
	display: block;
	position: absolute;
	top: 8px;
	left: -60px;
}

.cheat {
	text-align: center;
	font-size: 0;
}

.cheat_block {
	margin-bottom: 60px;
	padding: 0 25px;
	width: 25%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.cheat_block div.cheat_icon_01, .cheat_block div.cheat_icon_02, .cheat_block div.cheat_icon_03, .cheat_block div.cheat_icon_04 {
	margin: 0 auto 18px;
	width: 100%;
	height: 120px;
	background-image: url(/images/bezopasnost/cheat_icons.svg);
	background-repeat: no-repeat;
	
}

.cheat_block div.cheat_icon_01 {
	background-position: center -38px;
}

.cheat_block div.cheat_icon_02 {
	background-position: center -239px;
}

.cheat_block div.cheat_icon_03 {
	background-position: center -435px;
}

.cheat_block div.cheat_icon_04 {
	background-position: center -639px;
}

.cheat_block p {
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
}

.cheat_block span {
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

.footer {
	margin: -64px auto 0;
	padding: 25px 14px 0;
	height: 64px;
	font-size: 14px;
	color: #333;
	text-align: center;
	background: #f8f7ff;
}

.footer a {
	margin-right: 25px;
	font-size: 14px;
	color: #333;
}

@media only screen and (max-width: 1200px) {
}


.block {
	display: block;
}

.padding {
	padding: 0 16px;
}

.margin_bottom_100 {
	margin-bottom: 100px !important;
}

.margin_bottom_70 {
	margin-bottom: 70px !important;
}

.margin_bottom_50 {
	margin-bottom: 50px !important;
}

.margin_bottom_35 {
	margin-bottom: 35px !important;
}

.margin_bottom_30 {
	margin-bottom: 30px !important;
}

.margin_bottom_25 {
	margin-bottom: 25px !important;
}

.margin_bottom_20 {
	margin-bottom: 20px !important;
}

.margin_bottom_15 {
	margin-bottom: 15px !important;
}

.white_text {
	color: #fff !important;
}

.grey_text_3 {
	color: #333 !important;
}

.grey_text_9 {
	color: #999 !important;
}

.center_text {
	text-align: center !important;
}

.center_block {
	margin: 0 auto;
}

.bold {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.underline {
    text-decoration: underline;
}

.relative {
	position: relative;
}

.hidden {
	overflow: hidden;
}

.hideit {
	display: none;
}

.float_left {
	float: left;
}

.box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}