
html, body {
	height: 100%;
}
.relative {
	position: relative;
}
.table_block {
	display: table;
	margin: 0 auto;
	height: 100%;
}
.table_cell {
	display: table-cell;
	padding: 150px 0;
	vertical-align: middle;
}
.text-center {
	text-align: center;
}
.p-b-20 {
	padding-bottom: 20px !important;
}
.m-b-20 {
	margin-bottom: 20px !important;
}
.text-block {
	font-size: 18px;
	font-weight: normal;
}
.t_up {
	text-transform: uppercase;
}
.orange {color: #ee8c35;}
.all {
	height: calc(100% - 106px);
	overflow-y: auto;
}
.container {
    max-width: 1199px;
}
.all .container {
	min-height: 100%;
}
.container-steps {
	
	
}
.bg_no_gift {
	background: url(../img/bg_no_gift.png) no-repeat center;
    background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.bg_with_gift {
	background: url(../img/bg_with_gift.png) no-repeat center;
    background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-height: 768px){
	footer .flex {
		justify-content: space-between;
	}
}

.b_table {
	display: table;
	margin: 0 auto;
}
.btn_link {
	border-bottom: 1px solid;
	cursor: pointer;
}
.btn_link:hover {
	border-color: transparent;
}
#one {
	padding: 0;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}
@media (max-width: 1024px){
	footer {
		position: relative;
		margin-top: 0;
	}
	.table_cell {padding: 50px 0;}
}


.btn {
	position: relative;
	background: #81bc2e;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 4px;
	opacity: 1;
	border: none;
    color: #fff;
}
.right .btn {
    width: 282px;
    font-size: 18px;
    margin: 30px auto;
    font-weight: normal;
}
.btn:after {
	content: "";
    background: #578713;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 0 0 4px 4px;
    bottom: -5px;
    position: absolute;
    z-index: -1;
}
.btn:hover {
    background: #619c0e;
    -webkit-transition: .4s;
    transition: .4s;
}
.btn:hover:after {
    background: #578713;
    -webkit-transition: .4s;
    transition: .4s;
}
.step .h1 {
	font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}
.step h1.h1 {
	padding-top: 0;
}
.step h2.h1 {
	padding-bottom: 60px;
}
.right {
	flex-basis: initial;
}
.right .vopros {
	font-size: 36px;
    font-weight: 700;
    line-height: 48px;
	padding-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
}
.right .checkbox-control, .right .radio-control {
	display: table;
	margin: 0 auto;
}
.right .quest_block .checkbox-control, .right .quest_block .radio-control {
	display: block;
}
.right .checkbox-control label, .right .radio-control label {
	padding-left: 50px;
    font-size: 18px;
    padding-top: 6px;
    width: 100%;
    margin-bottom: 30px;
	display: block;
}
.right .child_inline.checkbox-control label, .right .child_inline.radio-control label {
	width: 37%;
    display: inline-block;
    margin-left: 10%;
	height: 30px;
}
.checkbox-control label:before, .radio-control label:before {
	width: 30px;
    height: 30px;
    border: none;
	background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 3px;
}
.checkbox-control label:after, .radio-control label:after {
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 20px;
    content: '\2714';
    color: #fff;
    width: 12px;
    height: 12px;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.checkbox-control label.active:before, .radio-control label.active:before {
	background: #81bc2e;
}
.gift_fade {display: none;}
.gift_cont {
	display: table;
	margin: 0 auto;
}
.gift_block {
	display: table-cell;
	vertical-align: middle;
}
.gift_block h1 {
	text-align: left;
}
.gift_block_text {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
.gift_fade .gift_block {
    padding: 24px;
}

body input:required:valid, body textarea:required:valid {
    color: #222;
}
.forma_new input {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    text-align: center;
    height: 48px;
    padding: 0 15px;
	color: #222;
}
























