html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}


/* font-family: "GothamProBold"; */
@font-face {
    font-family: "GothamProBold";
    src: url("../fonts/GothamPro/GothamProBold/GothamProBold.eot");
    src: url("../fonts/GothamPro/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GothamPro/GothamProBold/GothamProBold.woff") format("woff"),
    url("../fonts/GothamPro/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
	font-family: "GothamProRegular";
	src: url("../fonts/GothamPro/GothamProRegular/GothamProRegular.eot");
	src: url("../fonts/GothamPro/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/GothamPro/GothamProRegular/GothamProRegular.woff") format("woff"),
	url("../fonts/GothamPro/GothamProRegular/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}



/* @group Общий стиль */
html,
body {
	width: 100%;
	min-height: 100vh;
}
body{
	background:#f4f4f4;
	color: #343E47;
	font: 16px "GothamProRegular", Tahoma, Arial, Helvetica, Geneva, sans-serif;
}
a{
	text-decoration: none;
}
*{
	box-sizing: border-box;
}

h1,
.h1{
	font-size: 34px;
	font-family: "GothamProBold";
	margin: 0 0 25px;
}
h1 span{
	color: #3b2e76;
	white-space: nowrap;
}

h2,
.h2{
	font-size: 24px;
	font-family: "GothamProBold";
	margin: 0 0 25px;
}
h3{
	font-size: 22px;
	font-family: "GothamProBold";
	font-style: normal;
	margin: 0 0 10px;
}
h4{
	font-size: 18px;
	font-family: "GothamProBold";
	font-style: normal;
	margin: 0 0 10px;
}

.full_width{
	width: 100%;
}
.main_block{
	background: #fff;
	position: relative;
	width: 100%;
	max-width: 1745px;
	min-height: 100vh;
	padding-bottom: 40px;
	margin: 0 auto;
}
.content_block{
	padding: 30px;
}

.bg_grey{
	background: #f0f0f0;
}
p.bg_grey{
	padding: 20px;
	margin: 15px -10px; 
}

p.bg_grey:empty{
	display: none;
}

.header{
	overflow: hidden;
}
.logo_allo img{
	float: left;
}
.logo_allo span{
	color: #343E47;
	font-family: "GothamProBold";
	line-height: 1.2;
	text-transform: uppercase;
	float: left;
	margin: 0 0 0 10px;
}
.logo_samsung{
	float: right;
	width: 150px;
	margin: 9px 0 0;
}
.main_banner,
.main_banner img{
	display: block;
	margin-left: auto;
    	margin-right: auto;
	width: 70%;
}

.line_red{
	background: #3b2e76;
	width: 100%;
	height: 3px;
}

.txt{
	color: #3b2e76;
	font-style: italic;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.txt p{
	margin-bottom: 10px;
}

button,
.button{
	background: #3b2e76;
	border: none;
	outline: none;
	border-radius: 50px;
	color: #fff;
	font-family: "GothamProBold";
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	height: 36px;
	cursor: pointer;
	padding: 0 20px;
}
button .rirgh_arrow,
.button .rirgh_arrow{
	display: inline-block;
	background: url(../images/arrow-right.svg) no-repeat;
	background-size: contain;
	position: relative;
	left: 4px;
	top: 1px;
	width: 18px;
	height: 17px;
	overflow: hidden;
	transition: .3s;
}
button:hover .rirgh_arrow,
.button:hover .rirgh_arrow{
	left: 8px;
}
button.v2,
.button.v2{
	height: 46px;
	padding: 0 30px;
	margin-bottom: 20px;
}
a.button{
	display: table;
	line-height: 46px;
	margin-left: auto;
	margin-right: auto;
}

.block1{
	text-align: left;
	margin: 30px 0 0;
}
.block2{
	text-align: center;
}

.form1,
.form2{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.inp_block{
	border: #3b2e76 2px solid;
	border-radius: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.inp_block input{
	border: none;
	outline: none;
	background: none;
	font-family: "GothamProRegular";
	font-size: 16px;
	text-align: left;
	float: left;
	width: 100%;
	height: 40px;
	padding: 0 15px;
}

.form1 button{
	float: right;
	margin: 2px;
}
.form1 .inp_block input{
	width: calc(100% - 115px);
}
.links_block{
	clear: both;
	padding: 30px 0 0;
	text-align: center;
	
}
.link{
	display: inline-block;
	color: #3b2e76;
	font-size: 18px;
	font-family: "GothamProBold";
	line-height: 1;
	text-align: left;
	vertical-align: top;
	margin: 0 10px 20px;
}
.link span{
	display: block;
	position: relative;
}
.link span:nth-child(1){
	border-bottom: #3b2e76 1px solid;
	padding: 0 0 2px;
}
.link span:nth-child(1):after{
	content: '';
	background: #3b2e76;
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	height: 3px;
	transition: .3s;
}
.link:hover span:nth-child(1):after{
	width: 100%;
}
.link span:nth-child(2){
	font-size: 13px;
	font-family: "GothamProRegular";
	margin: 7px 0 0;
}
form .error{
	display: table;
	background: #FFFAC0;
	/*color: #3b2e76;*/
	font-size: 14px;
	line-height: 1.1;
	font-style: italic;
	padding: 8px 15px 5px;
	margin: 10px auto 5px;
}
form .note{
	display: block;
	font-size: 14px;
	line-height: 1.1;
	font-style: italic;
	padding: 5px 0 15px;
}
form .note span{
	display: block;
	font-family: "GothamProBold";
}
.pad10{
	display: table;
	width: 100%;
	height: 10px;
}
.pad30{
	display: table;
	width: 100%;
	height: 30px;
}

.date_time{
	font-size: 36px;
	margin-bottom: 20px;
}

.footer{
	background: #343E47;
	color: #fff;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 13px;
	padding-bottom: 10px;
}
.footer a{
	color: #fff;
}
.footer .left{
	float: left;
}
.footer .cop{
	font-size: 12px;
	float: right;
	opacity: .7;
	margin: 3px 0 0;
}

@media (max-width: 560px){
	.logo_samsung{
		display: none;
	}
}
@media (max-width: 410px){
	h1, .h1{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.content_block{
		padding: 15px;
	}
	.link{
		text-align: center;
	}
}
@media (max-width: 740px){
	.logo_allo img{
		width: 120px;
		height: 28px;
	}
	.logo_allo span{
		font-size: 13px;
		margin-left: 9px;
	}
}