article, aside, details, figcaption, figure, footer,header,hgroup, menu, nav, section { display: block; }

body{
/* 	height: 8728px; */
	margin: 0px;
	padding: 0px;	
}
.preloader{
    position: fixed;
    z-index: 9999991;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pre_icon{
	width: 80px;
	height: 80px;
	background-color: initial;
	background-image: url(../images/preloader.gif);
	background-size: cover;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -40px;
	z-index:9999999;
}

@font-face {
    font-family: "amazing_gb";
    src: url("../fonts/amazing-grotesk-book.ttf");
    src: url("../fonts/amazing-grotesk-book.ttf?#iefix")format("truetype");
    font-style: normal;
    font-weight: normal;
}
.amazing_gb{
	font-family: "amazing_gb";
}
@font-face {
    font-family: "amazing_gbi";
    src: url("../fonts/amazing-grotesk-book-italic.ttf");
    src: url("../fonts/amazing-grotesk-book-italic.ttf?#iefix")format("truetype");
    font-style: normal;
    font-weight: normal;
}
.amazing_gbi{
	font-family: "amazing_gbi";
}
@font-face {
    font-family: "amazing_gd";
    src: url("../fonts/amazing-grotesk-demi.ttf");
    src: url("../fonts/amazing-grotesk-demi.ttf?#iefix")format("truetype");
    font-style: normal;
    font-weight: normal;
}
.amazing_gd{
	font-family: "amazing_gd";
}
@font-face {
    font-family: "amazing_gdi";
    src: url("../fonts/amazing-grotesk-demi-italic.ttf");
    src: url("../fonts/amazing-grotesk-demi-italic.ttf?#iefix")format("truetype");
    font-style: normal;
    font-weight: normal;
}
.amazing_gdi{
	font-family: "amazing_gdi";
}
@font-face {
    font-family: "amazing_gl";
    src: url("../fonts/amazing-grotesk-light.ttf");
    src: url("../fonts/amazing-grotesk-light.ttf?#iefix")format("truetype");
    font-style: normal;
    font-weight: normal;
}
.amazing_gl{
	font-family: "amazing_gl";
}
@font-face {
    font-family: "amazing_gli";
    src: url("../fonts/amazing-grotesk-light-italic.ttf");
    src: url("../fonts/amazing-grotesk-light-italic.ttf?#iefix")format("truetype");
    font-style: normal;
    font-weight: normal;
}
.amazing_gli{
	font-family: "amazing_gli";
}
@font-face {
    font-family: "amazing_gu";
    src: url("../fonts/amazing-grotesk-ultra.ttf");
    src: url("../fonts/amazing-grotesk-ultra.ttf?#iefix")format("truetype");
    font-style: normal;
    font-weight: normal;
}
.amazing_gu{
	font-family: "amazing_gu";
}
@font-face {
    font-family: "amazing_gui";
    src: url("../fonts/amazing-grotesk-ultra-italic.ttf");
    src: url("../fonts/amazing-grotesk-ultra-italic.ttf?#iefix")format("truetype");
    font-style: normal;
    font-weight: normal;
}
.amazing_gui{
	font-family: "amazing_gui";
}


.container{
	display: block;
	position: relative;
    width: 100%;
    height: 100%;
}
.content {
    width: 1190px;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
	margin-right: auto;
    margin-left: auto;	
}
.block{
	width: 100%;
}
.inline_block{
	display: inline-block;
}

/*----forms----*/

#call_back, #question{
	display: none;
}
.cb_ok{
    color: #66b28b;
    font-size: 16px;
    font-family: amazing_gd;
    text-align: center;
    padding-top: 0px;
    max-width: 320px;
    margin: auto;
    margin-bottom: 20px;
}
#call_back .forms{
	height: 378px;
}
#question  .forms{
	height: 378px;
}
.fancybox-close{
	display: none;
}
.fancybox-skin{
	border-radius: 7px;
}
.forms{
	background-color: #f5f6fa;
	border-radius: 7px;
	padding-left: 30px;
    padding-right: 30px;
}
.form_title{
	color: #000;
    font-size: 25px;
    font-family: amazing_gu;
    text-align: center;
    padding-top: 50px;
    line-height: 32px;
    max-width: 320px;
    margin: auto;
}
.form_description{
    color: #000;
    font-size: 12px;
    font-family: amazing_gd;
    padding-left: 22px;
    margin-top: -2px;	
}
.form_description:before{
	content: url(../images/form_castle.png);
    position: absolute;
    z-index: 2;
    margin-left: -22px;
    margin-top: -1px;	
}
.form_info{
	margin-top: 37px;
}
textarea, input:focus{
	outline: none;
}
.form{
	max-width: 367px;
}
.form input{
	height: 46px;
    padding-left: 37px;
    width: 328px;
    margin-bottom: 20px;
    border: 1px solid #b5bbd4;
}
.form textarea{
    padding-left: 12px;
    padding-top: 13px;
    width: 351px;
    margin-bottom: 20px;
    border: 1px solid #b5bbd4;
    resize: none;
    height: 118px;
}
.form input[name="name"]{
	background-image: url(../images/form_man.png);
    background-repeat: no-repeat;
    background-position: 12px;	
}
.form input[name="phone"]{
	background-image: url(../images/form_call.png);
    background-repeat: no-repeat;
    background-position: 12px;
}
.form input[type="submit"]{
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-family: amazing_gu;
    text-transform: uppercase;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    border-radius: 30px;
    padding: 0px;
    width: 200px;
    margin: auto;
    margin-top: 23px;
    height: 51px;
    display: table;
    margin-bottom: 23px;
}
.form input[type="submit"]:hover{
	background-color: #ff4848;
	border-radius: 30px;
}
.form form input::-webkit-input-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gd;		
}
.form form input::-moz-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gd;	
}/* Firefox 19+ */
.form form input:-moz-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gd;		
}/* Firefox 18- */
.form form input:-ms-input-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gd;	
}
.form form textarea::-webkit-input-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gd;	
}
.form form textarea::-moz-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gd;		
}/* Firefox 19+ */
.form form textarea:-moz-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gd;		
}/* Firefox 18- */
.form form textarea:-ms-input-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gd;		
}
/*------------*/


.container#page-1{
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;		
}
.header{
	display: inline-block;
	width: 100%;	
    text-align: right;
    margin-top: 25px;
}
.header_content{
	display: inline-block;
	width: 100%;	
}
.hc_left{
    margin-top: 74px;
    margin-left: 21px;
    line-height: 49px;
	max-width: 560px;
	display: inline-block;
    float: left;
}
.hc_right{
    display: inline-block;
    float: right;
    margin-top: 60px;
}
.header_title{
	color: #fff;
	font-size: 48px;
	font-family: amazing_gu;	
}
.header_title span{
	color: #faec08;
}
.through{
	white-space:pre;
	position:relative;
	display:inline-block;	
}
.through:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 40%;
    color: #fff;
    width: 100%;
    height: 0;
    border-bottom: 4px solid #fff;
    transform: rotate(-5deg);
}
.rub:after{
    content: url(../images/rub.png);
    position: absolute;
    z-index: 2;
    margin-left: 5px;
    margin-top: 0px;
}
.logo_header{
	background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 260px;
    height: 67px;
    margin-top: 0px;
    float: left;
    display: inline-block;
    margin-left: 12px;
}
.phone_header{
    float: right;
    display: inline-block;	
	color: #f9f9f9;
	font-size: 16px;
	font-family: amazing_gl;	
}
.phone_header a.tell_header{
    display: inline-block;	
	color: #fff;
	font-size: 24px;
	font-family: amazing_gu;	
	text-decoration:none;
}
.phone_header a{
	color: #f9f9f9;
	font-size: 16px;
	font-family: amazing_gl;	
}
.header_list{
    margin-top: 22px;
margin-bottom: 101px;
}
.hl{
	color: #fff;
	font-size: 18px;
	font-family: amazing_gd;	
	line-height: 29px;
	padding-left: 38px;
}
.poscript{
	color: #fff;
	font-size: 18px;
	font-family: amazing_gl;
    margin-top: 3px;	
}
.hl_photo:before{
    content: url(../images/icon_camera.png);
    position: absolute;
    z-index: 2;	
	margin-left: -40px;
}
.hl_anketa:before{
    content: url(../images/icon_anketa.png);
    position: absolute;
    z-index: 2;	
	margin-left: -40px;
}
.hl_money:before{
    content: url(../images/icon_money.png);
    position: absolute;
    z-index: 2;	
	margin-left: -40px;
}
.hl_docks:before{
    content: url(../images/icon_contact.png);
    position: absolute;
    z-index: 2;	
	margin-left: -40px;
}
.hl_team:before{
    content: url(../images/icon_team.png);
    position: absolute;
    z-index: 2;	
	margin-left: -40px;
}
.rw_title{
    color: #000;
    font-size: 22px;
    font-family: amazing_gu;
    text-align: center;
    padding-top: 27px;
    line-height: 32px;	
}
.rw_text{
    color: #000;
    font-size: 18px;
    font-family: amazing_gl;
    text-align: center;
    margin-top: 7px;	
}
.rw_button{
    background-color: #ff0000;
    display: table;
    margin: auto;
    border-radius: 30px;
    margin-top: 21px;
}
.rw_button a{
    color: #fff;
    font-size: 14px;
    font-family: amazing_gu;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
}
.rw_button a:hover{
	background-color: #ff4848;
	border-radius: 30px;
}
.request_win{
    background-color: #fefeff;
    border-radius: 10px;
    width: 300px;
    height: 188px;
}



.container#page-2{
	background-color: #f5f6fa;
	z-index: 4;
}
.container#page-2 .content{
	padding-top: 95px;
}
.title{
	font-size: 40px;
	font-family: amazing_gu;
	color: #000000;
    text-align: center;
    max-width: 760px;
    margin: auto;
    line-height: 45px;
}
.title .blue{
	color: #369ffe;
	display: inline;
}
.item_container{
	display: inline-block;
    vertical-align: top;
	margin-top: 110px;
    margin-bottom: 150px;
}
.item_container:before{
    content: url(../images/arrow.png);
    position: absolute;
    z-index: 2;
    margin-left: 146px;
    margin-top: -15px;	
}
.item_container.ic_4:before{
	content:'';
}
.item_container.ic_1{
	margin-left: 0px;
}
.item_container.ic_2{
	margin-left: 115px;
}
.item_container.ic_3{
	margin-left: 101px;
}
.item_container.ic_4{
	margin-left: 92px;
}
.item_icon{
	width: 191px;
	height: 206px;
}
.item_text{
	color: #000;
	font-size: 21px;
	font-family: amazing_gd;
	font-weight: bold;
    text-align: center;
    margin-top: 18px;
    line-height: 26px;
}
.item_icon#icon_1{
	background-image: url(../images/icon_1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}
.item_icon#icon_2{
	background-image: url(../images/icon_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}
.item_icon#icon_3{
	background-image: url(../images/icon_3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}
.item_icon#icon_4{
	background-image: url(../images/icon_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;	
}
.button_container{
    position: absolute;
    width: 100%;
    margin-top: -31px;
    text-align: center;	
}
.req_button{
    background-color: #fff000;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0 0 30px rgba(179,183,64,1);
}
.req_button a{
    color: #000;
    font-family: amazing_gd;
    font-weight: bold;
    font-size: 18px;
    padding-top: 19px;
    padding-bottom: 17px;
    padding-left: 53px;
    padding-right: 18px;
    display: inline-block;
    text-decoration: none;
}
.req_button a:hover{
	color: #fff;
    background-color: #ff0000;
    border-radius: 40px;
}
.req_button a:hover:before{
    content: url(../images/button_icon_2.png);
	width: 19px;
	height: 25px;
}
.req_button:hover{
    box-shadow: 0 0 30px rgba(255,152,152,1);	
}
.req_button a:before{
    content: url(../images/button_icon_1.png);
    position: absolute;
    z-index: 2;
	margin-left: -31px;
}


.container#page-3{
	background-color: #fff;
	z-index: 3;
}
.container#page-3 .content{
	padding-top: 111px;
    padding-bottom: 110px;
}
.info_block{
	max-width: 565px;
	border: 1px solid #b5bbd4; 
	border-radius: 10px;
    padding-bottom: 30px;
	display: inline-block;
    vertical-align: top;
}
.info_block.ib_1{
	margin-right: 25px;
}
.ib_header{
	background-color: #e4e6f0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ibh_title{
    font-size: 26px;
    color: #000;
    font-family: amazing_gu;
    padding-left: 114px;
    padding-top: 11px;
    line-height: 32px;
    padding-bottom: 11px;
	max-width: 370px;
}
.ibh_title.num_1:before{
    content: url(../images/no.png);
    position: absolute;
    z-index: 2;
    margin-left: -90px;
    margin-top: 15px;
}
.ibh_title.num_2:before{
    content: url(../images/yes.png);
    position: absolute;
    z-index: 2;
    margin-left: -90px;
    margin-top: 15px;
}
.ib_text{
    padding-left: 25px;
    padding-top: 30px;
	padding-right: 28px;
}
.ib_title{
	font-size: 20px;
	color: #000;
	font-family: amazing_gu;
}
.ib_content{
	font-size: 20px;
    color: #000;
    font-family: amazing_gb;
    line-height: 31px;
}


.container#page-4{
	background-color: #f5f6fa;
	z-index: 2;
}
.container#page-4 .content{
	padding-top: 140px;
	padding-bottom: 70px;
}
.review_title{
	color: #000;
	font-size: 40px;
	font-family: amazing_gu;
	text-align: center;
	margin-bottom: 58px;
}
.review_list{
	max-width: 762px;
	margin: auto;
}
.review{
	background-color: #e6e8f2;
	position: relative;
	border-radius: 5px;
    margin-bottom: 70px;
}
.review.hidden{
	display: none;
}
.review:after{
    content: url(../images/quotation.png);
    position: absolute;
    z-index: 2;
    top: -12px;
    right: 28px;
}
.l_review{
    display: block;
    float: left;
    position: relative;	
}
.review:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 158px;
    display: block;
    content: '';
    background: #e6e8f2;
	border-radius: 5px;
}
.r_review{
	display: table;
    padding-left: 40px;
    padding-top: 30px;
    padding-right: 80px;
}
.user_photo{
	background-size: cover;
	width: 158px;
	height: 158px;
	border-top-left-radius: 5px;
}
.r_title{
	color: #000;
	font-size: 16px;
	font-family: amazing_gu;	
}
.r_text{
    color: #000;
    font-size: 16px;
    font-family: amazing_gl;
    margin-top: -7px;
    line-height: 23px;	
}
.r_text_hidden{
	color: #000;
	font-size: 16px;
	font-family: amazing_gl;
	display: none;
}
.r_text_more{
	cursor: pointer;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}
.r_text_more:after{
    content: url(../images/open.png);
    position: absolute;
    z-index: 2;
	margin-left: 7px;	
}
.r_text_more.open:after{
    content: url(../images/close.png);
    position: absolute;
    z-index: 2;
	margin-left: 7px;	
}
.review_more{
    color: #00a0ff;
    font-size: 14px;
    font-family: amazing_gl;
    cursor: pointer;
    margin: auto;
    display: table;
}
.review_more:before{
    content: url(../images/review_more.png);
    z-index: 2;
    margin-right: 23px;	
}
.review_more span{
    position: relative;
    top: -3px;	
}


.info_map_block{
    min-height: 500px;
    width: 465px;
    position: absolute;
    background-color: #00a0ff;
    top: 0;
    left: 50%;
    margin-left: 110px;
	z-index: 2;
} 
.imb_title{
    color: #fff;
    font-size: 30px;
    font-family: amazing_gu;
    text-align: center;
    margin-top: 107px;
}
.imb_text{
	color: #fff;
    font-size: 16px;
    font-family: amazing_gl;
    text-align: center;
    margin-top: 4px;
}
.imb_button{
    background-color: #fff000;
    display: table;
    margin: auto;
    border-radius: 30px;
    margin-top: 38px;
}
.imb_button:hover{
	background-color: #ff0000;
}
.imb_button a{
    color: #000;
    text-decoration: none;
    font-family: amazing_gd;
    font-size: 18px;
    padding-left: 49px;
    padding-right: 49px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: inline-block;
}
.imb_button a:hover{
    color: #fff;	
}
.imb_content{
    color: #fff;
    font-family: amazing_gu;
    font-size: 16px;
    text-align: center;
    max-width: 280px;
    margin: auto;
    margin-top: 71px;
}

.container#page-6{
	background-color: #fff;
}
.container#page-6 .content{
	padding-top: 10px;
    margin-bottom: 23px;
}
.logo_footer{
	background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 163px;
    height: 43px;
    margin-top: 13px;
    float: left;
    display: inline-block;
}
.company{
    color: #000;
    font-family: amazing_gl;
    font-size: 14px;
    margin-top: 13px;
    display: inline-block;
    margin-left: 295px;
	text-align: center;
}
.company a{
    color: #000;
    font-family: amazing_gl;
    font-size: 14px;
	display: table;
}
.phone{
    float: right;
    display: inline-block;
    margin-top: 10px;
    margin-right: 11px;
}
.phone a.tell_footer{
    color: #000;
    font-family: amazing_gu;
    font-size: 18px;
	text-decoration: none;
}
.phone a{
    color: #000;
    font-family: amazing_gl;
    font-size: 16px;
    text-decoration: underline;
    float: right;
}






.test_container{
	max-width: 980px;
	padding: 20px;
	background-color: #f5f6fa;
	border-radius: 10px;
}
.t_description{
    color: #000;
    font-family: amazing_gl;
    font-size: 14px;
    margin-top: 4px;
    margin-left: 12px;
    letter-spacing: 0.1px;	
}
.t_test{
    color: #000;
    font-family: amazing_gu;
    font-size: 24px;
    margin-top: 14px;
    margin-left: 12px;
    letter-spacing: 0.2px;
}
.loader{
    border: 1px solid #b8bfd6;
    margin-left: 11px;
    margin-right: 9px;
    margin-top: 5px;
    height: 32px;
}
.ans{
    border: 1px dashed #b5bbd4;
    min-height: 58px;
    border-radius: 5px;
    display: inline-block;
    min-width: 463px;
    margin-bottom: 26px;
    margin-right: 11px;
    margin-left: 12px;
	cursor: pointer;
}
.ans:hover{
	border: 1px dashed #66b28b;
}
.ans:hover .ans_text{
	color: #66b28b;	
}
.t_list{
    margin-top: 29px;
}
.back{
    background-color: #f5f6fa;
    border: 1px solid #b5bbd4;
    color: #b5bbd4;
    font-family: amazing_gu;
    font-size: 14px;
    display: inline-block;
    margin-left: 12px;
    margin-top: 22px;
    padding-left: 59px;
    padding-right: 57px;
    padding-top: 15px;
    padding-bottom: 14px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
}
.back:hover{
    background-color: #b5bbd4;
    border: 1px solid #b5bbd4;
	color: #fff;
}
.next{
    background-color: #b5bbd4;
    border: 1px solid #b5bbd4;
    color: #ffffff;
    font-family: amazing_gu;
    font-size: 14px;
    display: inline-block;
    margin-left: 16px;
    margin-top: 22px;
    padding-left: 59px;
    padding-right: 57px;
    padding-top: 15px;
    padding-bottom: 14px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;	
}
.next:hover{
    background-color: #66b28b;
    border: 1px solid #66b28b;	
}
.ans_text{
    color: #000;
    font-family: amazing_gl;
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    margin-left: 0px;
}
.ans input[type="radio"] {
    display: none;
}
.ans input[type="radio"] + label {
    cursor: pointer;
    padding-left: 0;
    margin-left: 20px;
}
.ans input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 20px;
    margin: 0 5px 0 0;
    background: url(../images/checkbox.png);
}
.ans input[type="radio"]:checked + label::before {
    background-position: 0 -18px;
}
.ans.checked{
	border: 1px dashed #66b28b;
}
.ans.checked .ans_text{
	color: #66b28b;	
}
#step3 .ans{
    min-width: 956px;
}
#step3 .ans_text.right{
    display: inline-block;
    float: right;
    max-width: 432px;
    margin-right: 15px;
    margin-bottom: 19px;
}
#step4 .t_test{
	text-align: center;
}
.ok{
    background-image: url(../images/ok.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 24px;
}
.t_left{
    max-width: 465px;
    margin-top: 45px;
    margin-left: 14px;
    display: inline-block;
}
.t_right{
    float: right;
    max-width: 465px;
    display: inline-block;
    margin-top: 45px;	
}
.t_desc{
    color: #000;
    font-family: amazing_gl;
    font-size: 18px;
    line-height: 24px;
}
.t_bonus{
	background-color: #e9eaf2;
    color: #000;
    font-family: amazing_gu;
    font-size: 18px;
    line-height: 24px;
    margin-top: 27px;
    padding-left: 77px;
    padding-top: 22px;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.t_bonus:before{
    content: url(../images/bonus.png);
    z-index: 2;
    margin-right: 23px;
    position: absolute;
    margin-left: -54px;
    margin-top: 34px;
}
.t_right input[type="text"]{
    width: 427px;
    min-height: 54px;
    margin-bottom: 39px;
    color: #000;
    font-family: amazing_gl;
    font-size: 14px;
    padding-left: 30px;	
	background-color: #fff;
	border: 1px solid #b5bbd4;
	border-radius: 5px;
}
.t_right input[type="text"]::-webkit-input-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gl;		
}
.t_right input[type="text"]::-moz-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gl;	
}/* Firefox 19+ */
.t_right input[type="text"]:-moz-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gl;		
}/* Firefox 18- */
.t_right input[type="text"]:-ms-input-placeholder{
	font-size: 14px;
	color: #000;
	font-family: amazing_gl;	
}
.t_right input[type="submit"]{
	-webkit-appearance: none;
    background-color: #66b28b;
    border: 1px solid #66b28b;
    color: #ffffff;
    font-family: amazing_gu;
    font-size: 14px;
    display: inline-block;
    margin-left: 0px;
    margin-top: -6px;
    padding-left: 20px;
    padding-right: 23px;
    padding-top: 15px;
    padding-bottom: 14px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;		
}
#test, #step2, #step3, #step4{
	display: none;
}

/*progress bar*/
.progress-bar {
	background-color: #e6f4f0;
	height: 30px;
	padding: 0px;
}

.progress-bar span {
	display: inline-block;
	height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
}
.blue span {
	background-color: #e6f4f0;
}
.stripes span {	
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom,
											color-stop(.25, rgba(197, 233, 224, .65)), color-stop(.25, transparent),
											color-stop(.5, transparent), color-stop(.5, rgba(197, 233, 224, .65)),
											color-stop(.75, rgba(197, 233, 224, .65)), color-stop(.75, transparent),
											to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(197, 233, 224, .65) 25%, transparent 25%,
											transparent 50%, rgba(197, 233, 224, .65) 50%, rgba(197, 233, 224, .65) 75%,
											transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(197, 233, 224, .65) 25%, transparent 25%,
											transparent 50%, rgba(197, 233, 224, .65) 50%, rgba(197, 233, 224, .65) 75%,
											transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(197, 233, 224, .65) 25%, transparent 25%,
											transparent 50%, rgba(197, 233, 224, .65) 50%, rgba(197, 233, 224, .65) 75%,
											transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(197, 233, 224, .65) 25%, transparent 25%,
											transparent 50%, rgba(197, 233, 224, .65) 50%, rgba(197, 233, 224, .65) 75%,
											transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(197, 233, 224, .65) 25%, transparent 25%,
											transparent 50%, rgba(197, 233, 224, .65) 50%, rgba(197, 233, 224, .65) 75%,
											transparent 75%, transparent);            

	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}
.stripes div.path1{
    color: #0cb48a;
    font-size: 16px;
    font-family: amazing_gb;
    display: inline-block;
    margin-left: 20px;
    vertical-align: text-bottom;
}
.stripes div.path2{
    color: #0cb48a;
    font-size: 24px;
    font-family: amazing_gb;
    display: inline-block;
    margin-left: 10px;
}
.loader_text{
	position: absolute;
}

@-webkit-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
.ic_l{
	display: inline-block;
}
.ic_r{
	display: inline-block;
}
.ib_text.fix{
	margin-bottom: 31px;
}
.540_hidden{
    display: inline-block;
}
.button_containers{
	display: inline-block;
	width: 100%;
}

@media (min-width: 768px) and (max-width: 1190px){
	.container#page-1{
		background-image: url(../images/main_bg_768.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;		
	}
	.content{
		width: 100%;
	}
	.header_title{
		font-size: 36px;
	}
	.hl{
		font-size: 18px;		
	}
	.logo_header{
		margin-left: 21px;
	}
	.phone_header{
		margin-right: 21px;
	}
	.hc_right{
		display: table;
		float: initial;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -150px;
		margin-bottom: -75px;
		z-index: 5;		
	}
	.header_list{
		max-width: 395px;
	}
	.poscript{
		max-width: 156px;
		line-height: 25px;
		margin-top: 20px;		
	}
	.request_win{
		background-color: #f5f6fa;
	}
	.rub:after{
		content: url(../images/rub_768.png);
	}
	
	
	.container#page-2 .content {
		padding-top: 200px;
		padding-bottom: 80px;
	}	
	.title{
		font-size: 28px;
		max-width: 540px;		
	}
	.item_container{
		margin-top: 70px;
		margin-bottom: 0px;
	}
	.ic_l{
		margin: auto;
		display: table;
	}
	.ic_r{
		margin: auto;
		display: table;
	}
	.item_container.ic_2 {
		margin-left: 170px;
	}
	.item_container.ic_3 {
		margin-left: 0px;
	}
	.item_container.ic_4 {
		margin-left: 170px;
	}
	.item_container.ic_2:before{
		content: '';
	}
	
	
	.container#page-3 .content {
		padding-top: 90px;
		padding-bottom: 100px;
	}
	.info_block{
		margin: auto;
		float: initial;
		display: block;
		max-width: 724px;
	}
	.info_block.ib_1{
		margin: auto;
		margin-bottom: 30px;
	}
	.ibh_title{
		font-size: 24px;
		max-width: 505px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 100px;
	}
	.ibh_title.num_1:before{
		margin-top: 4px;
		margin-left: -70px;
		content: url(../images/no_768.png);
	}
	.ibh_title.num_2:before{
		margin-top: 4px;
		margin-left: -70px;
		content: url(../images/yes_768.png);
	}
	.ib_title{
		font-size: 18px;
	}
	.ib_content{
		font-size: 18px;
	}
	.ib_text.fix{
		margin-bottom: 0px;
	}
	
	
	.container#page-4 .content {
		padding-top: 130px;
		padding-bottom: 105px;
	}
	.review_title{
		font-size: 28px;
	}
	.review_list {
		max-width: 726px;
		margin: auto;
	}
	.review{
		margin-bottom: 40px;
	}
	.info_map_block{
		margin-left: 0px;
		min-height: 500px;
		max-width: 384px;		
	}
	
	
	.container#page-6 .content {
		padding-top: 17px;
		margin-bottom: 30px;
	}
	.logo_footer{
		margin-left: 21px;
	}
	.company{
		margin-left: 20px;
		margin-top: 17px;
		max-width: initial;		
	}
	.phone{
		margin-top: 13px;
		margin-right: 21px;		
	}
	.company_info{
		max-width: 157px;
		float: left;
	}
	.company a{
		max-width: 200px;
		float: right;
		display: inline-block;
	}

}
@media (min-width: 540px) and (max-width: 767px){
	
	.container#page-1{
		background-image: url(../images/main_bg_540.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;		
	}
	.content{
		width: 100%;
	}
	.header{
		margin-top: 20px;
	}
	.header_title{
		font-size: 30px;
		line-height: 32px;
	}
	.hl{
		font-size: 12px;	
		padding-left: 21px;
		line-height: 21px;
	}
	.logo_header{
		display: table;
		margin: auto;
		float: initial;
	}
	.hc_right{
		display: table;
		float: initial;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -181px;
		margin-bottom: -135px;
		z-index: 5;		
	}
	.header_list{
		max-width: 395px;
	}
	.poscript{
		font-size: 12px;
		line-height: 25px;
		margin-top: 10px;
		max-width: 260px;		
	}
	.rub:after{
		content: url(../images/rub_540.png);
	}
	.hidden_540{
		display: none;
	}
	.phone_header{
		margin: auto;
		display: table;
		float: initial;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;		
	}
	.hc_left{
		margin-top: 0px;
	}
	.header_list{
		margin-top: 10px;
	}
	.request_win{
		background-color: #f5f6fa;
		width: 365px;
	}
	.rw_title{
		font-size: 20px;
	}
	.rw_text{
		font-size: 16px;
	}
	.hl_photo:before{
		content: url(../images/icon_camera_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_anketa:before{
		content: url(../images/icon_anketa_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_money:before{
		content: url(../images/icon_money_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_docks:before{
		content: url(../images/icon_contact_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_team:before{
		content: url(../images/icon_team_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_team{
		max-width: 229px;
	}
	
	
	.container#page-2 .content {
		padding-top: 160px;
		padding-bottom: 90px;
	}	
	.title{
		font-size: 22px;
		max-width: 425px;
		line-height: 25px;		
	}
	.item_container{
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.ic_l{
		margin: auto;
		display: table;
		text-align: center;
		max-width: 320px;
	}
	.ic_r{
		margin: auto;
		display: table;
		text-align: center;
		max-width: 320px;
	}
	.item_container.ic_2 {
		margin-left: 0px;
	}
	.item_container.ic_3 {
		margin-left: 0px;
	}
	.item_container.ic_4 {
		margin-left: 0px;
	}
	.item_container.ic_1:before{
		content: '';
	}
	.item_container.ic_2:before{
		content: '';
	}	
	.item_container.ic_3:before{
		content: '';
	}	
	.item_container.ic_4:before{
		content: '';
	}
	.item_container.ic_1:before{
		content: url(../images/arrow_rd.png);
		position: absolute;
		z-index: 2;
		margin-left: 98px;
		margin-top: 136px;	
	}	
	.item_container.ic_2:before{
		content: url(../images/arrow_ld.png);
		position: absolute;
		z-index: 2;
		margin-left: -170px;
		margin-top: 136px;	
	}	
	.item_container.ic_3:before{
		content: url(../images/arrow_rd.png);
		position: absolute;
		z-index: 2;
		margin-left: 98px;
		margin-top: 136px;	
	}
	
	
	.container#page-3 .content {
		padding-top: 130px;
		padding-bottom: 90px;
	}
	.info_block{
		margin: auto;
		float: initial;
		display: block;
		max-width: 500px;
	}
	.info_block.ib_1{
		margin: auto;
		margin-bottom: 30px;
	}
	.ibh_title{
		font-size: 20px;
		max-width: 505px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 100px;
	}
	.ibh_title.num_1:before{
		margin-top: 10px;
		margin-left: -70px;
		content: url(../images/no_540.png);
	}
	.ibh_title.num_2:before{
		margin-top: 30px;
		margin-left: -70px;
		content: url(../images/yes_540.png);
	}
	.ibh_title.num_1{
		max-width: 360px;
		padding-top: 20px;
		padding-bottom: 20px;
	}	
	.ibh_title.num_2{
		max-width: 288px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.ib_title{
		font-size: 16px;
	}
	.ib_content{
		font-size: 16px;
	}
	.ib_text.fix{
		margin-bottom: 0px;
	}
	.ib_text {
		padding-top: 25px;
	}
	
	
	.container#page-4 .content {
		padding-top: 130px;
		padding-bottom: 100px;
	}
	.review_title{
		font-size: 30px;
		margin-bottom: 50px;
	}
	.review_list {
		max-width: 500px;
		margin: auto;
	}
	.review{
		margin-bottom: 40px;
	}
	.info_map_block{
		margin-left: 0px;
		min-height: 500px;
		max-width: 384px;		
	}
	.user_photo{
		width: 90px;
		height: 90px;
	}
	.review:before{
		width: 90px;
	}
	.r_review {
		display: table;
		padding-left: 20px;
		padding-top: 30px;
		padding-right: 20px;
	}
	
	
	
	.info_map_block{
		position: relative;
		display: table;
		left: initial;
		width: 100%;
		max-width: initial;
		min-height: 340px;
	}
	.imb_title{
		margin-top: 55px;
	}
	.imb_content{
		margin-bottom: 45px;
		margin-top: 55px;
	}
	.imb_button{
		margin-top: 30px;
	}
	
	.container#page-6 .content {
		padding-top: 25px;
		margin-bottom: 50px;
	}
	.logo_footer{
		margin: auto;
		display: table;
		float: initial;
	}
	.company{
		margin: auto;
		display: table;
		float: initial;
		margin-top: 20px;
		max-width: 315px;		
	}
	.phone a{
		float: initial;
	}
	.phone{
		margin: auto;
		display: table;
		float: initial;
		margin-top: 30px;
		text-align: center;			
	}
	.company a{
		margin-top: 10px;
	}
	
}
@media (min-width: 320px) and (max-width: 539px){

	.container#page-1{
		background-image: url(../images/main_bg_320.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;		
	}
	.content{
		width: 100%;
	}
	.header{
		margin-top: 20px;
	}
	.hc_left{
		margin-left: 21px;
	}
	.header_title{
		font-size: 22px;
		line-height: 24px;
	}
	.hl{
		font-size: 12px;	
		padding-left: 21px;
		line-height: 21px;
	}
	.logo_header{
		display: table;
		margin: auto;
		float: initial;
		width: 170px;
		height: 44px;
	}
	.hc_right{
		display: table;
		float: initial;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -138px;
		margin-bottom: -145px;
		z-index: 5;		
	}
	.header_list{
		max-width: 395px;
	}
	.poscript{
		font-size: 12px;
		line-height: 17px;
		margin-top: 50px;
		max-width: 160px;		
	}
	.rub:after{
		content: url(../images/rub_540.png);
	}
	.hidden_540{
		display: none;
	}
	.phone_header{
		margin: auto;
		display: table;
		float: initial;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;		
	}
	.phone_header a.tell_header{
		font-size: 16px;
	}
	.phone_header a{
		font-size: 12px;		
	}
	.hc_left{
		margin-top: 0px;
	}
	.header_list{
		margin-top: 10px;
	}
	.request_win{
		background-color: #f5f6fa;
		width: 276px;
		height: 177px;
	}
	.rw_title{
		font-size: 18px;
		padding-top: 15px;
	}
	.rw_text{
		font-size: 14px;
	}
	.rw_button a{
		font-size: 13px;
	}
	.hl_photo:before{
		content: url(../images/icon_camera_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_anketa:before{
		content: url(../images/icon_anketa_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_money:before{
		content: url(../images/icon_money_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_docks:before{
		content: url(../images/icon_contact_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_team:before{
		content: url(../images/icon_team_540.png);
		position: absolute;
		z-index: 2;	
		margin-left: -18px;
	}
	.hl_team{
		max-width: 100px;
	}
	.hl.hl_docks{
		max-width: 150px;
	}
	
	
	
	.container#page-2 .content {
		padding-top: 169px;
		padding-bottom: 50px;
	}	
	.title{
		font-size: 20px;
		max-width: 280px;
		line-height: 22px;		
	}
	.item_container{
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.ic_l{
		margin: auto;
		display: table;
		text-align: center;
		max-width: 250px;
	}
	.ic_r{
		margin: auto;
		display: table;
		text-align: center;
		max-width: 250px;
	}
	.item_container.ic_2 {
		margin-left: 0px;
	}
	.item_container.ic_3 {
		margin-left: 0px;
	}
	.item_container.ic_4 {
		margin-left: 0px;
	}
	.item_container.ic_1:before{
		content: '';
	}
	.item_container.ic_2:before{
		content: '';
	}	
	.item_container.ic_3:before{
		content: '';
	}	
	.item_container.ic_4:before{
		content: '';
	}
	.item_container.ic_1:before{
		content: url(../images/arrow_rd_320.png);
		position: absolute;
		z-index: 2;
		margin-left: 67px;
		margin-top: 120px;	
	}	
	.item_container.ic_2:before{
		content: url(../images/arrow_ld_320.png);
		position: absolute;
		z-index: 2;
		margin-left: -118px;
		margin-top: 140px;	
	}	
	.item_container.ic_3:before{
		content: url(../images/arrow_rd_320.png);
		position: absolute;
		z-index: 2;
		margin-left: 67px;
		margin-top: 120px;	
	}
	.item_icon {
		width: 130px;
		height: 140px;
	}
	.item_text{
		font-size: 14px;
	}
	.req_button a{
		font-size: 14px;
	}
	
	
	.container#page-3 .content {
		padding-top: 70px;
		padding-bottom: 65px;
	}
	.info_block{
		margin: auto;
		float: initial;
		display: block;
		max-width: 276px
	}
	.info_block.ib_1{
		margin: auto;
		margin-bottom: 25px;
	}
	.ibh_title{
		font-size: 16px;
		max-width: 505px;
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 44px;
		line-height: 24px;
	}
	.ibh_title.num_1:before{
		margin-top: 18px;
		margin-left: -40px;
		content: url(../images/no_320.png);
	}
	.ibh_title.num_2:before{
		margin-top: 35px;
		margin-left: -41px;
		content: url(../images/yes_320.png);
	}
	.ibh_title.num_1{
		max-width: 360px;
		padding-top: 10px;
		padding-bottom: 10px;
	}	
	.ibh_title.num_2{
		max-width: 220px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.ib_title{
		font-size: 14px;
	}
	.ib_content{
		font-size: 14px;
		line-height: 22px;
	}
	.ib_text.fix{
		margin-bottom: 0px;
	}
	.ib_text {
		padding-top: 15px;
		padding-left: 5px;
	}
	.info_block{
		padding-bottom: 15px;
	}
	.req_button a {
		font-size: 14px;
		max-width: 160px;
		text-align: left;
	}
	.button_container {
		margin-top: -40px;
	}
	
	
	.container#page-4 .content {
		padding-top: 90px;
		padding-bottom: 50px;
	}
	.review_title{
		font-size: 20px;
		margin: auto;
		margin-bottom: 30px;
		max-width: 200px;
		display: table;
	}
	.review_list {
		max-width: 286px;
		margin: auto;
	}
	.review{
		margin-bottom: 25px;
	}
	.info_map_block{
		margin-left: 0px;
		min-height: 500px;
		max-width: 384px;		
	}
	.user_photo{
		width: 55px;
		height: 55px;
	}
	.review:before{
		width: 55px;
	}
	.r_review {
		display: table;
		padding-left: 5px;
		padding-top: 10px;
		padding-right: 5px;
	}
	.r_title{
		font-size: 14px;
	}
	.r_text{
		font-size: 14px;
		line-height: 18px;
	}
	.r_text_more{
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 10px;
		display: inline-block;
	}
	
	
	.info_map_block{
		position: relative;
		display: table;
		left: initial;
		width: 100%;
		max-width: initial;
		min-height: 350px;
	}
	.imb_title{
		margin-top: 30px;
		font-size: 20px;
	}
	.imb_content{
		margin-bottom: 40px;
		margin-top: 60px;
	}
	.imb_button{
		margin-top: 20px;
	}
	
	
	.container#page-6 .content {
		padding-top: 25px;
		margin-bottom: 30px;
	}
	.logo_footer{
		margin: auto;
		display: table;
		float: initial;
	}
	.company{
		margin: auto;
		display: table;
		float: initial;
		margin-top: 20px;
		max-width: 160px;		
	}
	.phone a{
		float: initial;
	}
	.phone{
		margin: auto;
		display: table;
		float: initial;
		margin-top: 25px;
		text-align: center;			
	}
	.company a{
		margin-top: 10px;
	}
	
}

@media (min-width: 768px){
	
	/*forms*/
	.ans{
		max-width: 322px;
		min-width: 322px;
		float: left;
		margin-right: 7px;
		display: table;	
	}
	.ans_text{
		display: table-cell;
		vertical-align: middle;		
	}
	.back{
		margin-top: 19px;
		margin-bottom: 45px;
	}
	.next{
		margin-bottom: 45px;
	}
	.left_box{
		display: table-cell;
		vertical-align: top;
		padding-top: 20px;	
		width: 55px;
	}
	#step3 .ans {
		min-width: 665px;
	}
	#step3 .ans_text{
		display: inline-block;
	}
	#step3 .ans_text.right{
		float: left;
	}
	.t_left{
		max-width: 320px;
		margin-top: 20px;
		margin-left: 0px;
	}
	.t_right{
		max-width: 315px;
		margin-top: 20px;
		margin-left: 10px;
	}
	.t_desc{
		font-size: 14px;
		line-height: 19px;		
	}
	.t_right input[type="text"]{
		width: 283px;
	}
	.t_bonus{
		font-size: 14px;
		line-height: 16px;
		margin-top: 30px;		
	}
	.t_bonus:before {
		content: url(../images/bonus.png);
		z-index: 2;
		margin-right: 23px;
		position: absolute;
		margin-left: -54px;
		margin-top: -1px;
	}
	.t_list{
		min-width: 725px;
	}
	
}
@media (min-width: 540px) and (max-width: 767px){
	
	.test_container{
		max-width: 325px;
	}
	.t_description{
		font-size: 12px;
		text-align: center;
		max-width: 300px;	
		margin: auto;
	}
	.t_test{
		margin: auto;
		margin-top: 20px;
		font-size: 18px;
		text-align: center;
	}
	.progress-bar{
		margin-top: 20px;
		width: 285px;
	}
	.t_list {
		margin-top: 25px;
	}	
	.ans{
		max-width: 285px;
		min-width: 285px;
		float: left;
		margin-right: 7px;
		display: table;	
	}
	.ans_text{
		display: table-cell;
		vertical-align: middle;		
	}
	.left_box{
		display: inline-block;
		vertical-align: top;
		padding-top: 20px;	
		width: 55px;
	}
	.back{
		display: table;
		margin: auto;
	}
	.next{
		display: table;
		margin: auto;
		margin-top: 20px;
	}
	#step3 .ans {
		min-width: 285px;
	}
	#step3 .ans_text{
		display: inline-block;
	}
	#step3 .ans_text.right{
		float: left;
		font-size: 12px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#step3 .next{
		padding-left: 20px;
		padding-right: 20px;		
	}
	#step4 .ok{
		margin-top: 10px;
	}
	#step4 .t_test{
		max-width: 170px;
	}
	#step4 .t_left{
		margin: auto;
		display: table;
		text-align: center;		
	}
	#step4 .t_desc{
		font-size: 12px;
		max-width: 320px;
		line-height: 18px;
		margin: auto;		
	}
	#step4 .t_bonus{
		margin-top: 20px;
		font-size: 14px;
		line-height: 18px;
		padding-left: 0px;
		padding-top: 65px;
	}
	#step4 .t_bonus:before{
		margin-left: -16px;
		margin-top: -41px;
		left: 50%;		
	}
	#step4 .t_right{
		margin: auto;
		max-width: 325px;
		margin-bottom: 20px;		
	}
	#step4 .t_right input[type="text"]{
		width: 293px;
		margin-bottom: 20px;
	}
	#step4 .t_right input[type="submit"]{
		margin: auto;
		display: table;		
	}
	.button_containers{
		height: 120px;
	}
	.back{
		margin: auto;
		margin-top: 70px;		
	}
	.next{
		margin: auto;
		margin-top: -120px;		
	}
}
@media (min-width: 320px) and (max-width: 539px){
	
	.button_containers{
		height: 120px;
	}
	
	.test_container{
		max-width: 325px;
	}
	.t_description{
		font-size: 12px;
		text-align: center;
		max-width: 300px;
		margin: auto;		
	}
	.t_test{
		margin: auto;
		margin-top: 20px;
		font-size: 18px;
		text-align: center;
	}
	.progress-bar{
		margin: auto;
		margin-top: 20px;
		width: 238px;
	}
	.t_list {
		margin: auto;
		max-width: 240px;
		margin-top: 25px;
	}
	.ans{	
		float: left;
		display: table;		
		margin: auto;
		max-width: 238px;
		min-width: 238px;
		margin-bottom: 20px;
	}
	.ans_text{
		display: table-cell;
		vertical-align: middle;		
	}
	.left_box{
		display: inline-block;
		vertical-align: top;
		padding-top: 20px;	
		width: 55px;
	}
	.back{
		display: table;
		margin: auto;
	}
	.next{
		display: table;
		margin: auto;
		margin-top: 20px;
	}
	#step3 .ans {
		min-width: 238px;
	}
	#step3 .ans_text{
		display: inline-block;
		max-width: 175px;
	}
	#step3 .ans_text.right{
		float: left;
		font-size: 12px;
		margin-left: 10px;
		margin-right: 10px;
	}
	#step3 .next{
		padding-left: 20px;
		padding-right: 20px;		
	}
	#step4 .ok{
		margin-top: 10px;
	}
	#step4 .t_test{
		max-width: 170px;
	}
	#step4 .t_left{
		margin: auto;
		display: table;
		text-align: center;		
	}
	#step4 .t_desc{
		font-size: 12px;
		max-width: 320px;
		line-height: 18px;
		margin: auto;		
	}
	#step4 .t_bonus{
		margin-top: 20px;
		font-size: 14px;
		line-height: 18px;
		padding-left: 0px;
		padding-top: 65px;
	}
	#step4 .t_bonus:before{
		margin-left: -16px;
		margin-top: -41px;
		left: 50%;		
	}
	#step4 .t_right{
		display: inline-block;
		margin: auto;
		max-width: initial;
		margin-bottom: 20px;
		text-align: center;		
	}
	#step4 .t_right input[type="text"]{
		max-width: 206px;
		margin-bottom: 20px;
	}
	#step4 .t_right input[type="submit"]{
		margin: auto;
		display: table;		
	}
	.back{
		margin: auto;
		margin-top: 70px;		
	}
	.next{
		margin: auto;
		margin-top: -120px;		
	}
	
	
	
	
	
	.forms .form_title{
		font-size: 18px;
		margin: auto;
		display: table;		
	}
	.forms .form input[name="name"] {
		margin: auto;
		display: inline-block;
		width: initial;
		max-width: 186px;
		margin-bottom: 20px;
	}	
	.forms .form input[name="phone"] {
		margin: auto;
		display: inline-block;
		width: initial;
		max-width: 186px;
		margin-bottom: 20px;
	}
	.forms .form textarea{
		width: 209px;
	}
}