/* виды бизнеса */

@media (min-width: 1000px) {
	/* top */
	.types-top_h {
		font-size: 34px;
		text-transform: uppercase;
		font-weight: bold;
		max-width: 75%;
		margin-top: 100px;
	}
	.types-top_h span {
		font-size: 42px;
		color: #fe8523;
		display: block;
		
	}
	.types-top-img {
		background: url("../images/typesimg.png") top left no-repeat;
	}
	.types-topImg {
		display: none;
	}
	/* content */
	.content_types-h {
		color: #03c3e8;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		position: relative;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.content_types-h:after {
		content: "";
		position: absolute;
		width: 150px;
		height: 0px;
		border-top: solid 1px #03c3e8;
		bottom: -15px;
		left: 50%;
		margin-left: -75px;
		z-index: 2;
	}
	.content_types-h:before {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		border-top: solid 1px #03c3e8;
		bottom: -19.5px;
		left: 50%;
		margin-left: -5px;
		z-index: 3;
		border: solid 1px #03c3e8;
		border-radius: 50%;
		background: #fff;
	}
	.content_types-text p {
		font-size: 14px;
		margin: 10px 0;
		color: #322f31;
		line-height: 18px;
	}
	/* types */
	.accordion_block_description {
		display: none;
	}
	.accordion_block:first-child .accordion_block_description {
		display: block;
	}
	.accordion_block_h {
		text-transform: uppercase;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
	}
	.accordion_block_h:before { 
		content: "\f054";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: inline-block;
		font-size: 6px;
		margin-top: 4px;
		vertical-align: top;
	}
	.accordion_block {
		padding: 40px 0;
		position: relative;
	}
	.accordion_block:after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 50%;
		width: 400px;
		margin-left: -200px;
		height: 0px;
		border-top: solid 1px #c1c1c1;
	}
	.accordion_navs {
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
	._openned .accordion_navs {
		bottom: 55px;
	}
	.acc_navs_wrap {
		position: relative;
		width: 28px;
		height: 28px;
		border: solid 1px #adadb3;
		border-radius: 3px;
		color: #adadb3;
		text-align: center;
		padding-top: 8px;
		
	}
	.acc_navs_wrap:before, .acc_navs_wrap:after { 
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: block;
		font-size: 12px;
		line-height: 5px;
		color: inherit;
	}
	.accordion_navs:hover  .acc_navs_wrap {
		border: solid 1px #06c3e9;
		color: #06c3e9;
		cursor: pointer;
	}
	._openned .acc_navs_wrap {
		position: relative;
		width: 28px;
		height: 28px;
		border: solid 1px #06c3e9;
		border-radius: 3px;
		color: #06c3e9;
		text-align: center;
		padding-top: 8px;
		
	}
	._openned .acc_navs_wrap:before, ._openned .acc_navs_wrap:after { 
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: block;
		font-size: 12px;
		line-height: 5px;
		color: inherit;
	}
	.accordion_block_desc {
		margin: 20px 0;
	}
	.accordion_block_item p, .accordion_block_desc p {
		font-size: 14px;
		color: #322f31;
		line-height: 18px;
		margin: 10px 0;
	}
	.accordion_block_item {
		margin: 10px 0;
	}
	.accordion_block_item b {
		color: #000;
	}
	.accordion_item_img {
		float: left;
		margin: 0 10px 0 0;
		max-width: 100px;
	}
	.accordion_block_item:after {
		content: "";
		height: 0px;
		width: 100%;
		display: block;
		clear: both;
	}
	._openned.accordion_block:after {
		content: "";
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 100%;
		height: 30px;
		margin-left: 0px;
		border-bottom: solid 1px #06c3e9;
		border-top: none;
		border-left: solid 1px #06c3e9;
		border-right: solid 1px #06c3e9;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-top: -25px;
		z-index: -1;
	}
	.accordion_block_description .callback {
		margin: 10px auto 0px;
		display: block;
	}
	.accordion_item_more {
		color: #06c3e9;
		font: inherit;
		text-decoration: underline;
	}
	.accordion_item_more:hover {
		text-decoration: none;
	}
	.accordion_block:last-child:after {
		display: none;
	}
	.main-types-btns {
		width: 100%;
		margin: 0 0 50px;
		background: #363536;
	}
	.main-types-btns:after{
		content: "";
		position: absolute;
		height: 3px;
		width: 100%;
		left: 0px;
		bottom: -3px;
		background: #fff;
	}
	.main-types-btns:before {
		content: "";
		display: block;
		position: absolute;
		z-index: -2;
		top: 50%;
		bottom: 0px;
		left: 10px;
		right: 10px;
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,1);
		-moz-box-shadow: 0 0 30px rgba(0,0,0,1);
		box-shadow: 0 0 30px rgba(0,0,0,1);
		-moz-border-radius: 100px / 50px;
		border-radius: 100px / 50px;
		width: 50%;
		margin: auto;
	}
	.main-types-btns .content {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 20px;
	}
	.types-btns {
		display: table;
		width: 100%;
	}
	.types-btns_cell {
		display: table-cell;
		width: 50%;
		text-align: center;
		vertical-align: middle;
	}
	.types-btns_order {
		display: inline-block;
		width: 155px;
		height: 155px;
		background: url("../images/typebtns.png") 0 0 no-repeat;
	}
	.types-btns_order-link {
		display: block;
		margin: 15px auto;
		width: 300px;
		height: 40px;
		line-height: 37px;
		text-align: center;
		color: #fff;
		border: solid 1px #06c3e9;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		background: transparent;
	}
	.types-btns_order-link:hover {
		background: #06c3e9;
	}
	.types-btns_price {
		display: inline-block;
		width: 155px;
		height: 155px;
		background: url("../images/typebtns.png") -177px 0 no-repeat;
	}
	.types-btns_price-link {
		display: block;
		margin: 15px auto;
		width: 300px;
		height: 40px;
		line-height: 37px;
		text-align: center;
		color: #fff;
		border: solid 1px #fe8523;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.types-btns_price-link:hover {
		background: #fe8523;
	}
} 
@media (min-width: 768px) and (max-width: 999px) {
	/* top */
	.types-top_h {
		font-size: 34px;
		text-transform: uppercase;
		font-weight: bold;
		max-width: 75%;
		margin-top: 100px;
	}
	.types-top_h span { 
		font-size: 42px;
		color: #fe8523;
		display: block;
		
	}
	.types-top {
		background: url("../images/typesimg.png") top right no-repeat;
		min-height: 490px;
	}
	.types-topImg {
		display: none;
	}
	/* content */
	.content_types-h {
		color: #03c3e8;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		position: relative;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.content_types-h:after {
		content: "";
		position: absolute;
		width: 150px;
		height: 0px;
		border-top: solid 1px #03c3e8;
		bottom: -15px;
		left: 50%;
		margin-left: -75px;
		z-index: 2;
	}
	.content_types-h:before {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		border-top: solid 1px #03c3e8;
		bottom: -19.5px;
		left: 50%;
		margin-left: -5px;
		z-index: 3;
		border: solid 1px #03c3e8;
		border-radius: 50%;
		background: #fff;
	}
	.content_types-text p {
		font-size: 14px;
		margin: 10px 0;
		color: #322f31;
	}
	/* types */
	.accordion_block_description {
		display: none;
	}
	.accordion_block:first-child .accordion_block_description {
		display: block;
	}
	.accordion_block_h {
		text-transform: uppercase;
		font-size: 16px;
		text-align: center;
	}
	.accordion_block_h:before { 
		content: "\f054";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: inline-block;
		font-size: 6px;
		margin-top: 4px;
		vertical-align: top;
	}
	.accordion_block {
		padding: 40px 0;
		position: relative;
	}
	.accordion_block:after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 50%;
		width: 400px;
		margin-left: -200px;
		height: 0px;
		border-top: solid 1px #c1c1c1;
	}
	.accordion_navs {
		position: absolute;
		right: 30px;
		bottom: 30px;
	}
	._openned .accordion_navs {
		bottom: 55px;
	}
	.acc_navs_wrap {
		position: relative;
		width: 28px;
		height: 28px;
		border: solid 1px #adadb3;
		border-radius: 3px;
		color: #adadb3;
		text-align: center;
		padding-top: 8px;
		
	}
	.acc_navs_wrap:before, .acc_navs_wrap:after { 
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: block;
		font-size: 12px;
		line-height: 5px;
		color: inherit;
	}
	.accordion_navs:hover  .acc_navs_wrap {
		border: solid 1px #06c3e9;
		color: #06c3e9;
		cursor: pointer;
	}
	._openned .acc_navs_wrap {
		position: relative;
		width: 28px;
		height: 28px;
		border: solid 1px #06c3e9;
		border-radius: 3px;
		color: #06c3e9;
		text-align: center;
		padding-top: 8px;
		
	}
	._openned .acc_navs_wrap:before, ._openned .acc_navs_wrap:after { 
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: block;
		font-size: 12px;
		line-height: 5px;
		color: inherit;
	}
	.accordion_block_desc {
		margin: 20px 0;
	}
	.accordion_block_item p, .accordion_block_desc p {
		font-size: 14px;
		color: #322f31;
		line-height: 18px;
		margin: 10px 0;
	}
	.accordion_block_item {
		margin: 10px 0;
	}
	.accordion_block_item b {
		color: #000;
	}
	.accordion_item_img {
		float: left;
		margin: 0 10px 0 0;
		max-width: 100px;
	}
	.accordion_block_item:after {
		content: "";
		height: 0px;
		width: 100%;
		display: block;
		clear: both;
	}
	._openned.accordion_block:after {
		content: "";
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 100%;
		height: 30px;
		margin-left: 0px;
		border-bottom: solid 1px #06c3e9;
		border-top: none;
		border-left: solid 1px #06c3e9;
		border-right: solid 1px #06c3e9;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-top: -25px;
		z-index: -1;
	}
	.accordion_block_description .callback {
		margin: 10px auto 0px;
		display: block;
		position: relative;
		border-radius: 0px;
		width: auto;
		height: auto;
		font-size: 14px;
		display: block;
		width: 220px;
		height: 40px;
		line-height: 40px;
		padding: 0px;
		top: 0px;
	}
	.accordion_block_description .callback:after {
		display: none;		
	}
	.accordion_item_more {
		color: #06c3e9;
		font: inherit;
		text-decoration: underline;
	}
	.accordion_item_more:hover {
		text-decoration: none;
	}
	.accordion_block:last-child:after {
		display: none;
	}
	.main-types-btns {
		width: 100%;
		margin: 0 0 50px;
		background: #363536;
	}
	.main-types-btns:after{
		content: "";
		position: absolute;
		height: 3px;
		width: 100%;
		left: 0px;
		bottom: -3px;
		background: #fff;
	}
	.main-types-btns:before {
		content: "";
		display: block;
		position: absolute;
		z-index: -2;
		top: 50%;
		bottom: 0px;
		left: 10px;
		right: 10px;
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,1);
		-moz-box-shadow: 0 0 30px rgba(0,0,0,1);
		box-shadow: 0 0 30px rgba(0,0,0,1);
		-moz-border-radius: 100px / 50px;
		border-radius: 100px / 50px;
		width: 50%;
		margin: auto;
	}
	.main-types-btns .content {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 20px;
	}
	.types-btns {
		display: table;
		width: 100%;
	}
	.types-btns_cell {
		display: table-cell;
		width: 50%;
		text-align: center;
		vertical-align: middle;
	}
	.types-btns_order {
		display: inline-block;
		width: 155px;
		height: 155px;
		background: url("../images/typebtns.png") 0 0 no-repeat;
	}
	.types-btns_order-link {
		display: block;
		margin: 15px auto;
		width: 300px;
		height: 40px;
		line-height: 37px;
		text-align: center;
		color: #fff;
		border: solid 1px #06c3e9;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		background: transparent;
	}
	.types-btns_order-link:hover {
		background: #06c3e9;
	}
	.types-btns_price {
		display: inline-block;
		width: 155px;
		height: 155px;
		background: url("../images/typebtns.png") -177px 0 no-repeat;
	}
	.types-btns_price-link {
		display: block;
		margin: 15px auto;
		width: 300px;
		height: 40px;
		line-height: 37px;
		text-align: center;
		color: #fff;
		border: solid 1px #fe8523;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.types-btns_price-link:hover {
		background: #fe8523;
	}
}
@media (max-width: 767px) {
	.types-top_h {
		font-size: 26px;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 20px;
		text-align: center;
	}
	.types-top_h span {
		font-size: 34px;
		color: #fe8523;
		display: block;		
	}
	.types-top {
		background: none;
	}
	.types-topImg {
		display: block;
		height: auto;
		width: 100%;
	}
	/* content */
	.content_types-h {
		color: #03c3e8;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		position: relative;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.content_types-h:after {
		content: "";
		position: absolute;
		width: 150px;
		height: 0px;
		border-top: solid 1px #03c3e8;
		bottom: -15px;
		left: 50%;
		margin-left: -75px;
		z-index: 2;
	}
	.content_types-h:before {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		border-top: solid 1px #03c3e8;
		bottom: -19.5px;
		left: 50%;
		margin-left: -5px;
		z-index: 3;
		border: solid 1px #03c3e8;
		border-radius: 50%;
		background: #fff;
	}
	.content_types-text p {
		font-size: 14px;
		margin: 10px 0;
		color: #322f31;
	}
	/* types */
	.accordion_block_description {
		display: none;
	}
	.accordion_block:first-child .accordion_block_description {
		display: block;
	}
	.accordion_block_h {
		text-transform: uppercase;
		font-size: 14px;
		text-align: center;
		padding: 0 30px;
	}
	.accordion_block_h:before { 
		content: "\f054";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: inline-block;
		font-size: 6px;
		margin-top: 4px;
		vertical-align: top;
	}
	.accordion_block {
		padding: 40px 0;
		position: relative;
	}
	.accordion_block:after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 50%;
		width: 200px;
		margin-left: -100px;
		height: 0px;
		border-top: solid 1px #c1c1c1;
	}
	.accordion_navs {
		position: absolute;
		right: 5px;
		bottom: 50%;
		margin-bottom: -14px;
	}
	._openned .accordion_navs {
		bottom: 30px;
		margin-bottom: 0px;
	}
	.acc_navs_wrap {
		position: relative;
		width: 28px;
		height: 28px;
		border: solid 1px #adadb3;
		border-radius: 3px;
		color: #adadb3;
		text-align: center;
		padding-top: 8px;
		
	}
	.acc_navs_wrap:before, .acc_navs_wrap:after { 
		content: "\f107";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: block;
		font-size: 12px;
		line-height: 5px;
		color: inherit;
	}
	.accordion_navs:hover  .acc_navs_wrap {
		border: solid 1px #06c3e9;
		color: #06c3e9;
		cursor: pointer;
	}
	._openned .acc_navs_wrap {
		position: relative;
		width: 28px;
		height: 28px;
		border: solid 1px #06c3e9;
		border-radius: 3px;
		color: #06c3e9;
		text-align: center;
		padding-top: 8px;
		
	}
	._openned .acc_navs_wrap:before, ._openned .acc_navs_wrap:after { 
		content: "\f106";
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		display: block;
		font-size: 12px;
		line-height: 5px;
		color: inherit;
	}
	.accordion_block_desc {
		margin: 20px 0;
	}
	.accordion_block_item p, .accordion_block_desc p {
		font-size: 14px;
		color: #322f31;
		line-height: 18px;
		margin: 10px 0;
	}
	.accordion_block_item {
		margin: 10px 0;
	}
	.accordion_block_item b {
		color: #000;
	}
	.accordion_item_img {
		float: left;
		margin: 0 10px 0 0;
		max-width: 100px;
	}
	.accordion_block_item:after {
		content: "";
		height: 0px;
		width: 100%;
		display: block;
		clear: both;
	}
	._openned.accordion_block:after {
		content: "";
		position: absolute;
		bottom: 25px;
		left: 0;
		width: 100%;
		height: 30px;
		margin-left: 0px;
		border-bottom: solid 1px #06c3e9;
		border-top: none;
		border-left: solid 1px #06c3e9;
		border-right: solid 1px #06c3e9;
		border-bottom-right-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-top: -25px;
		z-index: -1;
	}
	.accordion_block_description .callback {
		margin: 10px auto 0px;
		display: block;
		position: relative;
		border-radius: 0px;
		font-size: 12px;
		display: block;
		width: 150px;
		height: 30px;
		line-height: 30px;
		padding: 0px;
		top: 0px;
	}
	.accordion_block_description .callback:after {
		display: none;		
	}
	.accordion_item_more {
		color: #06c3e9;
		font: inherit;
		text-decoration: underline;
	}
	.accordion_item_more:hover {
		text-decoration: none;
	}
	.accordion_block:last-child:after {
		display: none;
	}
	.main-types-btns {
		width: 100%;
		margin: 0 0 50px;
		background: #363536;
	}
	.main-types-btns:after{
		content: "";
		position: absolute;
		height: 3px;
		width: 100%;
		left: 0px;
		bottom: -3px;
		background: #fff;
	}
	.main-types-btns:before {
		content: "";
		display: block;
		position: absolute;
		z-index: -2;
		top: 50%;
		bottom: 0px;
		left: 10px;
		right: 10px;
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,1);
		-moz-box-shadow: 0 0 30px rgba(0,0,0,1);
		box-shadow: 0 0 30px rgba(0,0,0,1);
		-moz-border-radius: 100px / 50px;
		border-radius: 100px / 50px;
		width: 50%;
		margin: auto;
	}
	.main-types-btns .content {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		padding: 20px;
	}
	.types-btns {
		width: 100%;
	}
	.types-btns_cell {
		text-align: center;
	}
	.types-btns_order {
		display: inline-block;
		width: 155px;
		height: 155px;
		background: url("../images/typebtns.png") 0 0 no-repeat;
	}
	.types-btns_order-link {
		display: block;
		margin: 15px auto;
		width: 100%;
		max-width: 300px;
		height: 40px;
		line-height: 37px;
		text-align: center;
		color: #fff;
		border: solid 1px #06c3e9;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		background: transparent;
	}
	.types-btns_order-link:hover {
		background: #06c3e9;
	}
	.types-btns_price {
		display: inline-block;
		width: 155px;
		height: 155px;
		background: url("../images/typebtns.png") -177px 0 no-repeat;
		margin-top: 15px;
	}
	.types-btns_price-link {
		display: block;
		margin: 15px auto;
		width: 100%;
		max-width: 300px;
		height: 40px;
		line-height: 37px;
		text-align: center;
		color: #fff;
		border: solid 1px #fe8523;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.types-btns_price-link:hover {
		background: #fe8523;
	}
}
@media (max-width: 479px) {
	.types-top_h {
		font-size: 20px;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 10px; 
		text-align: center;
	}
	.types-top {
		background: none;
	}
	.types-topImg {
		display: block;
		height: auto;
		width: 100%;
	}
	/* content */
	.content_types-h {
		color: #03c3e8;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center;
		position: relative;
		margin-bottom: 40px;
		margin-top: 20px;
	}
	.content_types-h:after {
		content: "";
		position: absolute;
		width: 150px;
		height: 0px;
		border-top: solid 1px #03c3e8;
		bottom: -15px;
		left: 50%;
		margin-left: -75px;
		z-index: 2;
	}
	.content_types-h:before {
		content: "";
		position: absolute;
		width: 10px;
		height: 10px;
		border-top: solid 1px #03c3e8;
		bottom: -19.5px;
		left: 50%;
		margin-left: -5px;
		z-index: 3;
		border: solid 1px #03c3e8;
		border-radius: 50%;
		background: #fff;
	}
	.content_types-text p {
		font-size: 14px;
		margin: 10px 0;
		color: #322f31;
	}
}


/* подъемники для ресторанов */

/* top */
.types-top-img {
	background: url("../images/restimg.jpg") top left no-repeat;
}
.types-topImg {
	display: none;
}
.rest-top_h, .rest-top_h2, .rest-top_h3 {
	text-transform: uppercase;
	max-width: 85%;
	margin: 40px 0px;
	font-weight: bold;
	
}
.rest-top_h {		
	font-size: 28px;
	line-height: 30px;		
}
.rest-top_h2 {
	font-size: 20px;
	max-width: 75%;
	line-height: 26px;
}
.rest-top_h2 span {
	color: #03c3e8;
	display: block;
}
.rest-top_h3 {
	font-size: 22px;
	color: #fe8523;
	line-height: 30px;	
}
.content_rest-h {
	color: #03c3e8;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
	font-weight: bold;
	line-height: 36px;
}
.content_rest-h:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 0px;
	border-top: solid 1px #03c3e8;
	bottom: -15px;
	left: 50%;
	margin-left: -75px;
	z-index: 2;
}
.content_rest-h:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 1px #03c3e8;
	bottom: -19.5px;
	left: 50%;
	margin-left: -5px;
	z-index: 3;
	border: solid 1px #03c3e8;
	border-radius: 50%;
	background: #fff;
}
.main-rest1, .main-rest4 {
	width: 100%;
	border-bottom: solid 1px #dbdbdb;
	margin: 20px 0;
}
.main-rest2 {
	width: 100%;
	border-bottom: solid 1px #dbdbdb;
	margin: 0;
}
.main-rest3 {
	width: 100%;
	border-bottom: solid 1px #dbdbdb;
	margin: 0;
	background: #f1f1f1;
	padding-top: 30px;
}
.main-rest1 .content, .main-rest2 .content, .main-rest3 .content, .main-rest4 .content, .main-rest5 .content {
	width: 100%;
	max-width: 980px;
	margin: auto;
}
.main-rest1 .content {		
	background: url("../images/restclock.jpg") center left no-repeat;
}
.main-rest5 .content {
	position: relative;
	margin-bottom: 50px;
	background: #fff;
}
.main-rest5 .content:before {
		content: "";
		display: block;
		position: absolute;
		z-index: -2;
		top: 50%;
		bottom: 0px;
		left: 10px;
		right: 10px;
		-webkit-box-shadow: 0 0 30px rgba(0,0,0,1);
		-moz-box-shadow: 0 0 30px rgba(0,0,0,1);
		box-shadow: 0 0 30px rgba(0,0,0,1);
		-moz-border-radius: 100px / 50px;
		border-radius: 100px / 50px;
		width: 50%;
		margin: auto;
	}
.rest-clock {
	padding-left: 160px;
}
.rest-clock p:before, .rest-girl p:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	vertical-align: top;
	background: #03c3e8;
	margin: 6px 6px 0 3px;
}
.rest-girl {
	padding-right: 220px;
	padding-bottom: 50px;
	background: url("../images/restgirl.png") top right no-repeat;
}
.rest-girl p> span {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.content_rest-h span {
	display: block;
	color: #000;
}
.content_types-text.small {
	font-size: 14px;
	margin: 15px auto;
	width: 60%;
	text-align: center;
}
.body-popup-link {
	margin: 20px auto;
	display: block;
}
.h-lined {
	margin-top: 36px;
	border-top: solid 2px #03c3e8; 
	text-align: center;
	padding: 0 30px;
}
.h-lined .content_rest-h {
	color: #000;
	background: #fff;
	margin-top: -18px;
	top: -4px;
	display: inline-block;
	padding: 0 20px;
}
.h-lined .content_rest-h:before, .h-lined .content_rest-h:after {
	display: none;
}

.content_rest-columns {
	font-size: 0px;
}
.rest_column {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 44%;
	margin: 0 3% 20px;
	box-sizing: border-box;
	padding: 10px;
}
.rest_column.bordered {
	border: solid 1px #d4d4d4;
}
.rest_column_img {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
.rest_column_img img {
	width: 100%;
	height: auto;
}
.restrest:after {
	content: '';
	display: block;
	width: 78px;
	height: 78px;
	background: url("../images/resticons.png") 0 0 no-repeat;
	bottom: -39px;
	left: 50%;
	margin-left: -39px;
	position: absolute;
}
.restserv:after {
	content: '';
	display: block;
	width: 78px;
	height: 78px;
	background: url("../images/resticons.png") -85px 0 no-repeat;
	bottom: -39px;
	left: 50%;
	margin-left: -39px;
	position: absolute;
}
.rest_column_advantages {
	padding: 0 20px;
}
.col_advantage_item {
	margin: 25px 0;
	font-size: 14px;
	color: #7b7b7b;
}
.col_advantage_item span {
	display: block;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 10px;		
}
.col_advantage_item span:before {
	content: "";
	width: 16px;
	height: 14px;
	background: url("../images/check.png") 0 0 no-repeat;
	display: inline-block;
	vertical-align: top;
	margin: -1px 5px 0 0;
}
.rest_column_h {
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
}
.rest_column_h:after {
	content: "";
	position: absolute;
	width: 150px;
	height: 0px;
	border-top: solid 1px #03c3e8;
	bottom: -15px;
	left: 50%;
	margin-left: -75px;
	z-index: 2;
}
.rest_column_h:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: solid 1px #03c3e8;
	bottom: -19.5px;
	left: 50%;
	margin-left: -5px;
	z-index: 3;
	border: solid 1px #03c3e8;
	border-radius: 50%;
	background: #fff;
}
.img-only {
	text-align: center;
}
.img-only img {
	max-width: 100%;
	max-height: 600px;
}
.rest_property_ul li {
	color: #8d8d8d; 
	margin: 5px 0;
}
[class|="rest_property"] {
	margin: 15px 0;
	padding-left: 40px;
	font-size: 14px;
	color: #8d8d8d; 
	position: relative;
}
[class|="rest_property"] span {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 10px;
}
[class|="rest_property"]:before {
	background-image: url("../images/rest-properties.png");
	background-repeat: no-repeat;
	display: block;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
}
.rest_property-1:before {
	width: 22px;
	height: 25px;
	background-position: -5px -5px;
}
.rest_property-10:before {
	width: 16px;
	height: 25px;
	background-position: -37px -5px;
}
.rest_property-11:before {
	width: 25px;
	height: 25px;
	background-position: -63px -5px;
}

.rest_property-2:before {
	width: 25px;
	height: 25px;
	background-position: -5px -40px;
}
.rest_property-3:before {
	width: 25px;
	height: 20px;
	background-position: -40px -40px;
}
.rest_property-4:before {
	width: 25px;
	height: 23px;
	background-position: -75px -40px;
}
.rest_property-5:before {
	width: 17px;
	height: 25px;
	background-position: -40px -73px;
}
.rest_property-6:before {
	width: 25px;
	height: 24px;
	background-position: -67px -73px;
}
.rest_property-7:before {
	width: 23px;
	height: 28px;
	background-position: -110px -5px;
}
.rest_property-8:before {
	width: 21px;
	height: 26px;
	background-position: -110px -43px;
}
.rest_property-9:before {
	width: 25px;
	height: 22px;
	background-position: -5px -79px;
}
.rest-btns_cell {
	width: 100%;
	text-align: center;
}
.rest-btns_order {
	display: inline-block;
	width: 155px;
	height: 155px;
	background: url("../images/typebtns.png") 0 0 no-repeat;
}
.rest-btns_price-link {
	display: block;
	margin: 15px auto;
	width: 300px;
	height: 40px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	border: solid 1px #fe8523;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background: #fe8523;
}
.rest-btns_price-link:hover {
	background: transparent;
	color: #fe8523;
}
.rest-btns_price {
	display: inline-block;
	width: 155px;
	height: 155px;
	background: url("../images/typebtns.png") -177px 0 no-repeat;
}
.rest-action_h {
	text-align: center;
	font-size: 48px;
	color: #000;
	margin: 20px 0 40px;
	text-transform: uppercase;
}
.rest-action_banner {
	position: relative;
}
.rest-action_banner img {
	width: 100%;
}
.rest-action_banner_caption {
	position: absolute;
	top: 40px;
	left: 40px;
	width: auto;
	background: #03c3e8;
	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
}
.rest-action_banner_caption b {
	padding: 15px 20px;
	display: block;
}
.rest-action_banner_caption span {
	display: block;
	width: 100%;
	height: auto;
	background: #01a6c6;
	background: linear-gradient(to bottom, #0093af, #03c3e7);
	font-size: 17px;
	text-transform: none;
	padding: 7px 20px;
}
.rest-action_h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #03c3e8;
	margin: 25px 0 15px;
	text-align: center;
}
.rest-action_text {
	font-size: 14px;
	text-align: center;
	color: #363536;
}
.content_rest-h.black {
	color: #000;
}
.main.know-more {
	background: #363536;
	height: 210px;
	width: 100%;
	margin-bottom: 50px;
	border-bottom: solid 1px #333;
}
.know-more .content {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 0px;
	height: 210px;
}
.know-more .content:after {
	content: "";
	width: 509px;
	height: 238px;
	background: url("../images/man.png") 0 0 no-repeat;
	bottom: 0px;
	right: 0px;
	z-index: 0;
	position: absolute;
}
.know-more_text {
	width: 60%;
	text-align: center;
}
.know-more_h {
	font-size: 36px;
	text-transform: uppercase;
	color: #03c3e8;
	font-weight: bold;
	margin: 30px 0 10px;
}
.know-more_h2 {
	font-size: 29px;
	color: #fff;
	margin: 10px 0 20px;
}
.know-more .popup-link {
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;	
}
	
@media (min-width: 1000px) {

} 
@media (min-width: 768px) and (max-width: 999px) {
	.types-topImg {
		display: none;
	}
	.know-more .popup-link, .main-rest3 .popup-link {
		position: relative;
		border-radius: 0;
		border: none;
		padding: 0px;
		top: 0px;
		right: 0px;
		font-size: 16px;
		width: 220px;
		height: 40px;
		line-height: 40px;
	}
	.know-more .popup-link:after, .main-rest3 .popup-link:after {
		display: none;
	}
	[class|="main"] {
		padding: 0 10px;
	}
	.rest-top_h {
		font-size: 26px;
	}
	.rest-top_h2 {
		font-size: 18px;
	}
	.rest-top_h3 {
		font-size: 26px;
	}
	.content_rest-h {
		font-size: 22px;
	}
	.rest-action_banner_caption b {
		padding: 10px 15px;
		display: block;
	}
	.rest-action_banner_caption {
		top: 25px;
		left: 25px;
		font-size: 38px;
	}
	.rest-action_banner_caption span {
		padding: 5px 15px;
		font-size: 14px;
	}
	.rest-action {
		padding-bottom: 30px;
	}
	.know-more .content:after {
		right: -100px;
	}
	.know-more_h {
		font-size: 32px;
	}
	.know-more_h2 {
		font-size: 26px;
	}
	.main-rest1 p, .main-rest2 p, .main-rest3 p, .main-rest4 p, .main-rest5 p {
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	.types-topImg {
		display: block;
	}
	.know-more .popup-link, .main-rest3 .popup-link {
		position: relative;
		border-radius: 0;
		border: none;
		padding: 0px;
		top: 0px;
		right: 0px;
		font-size: 16px;
		width: 220px;
		height: 40px;
		line-height: 40px;
		border: solid 1px #06c3e9!important;
	}
	.types-top-img {
		background: transparent;
		text-align: center;
	}
	.know-more .popup-link:after, .main-rest3 .popup-link:after {
		display: none;
	}
	[class|="main"] {
		padding: 0 10px;
	}
	.rest-top_h {
		font-size: 22px;
		max-width: 100%;
	}
	.rest-top_h2 {
		font-size: 18px;
		max-width: 100%;
	}
	.rest-top_h3 {
		font-size: 20px;
		max-width: 100%;
	}
	.content_rest-h {
		font-size: 22px;
	}
	.rest-action_banner_caption b {
		padding: 10px 15px;
		display: block;
	}
	.rest-action_banner_caption {
		position: relative;
		width: 100%;
		font-size: 30px;
		top: 0px;
		left: 0px;
		text-align: center;
	}
	.rest-action_banner_caption span {
		padding: 5px 15px;
		font-size: 14px;
	}
	.rest-action {
		padding-bottom: 15px;
	}
	.know-more .content:after {
		display: none;
	}
	.know-more_h {
		font-size: 32px;
	}
	.know-more_h2 {
		font-size: 26px;
	}
	.content_types-text.rest-girl {
		padding-right: 0px;
		background: transparent;
	}
	.know-more_text {
		width: 100%;
	}
	.col_advantage_item span {
		line-height: 18px;
	}
	.rest_column_advantages {
		padding: 0px;
	}
	.main-rest1 p, .main-rest2 p, .main-rest3 p, .main-rest4 p, .main-rest5 p {
		line-height: 18px;
	}
}
@media (max-width: 479px) {
	.types-topImg {
		display: block;
	}
	.rest-top_h {
		font-size: 18px;
		max-width: 100%;
	}
	.rest-top_h2 {
		font-size: 16px;
		max-width: 100%;
	}
	.rest-top_h3 {
		font-size: 16px;
		max-width: 100%;
	}
	.content_rest-h {
		font-size: 18px;
	}
	.content_types-text.rest-clock {
		background: transparent;
		padding-left: 0px;
	}
	.rest_column {
		width: 100%;
		margin: 0 0 10px;
	}
	.col_advantage_item span {
		line-height: 18px;
	}
	.rest_column_advantages {
		padding: 0px!important;
	}
	.rest-action_banner_caption {
		font-size: 20px;
	}
	.rest-action {
		padding-bottom: 0px;
	}
	.main-rest1 .content {
		background: transparent;
	}
	.know-more_h {
		font-size: 22px;
	}
	.know-more_h2 {
		font-size: 18px;
	}
	.main.know-more .content {
		height: auto;
	}
	.main.know-more {
		height: auto;
		padding-bottom: 20px;
	}
}

/* шахтные */

.content.shah-top-img {
	background: url("../images/shahfoto1.jpg") top left no-repeat;
}
.rest-top_h.shah {
    font-size: 32px;
    line-height: 38px;
}
.rest-top_h2.shah {
	font-size: 24px;
}
.rest-top_h.shah, .rest-top_h2.shah, .rest-top_h3.shah {
	margin: 60px 0;
}
.main-rest1.shah .content {
	background: transparent;
}
.shah-icon {
	width: 80px;
	height: 80px;
	display: block;
	margin: 20px auto;
	margin-top: -25px;
	background: url("../images/shahicon.png") 0 0 no-repeat;
}
.rest-girl.shah {
	background: url("../images/shahgirl.png") top right no-repeat;
	padding-right: 250px;
}
.main.main-shah-fon {
	width: 100%;
	background: url("../images/shahfon.jpg") center center no-repeat;
	background-size: 100% auto;
}
.main.main-shah-fon .content {
	width: 100%;
	max-width: 980px;
	margin: auto;
}
.content_shah-h {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    position: relative;
	margin: auto;
    margin-bottom: 40px;
    margin-top: 50px;
    font-weight: bold;
    line-height: 36px;
}
.content_shah-h span {
	display: block;
	color: #fe8523;
}
.shah_ul {
	padding-left: 30px;
}
.shah_ul li {
	position: relative;
	margin: 15px 0;
	font-size: 14px;
	line-height: 18px;
}
.shah_ul li:before {
    content: "";
	position: absolute;
	left: -25px;
	top: 0px;
    width: 16px;
    height: 14px;
    background: url("../images/check.png") 0 0 no-repeat;
    display: inline-block;
    vertical-align: top;
}
.shah-action_banner_caption {
	background: #03c3e8;
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 36px;
	top: 20px;
	position: absolute;
	width: 566px;
	height: 70px;
	line-height: 70px;
	left: 50%;
	margin-left: -283px;
}
.rest-action_banner.shah {
	text-align: center;
}

.shah-action_banner_caption_ .popup-link {
	position: relative;
	border-radius: 0;
	border: none;
	padding: 0px;
	top: 0px;
	right: 0px;
	font-size: 16px;
	width: 220px;
	height: 40px;
	line-height: 40px;
	background: #fe8523;
	color: #fff;
	border: solid 1px #fe8523;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.shah-action_banner_caption_ .popup-link:hover {
	background: #fff;
	color: #fe8523;
}

.shah-action_banner_caption_  {
	width: 220px; position: absolute; top: 110px; left: 700px;
}

.shah-action_banner_caption_ .popup-link:after {
		display: none;
}

.shah-action_banner_caption_ .popup-link:after {
		display: none;
}

.shah-action_banner_caption .popup-link {
	position: relative;
	border-radius: 0;
	border: none;
	padding: 0px;
	top: 0px;
	right: 0px;
	font-size: 16px;
	width: 220px;
	height: 40px;
	line-height: 40px;
	background: #fe8523;
	color: #fff;
	border: solid 1px #fe8523;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.shah-action_banner_caption .popup-link:hover {
	background: #fff;
	color: #fe8523;
}
@media (min-width: 768px) and (max-width: 999px) {
	.rest-girl.shah {
		background: transparent;
		padding-right: 0px;
	}
	.shah-action_banner_caption .popup-link:after {
		display: none;
	}
	.shah-action_banner_caption {
		background: #03c3e8;
		display: block;
		text-transform: uppercase;
		color: #fff;
		font-size: 27px;
		top: 20px;
		position: absolute;
		width: 420px;
		height: 50px;
		line-height: 50px;
		left: 50%;
		margin-left: -210px;
	}
}
@media (max-width: 767px) {
	.rest-girl.shah {
		background: transparent;
		padding-right: 0px;
	}
	.shah-action_banner_caption {
		background: #03c3e8;
		display: block;
		text-transform: uppercase;
		color: #fff;
		font-size: 22px;
		top: 0px;
		position: relative;
		width: 100%;
		text-align: center;
		height: 50px;
		line-height: 50px;
		left: 0px;
		margin-left: 0px;
	}
	.shah-action_banner_caption .popup-link:after {
		display: none;
	}
	.content_shah-h {
		font-size: 20px;
	}
	.rest-top_h.shah {
		margin: 30px 0;
		font-size: 28px;
		text-align: center;
	}
	.rest-top_h2.shah {
		text-align: center;
	}
	.rest-top_h3.shah {
		text-align: center;
	}
}
@media (max-width: 479px) {
	.rest-top_h.shah {
		margin: 20px 0;
		font-size: 22px;
		text-align: center;
	}
	.rest-top_h2.shah {
		text-align: center;
		font-size: 18px;
	}
	.rest-top_h3.shah {
		text-align: center;
		font-size: 20px;
	}
}