@charset "utf-8";

html, body {
	font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:0;
	padding:0;
	height: 100%;
	background: #fff;
	color: #000;
	font-weight: normal;}

b, strong {
	font-weight: normal;
	font-family: 'BasisGrotesquePro-Bold', Arial, Helvetica, sans-serif;}

h1, h2 {
	font-weight: normal;
	font-size: 32px;
	line-height: 38px;
	margin: 0 0 26px;}
h3, h4, h5 {
	font-size: 16px;
	font-weight: normal;
	font-family: 'BasisGrotesquePro-Bold', Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;}
	
a {
	color: #2e8af7;
	text-decoration: none;}
a:hover {
	text-decoration: underline;}

img {
	border:none;
	max-width: 100%;
	height: auto;}
	
.main {
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index:1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;}
	.container {
		max-width: 1265px;
		margin: 0 auto;
		position: relative;}
	.parent_main {
		width: 100%;}

/*------------------------header-----------------------*/

header.header {
	width: 100%;}
	header.header.inner {
		border-bottom: 1px solid #ebebeb;}
	header.header a.tel{
		font-size: 14px;}
	header.header .parent_cont{
		height: 104px;
		padding: 0 120px 0 125px;
		box-sizing: border-box;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;}	
.icon_mail {
	width: 60px;
	height: 60px;
	background-size: cover;
	background: url(images/icon_mail.jpg);
	right: 26px;
	top: calc(50% - 30px);
	position: fixed;
	z-index: 20;
	display: block;}
	.icon_mail.inner {
		display: none;}

/*------------------------wraper-----------------------*/

.wrapper {
	width: 100%;}
.top_banner {
	width: 100%;
	position: relative;}
	.top_banner img{
		width: 100%;
		display: block;
		position: relative;
		z-index: 1;}
	.top_banner .parent{
		top: 76px;
		left: calc(50% - 257px);
		width: 514px;
		position: absolute;
		z-index: 2;}
		.top_banner .parent .text{
			font-size: 40px;
			line-height: 48px;
			padding-bottom: 46px;}
		.top_banner .parent a.button{
			width: 245px;
			box-shadow: 1px 1px 5px rgba(0,0,0,.25);
			height: 46px;
			color: #fff;
			background: #2e8af7;
			font-size: 18px;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-align-items: center;
			align-items: center;}
			.top_banner .parent a.button:hover{
				background: #0075ff;
				text-decoration: none;}
.box_main {
	padding: 78px 205px 57px 210px;
	box-sizing: border-box;
	width: 100%;}
.title {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 62px;}
	.grey_bg .title {
		margin-left: 210px;}
.box_main .col2{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;}
	.box_main .col2 .section{
		width: 48.76%;
		margin-bottom: 32px;
		position: relative;}
		.box_main .col2 .section:before{
			width: 6px;
			height: 6px;
			border-radius: 50%;
			background: #000;
			content: "";
			position: absolute;
			top: 8px;
			left: -13px;}
		.box_main .section p:first-child{
			margin-top: 0;}
		.box_main .section p {
			margin: 6px 0;
			line-height: 21px;}
	.box_main .link{
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		padding-top: 15px;}
.box_main.grey_bg {
	background: #f1f2f3;
	padding-left: 0;
	padding-right: 0;}

.box_main .swiper-container {
      width: 100%;
      height: 100%;
    }
    .box_main .swiper-slide {
      text-align: center;
      font-size: 18px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	.box_main .swiper-slide .parent_slider{
		box-sizing: border-box;
		margin: 0 72px;
		width: 100%;}
.box_main .swiper-slide .text{
	margin: 38px 0 0 87px;
	text-align: left;}
	.box_main .swiper-slide .text p{
		margin: 7px 0;}
.box_main .swiper-button-next, 
.box_main .swiper-button-prev{
	height: 35px;
	width: 21px;
	top: calc(50% - 17px);
	background-size: cover;}
.box_main .swiper-button-next{
	background-image:url(images/slide_arrow_right.jpg);} 
.box_main .swiper-button-prev{
	background-image:url(images/slide_arrow_left.jpg);}
.box_main .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	background: #000;
	border: 1px solid #000;}
.box_main .swiper-pagination {
	position: relative;
	bottom: 0;
	margin-top: 10px;
	display: none;}


.form_calc .col2,
.form_calc .col4  {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	width: 100%;
	padding-top: 6px;}
.form_calc .col2 {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;}
	.form_calc .col4 input[type="text"]{
		width: 50px;}
	.form_calc .col2 input[type="text"]{
		width: 50px;
		font-size: 14px;
		padding: 7px 15px 9px;}
	.form_calc .col4 .text{
		max-width: 105px;
		padding-bottom: 18px;}
	.form_calc .col2 .text{
		padding-bottom: 9px;
		font-size: 14px;}
	.form_calc .col4 .section{
		width: 16.53%;
		margin-bottom: 71px;}
	.form_calc .col2 .section{
		width: 50%;
		margin-bottom: 25px;}
	.form_calc .col4 .section.select_box{
		width: 25.97%;}
	.form_calc .parent_select{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;}
	.form_calc .icon_room,
	.form_calc .icon_peoples{
		min-width: 25px;
		height: 24px;
		display: block;
		margin-right: 7px;}
	.form_calc .icon_room{
		background: url(images/icon_room.jpg);}
	.form_calc .icon_peoples{
		background: url(images/icon_peoples.jpg);}
	.form_calc .jq-select-multiple {
		padding: 0;
		border: none;
		height: 35px;}
	.form_calc .jq-select-multiple.focused {
		border: none;}
	.form_calc .jq-select-multiple ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		height: 35px !important;}
	.form_calc .jq-select-multiple li {
		padding: 0;
		font-size: 18px;
		width: 33px;
		height: 33px;
		border: 1px solid #fff;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;}
		.form_calc .col2 .jq-select-multiple li {
			font-size: 12px;}
		.form_calc .jq-select-multiple li.selected {
			border-color: #4999f8;
			background: #fff;
			color: #000;}
	.form_calc .line {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;}
		.form_calc .line input[type="submit"]{
			margin-right: 30px;}
		.form_calc .line a{
			margin: 0 6px;}
	.form_calc .col .bottom {
		max-width: 350px;
		line-height: 22px;}
		.form_calc .col .bottom a{
			margin-top: 4px;
			display: block;}
		.bottom_mob {
			display: none;}
	.form_calc .grey_line {
		width: 100%;
		height: 112px;
		position: relative;
		box-sizing: border-box;
		padding: 0 25px 0 93px;
		background: #ececed;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;}
	.form_calc .grey_line:before {
		height: 112px;
		width: 1000%;
		content: "";
		background: #ececed;
		position: absolute;
		top: 0;
		left: -1000%;
		display: block;}
	.form_calc .grey_line:after {
		height: 112px;
		width: 1000%;
		content: "";
		background: #ececed;
		position: absolute;
		top: 0;
		right: -1000%;
		display: block;}
	.form_calc .grey_line .step{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		max-width: 100px;
		font-size: 14px;}
		.form_calc .grey_line .step span{
			font-size: 29px;
			display: block;
			padding-right: 9px;
			margin-top: -3px;}
	.form_calc .grey_line input[type="submit"]{
		background: #a5a5a5;}
	.form_calc .grey_line .mail{
		width: 61px;
		height: 60px;
		background: url(images/icon_mail.jpg) no-repeat;
		margin-left: 33px;
		display: block;}
	.form_calc .grey_line .left{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;}


/*------------------------footer-----------------------*/

footer {
	margin-top: 35px;
	background: #3e454c;
	width: 100%;}
	footer.inner {
		margin-top: 0;}
	footer .parent{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		padding: 32px 65px 32px 125px;
		width: 100%;
		box-sizing: border-box;}
	footer .section{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;}
	footer a.link{
		color: #fff;
		margin-bottom: 5px;
		line-height: 22px;}
	footer span{
		color: #9ea2a5;
		font-size: 14px;
		line-height: 17px;}
	footer a.call_back{
		color: #c0dcfd;
		font-size: 14px;
		line-height: 17px;}
	footer ul{
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 12px;}
		footer ul li{
			margin-bottom: 2px;}
		footer ul a{
			color: #9ea2a5;}

	

/*------------------------inner------------------------*/

.col2_inner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;}
	.col2_inner .col{
		width: 50%;}
		.col2_inner .col:first-child img{
			display: block;}
	.col2_inner .col:nth-child(2){
		box-sizing: border-box;
		padding: 50px 105px 55px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;}
	.col2_inner .col .text_col{
		color: #8b8b8b;
		margin: 22px 0 55px;
		font-size: 14px;
		line-height: 18px;}

/*------------------------step page--------------------*/

.main.step_page {
	box-sizing:border-box;
	padding-bottom: 113px;}
.step_line {
	width: 100%;
	height: 113px;
	background: #ececed;
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: 0;}
	.step_line button.mob{
		display: none;
		background: url(images/mob_arrow.png);
		width: 15px;
		height: 27px;
		box-shadow: none;
		padding: 0;
		margin-left: 12px;}
	.step_line .container{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		height: 100%;}
	.step_line .parent{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;}
	.step_line .step{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		padding-left: 60px;
		margin-right: 55px;}
		.step_line .step .section{
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
			-webkit-align-items: center;
			align-items: center;
			padding-left: 20px;
			font-size: 14px;}
			.step_line .step .section div{
				font-size: 29px;
				display: block;
				padding-right: 4px;
				margin-top: -17px;}
	.step_line .link {
		max-width: 330px;
		line-height: 22px;}
		.step_line .link a{
			display: block;
			padding-top: 4px;}
	.step_line .navigation{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		margin-right: 120px;}
		.step_line .navigation button{
			width: 150px;
			margin-left: 25px;
			background: #a5a5a5;}
			.step_line .navigation button[disabled]{
				background: none;
				box-shadow: none;
				color: #3e454c;}
			.step_line .navigation.variation button.back {
				width: 80px;}
			.step_line .navigation.variation button {
				margin-left: 15px;
				font-size: 16px;}
		.step_line .navigation .price{
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: column nowrap;
			flex-flow: column nowrap;
			-webkit-justify-content: flex-start;
			justify-content: flex-start;
			-webkit-align-items: flex-start;
			align-items: flex-start;
			font-size: 12px;}
			.step_line .navigation .price span{
				font-size: 30px;
				display: block;
				margin: -2px 0;
				white-space:nowrap;}
		.step_line .mail {
			width: 61px;
			height: 60px;
			display: block;
			background: url(images/icon_mail.jpg);
			margin-right: 120px;}
	.col2_inner .col p{
		font-size: 14px;
		margin: 11px 0;
		color: #8b8b8b;
		line-height: 17px;}
	.line_form label{
		font-size: 14px;
		padding-right: 13px;}
	.line_form.select_line{
		margin-bottom: 33px;}
	a.goods {
		border: 1px solid #bfbfbf;
		border-radius: 4px;
		margin-bottom: 14px;
		padding: 18px 19px 21px 23px;
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		display: block;}
		a.goods:hover,
		a.goods.current {
			text-decoration: none;
			border-color: #2e8af7;}
		a.goods .head{
			color: #000;
			width: 100%;
			display: block;
			line-height: 17px;
			margin-bottom: 6px;}
		a.goods .cont_goods{
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			-webkit-align-items: flex-start;
			align-items: flex-start;
			width: 100%;}
			a.goods .cont_goods .price_goods{
				width: 80px;
				color: #000;
				margin-left: 15px;
				line-height: 18px;
				margin-top: -3px;
				position: relative;}
				a.goods .price_goods_mob{
					display: none;}
				a.goods .cont_goods .price_goods:before{
					position: absolute;
					bottom: 2px;
					right: 0;
					content: url(images/goods_arrow.png);}
				a.goods .cont_goods .price_goods span{
					color: #8b8b8b;
					font-size: 11px;}
			a.goods .cont_goods .text_goods{
				width: calc(100% - 80px);
				font-size: 12px;
				color: #8b8b8b;
				line-height: 14px;}
			a.goods label {
				color: #000;
				margin: 21px 0 14px;
				display: block;}
		.cont_link {
			margin: 27px 0;}
	.col2_inner .col .swiper-container {
      width: 100%;
    }
    .col2_inner .col .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	.col2_inner .col .swiper-container {
		overflow: inherit;}
	.col2_inner .col .swiper-wrapper {
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;}
	
	
	.line_form.step3 {
		font-size: 14px;
		max-width: 410px;
		padding-top: 17px;
		margin-bottom: 36px;
		border-top: 1px solid #bfbfbf;}
		.line_form.step3:first-child {
			border-top: none;
			padding-top: 11px;}
		.line_form.step3 .parent_line_form{
			width: 100%;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			-webkit-align-items: flex-start;
			align-items: flex-start;}
			.line_form.step3 .parent_line_form.center_vertical{
				-webkit-align-items: center;
				align-items: center;}
		.line_form.step3 .parent_line_form label{
			padding-right: 0;}
		.line_form.step3 span.label{
			margin-bottom: 10px;
			display: block;}
		.area input[type="text"] {
			position: relative;
			z-index: 1;
			padding-left: 10px;
			padding-right: 20px;
			width: calc(100% - 30px);}
		
		.col2_inner .col input[type="text"] {
			font-size: 12px;
			padding: 8px 15px 9px;}
		.line_form.step3 .parent_line_form .section label {
			margin: 13px 0;
			display: block;}
		.placeholder_section {
			position: relative;
			width: 82px;}
			.placeholder_section input[type="text"]{
				z-index: 1;
				position: relative;}
			.placeholder_section .placeholder{
				z-index: 2;
				position: absolute;
				top: 3px;
				right: 9px;}
				.placeholder_section .placeholder.m{
					top: 6px;}
				.placeholder_section .placeholder sup{
					font-size: 14px;}
			.col2_inner .placeholder_section .placeholder{
				font-size: 14px;
				top: 7px;}
				.form_calc .col2 .placeholder_section .placeholder sup,
				.parent_form_step3 .placeholder_section .placeholder sup{
					font-size: 10px;}
				.parent_form_step3 .placeholder_section {
					width: 63px;}
			.form_calc .parent_form_step3 .jq-select-multiple li {
				font-size: 14px;}
		.line_form.step3 .footnote {
			color: #8b8b8b;
			font-size: 12px;
			margin-top: 6px;}
	.form_calc .col .bottom.step3 a{
		display: inline;
		padding-top: 0;}
	.parent_form_step3 {
		padding-bottom: 7px;}

/*------------------------spet 5-----------------------*/

.page_step5 {
	width: 100%;
	position: relative;}
	.page_step5:before {
		width: 50%;
		top: 0;
		left: 0;
		height: 100%;
		content: "";
		background: #f5f5f6;
		position: absolute;}
	.page_step5 .col2{
		padding: 0 120px 0 125px;
		box-sizing: border-box;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;}
	.page_step5 .col_text{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		padding: 50px 0 36px;
		width: 31.74%;}
		.page_step5 .col_text sup{
			font-size: 9px;}
	
	.page_step5 .offer{
		font-size: 14px;
		line-height: 17px;
		margin: 54px 0 10px;}
	.set_mob {
		display: none;}
	.page_step5 .set{
		font-size: 14px;
		color: #575756;
		position: relative;}
		.page_step5 .set:before{
			content: url(images/icon_ul.jpg);
			top: 0;
			left: -39px;
			position: absolute;}
		.page_step5 .set ul{
			padding-left: 15px;
			line-height: 19px;
			margin: 15px 0;}
			
	.page_step5 .col_goods{
		padding-left: 24px;
		width: 59.57%;
		background: #fff;
		padding-top: 19px;
		box-sizing: border-box;
		padding-top: 21px;}
		.page_step5 .col_goods a.goods_box{
			display: block;
			border: 1px solid #c0c0c0;
			border-radius: 4px;
			margin-bottom: 18px;
			box-sizing: border-box;
			width: 100%;
			padding: 16px 34px 11px;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row wrap;
			flex-flow: row wrap;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			-webkit-align-items: stretch;
			align-items: stretch;}
			.page_step5 .col_goods a:hover,
			.page_step5 .col_goods a.current{
				text-decoration: none;
				border-color: #7fc5f9;}
		.page_step5 .img{
			width: 42.86%;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: column nowrap;
			flex-flow: column nowrap;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-align-items: center;
			align-items: center;}
		.page_step5 .cont{
			width: 49.81%;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: column nowrap;
			flex-flow: column nowrap;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			-webkit-align-items: flex-start;
			align-items: flex-start;}
		.page_step5 .head{
			font-size: 14px;
			line-height: 19px;
			margin-bottom: 15px;
			color: #000;}
		.page_step5 .shortly{
			color: #8b8b8b;
			font-size: 12px;}
		.page_step5 .bottom_line{
			width: 100%;
			margin-top: 15px;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-justify-content: space-between;
			justify-content: space-between;
			-webkit-align-items: flex-start;
			align-items: flex-start;}
		.page_step5 .bottom_line .info{
			font-size: 12px;
			color: #000;
			line-height: 17px;}
		.page_step5 .bottom_line .price{
			color: #000;
			font-size: 14px;}
			.page_step5 .bottom_line .price .top_text{
				display: block;
				margin-bottom: 3px;
				font-size: 12px;
				color: #8b8b8b;}
			.page_step5 .bottom_line .price .rub{
				color: #8b8b8b;
				padding-left: 5px;}

/*------------------------finish-----------------------*/

.contact_form {
	margin-top: -40px;
	display: block;
	font-size: 14px;}
	.contact_form textarea{
		box-sizing: border-box;
		width: 100%;
		background: none;
		margin-bottom: 28px;
		height: 65px;
		font-size: 14px;
		margin-top: 5px;}
	.contact_form input[type="submit"]{
		width: 100%;
		font-size: 16px;
		padding: 14px 22px 13px;}
	.order_box {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;}
.more_info_mob {
	display: none;}
.order_box {
	border-top: 1px solid #bfbfbf;
	padding: 14px 0 22px 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;}
	.col_goods .order_box:first-child {
		border-top: none;}
	.order_box .img_order{
		width: 120px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;}
	.order_box .price{
		width: 95px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;}
		.order_box .price .rub{
			color: #8b8b8b;
			display: inline-block;
			margin-left: 5px;
			position: relative;
			top: 1px;}
	.order_box .info{
		width: calc(100% - 260px);}
		.order_box .info.summ{
			margin-left: 142px;}
		.order_box .info .name{
			font-size: 16px;
			font-family: 'BasisGrotesquePro-Bold';
			margin-bottom: 10px;
			line-height: 19px;}
		.order_box .more_info {
			font-size: 14px;}
			.order_box .more_info:after {
				content: url(images/arrow.gif);
				margin-left: 5px;}
.other_link {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin: 120px 0 25px;}
	.other_link a{
		font-size: 14px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		margin: 0 17px;}
		.other_link a.print:before{
			content: url(images/icon_print.gif);
			margin-right: 13px;}
		.other_link a.save:before{
			content: url(images/icon_save.gif);
			margin-right: 13px;}
/*------------------------END--------------------------*/
/*------------------------END--------------------------*/
/*------------------------END--------------------------*/

display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;

