@font-face {
font-family: 'ubuntu-b';
	src: url('/fonts/ubuntu-b-webfont.eot');
	src: url('/fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ubuntu-b-webfont.woff') format('woff'),
		url('/fonts/ubuntu-b-webfont.ttf') format('truetype'),
		url('/fonts/ubuntu-b-webfont.svg#ubuntu-b') format('svg');

	font-weight: normal;
	font-style: normal;
}
@font-face {
font-family: 'ubuntu-l';
	src: url('/fonts/ubuntu-l.eot');
	src: url('/fonts/ubuntu-l.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ubuntu-l.woff') format('woff'),
		url('/fonts/ubuntu-l.ttf') format('truetype'),
		url('/fonts/ubuntu-l.svg#ubuntu-l') format('svg');

	font-weight: normal;
	font-style: normal;
}
@font-face {
font-family: 'ubuntu-m';
	src: url('/fonts/ubuntu-m.eot');
	src: url('/fonts/ubuntu-m.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ubuntu-m.woff') format('woff'),
		url('/fonts/ubuntu-m.ttf') format('truetype'),
		url('/fonts/ubuntu-m.svg#ubuntu-m') format('svg');

	font-weight: normal;
	font-style: normal;
}
@font-face {
font-family: 'ubuntu-r';
	src: url('/fonts/ubuntu-r.eot');
	src: url('/fonts/ubuntu-r.eot?#iefix') format('embedded-opentype'), 
		url('/fonts/ubuntu-r.woff') format('woff'),
		url('/fonts/ubuntu-r.ttf') format('truetype'),
		url('/fonts/ubuntu-r.svg#ubuntu-r') format('svg');

	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'als_rublregular';
    src: url('/fonts/rouble.eot');
    src: url('/fonts/rouble.eot?#iefix') format('embedded-opentype'),
         url('/fonts/rouble.woff2') format('woff2'),
         url('/fonts/rouble.woff') format('woff'),
         url('/fonts/rouble.ttf') format('truetype'),
         url('/fonts/rouble.svg#als_rublregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: 'ubuntu-b';
	background-color: #fdfcf7;
}


.wrap_tables{
	position: relative;
	display: block;
	overflow-x: auto;
	margin-top: 50px;
	margin-bottom: 30px;
}

.wrap_tables::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.wrap_tables::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 1px solid #a7c846;
  background-color: #fff;
}



#wrapper{
	position: relative;
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
}
#wrapper_head{
	max-width: 1000px;
	margin: 0 auto;
	height: 140px;
	overflow: hidden;
	position:relative;
	z-index: 1000;
}
#header{
	position: relative;
	height: 140px;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fdfcf7;
}
ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul li{
	display: inline-block;
}
a{
	text-decoration: none;
}

.page a {

	color: #e673cb;
	text-decoration: underline;

}
.page a:hover {

	text-decoration: none;

}

p{
	font-size: 14px;
	font-family: 'ubuntu-l';
	color: #5e5d5d;
	line-height: 17px;
	word-spacing: 3px;
}
form{
	display:  block;
	margin-top: 0em;
}
.row{
	position: relative;
	display: block;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.main_slider .swiper-slide {
	position: relative;
	left: 0px;
	width: 100% !important;
	/* 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;
}
.main_slider .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
}
.main_slider .swiper-slide img{
	position: relative;
	max-width: 100%;
	margin-right: 0px;
	margin-left: auto;
	display: block;
}
.swiper-container .swiper-pagination{
	top: 100px;
	left: -290px;
	z-index: 200;
}
.swiper-container .swiper-wrapper{
	position: relative;
	height: 420px;
}

#wrapper_banner_content .swiper-pagination{
	position: absolute;
	display: block;
	top: 100px;
	text-align: center;
	width: 100%;
}
#wrapper_banner_content .swiper-pagination-bullet{
	margin: 0px 4px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	opacity: 1;
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.2);
	
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1);
}
#wrapper_banner_content .swiper-pagination-bullet:hover{
	background-color: #ff74cf;
	
}
#wrapper_banner_content .swiper-pagination-bullet-active{
	background-color: #c22fbf;
}

#header .logo{
	position: absolute;
	width: 210px;
	height: 90px;
	top: 28px;
	left: 15px;
	font-size: 18px;
}
#header .logo .logo_image{
	float: left;
}
#header .logo .logo_text{
	margin-top: 23px;
	margin-left: 82px;
	letter-spacing: 2px;
	font-family: 'ubuntu-r';
}
#header .logo .logo_text a{
	text-transform: uppercase;
	color: #b1c759;
}
#header .top_menu{
	position: absolute;
	width: 693px;
	left: 290px;
	margin-top: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	border: 2px dashed #cdd796;
	border-top: none;
}
#header .top_menu .phone{
	position: relative;
	height: 29px;
	padding: 9px 12px 0px 20px;
	margin: 0px;
	background-repeat: repeat-y;
	width: 200px;
	text-align: right;
}
#header .top_menu .phone a{
	letter-spacing: 0px;
	font-size: 15px;
	position: relative;
	display: inline-block;
	width: 200px;
	color: #b6d34a;
	font-family: 'ubuntu-b';
	white-space: nowrap;
}
#header .top_menu .phone a span{
	font-family: 'ubuntu-r';
	font-weight: bold;
}
#header .top_menu .work_plan{
	position: absolute;
	left: 230px;
	top: 0px;
	height: 40px;
	width: 468px;
	background-repeat: repeat-y;
	background-position: right top;
}
#header .top_menu .work_plan .plan{
	height: 20px;
	float: left;
	padding: 10px 17px 6px 26px;
	color: #a3ae66;
	font-size: 15px;
	background-image: url(/images/dot.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: 'ubuntu-r';
	
}
#header .top_menu .work_plan .time{
	height: 20px;
	float: left;
	padding: 10px 12px 11px 14px;
	color: #a3ae66;
	font-size: 15px;
	font-family: 'ubuntu-r';
}
#header .top_menu .work_plan .exception{
	line-height: 20px;
	float: left;
	padding: 8px 0px 7px 19px;
	color: #a3ae66;
	font-size: 15px;
	background-image: url(/images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: 'ubuntu-r';
}

#header nav{
	position: absolute;
	width: 700px;
	left: 290px;
	top: 76px;
}

#header nav ul{
	width: 710px;
}
#header nav ul li{
	padding: 0px 25px 2px 0px;
	margin: 0px;
	
}
#header nav ul li a,#header nav ul li span{
	color: #595959;
	letter-spacing: 1px;
	padding-bottom: 6px;
	font-size: 14px;
	font-family: 'ubuntu-l';
	text-transform: uppercase;
}
#header nav ul li.active span{
	color: #a6b761;
	padding-bottom: 6px;
	background-image: url(/images/contur_active.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#header nav ul li a:hover{
	color: #e77ace;
	padding-bottom: 6px;
}
#header nav ul li.active a:hover{
	color: #e77ace;
	padding-bottom: 6px;
	background-image: url(/images/contur_hover.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}


/*mobile_header*/





/*mobile_header*/

.mobile_header{
	display: none;
}


.mobile_shadow{
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background-color: #000;
	opacity: 0;
	z-index: 200;
	cursor: pointer;
	
	z-index: 0;
	
	-moz-transition: height 0.3s linear, left 0.3s linear;
	-o-transition: height 0.3s linear, left 0.3s linear;
	-webkit-transition: height 0.3s linear, left 0.3s linear;
	transition: height 0.3s linear, left 0.3s linear;
	
}

.header_container.toggled .mobile_shadow{
	height: 100%;
	opacity: 0.8;
}


.mobile_header{
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	border-bottom: 2px solid #86bd16;
}




.burger_toggle{
	position: absolute;
	display: block;
	top: 11px;
	right: 15px;
	width: 35px;
	height: 35px;
	cursor: pointer;
	z-index: 50;
	
	border: 2px dashed #cad894;
}
.burger_toggle_wrap{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	width: 19px;
	height: 19px;
	
}
.icon_bar{
	position: absolute;
	width: 19px;
	height: 3px;
	background-color: #cad894;
	border-radius: 0px;
	
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.icon_bar:nth-child(1){
	top: 0px;
	left: 0px;
}
.icon_bar:nth-child(2){
	top: 8px;
	left: 0px;
}
.icon_bar:nth-child(3){
	top: 16px;
	left: 0px;
}


.header_container.toggled .icon_bar:nth-child(1){
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 20% 40%;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 20% 40%;
	transform: rotate(45deg);
	transform-origin: 20% 40%;
	top: 3px;
	left: 2px;
}

.header_container.toggled .icon_bar:nth-child(2){
	opacity: 0;
}
.header_container.toggled .icon_bar:nth-child(3){
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 20% 40%;
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 20% 40%;
	transform: rotate(-45deg);
	transform-origin: 20% 40%;
	left: 1px;
	top: 12px;
}


.mobile_header_wrapper{
	position: relative;
	display: block;
	z-index: 200;
}
.mobile_header_top{
	position: relative;
	display: block;
	height: 61px;
	width: 100%;
	z-index: 500;
	
	background-color: #fff;
	border-bottom: 2px solid #86bd16;
}

.mobile_collapse{
	position: relative;
	width: 100%;
	background: #85bc16 url('/images/mobile_collapse_pattern.png') left top;
	
	top: -150vh;
	max-width: 320px;
	max-height: calc(100vh - 80px);
	
	-moz-transition: top 0.6s linear;
	-o-transition: top 0.6s linear;
	-webkit-transition: top 0.6s linear;
	transition: top 0.6s linear;
	
	overflow-y: auto;
}


.mobile_collapse::-webkit-scrollbar{
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.mobile_collapse::-webkit-scrollbar-thumb{
  border-radius: 8px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, .3);
}

.header_container.toggled .mobile_collapse{
	top: 0px;
}

.mobile_collapse_content{
	position: relative;
	display: block;
}


.mobile_logo{
	position: absolute;
	top: 5px;
	left: 15px;
	display: block;
	width: 38px;
	height: 50px;
}
.mobile_logo img{
	position: relative;
	display: block;
	max-width: 100%;
}
.mobile_phone_top{
	
	position: relative;
	display: block;
	
	margin: 0px auto;
	top: 11px;
	max-width: 240px;
	padding: 8px;
	padding-top: 8px;
	height: 19px;
	border: 2px dashed #cad894;
	text-align: center;
	
}
.mobile_phone_top a,
.mobile_phone_top a:link,
.mobile_phone_top a:visited{
	position: relative;
	display: inline-block;
	vertical-align: top;
	
	font-family: ubuntu-b;
	font-size: 14px;
	color: #a3d114;
}
.mobile_phone_top a span{
	display: none;
}


.mobile_menu{
	position: relative;
	display: block;
	padding-top: 22px;
	margin-bottom: 0px;
	
}
.mobile_menu>li{
	position: relative;
	display: block;
	
	font-family: ubuntu-r;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 12px;
	padding: 0px 15px;
}
.mobile_menu>li>a,
.mobile_menu>li.active>span{
	position: relative;
	display: inline-block;
	padding: 8px 0px;
	
	font-family: inherit;
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	color: inherit;
	border-bottom: 2px dashed transparent;
	
	
	-moz-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
	transition: background-color 0.3s cubic-bezier(.54,0,.42,1), color 0.3s cubic-bezier(.54,0,.42,1), border 0.3s cubic-bezier(.54,0,.42,1);
}

.mobile_menu>li>a:hover,
.mobile_menu>li.active>span{
	border-bottom: 2px dashed #fff;
}
.mobile_week{
	position: relative;
	display: block;
	background: #fff;
	padding: 12px 15px;
	margin-top: 15px;
}
.mobile_week .work_plan{
	position: relative;
	display: block;
}
.mobile_week .work_plan .plan,
.mobile_week .work_plan .exception{
	position: relative;
	display: block;
	text-align: center;
	
	margin: 8px 0px;
	
	font-family: ubuntu-r;
	font-size: 14px;
	color: #646464;
}
.mobile_week .work_plan .time{
	position: relative;
	display: block;
	text-align: center;
	
	font-family: ubuntu-m;
	font-size: 14px;
	color: #323232;
}

.mobile_soc{
	position: relative;
	display: block;
	background: #fff;
	padding: 12px 15px;
}
.mobile_soc_list{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 0px;
}
.mobile_soc_list li{
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}
.mobile_soc_list li a{
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(/images/vk_icon.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
}
.mobile_soc_list li a:hover{
	opacity: 0.7;
}
.mobile_desc{
	position: relative;
	display: block;
	background: #fff;
	padding: 0px 15px;
	padding-bottom: 30px;
	text-align: center;
}
.mobile_desc p{
	margin: 0px;
	color: #6f6f6f;
}

@media screen and (max-width: 991px){
	
	.desctop_header{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	.header_container{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 999999;
		
	}
	#wrapper{
		padding-top: 60px;
	}
	
}
@media screen and (max-width: 410px){
	.mobile_phone_top{
		margin-left: 70px;
		margin-right: 70px;
	}
}
@media screen and (max-width: 660px){
	
	.mobile_header_top .weather_header_container{
		display: none;
	}
	
}
@media screen and (max-width: 360px){
	.weather_header_node_calendar,
	.weather_header_node.weather_header_node_weather{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding: 0px 20px;
		text-align: left;
	}
	.mobile_collapse_content .weather_header_node{
		margin-left: 0px;
		margin-right: 0px;
	}
	.weather_header_node_left,
	.weather_header_node_right{
		max-width: 100%;
	}
}
@media screen and (max-width: 310px){
	
	.mobile_logo_container{
		right: 0px;
	}
	
}


/*mobile_header*/




/*mobile_header*/



#wrapper_banner_content{
	width: initial;
	position: relative;
	z-index: 1000;
	background-image: url(/images/bg.jpg);
	background-position: left top;
	padding: 0px 10px;
}
#wrapper_banner{
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
#wrapper_banner .swiper-container{
	width: 100%;
}

#banner{
	position: relative;
	height: 100%;
	width: 100%;
	display: block;	
}

#banner .ban_pic{
	background-image: url(/images/slider.jpg);
	width: 581px;
	height: 100%;
	position: absolute;
	left: 408px;
	background-position: right bottom;
	background-repeat: no-repeat;
}
#banner .ban_window{
	width: 401px;
	height: 420px;
	position: absolute;
	background-color: #e673cb;
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: 100;
}
#banner .ban_window .text{
	position: absolute;
	width: 387px;
	height: 405px;
	top: 5px;
	left: 4px;
	background-color: #fdfcf7;
	border: 3px solid #e673cb;
	outline: 1px dashed #f5c4e9;
}
#banner .ban_window .text a,
#banner .ban_window .text .flowers_top,
#banner .ban_window .text .flowers_bottom{
	position: absolute;	
	background-repeat: no-repeat;
	background-position: top left;
}
#banner .ban_window .text .flowers_top{
	width: 387px;
	height: 85px;
	background-image: url(/images/flowers_top.jpg);
}
#banner .ban_window .text .flowers_bottom{
	width: 387px;
	height: 92px;
	bottom: 0px;
	background-image: url(/images/flowers_bottom.jpg);
}
#banner .ban_window .text p{
	position: absolute;
	top: 118px;
	width: 380px;
	height: 200px;
	font-size: 25px;
	color: #884076;
	font-family: ubuntu-l;
	text-transform: uppercase;
	line-height: 35px;
	letter-spacing: 4px;
	word-spacing: 3px;
	text-align: center;
}
#banner .ban_window .text a{
	width: 265px;
	height:	31px;
	top: 294px;
	left: 61px;
	font-size: 14px;
	color: #ffffff;
	font-family: ubuntu-m;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 2px;
	padding: 23px 0px 0px 0px;
	text-align: center;
	background-image: url(/images/leave_order.png);
}
#banner .ban_window .text a:hover{
	opacity: 0.7;
}

#wrapper_banner .swiper-container .swiper-pagination{
	display: none;
}

@media screen and (max-width: 990px){
	.main_slider .swiper-slide img{
		margin-left: auto;
		margin-right: auto;
	}
	#banner {
		width: initial;
	}
	#banner .ban_window{
		position: relative;
		display: block;
		width: initial;
		max-width: 600px;
		height: auto;
		margin: 0px auto;
		padding: 5px 4px;
	}
	#banner .ban_window .text{
		position: relative;
		display: block;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		padding: 30px 20px;
		width: initial;
	}
	
	
	#banner .ban_window .text .flowers_top,
	#banner .ban_window .text .flowers_bottom{
		display: none;
	}
	#banner .ban_window .text p{
		top: auto;
		width: auto;
		height: auto;
		position: relative;
		display: block;
		margin: 0px;
	}
	
	#wrapper_banner_content .ban_window .swiper-pagination{
		display: none;
	}
	#banner .ban_window .text a{
		position: relative;
		display: block;
		left: auto;
		top: auto;
		margin: 0px auto;
		margin-top: 15px;
		margin-bottom: 20px;
	}
	
	
	#wrapper_banner .swiper-container .swiper-pagination{
		display: block;
		left: 0px;
		bottom: 20px;
		top: auto;
		pointer-events: none;
	}
	#wrapper_banner .swiper-container .swiper-pagination .swiper-pagination-bullet{
		pointer-events: auto;
	}
}
@media screen and (max-width: 600px){
	
	/*#wrapper_banner .swiper-container{
		height: 72vw;
	}*/
	.swiper-container .swiper-wrapper{
		height: auto;
	}
	
}
@media screen and (max-width: 570px){
	
	#banner .ban_window .text{
		padding: 20px 15px;
	}
	#banner .ban_window .text p{
		font-size: 20px;
		line-height: 1.2em;
	}
	
}


@media screen and (max-width: 350px){
	#banner .ban_window .text{
		padding-left: 5px;
		padding-right: 5px;
	}
	#banner .ban_window .text a{
		width: 240px;
		background-size: contain;
		height: 28px;
		padding-top: 21px;
	}
}


#wrapper_content{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	display: block;
}
#content{
	position: relative;
	height: 100%;
	width: initial;
	display: block;
	padding: 0px 10px;
}
#content.main_content{
	min-height: 560px;
}
#content .content_text {
	position: relative;
	margin-top: 20px;
	margin-left: 0px;
	max-width: 630px;
	margin-right: auto;
	font-size: 15px;
	font-family: 'ubuntu-l';
	color: #5e5d5d;
}
#content.page .content_text{
	width: 100%;
}
.page ul{
	list-style: disc outside;
	margin-left: 20px;
}
.page ul li{
	display: list-item;
	margin-bottom:10px;
}
#content h1{
	margin: 0px;
	margin-top: 76px;
	position: relative;
	display: inline-block;
	margin-left: 8px;
	font-family: 'ubuntu-l';
	text-transform: uppercase;
	border: 2px dashed #cdd796;
	border-left: none;
	border-right: none;
	text-align: center;
	font-size: 30px;
	letter-spacing: 4px;
	font-weight: normal;
	line-height: 30px;
	padding: 6px 0px;
	color: #5e5d5d;
}
#content .read_more{
	position: relative;
	width: 233px;
	height: 62px;
	margin-top: 30px;
	text-align: center;
}
#content .read_more a{
	position: absolute;
	padding-top: 31px;
	left: 0px;
	width: 233px;
	height: 31px;
	letter-spacing: 3px;
	font-size: 13px;
	color: #acc44b;
	text-transform: uppercase;
	font-family:  ubuntu-m;
	background-image: url(/images/read_more.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content .read_more a:hover{
	opacity: 0.7;
}
#content .chair{
	position: absolute;
	width: 320px;
	height: 357px;
	top: 76px;
	right: 11px;
	background-color: #7c1b8c;
	background-repeat: no-repeat;
	background-position: left top;
}
#content .chair .ch_center{
	position: absolute;
	width: 308px;
	height: 344px;
	top: 4px;
	right: 3px;
	border: 3px solid #7c1b8c;
	outline: 1px dashed #9d54a9;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(/images/chair_chare.jpg);
}
#content .chair .ch_center h1{
	
	background-color:#7c1b8c;
	background-image:url('/images/ch_head.jpg') !important;
	background-position: top left;
	background-repeat: repeat-x;
	
	position: absolute;	
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	width: 308px;
	height: 53px;
	font-family: 'ubuntu-l';
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #ffffff;
	border: none;
}
#content .chair ul {
	position: absolute;
	width: 200px;
	height: 210px;
	top: 92px;
	left: 24px;
	font-size: 14px;
	word-spacing: 3px;
	line-height: 1.3em;
	font-family: 'ubuntu-l';
}
.main_content_left{
	position: relative;
	display: block;
	margin-left: 0px;
	margin-right: 340px;
	width: initial;
}

@media screen and (max-width: 710px){
	
	.main_content_left{
		margin-left: auto;
		margin-right: auto;
	}
	#content .chair{
		display: block;
		position: relative;
		margin: 0px auto;
		margin-top: 40px;
		margin-bottom: 30px;
		top: auto;
		right: auto;
	}
	#content .read_more{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 340px){
	#content .chair{
		max-width: 320px;
		width: initial;
		padding: 4px 3px;
	}
	#content .chair .ch_center{
		position: relative;
		top: auto;
		right: auto;
		width: initial;
		height: calc(100% - 8px);
		background: #fff;
	}
	#content .chair .ch_center h1{
		width: initial;
		position: relative;
		display: block;
		top: auto;
		left: auto;
		background-position: center center;
	}
	
}
.center_link{
	text-align: center;
}
#wrapper_four_steps{
	width: 100%;
	height: 405px;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	z-index:1500;
	background-image: url(/images/steps_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f1f7de;
}
#four_steps{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position:relative;
}
#four_steps h1{
	position: relative;
	margin-top: 26px;
	display: inline-block;
	margin-bottom: 60px;
	
	font-family: 'ubuntu-l';
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	letter-spacing: 4px;
	word-spacing: 2px;
	font-weight: normal;
	line-height: 60px;
	color: #555555;
	background-image: url(/images/four.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 78px;
}
#four_steps .four_icons{
	position: relative;
	display: block;
	margin: 0px auto;
	text-align: center;
}
.four_icons_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}

#four_steps .four_icons a.m1,
#four_steps .four_icons a.m2,
#four_steps .four_icons a.m3,
#four_steps .four_icons a.m4{
	height: 120px;
	width: 126px;
	display: block;
	position: relative;
	margin: 0px auto;
	margin-bottom: 15px;
	background-image: url(/images/step_one.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 45px 0px 45px;
	transition:all .5s ease;
}
#four_steps .four_icons a.m2{
	background-image: url(/images/step_two.png);
}
#four_steps .four_icons a.m3{
	background-image: url(/images/step_three.png);
}
#four_steps .four_icons a.m4{ 
	background-image: url(/images/step_four.png);
}
#four_steps .four_icons a.m1:hover,
#four_steps .four_icons a.m2:hover,
#four_steps .four_icons a.m3:hover,
#four_steps .four_icons a.m4:hover{
	opacity: 0.3;
}
#four_steps .four .step_m1,
#four_steps .four .step_m2,
#four_steps .four .step_m3,
#four_steps .four .step_m4{
	max-width: 200px;
	display: block;
	margin: 0px auto;
	font-family: 'ubuntu-m';
	font-size: 15px;
	color: #393939;
	text-align: center;
	letter-spacing: 1px;
}
#four_steps .four .step_m1 span,
#four_steps .four .step_m2 span,
#four_steps .four .step_m3 span,
#four_steps .four .step_m4 span{
	position: relative;
	margin-top: 5px;
	display: block;
	font-family: 'ubuntu-l';
	font-size: 13px;
	color: #787a70;
}


@media screen and (max-width: 890px){
	
	#four_steps .four_icons{
		max-width: 500px;
		margin: 0px auto;
	}
	#wrapper_four_steps{
		height: auto;
		padding-bottom: 60px;
		background-size: cover;
	}
	
}
@media screen and (max-width: 600px){
	
	#four_steps h1{
		font-size: 20px;
		margin-bottom: 30px;
		margin-top: 60px;
		line-height: 1.4em;
		min-height: 60px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}
	
}


#wrapper_calc{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1500;
	/*min-height: 860px;*/
	background-image: url(/images/bg.jpg);
	background-position: left top;
}
#wrapper_calc_head{
	position: relative;
	max-width: 982px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	margin-top: 50px;
}
#wrapper_calc_head .order{
	width: initial;
	height: 290px;
	position: relative;
}
#wrapper_calc_head .order .head_pic{
	background-image: url(./images/head_order.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	width: initial;
	height: 72px;
	background-color: #cb58b0;
	padding: 4px;
}

#wrapper_calc_head .order .head_pic h1{
	position: relative;
	margin: 0px;
	padding: 18px 0px 0px 0px;
	max-width: 969px;
	height: calc(100% - 24px);
	font-family: 'ubuntu-l';
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #ffffff;
	border: 3px solid #cb58b0;
	outline: 1px dashed #e4aad7;
	background-image: url(/images/head.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#wrapper_calc_head .order .form_order{
	position: absolute;
	width: 100%;
	top: 80px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#wrapper_calc_head .order .form_order .text_block{
	position: absolute;
	width: 280px;
	height: 100px;
	top: 38px;
	left: 40px;
	
}
#wrapper_calc_head .order .form_order .text_block p{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:100%;
	color: #5f5f5f;
	font-family: 'ubuntu-l';
	font-size: 14px;
}
#wrapper_calc_head .order .form_order .text_block p span{
	color: #d275bb;
	font-family: 'ubuntu-b';
	font-size: 15px;
}
#wrapper_calc_head .order .form_order .swiper-container{
	width: 400px;
	height: 100px;
}
#wrapper_calc_head .order .form_order .swiper-container_fur{
	background-image: url(/images/furniture.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	right: 39px;
	top: 32px;
	margin: 0px;
	width: 265px;
	height: 91px;
	overflow: hidden;
}
#wrapper_calc_head .order .form_order .swiper-container_fur .swiper-wrapper{
	width: 265px;
	height: 93px;
}
#wrapper_calc_head .order .form_order .swiper-container_fur .swiper-slide {
	left: 0px;
}
#wrapper_calc_head .order .form_order .swiper-container_fur .swiper-button-prev{
	background-image: url(/images/turn_left.png);
	position: absolute;
	top: 0px;
	left: 0px;
	height: 91px;
	margin: 0px;
	background-size: 100% 100%;
	background-position: top left;
}
#wrapper_calc_head .order .form_order .swiper-container_fur .swiper-button-next{
	background-image: url(/images/turn_right.png);
	position: absolute;
	top: 0px;
	right: 0px;
	height: 91px;
	background-size: 100% 100%;
	margin: 0px;
	background-position: top left;
}

#wrapper_calc_head .order .form_order .swiper-container_fur .swiper-button-next:hover,
#wrapper_calc_head .order .form_order .swiper-container_fur .swiper-button-prev:hover{
	opacity: 0.5;
}
#wrapper_calc_head .order .form_order .swiper-container_fur .soft_chare,
#wrapper_calc_head .order .form_order .swiper-container_fur .couch{
	position: absolute;
	width: 201px;
	height: 50px;
	left: 32px;
	top: 22px;
	background-image: url(/images/soft_chare.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#wrapper_calc_head .order .form_order .swiper-container_fur .couch{
	background-image: url(/images/couch.png);
	top: 30px;
}
#wrapper_calc_head .order .form_order .swiper-container_fur .soft_chare p,
#wrapper_calc_head .order .form_order .swiper-container_fur .couch p{
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-family: 'ubuntu-l';
	font-size: 14px;
}
#wrapper_calc_head .order .forms{
	position: absolute;
	top: 5px;
	left: 331px;
	height: 185px;
	margin: 0px;
	padding: 0px;
}
#wrapper_calc_head .send_block{
	position: absolute;
	top: 9px;
	left: 11px;
	width: 300px;
	height: 175px;
	display: inline-block;
	vertical-align: top;
}
#wrapper_calc_head .forms .row{
	height: 32px;
	width: 100%;
	margin-bottom: 25px;
}
#wrapper_calc_head .forms input[type=text] {
	background-color: #ffffff;
	font-size: 14px;
	color: #000;
	height: 32px;
	line-height: 32px;
	font-family: 'ubuntu-l';
	padding: 0px 16px;
	width: 258px;
	border: 2px solid #d3d3d3;
	
}
#wrapper_calc_head .forms button{
	color: #ffffff;
	border: none;
	border-radius: 15px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: 'ubuntu-m';
	letter-spacing: 3px;
	text-transform: uppercase;
	height: 60px;
	width: 300px;
	background-color: #ffffff;
	background-image: url(/images/order_button.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#wrapper_calc_head .forms button:hover{
	opacity: 0.7;
	cursor:pointer;
}
#wrapper_calc_h{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	
}
#wrapper_calc_h .h_line{
	position: relative;
	margin-top: 53px;
	text-align: center;
}
#wrapper_calc_h .main_calc_h{
	text-align: center;
}
#wrapper_calc_h .h_line h1{
	position: relative;
	display: inline-block;
	margin: 0px;
	font-family: 'ubuntu-l';
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	letter-spacing: 4px;
	word-spacing: 2px;
	font-weight: normal;
	line-height: 38px;
	color: #555555;
	border: 2px dashed #cdd796;
	border-left: none;
	border-right: none;
}


#wrapper_calc_head .order .form_order.form_row_wrapper{
	position: relative;
	display: block;
	max-width: 960px;
	margin: 0px auto;
	text-align: left;
	top: auto;
}
.form_row_left{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 310px;
}
.form_row_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 20px;
	width: 305px;
}



#wrapper_calc_done{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 40px;
}
#wrapper_calc_done .done{
	position: relative;
	width: 100%;
	text-align: center;
}
#wrapper_calc_done .done .pic{
	position: relative;
	display: inline-block;
	width: 299px;
	height: 289px;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#wrapper_calc_done .done .pic .text{
	position: absolute;
	width: 299px;
	height:0px;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	opacity: 0.9;
	text-align: center;
	transition:all 1s ease;
	overflow:hidden;
}

#wrapper_calc_done .text .square p{
	position: relative;
	margin: 0px;
	top: 73px;
}
#wrapper_calc_done .text .square{
	position: relative;
	top: 8px;
	left: 8px;
	border: 1px dashed #dcdcdc;
	height: 271px;
	width: 283px;
}
#wrapper_calc_done .done .pic:hover .text{
	height: 289px;
}
#wrapper_calc_done .done .text .square a{
	position: absolute;
	left: 50%;
	bottom: 40px;
	width: 201px;
	margin-left: -100px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	padding: 30px 0px 0px 6px;
	color: #3a3a3a;
	font-family: 'ubuntu-m';
	text-transform: uppercase;
	background-image: url(/images/look_at.png);
	background-repeat: no-repeat;
	background-position: top center; 
	transition:all .5s ease;
}
#wrapper_calc_done .text a:hover{
	opacity: 0.5;
}


@media screen and (max-width: 1000px){
	#wrapper_calc_head .order .form_order.form_row_wrapper{
		padding-top: 30px;
		height: auto;
	}
	.form_row_left,
	.form_row_center,
	.form_row_right{
		display: block;
		position: relative;
		max-width: 350px;
		margin: 0px auto;
		margin-bottom: 30px;
		padding: 0px 10px;
		width: initial;
	}
	#wrapper_calc_head .order .form_order .text_block{
		position: relative;
		width: initial;
		max-width: 280px;
		margin: 0px auto;
		top: auto;
		left: auto;
		height: auto;
	}
	#wrapper_calc_head .order .form_order .swiper-container_fur{
		position: relative;
		display: block;
		top: auto;
		right: auto;
		width: initital;
		max-width: 265px;
		margin: 0px auto;
	}
	#wrapper_calc_head .order .forms,
	#wrapper_calc_head .send_block{
		position: relative;
		top: auto;
		left: auto;
		max-width: 290px;
		margin: 0px auto;
		width: initial;
		height: auto;
	}
	#wrapper_calc_head .forms .row{
		position: relative;
		display: block;
		width: initial;
	}
	#wrapper_calc_head .forms input[type=text]{
		width: initial;
		width: 100%;
		max-width: 255px;
		display: block;
		position: relative;
	}
	
	#wrapper_calc_head,
	#wrapper_calc_head .order{
		height: auto;
	}
}
@media screen and (max-width: 360px){
	
	#wrapper_calc_head .order .head_pic h1{
		font-size: 20px;
	}
	
	#wrapper_calc_head .forms button{
		width: 240px;
		
		background-size: contain;
		padding-top: 6px;
		height: 44px;
		margin: 0px auto;
		
	}
	#wrapper_calc_head .forms input[type=text]{
		width: 240px;
	}
	
	
	#wrapper_calc_done .done .pic{
		max-width: 260px;
		width: 100%;
	}
	#wrapper_calc_done .done .pic .text{
		width: 100%;
	}
	#wrapper_calc_done .done .pic .square{
		width: calc(100% - 16px);
	}
	#wrapper_calc_done .done .pic:hover .square{
		
	}
}


#wrapper_footer{
	position: relative;
	width: 100%;
	margin: 0px auto;
	min-height: 300px;
	background-color: #fff;
	
}
#wrapper_footer .footer{
	position: relative;
	max-width: 1000px;
	margin: 0px auto;
}
#wrapper_footer .footer_row ul{
	position: relative;
	height: 40px;
	width: 100px;
	text-align: left;
	padding-top: 4px;
}
#wrapper_footer .footer_row ul li{
	display: inline-block;
	position: relative;
}
#wrapper_footer .footer_row ul li a{
	width: 44px;
	height: 40px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	background-image: url(/images/vk_icon.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#wrapper_footer .footer_row ul li a:hover{
	opacity: 0.5;
}
#wrapper_footer .footer_row{
	max-width: 980px;
	position: relative;
	margin: 0px auto;
	padding-top: 30px;
	text-align: left;
}
#wrapper_footer .left_row,
#wrapper_footer .right_row{
	position: relative;
	display: inline-block;
	width: calc(50% - 25px);
	vertical-align: top;
}
#wrapper_footer .left_row{
	text-align: right;
	padding-right: 25px;
}
#wrapper_footer .right_row{
	text-align: left;
	padding-left: 25px;
}
#wrapper_footer .addres{
	position: relative;
	display: block;
	line-height: 20px;
}
#wrapper_footer .addres .city{
	position: relative;
	display: block;
	font-family: 'ubuntu-l';
	font-weight: bold;
	font-size: 14px;
	color: #6f6f6f;
}
#wrapper_footer .footer .phone{
	position: relative;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
#wrapper_footer .footer .phone a{
	position: relative;
	display: inline-block;
	padding: 6px 9px 3px 9px;
	border: 3px dashed #acc44b;
	background-position: left top;
	background-repeat: no-repeat;
	color: #acc44b;
	font-family: 'ubuntu-b';
	font-size: 15px;
}
#wrapper_footer .footer .phone a:hover{
	opacity: 0.8;
}

#wrapper_footer .footer nav ul{
	position: relative;
	max-width: 600px;
	margin: 0px auto;
	margin-top: 30px;
	text-align: center;
}
#wrapper_footer .footer nav ul li{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	margin-bottom: 15px;
	
	
}
#wrapper_footer .footer nav ul li a, #wrapper_footer .footer nav ul li span{
	color: #6a6a6a;
	letter-spacing: 1px;
	padding-bottom: 6px;
	font-size: 12px;
	font-family: 'ubuntu-r';
	text-transform: uppercase;
	text-decoration: underline;
}
#wrapper_footer .footer nav ul li.active span{
	color: #acc44b;
}
#wrapper_footer .footer nav ul li a:hover,
#wrapper_footer .footer nav ul li.active a:hover{
	color: #e77ace;
}
#wrapper_footer .footer .copyright{
	position: relative;
	max-width: 500px;
	margin: 0px auto;
	margin-top: 15px;
	font-size: 11px;
	font-family: 'ubuntu-r';
	color: #c3c3c3;
	letter-spacing: 1px;
	word-spacing: 3px;
	text-align: center;
}
#wrapper_footer .footer .copyright a{
	font-size: 11px;
	font-family: 'ubuntu-r';
	color: #c3c3c3;
	letter-spacing: 1px;
	word-spacing: 3px;
	
}
#wrapper_footer .footer .copyright a:hover{
	text-decoration: underline;
}


@media screen and (max-width: 520px){
	#wrapper_footer{
		padding-bottom: 40px;
	}
	#wrapper_footer .left_row,
	#wrapper_footer .right_row{
		display: block;
		width: 100%;
		padding: 0px;
		text-align: center;
		margin-bottom: 20px;
	}
	#wrapper_footer .footer_row ul{
		margin: 0px auto;
		text-align: center;
	}
}


/*blog*/
.article-small{
	position: relative;
	min-height: 226px;
	margin-bottom: 40px;
	z-index: 1;
	clear: both;
}
.article-small img{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 20px;
	z-index: 2;
}
.article-small img:hover{
	opacity: 0.7;
}
.article-small h2{
	position: relative;
	display: inline-block;
	margin: 0px;
}
.article-small h2 a{
	position: relative;
	display: block;
	color: #595959;
	font-size: 18px;
	font-family: 'ubuntu-m';
	text-transform: uppercase;
	text-decoration:none;
}
.article-small h2 a:hover {

	color:#e673cb;

}
.article-small .small-desc{
	position: relative;
	margin-top: 28px;
	color: #393939;
	font-family: 'ubuntu-l';
	font-size: 14px;
}
.article-small .url{
	position: relative;
	display: block;
	margin-left: 240px;
	margin-right: auto;
	margin-top: 28px;
	text-align: center;
	width: 264px;
}
.article-small .url a{
	position: relative;
	text-decoration:none;
	display: inline-block;
	background-image: url('/images/blog_link.png');
	background-position: center center;
	background-repeat: no-repeat;
	width: 264px;
	height: 48px;
	padding: 14px 0px 0px 0px;
	color: #3a3a3a;
	font-family: 'ubuntu-m';
	font-size: 14px;
	text-transform: uppercase;
}
.article-small .url a:hover{
	opacity: 0.5;
}
.content_head {

	position:relative;

}

.content_head .breadcrump {

	position: absolute;
	top:40px;
	left:10px;
	
	font-family: 'ubuntu-r';

}

.content_head .breadcrump a {

	color:#000;
	

}

.content_head .breadcrump a:hover {

	color:#000;
	font-weight: bold;	

}

.content_head .breadcrump .spacer {

	display:inline-block;
	width:30px;
	text-align: center;

}

@media screen and (max-width: 640px){
	.article-small img{
		float: none;
		display: block;
		margin-bottom: 30px;
		max-width: 100%;
	}
	.article-small .text{
		display: block;
		margin-top: 30px;
	}
	.article-small .url{
		margin-left: 0px;
		margin-right: auto;
	}
}



/*business*/
.wide_wrapper{
	position: relative;
	display: block;
}
.content_wrapper{
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 10px;
	max-width: 1000px;
}
.bus_bundle{
	margin-top: 70px;
	margin-bottom: 70px;
}
.block_head{
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.block_head p{
	margin-bottom: 0px;
	margin-top: 20px;
}
.center_link{
	display: block;
	text-align: center;
}

.dashed_title{
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	margin: 0px;
	border-top: 2px dashed #cdd796;
	border-bottom: 2px dashed #cdd796;
	
	
	
	font-family: 'ubuntu-l';
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	letter-spacing: 4px;
	font-weight: normal;
	line-height: 30px;
	padding: 6px 0px;
	color: #5e5d5d;
	
}
.bus_bundle_wrapper{
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
	width: initial;
}
.bus_bundle_left,
.bus_bundle_right{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 20px);
	padding: 0px 10px;
	margin-bottom: 30px;
}
.bus_bundle_right{
	padding-top: 15px;
}
.bus_bundle_list{
	position: relative;
	display: block;
}
.bus_bundle_list li{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	
	padding: 5px 20px;
	min-height: 30px;
	background-color: #d7ff8a;
}
.bus_bundle_list li:nth-child(2n){
	background-color: #fcfcf6;
}
.bus_bundle_ico{
	position: relative;
	display: block;
	width: 26px;
}
.bus_bundle_ico img{
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px;
	max-width: 100%;
}
.bus_bundle_text{
	position: relative;
	display: block;
	text-align: left;
	
	width: calc(100% - 150px);
	
	
	font-family: 'ubuntu-l';
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.5em;
	color: #363636;
	
	padding-left: 15px;
}
.rubl{
	font-family: als_rublregular!important;
}
.bus_bundle_price{
	position: relative;
	display: block;
	width: 110px;
	text-align: right;
	font-family: 'ubuntu-l';
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.5em;
	color: #363636;
}
.bus_bundle_list_desc{
	position: relative;
	display: block;
	text-align: center;
	
	margin-top: 7px;
	font-family: 'ubuntu-l';
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.5em;
	color: #9d9d9d;
	
	
}
.bus_bundle_ul{
	position: relative;
	display: block;
}
.bus_bundle_ul:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 68px;
	height: 68px;
	border-radius: 100%;
	background: url('/images/bus_bundle_list_decor.jpg') no-repeat center center;
	backgrouns-size: contain;
}
.bus_bundle_ul li{
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-left: 30px;
}
.bus_bundle_ul li:nth-last-child(2),
.bus_bundle_ul li:last-child{
	padding-right: 70px;
}
.bus_bundle_ul li p{
	margin-bottom: 0px;
	margin-top: 0px;
}
.bus_bundle_ul li:before{
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	left: 17px;
	width: 7px;
	height: 2px;
	border-radius: 5px;
	background-color: #c63dbe;
}

@media screen and (max-width: 730px){
	
	.bus_bundle_left,
	.bus_bundle_right{
		display: block;
		width: 100%;
		max-width: 460px;
		margin: 0px auto;
		width: initial;
	}
	.bus_bundle_left{
		margin-bottom: 40px;
	}
	
}
/*business*/

/*clients_slider*/

.clients_slider .block_head{
	margin-bottom: 70px;
}
.clients_slider .swiper-container{
	width: 100%;
	height: auto;
}
.clients_slider .swiper-container .swiper-wrapper{
	height: auto;
}
.clients_slider{
	margin-bottom: 80px;
}
.client_logo{
	height: 40px;
	width: calc(100% - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 10px;
}
.client_logo img{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}
.clients_slider_wrapper{
	position: relative;
	display: block;
	padding: 0px 50px;
	user-select: none;
}
.general_slider_button.swiper-button-prev,
.general_slider_button.swiper-button-next{
	position: absolute;
	display: block;
	width: 50px;
	height: 100%;
	margin: 0px;
	background: none;
	top: 0px;
}
.general_slider_button.swiper-button-prev{
	left: 0px;
}
.general_slider_button.swiper-button-next{
	right: 0px;
}
.general_slider_button:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 13px;
	height: 36px;
	margin-top: -18px;
	background-image: url('/images/swiper_arrows.png');
	background-repeat: no-repeat;
}
.general_slider_button.swiper-button-prev:before{
	background-position: -2px -2px;
	margin-left: -7px;
}
.general_slider_button.swiper-button-next:before{
	background-position: -19px -2px;
	margin-left: -8px;
}
.bus_portfolio{
	margin-top: 80px;
	margin-bottom: 80px;
}
.bus_portfolio .block_head{
	margin-bottom: 30px;
}
.bus_portfolio_wrapper{
	position: relative;
	display: block;
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
}
.bus_portfolio_node{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	margin-bottom: 20px;
	width: 14.6%;
	max-width: 140px;
}
.bus_portfolio_node a{
	position: relative;
	display: block;
	max-width: 140px;
	margin: 0px auto;
	-moz-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-o-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	-webkit-transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
	transition: opacity 0.3s cubic-bezier(.54,0,.42,1);
}
.bus_portfolio_node a img{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}
.bus_portfolio_node a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 990px){
	.bus_portfolio_node{
		width: 20%;
	}
}
@media screen and (max-width: 620px){
	.bus_portfolio_node{
		width: 25%;
	}
}
@media screen and (max-width: 460px){
	.bus_portfolio_node{
		width: 50%;
	}
	.dashed_title{
		font-size: 20px;
		line-height: 25px;
	}
}
@media screen and (max-width: 400px){
	.bus_portfolio_node{
		max-width: 130px;
	}
}


/*clients_slider*/









































