.cssClass {
	-webkit-transform: scale(1) !important;
	-webkit-transform-origin: 0 0 !important;
}
.cssClassВ {-webkit-transform:В scale(1) !important;-webkit-transform-origin:В 0 0 !important;}
html {
	height: 100%;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	font-size: 15px;
	line-height: 16px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #343838;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: none;
}
a {
	color: #e20072;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border: 0px;
	outline: none;
}
hr {
	color: #02a8cc;
	background-color:#02a8cc;
	border:0px none;
	height:1px;
	clear:both;
}
hr.black {
	color: #000;
	background-color:#000;
	border:0px none;
	height:1px;
	clear:both;
}
h1,h2,h3,h4,h5,h6 {
	display: block;
	/*color: #00dffc;*/
	color: #32383e;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	text-transform: uppercase;
	margin: 20px 0px;
}
p {
	display: block;
	margin: 0px 0px 20px 0px;
}
h1 {
	font-size: 36px;
	line-height: 36px;
	margin: 10px 0px 40px;
}
h2 {
	font-size: 28px;
	line-height: 28px;
}
h3 {
	font-size: 26px;
	line-height: 26px;
}
h4 {
	font-size: 24px;
	line-height: 24px;
}
h5 {
	font-size: 22px;
	line-height: 22px;
}
h6 {
	font-size: 20px;
	line-height: 20px;
}
table {
	width: 100%;
	text-align: left;
}
table td {
	vertical-align: top;
}
.ajax_errors p {
	font-size: 14px;
	color: #ff0000;
	margin-bottom: 2px;
}
#search_block_blog .srch {
	display:inline-block;vertical-align:top;border-bottom:none;border-right:none;border-left:none;border-top: 3px solid #e20072;padding:5px 5px 4px;background: #E6ECEC;color:#000;
}
#search_block_blog .sbmt {
	display:inline-block;vertical-align:top;background:#e20072;padding:6px;border:none;cursor:pointer;
}
.akciya_fancy {
	display: none;
	float: right;
}
.akciya_fancy.show {
	display: block;
}
.akciya_fancy a {
	text-decoration: underline !important;
}
.nobg {
	background:none !important;
}
.clear {
	clear:both;
	height: 0px;
	line-height: 0;
	font-size: 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.upper {
	text-transform:uppercase;
}
.align_right {
	text-align:right;
}
.align_center {
	text-align:center;
}
.align_left {
	text-align:left;
}/*
a.readmore {
	display: inline-block;
	color: #FFF;
	font-size:16px;
	line-height:16px;
	text-decoration:none;
	font-weight:700;
	padding-right:32px;
	background: transparent url(../images/button_right.png) top right no-repeat;
	text-transform: uppercase;
}
a.readmore span {
	display: inline-block;
	padding: 14px 0px 12px 20px;
	background: transparent url(../images/button_left.png) top left no-repeat;
}*/
.ttl_inner {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 30px;
}
.text-inner {
	display: block;
	margin: 0px;
	padding: 0px;
	/*font-size: 12px;
	line-height: 14px;*/
}
.text p:last-child {
	margin-bottom: 0;
}
.text-inner.bottom {
	margin-bottom: 60px;
}
.text-inner:after {
	content: "";
	display: table;
	clear: both;
}
.text-inner p {
	margin-bottom: 10px;
}
/*FAQ*/
.quest_list {
	display: block;
	padding: 0px;
	margin:0px 0px 20px 0px;
}
.quest_list.block {
	margin-top: 10px;
}
.quest_item {
	display: block;
	padding: 0px;
	/*margin: 0px 0px 15px 0px;*/
	font-size: 14px;
	line-height: 16px;
}
.quest_item .question {
	padding: 20px 20px 20px 15px;
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
	background: #DEDEDE url("../images/arrow_down_orange.png") 98% 50% no-repeat;
	color: #434343;
}
.quest_item .question:hover {
	text-decoration: none;
	background-color: #E8E8E8;
}
.quest_item .answer {
	background: #E4E6E6;
	display: block;
	padding: 20px;
	margin-bottom: 5px;
}
.quest_item .answer p {
	margin-bottom: 4px;
}
/*end FAQ*/
/* structure */
.wrapper {
	width: 100%;
	position: relative;
	height: auto;
	min-height:100%;
	overflow: hidden;
}
.center {
	position: relative;
	display:block;
	margin:0px auto;
	padding:0px;
	width:910px;
}
.center:after {
	content: "";
	display: table;
	clear: both;
}
.top2_main .center.width_1200 .pre_text_des {
	display: block;
	width: 910px;
	margin: 0 auto;
}
.center.width_1200 {
	min-width: 910px;
	max-width: 1200px;
	width: auto;
}
.designer_blocks_flex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.main_header_fixed {
	/*left: 0;
  position: fixed;
  top: 0;*/
  width: 100%;
  z-index:1000;
  /*background: #fff;*/
}
.header {
	display:block;
	width:100%;
	height: auto;
	min-height: 60px;
	margin: 0px;
	padding: 0px;
	background: #FFF;
}
.header .phone{
	float:right;
	margin-left:5px;
	font-weight: 500;
	font-size:20px;
}
.header .phone span{
	color:#e20072;
	font-size:15px;
}
.header .phone span.descr{
	display:block;
	text-align:right;
	font-size: 13px;
	line-height: 13px;
	color: #343838;
	font-weight: 300;
}
h1.with_logo {
	line-height: 46px;
}
.inner_page.inpage {
	display: block;
	/*padding-top: 185px;*/
}
.inpage.nomenu {
	padding-top: 70px;
}
.header .header_logo,
.inner_page .header_logo {
	display: block;
    float: left;
    width: 385px;
    min-height: 49px;
    margin: 9px;
    padding: 0px;
    background: transparent url(../images/logo_site.jpg) top left no-repeat;
    background-size: contain;

}
.inner_page .header_logo {
	float: right;
}
.header .header_logo > a,
.inner_page .header_logo > a {
	display: block;
	width: 261px;
	height: 55px;

}
.inner_page .header_logo > a {
	color: #000;
	font-size: 15px;
	line-height: 15px;
}
.header_logo #basket-info {
	float: left;
	height: auto;
	margin: 5px 0px 5px 9px;
}
.header .h_menu,
.header .b_lc {
	width: 490px;
	padding:0px;
	float: right;
}
.header .b_lc {
	position: relative;
	padding-top: 11px;
}
.header .b_lc .login {
	display: none;
	position: absolute;
	top: 55px;
	right: -30px;
	z-index: 50;
	background: #fff;
	border: #e20072 solid 1px;
	padding: 20px 20px 7px 20px;
	color: #32383e;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.header .b_lc .login .links{
	font-size:12px;
	line-height: 10px;
	margin:3px 0 0 0;
}
.header .b_lc .login .links a{
	padding:0 10px 0 0;
}
.header .b_lc .login input {
	background: #FFFFFF;
	border: #e20072 solid 1px;
	box-sizing: border-box;
	color: #32383E;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin-right: 10px;
	padding: 5px;
	vertical-align: top;
}
.header .b_lc .login input[type=submit]{
	background: #e20072 url('../images/arrow_right_orange_button.png') center right no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding-right: 40px;
	padding-left: 15px;
	cursor: pointer;
}
.logged, #basket-info {
	display: block;
	float: left;
	width: auto;
	height: 36px;
	max-width: 250px;
	/*padding-left: 43px;*/
	/*background: transparent url('../images/icon_lc.png') 0px 2px no-repeat;*/
}
.icon_phone_header {
	display: block;
	float: left;
	width: auto;
	/*height: 36px;*/
	line-height: 29px;
	font-size: 30px;
	/*max-width: 250px;*/
	/*padding-left: 43px;*/
	margin-left: 5px;
	margin-right: 5px;
	/*background: transparent url('../images/icon_phone_header.png') 0px 2px no-repeat;*/
}
.icon_phone_header span {
	display: block;
	line-height: 13px;
	font-size: 13px
}
#basket-info {
	margin-left: 30px;
	/*background: transparent url('../images/icon_basket2.png') 0px 2px no-repeat;*/
	position:relative;
	z-index:1;
	/*padding-left: 20px;*/
	padding-top:2px;
}
#basket-info.not_empty p{
	color:#FFF;
}
#basket-info::after {
	background: rgb(236,157,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,157,1,1) 0%, rgba(255,180,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,157,1,1)), color-stop(100%,rgba(255,180,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d01', endColorstr='#ffb400',GradientType=0 ); /* IE6-9 */
	content: "";
    display: block;
    position: absolute;
    left: 40px;
    right: -5px;
    top: -3px;
    bottom:0;
    z-index: -1;
    opacity:0;
    -webkit-transition: opacity 0.7s ease; /* Safari 3.1 to 6.0 */
    transition: opacity 0.7s ease;
}
#basket-info.not_empty::after {
	opacity:1;
}

.logged p, #basket-info p {
	font-size: 14px;
	line-height: 15px;
	color: #32383e;
	margin-bottom: 3px;
}
.logged p span {
	color: #e20072;
}
#keep-info {
	display: block;
	position: fixed;
	width: 357px;
	height: auto;
	right: -270px;
	top: 65px;
	z-index: 700;
}
#keep-info .keep_count {
	display: block;
	float: left;
	margin: 0px;
	width: 50px;
	height: 34px;
	padding-left: 37px;
	padding-top: 17px;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	background: transparent url('../images/keep_tongue.png') 0 0 no-repeat;
}
#keep-info .keep_items {
	display: block;
	float: left;
	width: 268px;
	background: #FFF;
	padding: 0px;
	border-top: #b5b5b5 solid 1px;
	border-left: #b5b5b5 solid 1px;
	border-bottom: #b5b5b5 solid 1px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.45);
	-moz-box-shadow:    3px 3px 10px 0px rgba(0, 0, 0, 0.45);
	box-shadow:         3px 3px 10px 0px rgba(0, 0, 0, 0.45);
}
#keep-info .keep_items .items_title {
	display: block;
	padding: 0px 20px;
	height: 49px;
	font-size: 18px;
	line-height: 49px;
	border-bottom:#e0e0e0 solid 1px;
}
#keep-info .keep_items .keep_scroll {
	 max-height: 484px;
    overflow: auto;
}
#keep-info .keep_items .items_info {
	display: block;
	padding: 20px;
	background: #f2f2f2;
	border-bottom:#e0e0e0 solid 1px;
	font-size:0;
	text-align:center;
}
.keep_item_block {
	display: inline-block;
	position: relative;
	width: 110px;
	padding: 0px;
	margin: 0px;
	text-align:left;
}
.keep_item_block:nth-child(even){
	margin-left: 8px;
}
.keep_item_block .keep_items_list .cat_items_list_info .price{
	float:none;
}
.keep_delete {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 23px;
	height: 24px;
	background: transparent url('../images/keep_del.png') 0 0 no-repeat;
}
.keep_items_list {
	display: block;
	position: relative;
	width: 102px;
	height: 102px;
	border: #cccccc solid 1px;
	background: #FFF;
	padding: 2px;
	margin-bottom: 8px;
}
.keep_items_list img {
	max-width: 190px;
	height: auto;
}
#keep-info .keep_items .gotohelp,
#keep-info .keep_items .gotokeep {
	display: block;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 14px;
}
#keep-info .keep_items .gotohelp {
	padding-bottom: 16px;
}
#keep-info .keep_items .gotohelp a,
#keep-info .keep_items .gotokeep a {
	margin-top: 0px;
	display: block;
	width: auto;
	font-size: 13px;
	text-align: center;
	padding: 9px 10px 6px;
}
/*.logged a {
	text-decoration: underline;
}*/
.logged a.logout {
	text-decoration: underline;
	color: #999999;
}
.logged a.logout:hover {
	text-decoration: none;
}
.header.with_lc .h_menu {
	border-top: #b5b5b5 solid 1px;
	width: 100%;
}
.header.with_lc .h_menu ul {
	float: left;
}
.header.with_lc .h_menu ul li a {
	padding-top: 10px;
	padding-bottom: 11px;
}
.header .h_menu ul {
	display: block;
	float: right;
	padding: 0px;
	margin: 0px;
}
.header .h_menu ul li {
	float: left;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	text-align:center;
	vertical-align: middle;
	font-size: 14px;
	line-height: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #83898e;
	position: relative;
}
.header .h_menu ul li .childs {
	background: #F1F1F1;
	display: none;
	left: 0px;
	position: absolute;
	top: 30px;
	z-index: 400;
	width: 200px;
}
.header .h_menu ul li .childs li {
	width: 100%;
	text-align: left;
}
.header .h_menu ul li:hover {
	background: #F1F1F1;
}
.header .h_menu ul li:hover .childs {
	display: block;
}

.header .h_menu ul li a {
	display: block;
	color: #83898e;
	text-decoration: none;
	padding: 28px 13px 0px;
}
.header .h_menu ul li a:hover,
.header .h_menu ul li a.active {
	color: #e20072;
	text-decoration: none;
}
.header_bottom {
	display: block;
	width: 100%;
	/*background: #343838;*/
	background: transparent url('../images/bg_header_menu.jpg') 50% 50% no-repeat;
	color: #FFF;
}
.header_bottom .h_menu {
	display: block;
	width: 100%;
	padding: 0px;
}
.header_bottom .h_menu table {
	width: 100%;
	font-size: 18px;
	line-height: 18px;
	border-collapse: collapse;
}
.header_bottom .h_menu table td {
	text-align: center;
	padding: 0px;
	width: 20%;
}
.header_bottom .h_menu table td a,
.header_bottom .h_menu table td span {
	display: block;
	min-height: 36px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 15px 8px;
	font-weight: 300;
}
.header_bottom .h_menu table td a:hover,
.header_bottom .h_menu table td a.active,
.header_bottom .h_menu table td span:hover,
.header_bottom .h_menu table td span.active {
	color: #FFF;
	padding: 14px 7px;
	text-decoration: none;
	border: #e20072 solid 1px;
}
.header_bottom .h_menu table td span:hover {
	cursor: pointer;
}
.header_bottom .h_menu table td a.active,
.header_bottom .h_menu table td span.active {
	background: #e20072;
	background: -moz-linear-gradient(top,  #e20072 0%, #db3f88 100%);
	background: -webkit-linear-gradient(top,  #e20072 0%,#db3f88 100%);
	background: linear-gradient(to bottom,  #e20072 0%,#db3f88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20072', endColorstr='#db3f88',GradientType=0 );
}
.center_top {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.center_top::after {
	content: "";
	display: table;
	clear: both;
}
.top1_main {
	padding: 21px 0px 0px;
	color: #FFF;
	/*background: #1E1C27 url('../images/site_zastavka.jpg') top center no-repeat;*/
	background: #1E1C27 url('../images/shapka_new.jpg') top center no-repeat;
	max-height: 534px;
	margin:163px 0 0 0;
}
.top1_main .pre_text {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
	text-align: right; /* new */
	/*background:url(../images/top1_main.png) right top no-repeat;*/
	width:576px;
	height:170px;
	float:right;
}
.top1_main .pre_text p {
	background: none !important;
}
.top1_main .txt .pre_text {
	font-size: 40px;
	line-height: 43px;
}
.top1_main .center {
	margin-bottom: -14px;
}
.top1_main .txt {
	position: relative;
	display: block;
	padding-top: 50px;
	padding-left: 170px;
	min-height: 420px;
	font-size: 34px;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: -14px;
	/*background: transparent url('../images/slide1.png') 0px 12px no-repeat;*/
}
.top1_main .txt::after {
	content: "";
	display: none;
	position: absolute;
	width: 207px;
	height: 229px;
	left: 42px;
	bottom: 16px;
	background: transparent url('../images/bg_chel_nout_and_dog.png') 0 0 no-repeat;
}
.top1_main .txt.ob::after{
	background: transparent url('../images/man_ob_r.png') no-repeat;
}
.top1_main .txt p {
	padding: 2px 0px 2px 5px;
	background: rgba(0,0,0,0.65);
}
.top1_main .txt h1 {
	position: relative;
	color: #FFF;
	font-weight: 300;
	font-size: 41px;
	line-height: 50px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 0px 0px 18px;
	text-align: right;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.24);
}
/*.top1_main .txt h1 {
	position: relative;
	font-family: "Times New Roman", sans-serif;
	color: #31edf8;
	font-weight: 300;
	font-size: 75px;
	line-height: 75px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding: 20px 0px 18px;
	background: rgba(255,255,255,0.4);
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.24);
}*/
/*.top1_main .txt h1::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	top: -6px;
	left: 0px;
}
.top1_main .txt h1::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -6px;
	left: 0px;
}*/
.top1_main .txt p {
	margin-bottom: 27px;
}
.top1_main .txt span {
	background: #04E1FF;
	color: #31373D;
	font-size: 46px;
	line-height: 72px;
	font-weight: 700;
	padding: 0px 38px;
}
.top1_main .txt span.city{
	background: rgb(236,157,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,157,1,1) 0%, rgba(255,180,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,157,1,1)), color-stop(100%,rgba(255,180,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d01', endColorstr='#ffb400',GradientType=0 ); /* IE6-9 */
	color:#FFF;
	font-size:30px;
}
/*.top1_main .txt span {
	color: #00dffc;
}*/
.top2_main {
	position: relative;
	display: block;
	padding: 6px 0px;
	/*background: transparent url('../images/lines_block.png') top center repeat-y;*/
}
.top2_main .inner_text {
	position: absolute;
	top: -34px;
	right: 0px;
	width: 324px;
	height: 404px;
	background: transparent url('../images/top2_inner_bg.png') right bottom no-repeat;
}
.top2_main .inner_text div {
	padding-top: 55px;
	width: 211px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
}
.top2_main .inner_text span {
	color: #FFF;
}
.top2_main .outer_text {
	position: absolute;
	top: 415px;
	left: 0px;
	width: 215px;
	height: 215px;
	background: #008c9e;
	-webkit-border-radius: 215px;
	-moz-border-radius: 215px;
	border-radius: 215px;
	color: #FFF;
	font-family: 'Palatino Linotype', sans-serif;
}
.top2_main .outer_text div {
	padding-top: 55px;
	width: 205px;
	height: 150px;
	margin-top: 4px;
	margin-left: 4px;
	border: #FFF solid 1px;
	-webkit-border-radius: 205px;
	-moz-border-radius: 205px;
	border-radius: 205px;
	text-transform: uppercase;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
}
.top2_main .outer_text div span {
	display: inline-block;
	padding: 2px 0px 5px;
	margin: 8px 0px;
	text-transform: none;
	border-top: #8acad2 solid 1px;
	border-bottom: #8acad2 solid 1px;
}
.top2_main .pre_text {
	display: block;
	width: 455px;
	height: 120px;
	color: #32383e;
	font-size: 38px;
	line-height: 46px;
	text-transform: uppercase;
}
.top2_main .we_do {
	margin: 60px 0px 44px 0px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #6a7070;
	font-weight: 700;
}
/*new*/
.best_designer {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size:0;
}
.best_designer .pre_text_des {
	font-family: "Verdana", sans-serif;
	margin: 12px 0px;
}
.best_designer .pre_text_des h2{
	color:#e20072;
	font-size:38px;
	font-family: "Verdana", sans-serif;
	float:left;
}
.best_designer .pre_text_des p {
	float: left;
    font-size: 18px;
    margin: 19px 0 0 13px;
    text-align: left;
}
.best_designer .pre_text_des .big {
	font-size:50px;
	line-height:52px;
	color:#01b1c9;
	font-family: "Times New Roman", sans-serif;
	padding-top: 10px;
}
.best_designer .designer_blocks_bg{
	background: #EEEFEF;
	height:103px;
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
.relative{position:relative;}
.best_designer .designer_blocks {
	font-family: "Verdana", sans-serif;
	float:left;
	vertical-align: top;
	/*width: 218px;*/
	width: 171px;
	color: #32383e;
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	margin-right:12px;
}
.best_designer .designer_blocks img{
	margin:10px 0 0 0;
}
.best_designer .designer_blocks.last {
	margin-right: 0px;
}
.best_designer .designer_blocks .title {
	font-size:14px;
	margin:15px 0 10px 0;
	font-weight:bold;
}
.best_designer .designer_blocks .text {
	font-size:12px;
}
.best_designer .designer_blocks p {
	margin-bottom: 0px;
}
.best_designer .designer_blocks span {
	font-weight: 700;
	color: #01b1c9;
}
.best_designer .designer_blocks .d_img {
	height:103px;
	background: #EEEFEF;
	position:relative;
}
.best_designer .designer_blocks .d_img::after {
	 bottom: -16px;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
	background: transparent url('../images/cnt/top2_main_ugil.png') 50% 50% no-repeat;
}
/*new*/
.do_it {
	display: block;
	padding: 0px;
}

.do_it.count1 {
	margin-left: 61px;
	margin-bottom: 0px;
}
.do_it.count2 {
	margin-left: 315px;
	margin-bottom: 18px;
}
.do_it.count3 {
	margin-right: 75px;
	margin-bottom: 18px;
}
.do_it.count4 {
	margin-right: 335px;
	margin-bottom: 30px;
}
.do_it.count5 {
	margin-left: 170px;
	margin-bottom: 65px;
}

.do_it.count1 .do_it_text {
	width: 710px;
}
.do_it.count2 .do_it_text {
	width: 455px;
}
.do_it.count3 .do_it_icon {
	float: right;
	margin-right: 0px;
	margin-left: 13px;
}
.do_it.count3 .do_it_text {
	float: right;
	text-align: right;
	width: 495px;
}
.do_it.count3 .do_it_text .ttl {
	margin-top: 24px;
}
.do_it.count4 .do_it_icon {
	float: right;
	margin-right: 0px;
	margin-left: 13px;
}
.do_it.count4 .do_it_text {
	float: right;
	text-align: right;
	width: 435px;
}
.do_it.count5 .do_it_icon {
	margin-right: 25px;
}
.do_it.count5 .do_it_text {
	width: 590px;
}

.do_it.last .do_it_icon {
	background-color: #e20072;
}
.do_it.last .do_it_icon span {
	font-size: 30px;
	line-height: 27px;
}
.do_it.last .do_it_text {
	margin-top: 7px;
	text-transform: uppercase;
	font-size: 31px;
	line-height: 38px;
}
/*.do_it.last .do_it_text::after {
	content: "";
	display: block;
	width: 58px;
	height: 31px;
	margin: 0 auto;
	padding: 0px;
	background: transparent url('../images/arrow_down_orange.png') 0 0 no-repeat;
}*/
.do_it .do_it_icon {
	color: #FFF;
	font-weight: 700;
	text-align: center;
	line-height: 118px;
	text-transform: uppercase;
	float: left;
	position: relative;
	margin-right: 13px;
	width: 118px;
	height: 118px;
	border: #e20072 solid 3px;
	-webkit-border-radius: 118px;
	-moz-border-radius: 118px;
	border-radius: 118px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.do_it .do_it_icon span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 33px;
	height: 27px;
	padding-top: 6px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	background: #e20072;
	-webkit-border-radius: 33px;
	-moz-border-radius: 33px;
	border-radius: 33px;
}
.do_it .do_it_text {
	float: left;
	font-size: 16px;
	line-height: 16px;
	color:#32383e;
}
.do_it .do_it_text .ttl {
	color: #e20072;
	font-weight: 700;
	font-size: 19px;
	line-height: 23px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.do_it .do_it_text p {margin-bottom: 5px;}
.top3_main {
	display: block;
	padding: 30px 0px;
	background: transparent url('../images/bg_call_main.jpg') top center no-repeat;
	color: #FFF;
}
.top3_main .callback div {text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);}
.callback {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	font-weight: 700;
}
.callback div {float: left;}
.callback h3 {
	float: right;
	color: #FFF;
	font-size: 48px;
	line-height: 48px;
	margin: 0px;
}
.top4_main {
	display: block;
	padding: 50px 0px 0px;
	height: 525px;
	overflow: hidden;
	background: #e6ecec url('../images/lines_white.png') top center no-repeat;
}
.top4_main .pre_text {
	text-transform: uppercase;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 35px;
}
.because {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	color: #6a7070;
	font-weight: 700;
	margin-bottom: 30px;
}
.because_blocks {
	display: block;
	position: relative;
}
.because_blocks .round {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-top: 45px;
	padding-left: 45px;
	background: #e20072;
	color: #e20072;
	font-size: 72px;
	line-height: 72px;
	width: 144px;
	height: 144px;
	-webkit-border-radius: 189px;
	-moz-border-radius: 189px;
	border-radius: 189px;
}
.because_blocks .round span {
	display: block;
	color: #FFF;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
.because_blocks .txt {
	display: inline-block;
	color: #32383e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
}
.because_blocks.cnt1 {
	position: absolute;
	top:158px;
	left: 50px;
	width: 405px;
}
.because_blocks.cnt1 .round {
	text-align: left;
	padding-left: 45px;
	width: 144px;
}
.because_blocks.cnt1 .txt {
	margin-left: -90px;
	margin-top: 65px;
	width: 300px;
	display: inline-block;
}
.because_blocks.cnt2 {
	position: absolute;
	top:283px;
	left: 315px;
	width: 260px;
	text-align: center;
}
.because_blocks.cnt2 .round {
	display: inline-block;
}
.because_blocks.cnt2 .txt {
	margin-top: 10px;
	display: block;
}
.because_blocks.cnt3 {
	position: absolute;
	top:125px;
	left: 569px;
	width: 300px;
	text-align: center;
}
.because_blocks.cnt3 .round {
	display: inline-block;
	width: 164px;
	padding-left: 25px;
	font-size: 42px;
	line-height: 42px;
}
.because_blocks.cnt3 .txt {
	text-align: left;
	margin-top: -45px;
	display: block;
}
.blue {
	background: #008c9e;
	color: #FFF;
}
.gray {
	background: #e6ecec;
	color: #32383e;
}
.top5_main {
	display: block;
	padding: 11px 0px 0 0;
	position:relative;
}
/*wowslider*/
#wowslider-container {
    height: 177px;
    text-align: left;
    width:910px;
    /*max-width: 1000px;*/
}
#wowslider-container .ws_images ul {
    border-spacing: 0;
    height: auto;
    left: 0;
    list-style: none outside none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 10000%;
}
#wowslider-container .ws_images ul li {
    float: left;
    font-size: 0;
    line-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 1%;
}
/*#wowslider-container .ws_images ul li img {
    max-width: 100%;
}*/
#wowslider-container .ws_images {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
    border-radius:5px;
    behavior: url(/PIE.htc);
    overflow:hidden;
}
#wowslider-container .ws_images a {
    color: transparent;
    display: block;
    width: 100%;
}
#wowslider-container img {
    width: auto !important;
  /*height:380px !important;*/
}
#wowslider-container .ws_images img {
    border: 0 none;
    max-width: none;
    padding: 0;
   /*width: 1223px;
    height:380px;*/
}
#wowslider-container a {
    border: medium none;
    outline: medium none;
    text-decoration: none;
}
#wowslider-container .ws_bullets {
    float: left;
    font-size: 0;
    position: absolute;
    z-index: 70;
    bottom: -15px;
    right: 0px;
    width: 910px;
    text-align:right;
    line-height: 12px;
}
#wowslider-container a.wsl {display: none;}
#wowslider-container .ws_bullets a {
    background: #eaeaf8;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin:0 5px 0 0;
    text-indent: -9000px;
    display:inline-block;
}
#wowslider-container .ws_bullets a.ws_selbull {background: #e20072;}
#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
    background-image: url("../images/arrows.png");
    display: none !important;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 60;
}
#wowslider-container a.ws_next {
    background-position: 100% 0;
    right: 5px;
}
#wowslider-container a.ws_prev {
    background-position: 0 0;
    left: 5px;
}
/*#wowslider-container a.ws_next:hover {
    background-position: 100% 100%;
}
#wowslider-container a.ws_prev:hover {
    background-position: 0 100%;
}*/
* html #wowslider-container a.ws_next, * html #wowslider-container a.ws_prev {
    display: block;
}
#wowslider-container:hover a.ws_next, #wowslider-container:hover a.ws_prev {
    display: block;
}
#wowslider-container .ws-title {
    top: 0;
    color: #D4EAFF;
    display: block;
    font-size: 34px;
    left: 0;
    margin: 74px 0 0 130px;
    position: absolute;
    z-index: 50;
    width: 473px;
    line-height: 33px;
}
#wowslider-container .ws-title div {
    font-size: 18px;
    color:#FFF;
    margin-top: 6px;
    line-height: 23px;
    padding:20px 0 0 0;
}
#wowslider-container .ws_thumbs {
    font-size: 0;
    overflow: auto;
    position: absolute;
    z-index: 70;
}
#wowslider-container .ws_thumbs a {
    color: transparent;
    opacity: 0.85;
    position: relative;
    text-indent: -4000px;
}
#wowslider-container .ws_thumbs a:hover {
    opacity: 1;
}
#wowslider-container .ws_thumbs a:hover img {
    visibility: visible;
}
#wowslider-container .ws_thumbs {
    height: 381px;
    left: -113px;
    top: -14px;
    width: 100px;
}
#wowslider-container .ws_thumbs.ws_fadethumbs {
    height: 465px;
}
#wowslider-container .ws_thumbs div {
    position: relative;
    width: 100%;
}
#wowslider-container .ws_thumbs .ws_selthumb img {
    border-color: #565D65;
}
#wowslider-container .ws_thumbs a img {
    margin: 3px;
    max-width: none;
    text-indent: 0;
    width: 64px;
}
#wowslider-container .ws_images ul {
    animation: 23.1s ease 0s normal none infinite wsBasic;
}
#wowslider-container .ws_bullets a img {
    display: block;
    left: -60px;
    max-width: none;
    position: absolute;
    text-indent: 0;
    top: 20px;
    visibility: hidden;
}
#wowslider-container .ws_bullets a:hover img {
    visibility: visible;
}
#wowslider-container .ws_bulframe div div {
    height: 90px;
    overflow: visible;
    position: relative;
}
#wowslider-container .ws_bulframe div {
    background-color: #FFFFFF;
    left: 0;
    overflow: hidden;
    position: relative;
    width: 120px;
}
#wowslider-container .ws_bullets .ws_bulframe {
    cursor: pointer;
    display: none;
    overflow: visible;
    position: absolute;
    top: 20px;
}
#wowslider-container .ws_bulframe span {
    background: url("triangle.png") repeat scroll 0 0 transparent;
    display: block;
    height: 6px;
    left: 60px;
    margin-left: -4px;
    position: absolute;
    top: -10px;
    width: 15px;
}
/*end wowslider*/
.slider_title {
	margin: 0 auto;
	width: 910px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 40px;
	position: relative;
	z-index: 80;
	margin-bottom: 10px;
}
.slider_simple {
	display: block;
	text-align: center;
}
.slide_simple {
	margin-left: -1px;
	margin-bottom: 2px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 225px;
	height: 225px;
	cursor: pointer;
}
#bxslider_landing .slide_simple {
	width: 910px;
	height: 240px;
}
.slide_simple img {
	position: relative;
	z-index: 50;
}
.slide_simple div.img {
	position: relative;
	z-index: 50;
	height:225px;
	background-size: cover !important;
}
.slide_simple .slider_s_descr {
	position: absolute;
	text-transform: uppercase;
	display: none;
	top: 10px;
	left: 10px;
	width: 205px;
	height: 95px;
	padding-top: 40px;
	padding-bottom: 70px;
	background: rgba(0,0,0,0.45);
	z-index: 100;
	color: #fff;
}
.slide_simple:hover .slider_s_descr {
	display: block;
}
.slide_simple .slider_s_descr .type {
	position: absolute;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	width: 180px;
	height: 22px;
	padding-top: 52px;
	font-weight: 700;
	bottom: 8px;
	left: 50%;
	margin-left: -90px;
	background: transparent url('../images/icon_chastnie.png') top center no-repeat;
}
.slide_simple .slider_s_descr .type.obsch {
	background: transparent url('../images/icon_obschestvennie.png') top center no-repeat;
}
.slider_simple .bx-wrapper .bx-viewport {
	overflow: visible !important;
}
.slider_simple.overflow_width .bx-wrapper .bx-viewport {
	overflow: hidden !important;
	width: 912px !important;
}
.slider_simple.overflow_width .slide_simple {
	margin-left:0;

}
.slider_simple.overflow_width{
	background:#FFF;
	padding-top:10px;
}
.slide_simple.full {
	width: 453px;
	height: 453px;
}
.slide_simple.half {
	width: 453px;
	height: 225px;
}
.slide_simple.full .slider_s_descr {
	width: 433px;
	height: 323px;
}
.slide_simple.half .slider_s_descr {
	width: 433px;
	height: 93px;
}
.slide_comp .slide_simple {
	float: left;
	margin-right: 2px;
}
.top7_main {
	padding: 20px 0px 19px;
	background: transparent url('../images/bg_image_tarifs_new.jpg') top center no-repeat;
}
.top7_main .pre_text {
	color: #FFF;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 38px;
	padding: 0px 0px 20px;
}
.tarifs {
	margin-right: 1px;
	display: inline-block;
	vertical-align: top;
	width: 299px;
	min-height: 525px;
	background: #e6ecec;
	color: #343838;
	font-size: 14px;
	line-height: 16px;
	padding-bottom:20px;
}
.tarifs:last-child{
	margin-right: 0px;
}
.tarifs.wide {
	margin-top: 16px;
	width: 904px;
}
.tarifs.last {
	margin-right: 0px;
}
.tarifs .ttl {
	position: relative;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 14px;
	text-align: center;
	color: #FFF;
	padding-top: 25px;
	height: 78px;
}
.tarifs .ttl span {
	color: #e20072;
	display: block;
	font-size: 14px;
	line-height: 14px;
	margin-top: 11px;
}
.tarifs .txt_before {
	color: #242c36;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
.tarifs .txt_before a {
	color: #242c36;
}
.tarifs .txt_before a.button {
	margin-bottom: 5px;
	display: inline-block;
	padding-bottom: 60px;
	background: transparent url('../images/tarif_wide_open_but.png') bottom center no-repeat;
}
/*light*/
.tarifs.light .ttl {
	border-top: #e20072 solid 3px;
	background: transparent url('../images/tarif_light.png') top center no-repeat;
}
.tarifs.light ul {
	list-style-image: url('../images/ulli_light.png');
}
/*light*/
/*basic*/
.tarifs.basic .ttl {
	border-top: #0191a2 solid 3px;
	background: transparent url('../images/tarif_basic.png') top center no-repeat;
}
.tarifs.basic ul {
	list-style-image: url('../images/ulli_basic.png');
}
/*basic*/
/*vip*/
.tarifs.vip .ttl {
	border-top: #056d79 solid 3px;
	background: transparent url('../images/tarif_vip.png') top center no-repeat;
}
.tarifs.vip ul {
	list-style-image: url('../images/ulli_vip.png');
}
/*vip*/
/*wide*/
.tarifs.wide {
	height: auto;
	min-height: 0px;
	padding-bottom: 0px;
}
.tarifs.wide .ttl {
	height: 96px;
	margin-bottom: 6px;
	padding-top: 13px;
	border-top: none;
	background: transparent url('../images/tarif_wide.png') top center no-repeat;
}
.tarifs.wide .ttl::after {
	content: "";
	display: block;
	position: absolute;
	width: 218px;
	height: 1px;
	top: 41px;
	left: 50%;
	margin-left: -109px;
	background: #fff;
}
.tarifs.wide .ttl::before {
	content: "";
	display: block;
	position: absolute;
	width: 162px;
	height: 1px;
	top:44px;
	left: 50%;
	margin-left: -81px;
	background: #fff;
}
.tarifs.wide .ttl span {
	margin-top: 15px;
	font-size: 18px;
	line-height: 18px;
}
.tarifs.wide ul {
	vertical-align: top;
	display: inline-block;
	width: 308px;
	list-style-type: none;
	/*list-style-image: url('../images/ulli_wide.png');*/
}
.tarifs.wide ul li {
	vertical-align: top;
	display: inline-block;
	width: 280px;
	padding-right: 10px !important;
	padding-left: 18px !important;
	padding-bottom: 5px !important;
	background: transparent url('../images/ulli_wide.png') 4px 8px no-repeat;
}
.tarifs.wide ul li span {
	color: #e20072;
}
.tarifs.wide .txt {
	padding-left: 160px !important;
}
.tarifs.wide .txt_open_wrap {
	display: none;
}
.tarifs.wide .tarif_button {
	margin-bottom: 25px;
}
.tarifs .form_tarif {
	display: none;
}
.tarif_bottom_abs {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 200px;
	margin-top: 16px;
	width: 100%;
}
.inner_page .tarif_bottom_abs {
	margin-bottom: 24px;
}
.tarif_bottom_abs .tarifs.wide {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: 0px;
}
#open_anketa_materials input,
#open_anketa_materials textarea,
#open_anketa_materials select {
	width: 97% !important;
	border: #ccc solid 1px;
	padding: 5px;
	font-size: 13px !important;
	line-height: 13px !important;
}
#open_anketa_materials textarea {
	height: 80px;
}
#open_anketa_materials p {
	/*font-size: 13px !important;
	line-height: 13px !important;*/
	width: 97%;
	margin-bottom: 5px;
}
#open_anketa_materials .simple_button {
	margin-top: 10px !important;
}
.feedback_tarif_wide {
	padding: 30px 35px;
	background: url("../images/bg_feedback_main.jpg") 50% 100% no-repeat transparent;
}
.feedback_tarif_wide .title {
	color: #FFF;
	float: left;
	width: 245px;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-right: 10px;
}
.feedback_tarif_wide .inputs {
	float: left;
	width: 575px;
}
.feedback_tarif_wide input {
	background: #FFFFFF;
	border: medium none currentColor;
	box-sizing: border-box;
	color: #32383E;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
	margin-right: 19px;
	padding: 10px 10px;
	vertical-align: top;
}
.feedback_tarif_wide input[type=submit] {
	background: #01abc1 url('../images/arrow_right_orange_button.png') center right no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-right: 0px;
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom:9px;
	text-align: right;
	cursor: pointer;
	width: 180px;
	border-bottom: #017f90 solid 2px;
}
/* end wide*/
.tarifs .txt {
	position: relative;
	display: block;
	padding-left: 25px;
	padding-bottom: 4px;
}
.tarifs .txt ul,
.tarifs .txt ol {
	padding-left: 16px;
}
.tarifs .txt ul li,
.tarifs .txt ol li {
	padding: 3px 0px 2px;
}
.tarifs .txt::after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background: #7b7b7b;
	width: 220px;
	bottom: 2px;
	left: 50%;
	margin: 0px;
	margin-left: -110px;
}
.tarifs .price {
	font-size: 36px;
	line-height: 38px;
	text-align: center;
}
.tarifs .price .ex {
	padding-left: 30px;
	background: transparent url('../images/price_ex.png') left center no-repeat;
}
.tarifs .price::before {
	content: "";
	display: block;
	height: 1px;
	background: #7b7b7b;
	width: 160px;
	margin: 0px auto 20px;
}
.tarif_button,
.kompl_button,
.button_begin,
.simple_button {
	position: relative;
	display: block;
	width: 117px;
	padding: 15px 0px 12px 23px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
	color: #FFF;
	margin: 25px auto 0px;
	text-align: left;
	border-bottom: #BF0056 solid 2px;
	background: #e20072;
	background: -moz-linear-gradient(top,  #e20072 0%, #db3f88 100%);
	background: -webkit-linear-gradient(top,  #e20072 0%,#db3f88 100%);
	background: linear-gradient(to bottom,  #e20072 0%,#db3f88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20072', endColorstr='#db3f88',GradientType=0 );
	z-index:3;

}
.tarif_button::before, .simple_button::before{
	background: rgb(1,166,188); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(1,166,188,1) 0%, rgba(2,188,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,166,188,1)), color-stop(100%,rgba(2,188,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a6bc', endColorstr='#02bcd5',GradientType=0 ); /* IE6-9 */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    content:"";
	border-bottom: 2px solid #017e8f;
	-webkit-transition: opacity 0.7s ease; /* Safari 3.1 to 6.0 */
    transition: opacity 0.7s ease;
}
.tarif_button:hover::before, .tarif_button.active::before, .simple_button:hover::before, .simple_button.active::before{
    opacity: 1;
}

.tarif_button.active::after,
.tarif_button:hover::after {
	background: transparent url('../images/bg_ok_active.png') 0 0 no-repeat;
}
.simple_button {
	display: inline-block;
	width: auto;
	padding: 15px 23px 12px;
	z-index:3;
}

.simple_button.toback {
	padding: 14px 13px 10px 25px;
	margin-top: 0px;
}
.button_begin {
	width: 277px;
	border:solid 1px #e20072;
	background: #FFF;
	font-size: 17px;
	line-height: 45px;
	margin: 20px auto 0 auto;
	color:#e20072;
	text-align:center;
	padding:0;
	text-shadow:none;
}
.tarif_button::after,
.kompl_button::after {
	content: "";
	display: block;
	position: absolute;
	top:11px;
	right: 11px;
	width: 28px;
	height: 20px;
	background: transparent url('../images/bg_ok.png') 0px 0px no-repeat;
}
/*.button_begin::after {
	content: "";
	display: block;
	position: absolute;
	top:11px;
	right: 11px;
	width: 37px;
	height: 21px;
	background: transparent url('../images/arrow_begin.png') 0px 0px no-repeat;
}*/
.simple_button.toback::after {
	content: "";
	display: block;
	position: absolute;
	top:11px;
	left: 7px;
	width: 11px;
	height: 20px;
	background: transparent url('../images/arrow_toback.png') 0px 0px no-repeat;
}

.tarif_read {
	text-align: center;
	margin: 10px auto 0px;
}
.style_int_wrap .tarif_button {
	margin-top: 10px;
	margin-bottom: 7px;
}
.top8_main {
	padding: 65px 0px 15px 0px;
	background: transparent url('../images/lines_gray.png') top center no-repeat;
}
.top8_main .pre_text {
	font-size: 36px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.zakaz {
	display: block;
	font-size: 36px;
	line-height: 36px;
	/*padding-left: 485px;*/
	padding-left: 374px;
	min-height: 240px;
	padding-bottom: 35px;
	margin-bottom: -1px;
	background: transparent url('../images/bg_chel_and_dog.png') 60px 100% no-repeat;
}
.zakaz p:first-child {
	text-transform: uppercase;
	color:#008c9e;
}
.zakaz .zakaz_button {
	float: right;
	display: inline-block;
	position: relative;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	padding: 20px 45px 20px 25px;
	border-bottom: #c78c00 solid 2px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
	text-transform: uppercase;
	background: rgb(236,157,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,157,1,1) 0%, rgba(255,180,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,157,1,1)), color-stop(100%,rgba(255,180,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d01', endColorstr='#ffb400',GradientType=0 ); /* IE6-9 */
}
.zakaz .zakaz_button::after {
	content: "";
	position: absolute;
	top:11px;
	right: 0;
	display: block;
	width: 35px;
	height: 37px;
	/*margin-top: -14px;*/
	background: transparent url('../images/readmore_middle.png') right center no-repeat;
}
.zakaz_steps {
	display: block;
}
.zakaz_steps a {
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background: #e20072;
	font-size: 30px;
	line-height: 48px;
	height: 60px;
	padding: 0px 25px;
	display: inline-block;
	vertical-align: top;

	border-bottom: #0090a3 solid 3px;
}
.zakaz_steps a span {
	font-size: 48px;
}
.zakaz_steps .one {
	width:662px;
}
.zakaz_steps .two {
	border-bottom: #00707e solid 3px;
	background: #008c9e;
}
.zakaz_steps .three {
	border-bottom: none;
	border-top: #004c56 solid 3px;
	border-left: #004c56 solid 2px;
	background: #005f6b;
}

.top9_main {
	display: block;
	background: #e6ecec url('../images/lines_white_cut.png') 50% -9px no-repeat;
	padding: 50px 0px;
	height: 440px;
	overflow: hidden;
}
.top9_main .pre_text {
	font-size: 36px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom: 55px;
}
.calc_page .center{
	padding:0 50px;
}
.calc_page.cabinet_calc .center{
	padding: 0px;
}
.calc_page {
	display: block;
	margin:70px 0 80px 0;
}
.calc_txt {
	display: block;
	position: relative;
	margin-bottom: 40px;
}
.calc_txt .inner_text h3 {
	color: #32383e;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
}
.calc_txt .step_ttl {
	font-weight: 700;
	color: #6a7070;
	margin-bottom: 20px;
}
.calc_txt .step_ttl_new {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}
.calc_txt .inner_text {
	/*margin-bottom: 60px;*/
	font-size: 16px;
	line-height: 16px;
	margin:0 0 0 0;
}
.calc_txt .type_intr_wrap {
	display: block;
	margin-bottom: 4px;
	height: 62px;
}
.calc_txt .type_intr_wrap .type_intr{
	float:left;
	padding: 5px 0 5px 70px;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	margin-right: 0px;
	cursor: pointer;
	width: 383px;
	background: url("../images/arrow_filtr_white.png") no-repeat 7px 6px #697171;
	transition: width 0.5s ease-in-out;
}
.calc_txt .type_intr_wrap .type_intr div{
    background: url("../images/filtr_ob_active.png") no-repeat;
    height: 45px;
    width: 115px;
    float:right;
}
.calc_txt .hide{
	display:none !important;
}
.calc_txt .type_intr_wrap .type_intr.ch div{
	/*width:121px;	*/
	 background: url("../images/filtr_ch_active.png") no-repeat;
}
.calc_txt .type_intr_wrap .type_intr:first-child{
	margin-right: 4px;
}
.calc_txt .type_intr_wrap .type_intr.active, .calc_txt .type_intr_wrap .type_intr:hover{
	background: url("../images/arrow_filtr_active.png") no-repeat 7px 6px #e20072;
}
.calc_txt .type_intr_wrap .type_intr.active{
	height:56px;
}
.calc_txt .inp_wrap_bg{
	position: relative;
	background: #e6ecec;
	margin-bottom: 20px;
}
.calc_txt .inp_wrap {
	position: relative;
	display: block;
	padding: 20px 35px;
	float:left;
	width:235px;
}
.calc_txt .inp_wrap input[type=checkbox],  .calc_txt .inp_wrap_2 input[type=checkbox], .calc_txt .inp_wrap input[type=radio]{
	background: #fff;
	border: #96a7a9 solid 1px;
	color: #ffa41b;
	margin: 5px 3px 5px 0px;
	font-size: 16px;
}
.calc_txt .inp_wrap label {
	color: #343838;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
}
.calc_txt .inp_wrap_2 {
	width: 535px;
	float:right;
	display: block;
	padding: 20px 35px;
	background: #d0d7d7;
}
.calc_txt .inp_wrap_2 .blck {
	display: inline-block;
	width: 265px;
}
.calc_txt .inp_wrap_2 label {
	text-transform: none;
	color: #343838;
	font-weight: 700;
	cursor: pointer;
}
.calc_txt .blck_blue_wrap {
	margin-bottom: 0px !important;
}
.calc_txt .blck_blue {
	display: inline-block;
	padding: 6px 10px 7px 20px;
	background: #e20072;
	color: #fff;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 5px;
	margin-right:12px;
}/*
.calc_txt .blck_blue.last {
	margin-right: 0px;
}*/
.calc_txt .blck_blue .cls {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height:16px;
	margin-left: 15px;
	cursor: pointer;
	background: transparent url('../images/del_input.png') 0 0 no-repeat;
}
.calc_txt .blck_blue label {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	margin-right: 5px;
}
.calc_txt .blck_blue .dop{
	margin-top: 5px;
}
.calc_txt .blck_blue .dop label {
	display: inline-block;
    font-size: 12px;
    margin-right: 5px;
    vertical-align: top;
    width: 230px;
}
.calc_txt .blck_blue .dop input {
	margin-left: 0px;
}
.calc_txt .blck_blue input.text {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: none;
	text-align: center;
	color: #343838;
	width: 75px;
	line-height: 25px;
	padding: 4px 0px;
}

.calc_txt .inp_wrap_3 {
	display: block;
	margin-bottom: 20px;
}
.calc_txt .inp_3 {
	display: inline-block;
	vertical-align: top;
	width: 335px;
	margin: 0px 35px 20px 20px;
}
.calc_txt .inp_3 label {
	font-weight: 700;
	cursor: pointer;
}
.calc_txt .inp_3 input[type='checkbox'] {
	background: #fff;
	border: #e20072 solid 1px;
	color: #e20072;
	padding: 7px;
}
.calc_txt .you_choice {
	display: block;
	background: #e6ecec;
	padding: 30px 30px 3px 20px;
	position:relative;
}
.calc_txt .you_choice.last_step .choice_border {
	width: 100%;
}
.calc_txt .you_choice.last_step .choice_border table {
	width: 670px;
}
.calc_txt .you_choice .step_choice {
	display: block;
	width: 42px;
	height: 42px;
	text-align: center;
	font-size: 24px;
	line-height: 42px;
	color: #fff;
	float: left;
	background: #e20072;
	margin-right: 15px;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius:42px;
}
.calc_txt .you_choice .choice_border {
	position: relative;
	display: block;
	padding-bottom: 25px;
	border-bottom: #a0a0a0 solid 1px;
	width: 590px;
	margin-bottom: 12px;
}
.calc_txt .you_choice .choice_border .edit_button {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 0px;
	background: #697171 url('../images/edit_pensil.png') right center no-repeat;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 22px 7px 10px;
}
.calc_txt .you_choice h3 {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 300;
}
.calc_txt .you_choice table {
	float: left;
	width: 515px;
}
.calc_txt .you_choice table td {
	font-weight: 700;
	padding: 7px 0px;
}
.calc_txt .you_choice table td:first-child {
	width:180px;
	color: #6a7070;
}
.calc_txt .you_choice table td.step_price{
	 font-size: 20px;
    font-weight: 700;
    text-align: right;
    color: #008c9e;
}
.calc_txt .you_choice a.submit_style{
	position: absolute;
	right: 30px;
	bottom: 15px;
	background: #e20072 url('../images/readmore_middle.png') center right no-repeat;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	padding: 18px 40px 18px 13px;
}
.calc_txt .tarifs {
	margin-bottom: 20px;
}
/*блог*/
.left_col {
	display: block;
	float: left;
	width: 720px;
	margin: 0px;
	padding: 0px;
}
.left_col .center {
	/* width: 720px !important; */
}
.right_col {
	display: block;
	float: right;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
.gallery_samearticles {
	display: block;
	padding-top: 15px;
	padding-bottom: 10px;
}
.gallery_samearticles .gallery_art_title {
	padding-bottom: 14px;
	border-bottom: #e20072 solid 3px;
	margin-bottom: 10px;
	color: #313840;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
}
.gallery_samearticles .blog_list {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.blog_list {
	display: block;
	width: 720px;
	margin: 0px;
	padding: 0px;
}
.blog_list .blog_item {
	display: inline-block;
	/*float: left;*/
	vertical-align: top;
	width: 220px;
	margin-right: 16px;
	margin-bottom: 30px;
}
.blog_list .blog_item .st_facebook, .blog_list .blog_item .st_vkontakte{
	float:right;
	margin: -4px 0 0 0;
}
.gallery_samearticles .blog_list .blog_item {
	margin-right: 5px;
}
.blog_list .blog_item.medium {
	width: 460px;
}
.blog_list .blog_item.last {
	margin-right: 0px;
}
.blog_item .img {
	display: block;
	position: relative;
	margin-bottom: 3px;
}
.blog_item .img a:hover img {
	opacity: 0.9;
}
.blog_item .img .label,
.cat_items_list .label,
.page_item_catalog .label,
.keep_items_list .label {
	position: absolute;
	top: 2px;
	left: -2px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	border-bottom: #c78c00 solid 1px;
	border-right: #c78c00 solid 1px;
	font-weight: 700;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
	/*-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.09);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.09);*/
	text-transform: uppercase;
	background: rgb(236,157,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,157,1,1) 0%, rgba(255,180,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,157,1,1)), color-stop(100%,rgba(255,180,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d01', endColorstr='#ffb400',GradientType=0 ); /* IE6-9 */
}
.cat_items_list .label,
.page_item_catalog .label,
.keep_items_list .label  {
	padding: 4px 8px 3px;
}
.page_item_catalog .notAvable{
	display:inline-block;
	font-weight:bold;
	text-transform: uppercase;
	margin:0 10px 0 0;
}
.label.hit {
	border-bottom: #017e8f solid 2px;
	border-right: #017e8f solid 1px;
	background: rgb(1,166,188); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(1,166,188,1) 0%, rgba(2,188,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,166,188,1)), color-stop(100%,rgba(2,188,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a6bc', endColorstr='#02bcd5',GradientType=0 ); /* IE6-9 */
}
.label.sale {
	border-bottom: #ec2f6e solid 2px;
	border-right: #ec2f6e solid 1px;
	background: rgb(253,59,123); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,59,123,1) 0%, rgba(252,113,157,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,59,123,1)), color-stop(100%,rgba(252,113,157,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,59,123,1) 0%,rgba(252,113,157,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,59,123,1) 0%,rgba(252,113,157,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,59,123,1) 0%,rgba(252,113,157,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,59,123,1) 0%,rgba(252,113,157,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd3b7b', endColorstr='#fc719d',GradientType=0 ); /* IE6-9 */
}
.blog_item .title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}
.blog_item .blogtags {
	display: block;
	position: relative;
	margin-bottom: 10px;
	color: #7D7D7D;
}
.blog_item .blogtags a {
	color: #7D7D7D;
	font-size: 12px;
}
.blog_item .announce {
	display: block;
	color: #000;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 10px;
}
.blog_item .date,
.blog_cnt .date {
	color: #868686;
	font-size: 12px;
	line-height: 12px;
}
.blog_item .read_cnt,
.blog_cnt .read_cnt  {
	padding-left: 23px;
	background: transparent url('../images/icon_read_12.png') left center no-repeat;
}
.blog_item .date .read_cnt,
.blog_cnt .read_cnt {
	margin-left: 13px;
}
.tagblog_block {
	padding: 10px 0px 10px 27px;
	background: #E6ECEC;
	list-style-image: url('../images/ulli_light.png');
	border-top: 3px solid #e20072;
	/*border-bottom: #ccc solid 1px;*/
}
.tagblog_block li {
	padding: 5px 0px;
}
.tagblog_block li a {
	color: #000;
}
.tagblog_block li a.active {
	color: #e20072;
}
.outer_text_blog {
	display: block;
	padding: 10px 0px 10px 27px;
	background: #E6ECEC;
	color: #000;
	margin-top: 20px;
}
.outer_text_blog ul {
	padding: 10px 0px 10px 27px;
	list-style-image: url('../images/ulli_light.png');
}
.outer_text_blog ul li {
	padding: 5px 0px;
}
.outer_text_blog .outer_img_blog {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.blog_cnt {
	display: block;
	padding: 10px;
	margin: 10px 0px;
	border-bottom: #E6ECEC solid 1px;
}
.blog_cnt .title {
	margin-bottom: 3px;
}
.blog_cnt .announce {
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 10px;
}
.blog_cnt .announce a {
	color: #343838;
}
.block {
	margin-top: 45px;
	padding-top: 10px;
}
.block_title {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
	margin-bottom: 10px;
}
/*end блог*/
/* colors cabinet */
.cab_color_img {
	display:block;width:130px;margin-right:20px;float:left;margin-top: 10px;
}
.cab_color_blog {
	display:block;width:450px;float:left;margin-top: 10px;
}
.cab_color_blog div,
.cab_color_blog a {
	display: block;
}
.cab_color_blog a {
	margin: 5px 0px;
}
.cab_color_blog div {
	margin-bottom: 5px;
}
.pager_container {
	padding: 0px;
	font-size: 18px;
	line-height: 18px;
	text-align: right;
}
.pager_container a {
	border: 1px solid #e20072;
	border-radius: 100%;
	display: inline-block;
	padding: 4px;
	text-align: center;
	width: 16px;
	text-decoration: none;
}
.pager_container a.active,
.pager_container a:hover {
	background: #e20072;
	color: #FFF;
	text-decoration: none;
}
.pager_container a.first,
.pager_container a.prev,
.pager_container a.last,
.pager_container a.next {
	display: none;
}
.color_item {
	display: block;
	width: 285px;
	float:left;
	margin: 9px;
	padding: 0px;
}
.color_item .color_img {
	position: relative;
	display: block;
	cursor: pointer;
	opacity: 1;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
	overflow:hidden;
}
.color_item .color_img:hover{
	opacity: 0.8;
}
.color_item h5{
	height:35px;
}
/*.color_item .color_img:hover img {
	opacity: 0.8;
}*/
.color_item .color_img .button_wrap {
	background: rgba(0, 0, 0, 0.75);
	bottom: -100px;
	font-size: 16px;
	left: 0px;
	line-height: 16px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.color_item .color_img:hover .button_wrap{
	bottom: 0px;
}
.color_item .color_img.saved .button_wrap{
	display: block !important;
}
.color_item .color_img .button_wrap a{
	border: 2px solid #e20072;
	display: block;
	padding: 17px;
}
/*
.color_item.gallery_item .color_img .button_wrap a{
	float:left;
	width:109px;
	border-right:1px solid #e20072;
	line-height:16px;
}
.color_item.gallery_item .color_img .button_wrap a.compere{
	float:right;
	border: 2px solid #e20072;
	border-left:1px solid #e20072;
	line-height:32px;
}*/
/* end colors cabinet */

/* стили интерьера */
.styles_categories {
	display: block;
	padding: 5px 0px 100px;
	/*border-top: #d2d9d9 solid 1px;*/
}
/*item*/
.default-styles-list.item {
	padding-top: 18px;
}
.default-styles-list .bxslider_item {
	position: relative;
}
.default-styles-list .bxslider_item a {
	left: 0;
}
.default-styles-list .item_style_image {
	display: block;
	text-align: center;
	margin-bottom: 55px;
}
.default-styles-list .item_style_text {
	display: block;
	margin: 0px;
	padding: 0px;
	/*font-size: 12px;
	line-height: 14px;*/
	text-align: justify;
}
.default-styles-list .item_style_text p {
	margin-bottom: 20px;
}
.default-styles-list .item_list_styles {
	display: block;
	padding: 0px;
	margin: 0px 0px 23px 0px;
}
.default-styles-list .item_list_styles a,
.default-styles-list .item_list_styles span {
	display: inline-block;
	vertical-align: top;
	padding: 9px 7px 8px;
	border: #b4b4b4 solid 1px;
	text-transform: uppercase;
	text-decoration: none;
	color: #343838;
	font-size: 11px;
	line-height: 12px;
}
.default-styles-list .item_list_styles a:hover,
.default-styles-list .item_list_styles a.active {
	text-decoration: none;
	color: #878d8d;
	background: #d0d7d7;
	border-color: #d0d7d7;
}
.default-styles-list .item_list_styles span {
	background: #e20072 url('../images/arrow_styles_item.png') center right no-repeat;
	padding-right: 26px;
	color: #FFF;
	border-color:#e20072;
}
.default-styles-list .item_style_slider {
	display: block;
	padding: 20px 0px 40px;
	margin: 0px;
	text-align: center;
}
/* end item*/
.default-styles-list {
	display: block;
	margin: 0px;
	padding: 55px 0px 50px 0px;
	width: 100%;
	border-top: #d2d9d9 solid 1px;
}
.default-styles-list:after {
	content: "";
	display: table;
	clear: both;
}
.default-styles-list .blocks {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 295px;
	height: auto;
	padding: 0px;
	margin: 0px 8px 0px 0px;
}
.default-styles-list .blocks.last {
	margin-right: 0px;
}
.default-styles-list .styles-images {
	height: 245px;
}
.default-styles-list .styles-images a {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
.default-styles-list .styles-images a.active {
	display: block;
}
.default-styles-list .styles-titls a {
	display: block;
	border: #D2D9D9 solid 1px;
	padding: 15px 0px 13px;
	margin-bottom: 9px;
	text-align: center;
	color: #e20072;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.default-styles-list .styles-titls a:hover,
.default-styles-list .styles-titls a.active {
	background: #e20072;
	color: #fff;
	border: #e20072 solid 1px;
	text-decoration: none;
}
.default-styles-list .styles-announces {
	width: 293px;
	height: auto;
	/*min-height: 245px;*/
}
.default-styles-list .styles-announces .announce {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 22px 25px;
	font-size: 12px;
	line-height: 14px;
	border: #D2D9D9 solid 1px;
	background: #FFF;
	min-height: 200px;
	width: 243px;
}
.default-styles-list .styles-announces .announce.active {
	display: block;
}
/* новые стили */
.decidestyle-list {
	display: block;
	position: relative;
	padding: 28px 0px 160px 0px;
	margin: 0px;
	background: transparent url('../images/decidestyle/ds-dog.png') bottom center no-repeat;
}
.decidestyle-slider {
	display: block;
	border: #ccc solid 3px;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	text-align: center;
}
.decidestyle-slider .bx-wrapper .bx-controls-direction a {
	height: 32px;
	width: 17px;
	margin-top: 0px;
	border-radius: 0px;
	top: auto;
	bottom: 19px;
}
.decidestyle-slider .bx-wrapper .bx-prev {
	background: transparent url("../images/decidestyle/ds-left.png") 0 0 no-repeat;
	left: 25px;
}
.decidestyle-slider .bx-wrapper .bx-next {
	background: transparent url("../images/decidestyle/ds-right.png") 0 0 no-repeat;
	right: 25px;
}
.decidestyle-slider .decidestyle-slider-item {
	display: block;
	width: 905px;
}
.decidestyle-slider img {
	/*display: block;*/
}
.decidestyle-slider .decidestyle-slider-title {
	display: block;
	background: #e20072;
	color: #FFF;
	font-size: 18px;
	padding: 20px 0px 0px 0px;
	height: 45px;
	text-transform: uppercase;
}
.decidestyle-info {
	display: block;
	width: 100%;
	padding: 70px 0px 0px 0px;
	background: transparent url('../images/decidestyle/ds-top.png') top center no-repeat;
}
.decidestyle-info::after {
	content: "";
	display: block;
	width: 100%;
	height: 73px;
	margin-top:-10px;
	background: transparent url('../images/decidestyle/ds-bottom.png') bottom center no-repeat;
}
.decidestyle-info .ds-info-title {
	display: block;
	text-align: center;
	color: #e20072;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.ds-info-text_wrap {
	display: block;
	float: left;
	width: 100%;
	padding: 17px 0px 10px 0px;
	border-bottom: #343838 dotted 1px;
}
.ds-info-text_wrap.last {
	border-bottom: none;
}
.ds-info-text_wrap .ds-info-ttl {
	text-transform: uppercase;
	font-family: "Roboto black",sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	color: #343838;
	display: block;
	width: 178px;
	padding: 0px 10px 0px 0px;
	float: left;
}
.ds-info-text_wrap .ds-info-text {
	display: block;
	width: 585px;
	padding: 0px 15px 0px 0px;
	float: left;
}
.ds-info-text_wrap .ds-info-text.noimage {
	width: 705px;
}
.ds-info-text_wrap .ds-info-image {
	width: 117px;
	height: 117px;
	margin-right: 1px;
	float: right;
}
.ds-info-text_wrap .ds-info-image img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* end стили интерьера */
/* что вы получаете */
.what_inner {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	padding: 2px;
	margin: 0px;
	margin-bottom: 82px;
	/*background: rgb(1,166,188);
	background: -moz-linear-gradient(top,  rgba(1,166,188,1) 0%, rgba(2,189,214,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,166,188,1)), color-stop(100%,rgba(2,189,214,1)));
	background: -webkit-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,189,214,1) 100%);
	background: -o-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,189,214,1) 100%);
	background: -ms-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,189,214,1) 100%);
	background: linear-gradient(to bottom,  rgba(1,166,188,1) 0%,rgba(2,189,214,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a6bc', endColorstr='#02bdd6',GradientType=0 );*/
}
/*.what_inner:after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -61px;
	display: block;
	width: 101px;
	height: 61px;
	background: transparent url('../images/what_inner_corner.png') 0 0 no-repeat;
}*/
.what_inner .cnt {
	/*background: #e9eeee;*/
	padding: 33px 12px 20px;
}
.what_wrap {
	position: relative;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.what_wrap.w_inner {
	margin-top: 110px;
}
.what_wrap::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 120px;
	margin: 0px auto;
	top: -106px;
	left: 0px;
	background: transparent url('../images/what_inner_man.png') top center no-repeat;
}
.what_wrap.no_man::before{
	display:none;
}
.what_wrap.gradient_border{
	/*border-left:solid 1px #1D4B3E;
	border-right:solid 1px #000;*/
	border-left:solid 1px #cecece;
	border-right:solid 1px #cecece;
	border-bottom:solid 1px #cecece;
}
.what_wrap.gradient_border .title_wrap{
	margin:0 -1px 0 -1px;
}
/*.what_wrap.gradient_border::after{
	content: "";
	position: absolute;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#1D4B3E), to(#000));
	background-image: -webkit-linear-gradient(left, #1D4B3E, #000);
	background-image: -moz-linear-gradient(left, #1D4B3E, #000);
	background-image: -o-linear-gradient(left, #1D4B3E, #000);
	left:0;
	right:0;
	bottom: 0;
	width:100%;
	height: 1px;
}*/
.what_wrap .title_wrap {
	display: block;
	/*background: #e20072 url('../images/what_title.png') center bottom no-repeat;*/
	background: url("../images/cnt/top12_main_bg.png") no-repeat center center;
	padding: 16px 0px 0px 0px;
	color: #FFF;
	font-size: 24px;
	line-height: 26px;
	/*font-weight: 700;*/
	text-align: center;
	text-transform: uppercase;
}
.what_wrap .title_wrap .ttl {
	display: block;
	position: relative;
	padding-bottom: 20px;
}
/*.what_wrap .title_wrap .ttl:after {
	content: "";
	display: block;
	width: 162px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -81px;
}
.what_wrap .title_wrap .ttl:before {
	content: "";
	display: block;
	width: 218px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 3px;
	margin-left: -109px;
}*/
.what_wrap .what_item {
	display: block;
	background: #e9eeee;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 35px;
}
.what_wrap .what_item a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px 95px 13px 32px;
	background: transparent url('../images/what_arrow_down.png') 97% 50% no-repeat;
}
.what_wrap .what_item a.opened {
	background-image: url('../images/what_arrow_up.png');
}
.what_wrap .what_item a:hover {
	background-color: rgba(0,0,0,0.1);
}
.what_wrap .what_item span {
	display: inline-block;
	margin-right: 10px;
	font-weight: 700;
	border: #e19c18 solid 2px;
	width: 35px;
	height: 38px;
	padding-left: 3px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.what_wrap .what_item_content {
	/*display: none;*/
	margin: 10px 0px 15px;
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
}
.what_wrap .what_item_content .pre_text {
	padding-left: 35px;
}
.steps_new_2304, .note {
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	color: #000;
}
.steps_new_2304 .simple_button {
	text-align: center;
	min-width: 197px;
	padding: 15px 14px 12px;
	margin-top: 0px;
}
.steps_new_2304 p.last, .note p.last {
	margin-bottom: 10px;
}
.step_ttl2 {
	display: block;
	width: 140px;
	color: #00b5ce;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: #cacfcf solid 1px;
	margin:0px auto 15px;
}
.block_small_wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 272px;
	margin-right: 36px;
	margin-bottom: 22px;
}
.block_small_wrap.our_command {
	margin-right: 36px;
}
.block_small_wrap.last {
	margin-right: 0px;
}
.block_small_wrap .block_small,
.block_small_wrap .block_medium,
.block_small_wrap .block_full,
.block_small_wrap .block_middle {
	position: relative;
	display: block;
	padding: 44px 25px 16px;
	background: #e6ecec url('../images/what_block_small_bg_top.png') top center no-repeat;
	z-index: 100;
	font-size: 12px;
	line-height: 13px;
}
.block_small_wrap.medium {
	width: 515px;
	margin-top: 7px;
}
.block_small_wrap.middle {
	width: 318px;
	margin-top: 0px;
}
.block_small_wrap.full {
	width: 840px;
	margin-top: 7px;
	margin-right: 0px;
	margin-left: 33px;
}
.block_small_wrap .block_medium,
.block_small_wrap .block_full {
	padding: 34px 46px 37px 59px;
	background: #e6ecec url('../images/what_block_medium_bg_left.png') center left no-repeat;
}
.block_small_wrap .block_small .txt,
.block_small_wrap .block_medium .txt,
.block_small_wrap .block_middle .txt,
.block_small_wrap .block_full .txt {
	text-align: justify;
	margin-top: 25px;
}
.block_small_wrap .block_small_border,
.block_small_wrap.medium .block_small_border,
.block_small_wrap.full .block_small_border,
.block_small_wrap.middle .block_small_border {
	position: absolute;
	top:10px;
	left: 4px;
	z-index: 50;
	width: 99%;
	height: 97%;
	border: #e6ecec solid 1px;
}
.block_small_wrap.medium .block_small_border {
	left: 12px;
	top: 4px;
	width: 98%;
	height: 99%;
}
.block_small_wrap.full .block_small_border {
	height: 100%;
	left: 10px;
	top: 1px;
	width: 99%;
}
.block_small_wrap.middle .block_small_border {
	height: 98%;
	top:8px;
}
.block_small .img,
.block_medium .img,
.block_full .img,
.block_middle .img {
	display: block;
	background: #FFF;
	/*min-width: 222px;
	min-height: 175px;*/
	text-align: center;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.09);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.09);
}
.block_small_wrap.onhover:hover .block_small {
	background-color: #d0ffff;
}
.block_small_wrap.onhover:hover .block_small_border {
	border-color: #d0ffff;
}
.block_small .descrp,
.block_medium .descrp,
.block_full .descrp,
.block_middle .descrp {
	display: block;
	padding: 10px 0px 9px;
	margin-top: 19px;
	background: #b7bbbb;
	color: #343838;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	text-align: center;
}
.block_small_wrap .block_medium .descrp,
.block_small_wrap .block_full .descrp,
.block_small_wrap .block_middle .descrp {
	font-size: 14px;
	line-height: 18px;
}
.block_small_wrap .block_small .descrp span,
.block_small_wrap .block_medium .descrp span,
.block_small_wrap .block_full .descrp span,
.block_small_wrap .block_middle .descrp span {
	/*display: block;*/
	font-weight: 700;
	text-transform: uppercase;
}
.what_wrap .descrp.top {
	margin-top: 0px;
	margin-bottom: 19px;
}
.what_wrap .imgcolor {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.what_wrap .colors {
	display: inline-block !important;
	vertical-align: top;
	width: 159px;
	height: auto;
	padding: 20px 20px 18px;
}
.what_wrap .color {
	display: inline-block;
	width: 100%;
	height: 48px;
	margin: 5px 0px 6px;
}
.what_wrap .color.cnt1 {
	background: #eee0d3;
}
.what_wrap .color.cnt2 {
	background: #f5d091;
}
.what_wrap .color.cnt3 {
	background: #c6a588;
}
.what_wrap .color.cnt4 {
	background: #8d6048;
}
.what_wrap .color.cnt5 {
	background: #301715;
}
.what_wrap .plans {
	display: block;
	width: 100%;
	margin-bottom: 19px;
}
.what_wrap .plans span,
.what_wrap .plans label {
	display: block;
	float: left;
	max-width: 50px;
	font-weight: 700;
	color: #616262;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-top: 2px;
}
.what_wrap .plans input,
.what_wrap .plans .input_maybe {
	display: block;
	float: right;
	background: #d0d7d7;
	border: none;
	width: 362px;
	padding: 10px 0px;
}
.what_wrap hr {
	color: #d0d7d7;
	background-color:#d0d7d7;
	height:4px;
}
.what_wrap .some_photo,
.what_wrap .some_photo2 {
	display: inline-block;
	vertical-align: top;
	width: 87px;
	height: 48px;
	padding: 5px;
	background: #b7bbbb;
	margin-top: 4px;
	margin-right: 4px;
}
.what_wrap .some_photo.last,
.what_wrap .some_photo2.last {
	margin-right: 0px;
}
.what_wrap .some_photo2 {
	margin-right: 28px;
	width: 108px;
	height: 94px;
}
.right_text {
	display: block;
	width: 315px;
	float: right;
	padding-top: 4px;
}
/* end что вы получаете */
.style_int_wrap {
	width: 400px;
	display: inline-block;
	vertical-align: top;
	margin: 0px 25px 20px 25px;
}
/*.style_int_wrap:nth-child(odd){
	margin-right:0;
}*/
.style_int_wrap .ttl {
	display: block;
	margin-bottom: 3px;
	background: #e20072;
	color: #fff;
	padding-top: 15px;
	height: 40px;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
}
.style_int_wrap .ttl a {
	color: #fff;
	text-decoration: none;
}
.style_int_wrap .st_inp_wrap {
	background: #343838;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}
.style_int_wrap .st_inp_wrap.active{
	border:solid 2px #e20072;
    height: 245px;
}
.style_int_wrap .st_inp_wrap label {
	font-weight: 700;
	display: inline-block;
	margin: 10px 0px 7px;
	cursor: pointer;
}
.style_int_wrap .st_inp_wrap .st_inp input[type=checkbox] {
	display: block;
	width: auto;
	margin: 0 auto;
	border: #e20072 solid 1px;
	background: transparent;
	padding: 14px;
	color: #e20072;
	margin-top: 10px;
	cursor: pointer;
}
.calc_txt .kompl {
	width: 451px;
	display: inline-block;
	background: #343838;
	margin-bottom: 50px;
	padding-bottom: 30px;
	color: #fff;
	vertical-align: top;
}
.calc_txt .kompl .txt {
	position: relative;
	padding: 0px 17px 30px 17px;
}
.calc_txt .kompl .txt:after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background: #616464;
	width: 220px;
	left: 50%;
	bottom: 0px;
	margin-left: -110px;
}
.calc_txt .kompl .txt:before {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	background: #7b7b7b;
	width: 160px;
	left: 50%;
	bottom: -4px;
	margin-left: -80px;
}
.calc_txt .kompl .txt ul {
	padding-left:16px;
	list-style-image: url('../images/ulli_light.png');
}
.calc_txt .kompl .txt ul li {
	padding: 10px 0px 17px;
}
.calc_txt .kompl.two .txt ul {
	list-style-image: url('../images/ulli_basic.png');
}
.calc_txt .kompl h4 {
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	margin: 0px;
}
.calc_txt .kompl .ttl {
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	text-align: center;
}
.calc_txt .kompl .ttl .bg {
	padding-top: 20px;
	background: #e20072;
}
.calc_txt .kompl .ttl:after {
	content: "";
	display: block;
	height: 94px;
 	background: transparent url('../images/kompl_one_bg.png') center bottom no-repeat;
}
.calc_txt .kompl.two .ttl .bg {
	background: #008c9e;
}
.calc_txt .kompl.two .ttl:after {
	content: "";
	display: block;
	height: 94px;
 	background: transparent url('../images/kompl_two_bg.png') center bottom no-repeat;
}

.calc_txt .kompl .nosale,
.calc_txt .kompl .sale {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	width: 233px;
	height: 40px;
	padding-top: 11px;
	margin: 14px auto 0px;
	background: transparent url('../images/bg_nosale.png') 0 0 no-repeat;
}
.calc_txt .kompl .sale {
	padding-top: 0px;
	height: 51px;
	background: transparent url('../images/bg_sale.png') 0 0 no-repeat;
}

.steps_wrap {
	display: block;
	width: 100%;
	background: transparent url('../images/bg_steps_wrap.png') left center repeat-x;
	margin-bottom: 20px;
}
.steps_wrap.fixed_header{
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
}
.steps_wrap .steps,
.inpage .steps {
	font-size: 24px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	text-transform: uppercase;
	color: #696e6e;
	padding-right: 6px;
	margin-right: 73px;
	text-decoration:none;
	width:108px;
}
.steps_wrap .steps.last,
.inpage .steps.last {
	margin-right: 0px;
}
.steps_wrap .steps:before,
.inpage .steps:before {
	content: "";
	display: block;
	float: left;
	margin-right: 6px;
	width: 21px;
	height: 21px;
	background: #9ea6a6;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.steps_wrap .steps span,
.inpage .steps span {
	font-size: 16px;
	line-height: 21px;
	display: inline-block;
	vertical-align: top;
}
.steps_wrap .steps.active,
.inpage .steps.active {
	color: #e20072;
	font-size: 36px;
	line-height: 31px;
	width: 205px;
}
.inpage table .steps.active {
	width: 170px;
	margin-right: 5px;
	padding: 0px 0px 20px 0px;
}
.steps_wrap .steps.active:before,
.inpage .steps.active:before {
	border: #fff solid 5px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0, 223, 252, 1);
	-moz-box-shadow:    0px 0px 0px 5px rgba(0, 223, 252, 1);
	box-shadow:         0px 0px 0px 5px rgba(0, 223, 252, 1);
	background: #e20072;
}
.steps_wrap .steps.active span,
.inpage .steps.active span {
	font-size: 18px;
	line-height: 23px;
}
.steps_wrap .step_prev,
.steps_wrap .step_next {
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	text-transform: uppercase;
	color: #696e6e;
	padding-right: 6px;
}
.steps_wrap .step_prev a{
	color: #696e6e;
	text-decoration:underline;
}
.steps_wrap .step_prev a:hover{
	text-decoration:none;
}
.steps_wrap .step_prev {
	float: left;
	margin-top: 9px;
}
.steps_wrap .step_prev.last {
	margin-top: 0px;
}
.steps_wrap .step_prev:before {
	content: "";
	display: block;
	float: left;
	margin-right: 6px;
	width: 21px;
	height: 21px;
	background: #9ea6a6;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.steps_wrap .step_next {
	color: #e20072;
	font-size: 24px;
	line-height: 38px;
	float: right;
	padding-right: 0px;
	padding-left: 13px;
}
.steps_wrap .step_next a {
	color: #e20072;
	text-decoration:underline;
}
.steps_wrap .step_next a:hover{
	text-decoration:none;
}
.steps_wrap .step_next:after {
	content: "";
	display: block;
	float: right;
	margin-left: 13px;
	width: 21px;
	height: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
	border: #fff solid 5px;
	-webkit-box-shadow: 0px 0px 0px 5px rgba(0, 223, 252, 1);
	-moz-box-shadow:    0px 0px 0px 5px rgba(0, 223, 252, 1);
	box-shadow:         0px 0px 0px 5px rgba(0, 223, 252, 1);
	background: #e20072;
}
.choice_itog {
	display: block;
	text-align: center;
	padding: 20px;
}
.choice_itog p {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.choice_itog .price {
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	color: #008c9e;
}
.choice_itog .sale {
	position: relative;
	display: block;
	background: url("../images/bg_feedback_main.jpg") no-repeat 50% 100%;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 20px;
	color:#fff;
	padding: 14px 0px;
}
/*
.choice_itog .sale:before {
	content: "";
	position: absolute;
	top:-30px;
	left: 50%;
	margin-left: -15px;
	display: block;
	width: 0px;
	height: 0px;
	border-right: transparent solid 15px;
	border-left: transparent solid 15px;
	border-top: transparent solid 15px;
	border-bottom: #fd3b7b solid 15px;
}*/
.calc_itpg_btns_bg{
	background: url('../images/calc_itog_pers.png') 344px 10px no-repeat;
	min-height:261px;
}
.calc_itpg_btns_bg > .error{
	  font-size: 22px;
    font-weight: bold;
    padding: 46px 0 0;
    text-align: center;
}

.itog_button,
.save_zakaz {
	float: left;
	background: #e20072 url('../images/readmore_middle.png') center right no-repeat;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	padding: 18px 40px 18px 13px;
	margin: 30px 0;
}
.save_zakaz {
	float: right;
	padding-right: 55px;
	background: #e20072 url('../images/bg_save_button.png') center right no-repeat;

}
.top11_main {
	/*background: #005f6b;*/
	/*background: transparent url('../images/bg_feedback_main.jpg') top center no-repeat;*/
	color: #fff;
}
.feedback_wide_block {
	display: block;
	padding: 30px 0px 0px;
}
.feedback_wide_block .title {
	display: inline-block;
	font-size: 31px;
	line-height: 32px;
	text-transform: uppercase;
	background: transparent url('../images/arrow_down_orange.png') 0px 5px no-repeat;
	cursor: pointer;
	margin-bottom: 30px;
	padding-left: 80px;
}
.feedback_wide_block input, .feedback_wide_block textarea,
.feedback_wide_block select {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	color: #32383e;
	background: #fff;
	border: none;
	font-size: 12px;
	line-height: 12px;
	padding: 15px 10px;
	margin-right: 7px;
	margin-bottom: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.feedback_wide_block textarea{
	border:solid 1px #e20072;
	width:100%;
}

.feedback_wide_block input.captcha {
	width: 96px;
}
.feedback_wide_block select{
	margin-bottom: 15px;
}
.feedback_wide_block input.file{
	padding:0;
	width:auto;
	display: block;
	margin-left:30px;
}
.feedback_wide_block textarea{
	height:120px;
	resize:none;
}
.feedback_wide_block img.captcha {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.feedback_wide_block .first {
	width: 325px;
}
.feedback_wide_block .feedback .dop_class input:nth-child(1),
.feedback_wide_block .feedback .dop_class input:nth-child(2) {
	width: 325px;
}
.feedback_wide_block input[type=submit] {
	background: #e20072 url('../images/arrow_right_orange_button.png') center right no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding-right: 40px;
	cursor: pointer;
	width: 180px;
}
.feedback_wide_block .left {
	float: left;
	width: 660px;
}
.feedback_wide_block .left .pad {
	padding-left: 80px;
}
.feedback_wide_block .right {
	/*margin-right: 2px;*/
	float: right;
	width: 240px;
	background: transparent url('../images/feedback_delim.png') 0px 4px no-repeat;
}
.feedback_wide_block .right .pad {
	padding: 0px 20px;
}
.feedback_wide_block .right .pad a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 15px;
	margin: 0px 0px 10px 0px;
}
.feedback_wide_block .icon_skype,
.feedback_wide_block .icon_phone {
	line-height:25px;
	padding-left: 35px;
	background: transparent url('../images/icon_feedback_skype.png') 0 0 no-repeat;
}
.feedback_wide_block .icon_phone {
	background: transparent url('../images/icon_feedback_phone.png') 0 0 no-repeat;
}
.feedback_wide_block .right .title {
	padding: 0px 20px;
	background: none;
}
.feedback_wide_block .feedback {
	display: none;
	margin-bottom: 15px;
}
.feedback_wide_block.open .feedback {
	display: block;
}
.top10_main {
	background: transparent url('../images/lines_gray2.png') top center no-repeat;
}
.top6_main {
	position: relative;
	display: block;
	padding-bottom: 6px;
}
.top6_main::before {
	content: "";
	display: block;
	width: 262px;
	height: 229px;
	position: absolute;
	left: 50%;
	margin-left: -131px;
	bottom: 2px;
	background: url('../images/bg_chel_kofe_and_dog.png') center bottom no-repeat;
	z-index:10;
}
.top6_main .left_bg,
.top6_main .right_bg {
	position: relative;
	float: left;
	display: block;
	width: 50%;
	background-color: #d2d9d9;
	/*padding: 90px 0px 10px;*/
	padding: 0 0px 10px;
	 -webkit-transition: all 0.7s ease; /* Safari 3.1 to 6.0 */
    transition: all 0.7s ease;
}
.top6_main .right_bg {
	float: right;
	background-color: #343838;
}
.top6_main .left_bg.hover{
	background-color: #eee !important;
}
.top6_main .right_bg.hover{
	background-color: #222 !important;
}
.top6_main .right_bg .main_list, .top6_main .left_bg .main_list{
	background: none !important;
}
.top6_main .left_bg .center,
.top6_main .right_bg .center {
	display: block;
	float: right;
	width: auto !important;
	margin: 0px !important;
	height: 197px;
	text-align: right;
	color: #343838;
}
.top6_main .left_bg ul,
.top6_main .right_bg ul {
	overflow: hidden;
	list-style-type: none;
	font-weight: 300;
	padding-left: 0px;
	margin: 0px 0px 25px 0px;
}
.top6_main .left_bg ul li,
.top6_main .right_bg ul li {
	padding: 3px 0px;
}
.top6_main .left_bg .center .pre_text {
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	color: #343838;
	width: 455px;
	text-align: left;
	float: right;
}
.top6_main .right_bg .center {
	float: left;
	text-align: left;
	color: #fff;
}
.int_image {
	position: absolute;
	top: 10px;
	right: 0px;
	display: block;
	width: 245px;
	text-align: right;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	padding-right: 60px;
	padding-top: 80px;
	color: #008c9e;
	background: transparent url('../images/obschestvenniy_int.png') top right no-repeat;
	font-family: "Verdana",sans-serif;
}
.int_image .small_text{
	font-size:14px;
	font-weight:300;
}
.right_bg .int_image {
	text-align: left;
	padding-right: 0px;
	padding-left: 35px;
	right: auto;
	left: 20px;
	color: #e20072;
	background: transparent url('../images/chastniy_int.png') top left no-repeat;

}
.top6_main.animate .int_image{
	-webkit-transition: all 0.7s ease; /* Safari 3.1 to 6.0 */
	transition: all 0.7s ease;
}
.top6_main .left_bg.list .center,
.top6_main .right_bg.list .center {
	height: auto;
	padding-right: 305px;
}
.top6_main .right_bg.list .center {
	padding-right: 0px;
	padding-left: 305px;
}
.top6_main .left_bg.list,
.top6_main .right_bg.list {
	padding-top: 63px;
	padding-bottom: 105px;
	background: #e9eeee;
	height:296px;
}
.top6_main .left_bg.list{
background: url(../images/img_obschestv_main.jpg) left bottom no-repeat #d2d9d9;
}
.top6_main .right_bg.list {
	background: url(../images/img_chastnie_main.jpg) right bottom no-repeat #343838;
}
.top6_main .readmore_list{
	position:absolute;
	bottom:10px;
	background: #e20072;
	color:#FFF;
	-webkit-transition: background 0.7s ease; /* Safari 3.1 to 6.0 */
    transition: background 0.7s ease;
}
.top6_main .readmore_list:hover{
	background-color: #e20072;
}
.top6_main .left_bg.list .readmore_list{
	left: 10px;
	padding-right:20px;
}
.top6_main .right_bg.list .readmore_list{
	right: 10px;
	padding-left:20px;
}
.top12_main{
	background: #1C1C24;
	padding:20px 0 0 0;
	font-family: "Verdana",sans-serif;
}
.top12_main h2{
	margin-top:0;
	color:#e20072;
	font-size:38px;
	font-family: "Verdana",sans-serif;
}
.top12_main h2 span{
	color:#FFF;
}
.top12_main .text_block{
	color:#FFF;
	margin:30px 6% 0 0;
	display:inline-block;
	width:20%;
	height:153px;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	color:#EEEFEF;
	line-height:normal;
}
.center_full_width{
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    min-width: 910px;
    max-width: 1120px;
}
.tariff_new_style{
	height:202px;
	margin-top:20px;
	background:url(../images/cnt/top12_main_bg.png) center center no-repeat;
	padding-top:22px;
}
.banner_sales {
	color: #fff;
	font-size: 28px;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
	background-color: #f0a201;
	-webkit-animation: color_change 8s infinite alternate;
	-moz-animation: color_change 8s infinite alternate;
	-ms-animation: color_change 8s infinite alternate;
	-o-animation: color_change 8s infinite alternate;
	animation: color_change 8s infinite alternate;
	/*animation-delay: 5s;
	-webkit-animation-delay: 5s,10s;*/
}
@-webkit-keyframes color_change {
  from { background-color: #f0a201; }
  to { background-color: #00b5ce; }
}
@-moz-keyframes color_change {
  from { background-color: #f0a201; }
  to { background-color: #00b5ce; }
}
@-o-keyframes color_change {
  from { background-color: #f0a201; }
  to { background-color: #00b5ce; }
}
@keyframes color_change {
  from { background-color: #f0a201; }
  to { background-color: #00b5ce; }
}
.banner_sales .center {
	padding: 10px 0px 5px;
	background: transparent url('../images/banner_bg_sales.png') 50% -25px no-repeat
}
.banner_sales span {
	display: inline-block;
	vertical-align: middle;
}
/*   banners_wide   */
.tariff_new_style.banners_wide{
	background-color:#1c1c24;
	margin-top:0px;
	padding:15px 0 20px 0;
	height:auto;
}
.tariff_new_style.banners_wide h2{
	margin-top:0;
	color:#e20072;
	font-size:20px;
	font-family: "Verdana",sans-serif;
	text-align: center;
	margin:0 0 5px 0;
}
.tariff_new_style.banners_wide .tarifs_new .right, .tariff_new_style.banners_wide .tarifs_new .left{
	background: none;
}
.tariff_new_style.banners_wide .tarifs_new .item{
	float:none;
	width:auto;
	background: #FFF !important;
	padding:2px;
	position:relative;
	margin:0 !important;
}
.tariff_new_style.banners_wide .tarifs_new .item .tarif_button{
	position:absolute;
	left:50%;
	top:53px;
	margin:0 0 0 -70px;
	z-index:1;
}
.tariff_new_style.banners_wide .tarifs_new .right:after{
	top:87px;
}
.tariff_new_style.banners_wide .tarifs_new .item .bg{
	position:absolute;
	left:2px;
	right:2px;
	top:2px;
	bottom:2px;
	background:url(../images/banner_wide_bg.png) no-repeat;
}
/*   /banners_wide   */
.top12_main .text_block .title{
	color:#e20072;
	font-size:16px;
	text-transform: uppercase;
}
.top12_main .text_block:last-child{
	margin-right:0;
}
.tariff_new_style .tarifs_new .right{
	float:right;
	background:#FFFFFF;
	position:relative;
}
.tariff_new_style .tarifs_new .right::after{
	background: url(../images/cnt/tariff_arr.png) no-repeat;
	width:11px;
	height:32px;
	top: 50%;
	content: "";
	display: block;
	left: -14px;
	position: absolute;
	margin:-16px 0 0 0;
}
.tariff_new_style .tarifs_new .left{
	float:left;
	background:#FFFFFF;
}
.tariff_new_style .tarifs_new .item{
	background: #E6ECEC;
	width:240px;
	float:left;
	margin:0 9px 0 0;
	padding:15px 2px 12px 2px;
	color:#343838;
	text-align: center;
}
.tariff_new_style .tarifs_new .right .item {
	margin:0 0 0 8px;
	background: #BBC2C2;
}
/*index online and offline tarifs*/
.h_menu_childs {
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	top:65px;
	/*top:48px;*/
	z-index: 1001;
}
.h_menu_childs li {
	width: 212px;
	background: url("../images/bg_header_menu.jpg") 50% 50% no-repeat transparent;
}
.header_bottom .h_menu table td:hover > .h_menu_childs {
	display: block;
}

.cabinet_menu .h_menu_childs {
	top: 52px;
}
.cabinet_menu .h_menu_childs li {
	background: rgb(236,157,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,157,1,1) 0%, rgba(255,180,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,157,1,1)), color-stop(100%,rgba(255,180,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d01', endColorstr='#ffb400',GradientType=0 ); /* IE6-9 */
}
.cabinet_menu .h_menu_childs li a::after {
	display: none !important;
}
.cabinet_menu .h_menu table td:hover .h_menu_childs {
	display: block;
}

.tariff_new_style .tarifs_new.tarif_index {
	display: block;
	margin: 0px auto;
	width: 825px;
}
.tariff_new_style .tarifs_new.tarif_index .left,
.tariff_new_style .tarifs_new.tarif_index .right {
	width:375px;
	position: relative;
}
.tariff_new_style .tarifs_new.tarif_index .item.desrc {
	margin-top: 2px;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	background: #54cad8 !important;
	color: #000;
	margin: 0px !important;
	padding: 0px !important;
	width:100%;
}
.tariff_new_style .tarifs_new.tarif_index .item.desrc span {
	display: block;
	padding: 6px 2px;
	margin-left: 8px;
	background: #00b4cd !important;
}
.tariff_new_style .tarifs_new.tarif_index .left .item.desrc span {
	margin-right: 8px;
	margin-left: 0px;
}
.tariff_new_style .tarifs_new.tarif_index .left .item {
	margin:0 8px 0 0;
	background: #BBC2C2;
}
.tariff_new_style .tarifs_new.tarif_index .right .item{
	background: #E6ECEC;
}
.tariff_new_style .tarifs_new.tarif_index  .item {
	width: 363px;
}
.tariff_new_style .tarifs_new.tarif_index  .item .title{
	font-size: 22px !important;
	line-height: 26px !important;
}
.tariff_new_style .tarifs_new.tarif_index .item .title span{
	font-size:28px !important;
	line-height: 36px !important;
}
.tariff_new_style .tarifs_new.tarif_index .right .item .title span{
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.tariff_new_style .tarifs_new.tarif_index .left .item .title span{
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.tariff_new_style .tarifs_new.tarif_index .left::after{
	background: url(../images/tariff_arr_left.png) no-repeat;
	width:11px;
	height:32px;
	top: 50%;
	content: "";
	display: block;
	right: -14px;
	position: absolute;
	margin:-16px 0 0 0;
}
/* END index online and offline tarifs*/
.tariff_new_style .tarifs_new .item:last-child{
	margin-right:0;
}
.tariff_new_style .tarifs_new .item .title{
	font-size:12px;
	text-transform: uppercase;
}
.tariff_new_style .tarifs_new .item .title span{
	font-size:14px;
	color:#01AAC1;
	font-weight:bold;
}
.tariff_new_style .tarifs_new .item .price{
	font-size: 30px;
	margin:22px 0 0 0;
}
.tariff_new_style .tarifs_new .item .price span{
	 font-size: 17px;
    text-transform: uppercase;
}
.tariff_new_style .tarifs_new .item .tarif_button{
	margin-top:5px;
	width: 145px;
}


.main_list {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	width: 195px;
	padding-top: 25px;
	padding-right: 60px;
	background: #d2d9d9;
	z-index: 500;
}
.main_list ul li {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}
.main_list ul li:hover .main_list_childs {
	display: block;
}
.main_list_childs {
	background: #FFF;
	left: 213px;
	padding: 10px 5px;
	position: absolute;
	top: -8px;
	display: none;
	z-index: 501;
}
.main_list_childs::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: -20px;
	width: 0px;
	height: 0px;
	border-right: #FFF solid 10px;
	border-left: transparent solid 10px;
	border-bottom: transparent solid 10px;
	border-top:transparent solid 10px;
}
.main_list_childs > a {
	position: relative;
	display: block;
	margin: 0px 0px 6px 0px;
	z-index: 501;
	color: #e20072 !important;
}
.main_list_childs > a:last-child {
	margin-bottom: 0px;
}
.script_menu_left .main_list_childs::before {
	left: auto;
	right: -20px;
	border-right: transparent solid 10px;
	border-left: #FFF solid 10px;
	border-bottom: transparent solid 10px;
	border-top:transparent solid 10px;
}
.top6_main .right_bg .main_list {
	left: 0px;
	right: auto;
	text-align: left;
	padding-right: 0px;
	padding-left: 60px;
	background: #343838;
	color: #fff;
}
.active_li {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 7px;
}
.readmore_list {
	font-weight: 700;
	color: #e20072;
	text-transform: uppercase;
	font-size: 12px;
	position:relative;
}

.left_bg .readmore_list:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	width: 45px;
	height: 45px;
	background: #e20072 url('../images/readmore_left.png') center center no-repeat;
	-webkit-transition: background 0.7s ease; /* Safari 3.1 to 6.0 */
    transition: background 0.7s ease;
}
.right_bg .readmore_list:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	width: 45px;
	height: 45px;
	background: #e20072 url('../images/readmore_right.png') center center no-repeat;
	-webkit-transition: background 0.7s ease; /* Safari 3.1 to 6.0 */
    transition: background 0.7s ease;
}
.left_bg .readmore_list:hover::before, .right_bg .readmore_list:hover::after{
	background-color:#e20072;
}
.obj_title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	border-bottom: #d2d9d9 solid 1px;
	padding: 0px 0px 15px 0px;
	margin: 11px 0px 15px;
}
.obj_title.show_page {
	border: 2px solid #e20072;
	margin-left: -170px;
	padding: 9px;
	position: fixed;
	top: 155px;
	width: 143px;
}
.banner-main {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	position: relative;
}
.banner-main::before {
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #860035;
	z-index: 9;
}
.banner-main::after {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #333939;
	z-index: 10;
}
.banner-main object,
.banner-main img {
	position: relative;
	z-index: 12;
	margin: 0px;
	padding: 0px;
	/*width: 100%;*/
}
.banner-main a {
	position: relative;
	z-index: 15;
}
.banner-main.img {
	height: auto;
}
.banner-main img {
	max-width: 100%;
}
.banner-main .banner-link {
	position: absolute;
	display: block;
	margin: 0 auto;
	top: 0px;
}
#banner_akciya_left {
	display: none;
	position: fixed;
	top: 280px;
	width: 165px;
	margin-left: -170px;
}
#banner_akciya_left img {
	max-width: 165px;
	height: auto;
}
#banner_akciya_left a {
	display: block;
	height: 220px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 165px;
	z-index: 550;
}
#banner_akciya_left object {
	position: relative;
	z-index: 540;
}
.gallery {
	position: relative;
	display: block;
	padding-bottom: 10px;
}
.gallery_item_list {
	position: relative;
	display: block;
	margin: 12px 0px 12px;
	padding: 0px 0px 20px;
	border-bottom: #888888 dotted 1px;
}
.gallery_item_list .slide_simple {
	margin-right: 8px;
	float: left;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	margin-left: 0px;
}
.gallery_item_list .slide_simple.small {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	width: 126px;
	height: 126px;
}
.gallery_item_list .slide_simple.last {
	margin-right: 0px;
}
.gallery_item_list .slide_simple.small .slider_s_descr {
	width: 106px;
	height: 106px;
	padding: 0px;
	background: rgba(0,0,0,0.45) url('../images/bg_eye.png') center center no-repeat;
}
.gallery_item_list .slide_simple.big {
	margin-right: 18px;
	width: 494px;
	height: 363px;
}
.gallery_item_list .slide_simple.big:hover .slider_s_descr {
	display: none;
}
.gallery_item_list .slide_simple.big .slider_s_descr {
	display: block;
	width: 474px;
	height: 233px;
}
.gallery_item_list .readmore {
	float: right;
}
.gallery_item_list .project_info {
	position:absolute;
	left:512px;
	bottom:19px;
	font-size:12px;
	line-height: 16px;
	z-index:100;
	width:255px;
}
.gallery_item_list .project_info span {
	font-weight: 700;
	color: #e20072;
}
.gallery_item_list .project_info p {
	margin-bottom:3px;
}
.gallery_item_list .project_info.text_ob {
	overflow:hidden;
	font-size:14px;
	max-height: 95px;
}
.left_gallery {
	display: block;
	float: left;
	width: 612px;
}
.right_gallery {
	display: block;
	width: 295px;
	float: right;
}
.right_gallery strong,
.right_gallery b {
	color: #e20072;
	font-weight: 300;
}
.right_gallery table {
	margin-bottom: 20px;
}
.right_gallery table p {
	margin-bottom: 3px;
}
.right_gallery table td {
	padding: 0px 0px 10px 0px;
}
.right_gallery p {
	margin-bottom: 17px;
}
.right_gallery ul {
	list-style-image: url("../images/ulli_light.png");
	margin-bottom: 18px;
}
.right_gallery ul li {
	padding: 2px 0px;
}
.right_gallery .sop_zapiska {
	display: block;
	margin-top: 5px;
	padding: 10px;
	background: #E6ECEC;
	list-style-image: url('../images/ulli_light.png');
	border-top: 3px solid #e20072;
	color: #000;
}
.right_gallery .sop_zapiska.notext {
	margin-top: 0px;
}
.right_gallery .sop_zapiska .sop_zapiska_ttl {
	display: block;
	text-transform: uppercase;
	margin-bottom: 17px;
}
#sketch_slider {
	display: block;
	width: 100%;
	height: 515px;
	position: relative;
}
#sketch_slider .sketch_slider_item.active {
	display: block;
}
#sketch_slider .sketch_slider_item {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	background: #FFF;
	width: 735px;
	height: 515px;
}
#sketch_slider .sketch_slider_item:first-child .sketch_ttl {
	bottom: 40px;
	opacity: 1;
}
#sketch_slider .sketch_slider_item .sketch_ttl {
	width: 735px;
	display: block;
	position: relative;
	bottom: -50px;
	left: 0px;
	opacity: 0;
	text-align: right;
}
#sketch_slider .sketch_slider_item .sketch_ttl span {
	background: rgba(255,255,255,0.8);
	color: #000;
	padding: 15px 20px;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Arial", sans-serif;
}
#sketch_slider .sketch_slider_item div.last_text {
	display: block;
	padding-top: 200px;
	background: #FFF;
	color: #000;
	font-size: 30px;
	width: 735px;
	height: 315px;
	text-align: center;
}
.quot_wrap {
	display: block;
	margin-top: 15px;
	padding: 32px 0px;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
}
.quotation {
	display: block;
	position: relative;
	padding: 35px 7px 20px;
	color: #30373d;
	font-size: 19px;
	line-height: 22px;
	font-style: italic;
	background: transparent url('../images/q_top.jpg') 7px 0px no-repeat;
}
.quotation::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 29px;
	background: transparent url('../images/q_bottom.jpg') 0 0 no-repeat;
	bottom: 0px;
	right: 7px;
}
.quote_img_sign {
	display: block;
	padding: 9px 4px 0px 4px;
	margin: 0px;
}
.quote_img_sign .q_img {
	display: block;
	float: left;
	width: 91px;
}
.quote_img_sign .q_img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.q_signature {
	display: block;
	float: right;
	width: 180px;
	color: #7a7a7a;
}
.gallery_after {
	width:598px;
	float:left;
	display: block;
	padding: 35px 0px 0px 0px;
	margin: 0px;
	color: #666666;
	line-height: 18px;
}
.gallery_after .gallery_after_title {
	color: #32383E;
	font-size: 36px;
	line-height: 36px;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: #e20072 solid 3px;
	margin-bottom: 30px;
}
.slide_simple.gallery2 {
	width: 295px;
	height: 295px;
	margin-right: 6px;
	margin-bottom: 8px;
}

.slide_simple.gallery2 .slider_s_descr {
	width: 275px;
	height: 165px;
	text-align: center;
	text-decoration:none;
}
.readmore {
	font-size: 14px;
	line-height: 14px;
	color: #e20072;
	font-weight: 700;
	text-transform: uppercase;
}
.readmore:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
	width: 45px;
	height: 45px;
	background: #e20072 url('../images/readmore_right.png') center center no-repeat;
}
.readmore.left_arrow::after {
	content: "";
	display: none;
	margin: 0px;
}
.gallery_samearticles .readmore {
	display: inline-block;
	margin-top: 13px;
}
.gallery_samearticles .slide_simple.gallery2 {
	height: 340px;
}
.readmore.left_arrow::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	width: 31px;
	height: 31px;
	background: #e20072 url('../images/readmore_right.png') center center no-repeat;
}
.readmore.back {
	margin-top:-5px;float:right;
}
.active_filtr {
	display: block;
	/*margin-bottom: 35px;*/
}
.active_filtr_colors {
	display: block;padding:0px 30px;margin:20px 0px 10px;
}
.active_filtr a,
.active_filtr_colors a {
	display: inline-block;
	vertical-align: bottom;
	font-size: 14px;
	line-height: 14px;
	color: #6a7070;
	padding: 5px 7px;
	border: #e20072 solid 1px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.active_filtr a:hover,
.active_filtr_colors a:hover {
	background:#e20072;
	text-decoration: none;
	color: #FFF;
}
.active_filtr a.active,
.active_filtr_colors a.active {
	text-transform: uppercase;
	background:#e20072;
	font-weight: 700;
	color: #FFF;
	padding: 9px 11px;
}
.active_filtr_colors a .hex{
	display: block;
	float: left;
	width:13px;
	height:13px;
	margin:0 3px 0 0;
}
/*catalog*/
.cat_items_inner {
	display: none;
	min-height: 120px;
	padding: 5px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
	background: transparent url('../images/cat_items_inner_bg.jpg') left bottom repeat-x;
}
.cat_items_inner.active {
	display: block;
}
.cat_items_inner h1 {
	margin-top: 0px;
}
.cat_items_list_wrap {
	display: block;
	padding:0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: #b3b3b3 solid 1px;
}
.cat_items_list_wrap .simple_button {
	text-align: center;
	width: 248px;
}
.cat_items_list_wrap .obj_title {
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}
.cat_items_list {
	display: inline-block;
	position: relative;
	width: 211px;
	height: 144px;
	border: #cccccc solid 1px;
	background: #FFF;
	padding: 2px;
	margin-right: 10px;
	margin-bottom: 8px;
}
.cat_items_list.last {
	margin-right: 0px;
}
.cat_items_list:hover img {
	opacity: 0.85;
}
.cat_items_list.thumb3 {
	width: 290px;
	height: 198px;
	margin-right: 6px;
	margin-bottom: 11px;
}
.cat_items_list.thumb3.last {
	margin-right: 0px;
}
.cat_items_list .cat_items_list_info,
.keep_items_list .cat_items_list_info {
	position: absolute;
	bottom: 2px;
	left: 2px;
	display: block;
	padding: 6px 8px;
	color: #FFF;
	width: 195px;
	font-size: 14px;
	line-height: 14px;
	background: rgba(0,0,0,0.4);
}
.keep_items_list .cat_items_list_info {
	width: 86px;
}
.cat_items_list .cat_items_list_info .price,
.keep_items_list .cat_items_list_info .price {
	float: right;
	font-weight: 700;
}
.cat_items_list.thumb3 .cat_items_list_info {
	width: 274px;
}
/*в итеме */
.page_item_catalog {
	display: block;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: #b3b3b3 solid 1px;
}
.item_images {
	display: block;
	width: 450px;
	float: left;
	margin-right: 30px;
	padding: 0px;
}
.item_dop_imgs {
	display: block;
	padding: 0px 20px;
	margin: 0px 0px 10px;
}
.item_dop_imgs a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: #cccccc solid 1px;
	background: #FFF;
}
.item_dop_imgs a:hover,
.item_dop_imgs a.active {
	background: #e20072;
}
.item_info {
	display: block;
	width:430px;
	float: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.item_info.noimgs {
	width: 100%;
}
.item_image_page {
	display: block;
	position: relative;
	width: 444px;
	height: auto;
	border: #cccccc solid 1px;
	background: #FFF;
	padding: 2px;
	margin-bottom: 10px;
}
.text_item_a a {
	display: inline-block;
	padding: 10px 11px 8px;
	color: #e20072;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	border: #e20072 solid 1px;
	background: #FFF;
	margin: 0px 3px 20px 0px;
}
.text_item_a a.active {
	color: #FFF;
	background: #e20072;
}
.text_item {
	display: none;
}
.text_item.active {
	display: block;
}
.price_block {
	display: block;
	padding: 16px 0px;
	border-bottom: #b3b3b3 solid 1px;
	border-top: #b3b3b3 solid 1px;
	color: #32383e;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
}
.price_block .star{
	color: #e20072;
	font-weight: bold;
	position:relative;
}
.price_block .count{
	border:solid 1px #e20072;
	height:26px;
	width:50px;
}
.price_block .count_err{
	 background: #fff;
    border: 1px solid #32383e;
    color: red;
    display: block;
    font-size: 12px;
    font-weight: 300;
    left: -32px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: -42px;
    width: 142px;
    display:none;
}
.price_block .count_summ{
    display:none;
}
.sameproduct {
	border-top: #b3b3b3 solid 1px;
	display: block;
	padding: 18px 0px;
	margin: 10px 0px 0px 0px;
}
.sameproduct .h2 {
	font-size: 28px;
	line-height: 28px;
	color: #32383E;
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	margin: 0px 0px 18px;
	text-transform: uppercase;
}
.page_item_catalog .salesumm {
	text-align: center;
	position: relative;
	display: block;
	background: url("../images/bg_feedback_main.jpg") no-repeat 50% 100%;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 15px;
	color:#fff;
	padding: 14px 0px;
}
a.addtobasket,
a.addtokeep {
	position: relative;
	display: inline-block;
	width: 83px;
	padding: 13px 15px 12px 40px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
	color: #FFF;
	border-bottom: #c78c00 solid 2px;
	margin: 0px 3px 0px 0px;
	text-align: left;
	border-bottom: #017e8f solid 2px;
	background: rgb(1,166,188); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(1,166,188,1) 0%, rgba(2,188,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,166,188,1)), color-stop(100%,rgba(2,188,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a6bc', endColorstr='#02bcd5',GradientType=0 ); /* IE6-9 */
}
a.addtobasket::after,
a.addtokeep::after {
	content: "";
	display: block;
	position: absolute;
	top:11px;
	left: 11px;
	width: 25px;
	height: 18px;
	background: transparent url('../images/addtobasket.png') 0px 0px no-repeat;
}
a.addtokeep {
	border-bottom: #c78c00 solid 2px;
	background: rgb(236,157,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,157,1,1) 0%, rgba(255,180,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,157,1,1)), color-stop(100%,rgba(255,180,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d01', endColorstr='#ffb400',GradientType=0 ); /* IE6-9 */
}
a.addtokeep::after {
	width: 22px;
	height: 23px;
	background: transparent url('../images/addtokeep.png') 0px 0px no-repeat;
}
/*end в итеме */
/*end catalog*/
/*фильтры в галерее*/
.filters_project {
	display: block;
	margin-top: 20px;
}
.filters_project .type_filter {
	display: block;
	width: 100%;
	/*margin-bottom:6px; */
}
.filters_project .type_filter a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: #343838 url('../images/arrow_filtr.png') 7px 6px no-repeat;
	color: #e20072;
	width: 240px;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	padding: 6px 125px 6px 65px;
}
.filters_project .type_filter.catalog_categories a {
	width: auto;
	min-height: 46px;
	padding-right: 20px;
	margin-top: 3px;
}
/*.filters_project .type_filter.catalog_categories a:last-child {
	background: url("../images/arrow_filtr_white.png") no-repeat 7px 6px, linear-gradient(to bottom, rgba(236, 157, 1, 1) 0%, rgba(255, 180, 0, 1) 100%);
	color:#FFF;
}*/
/*.filters_project .type_filter.catalog_categories a:last-child:hover,  .filters_project .type_filter.catalog_categories a.active:last-child{
	background: url('../images/arrow_filtr_active.png') 7px 6px no-repeat, linear-gradient(to bottom, rgba(236, 157, 1, 1) 0%, rgba(255, 180, 0, 1) 100%);
}*/
.filters_project .type_filter a.ob_int {
	background-color: #d2d9d9;
	margin-right: 45px;
}
.filters_project .type_filter a:hover,
.filters_project .type_filter a.active {
	text-decoration: none;
	background: #e20072 url('../images/arrow_filtr_active.png') 7px 6px no-repeat;
	color: #fff;
}
.filters_project .type_filter a.active {
	padding-bottom: 12px;
}

.filters_project .type_filter a.ob_int.active:after,
.filters_project .type_filter a.ob_int:after,
.filters_project .type_filter a.ch_int.active:after,
.filters_project .type_filter a.ch_int:after {
	content: "";
	position: absolute;
	top: 6px;
	right: 0px;
	display: inline-block;
	width: 115px;
	height: 45px;
	background: transparent url('../images/filtr_ch.png') 0 0 no-repeat;
}
.filters_project .type_filter a.ob_int:hover:after,
.filters_project .type_filter a.ob_int.active:after {
	background: transparent url('../images/filtr_ch_active.png') 0 0 no-repeat;
}
.filters_project .type_filter a.ch_int:after {
	background: transparent url('../images/filtr_ob.png') 0 0 no-repeat;
}
.filters_project .type_filter a:hover.ch_int:after,
.filters_project .type_filter a.ch_int.active:after {
	background: transparent url('../images/filtr_ob_active.png') 0 0 no-repeat;
}
.type_content {
	display: none;
	border-bottom:#e9eeee solid 2px;
}
.type_content.active {
	display: block;
}
.type_content.ch .title_filtr {
	/*background: #343838;*/
	background: #e20072;
	color: #fff;
}
.type_content.ch .select_list {
	background: #636868;
	color: #fff;
}

.filters_project .title_filtr {
	display: block;
	padding: 12px 0px 12px 7px;
	font-weight: 700;
	/*background: #d2d9d9;*/
	background: #e20072;
	/*color: #6a7070;*/
	color: #fff;
	margin-bottom: 7px;
}
.type_content .select_list {
	position: relative;
	display: block;
	padding: 14px 30px 60px;
	background: #e9eeee;
	color: #343838;
	font-weight: 700;
	margin-bottom: 10px;
}
.type_content .select_list .sel_inp {
	display: inline-block;
	/*width: 185px;*/
	padding-right: 40px;
	margin-bottom: 6px;
}
.type_content .select_list .button {
	position: absolute;
	bottom: 10px;
	right: 15px;
	background: #e20072 url('../images/readmore_middle.png') center right no-repeat;
	color: #fff;
	font-weight: 700;
	padding: 15px 50px 15px 40px;
	border: none;
	text-transform: uppercase;
}
#loading_page {
	display: none;
	position: absolute;
	z-index: 999;
	top: 0%;
	left: 0%;
	/*margin-top: -160px;
	margin-left: -160px;*/
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.45) url('../images/loading.gif') 50% 250px no-repeat;
}
.show_filtr_items_more {
	display: none;
}
/*end фильтры в галерее*/
/*input {
	width: 100%;
	border: none;
	outline:none;
	background: #FFF;
	color: #009A3D;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	text-transform: uppercase;
	padding:15px 14px 12px;
	margin:21px 0px 30px;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}*/
/* footer */
.footerprotector {
	height: 387px;
}
.footerprotector.wmap {
	height: 673px;
}
.footerprotector.w_cnt {
	height: 266px;
}
.footer {
	width: 100%;
	height: 387px;
	margin-top: -387px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	color: #113C2B;
	font-size: 14px;
	line-height:16px;
}
.footer.wmap {
	height: 673px;
	margin-top: -673px;
}
.footer.w_cnt {
	height: 266px;
	margin-top: -266px;
}
.footer_menu {
	position:relative;
	display: block;
	padding: 42px 0px;
}
.footer_menu .icon_vk,
.footer_menu .icon_fb,
.footer_menu .icon_inst {
	opacity:0.9;
	position:absolute;
	top: 40px;
	left: 0px;
	display:block;
	width:48px;
	height:48px;
	background: transparent url('../images/icon_fb_footer.png') 0 0 no-repeat;

}
.footer_menu .icon_vk {
	left: 55px;
	background: transparent url('../images/icon_vk_footer.png') 0 0 no-repeat;
}
.footer_menu .icon_inst {
	left: 110px;
	background: transparent url('../images/icon_instagram.png') 0 0 no-repeat;
}
.footer_menu .icon_vk:hover,
.footer_menu .icon_fb:hover,
.footer_menu .icon_inst:hover {
	opacity:1;
}
.footer_menu .f_logo {
	width: 50%;
	height: 24px;
	float: left;
	background: transparent url('../images/logo_site.jpg') 0 0 no-repeat;
	background-size: contain;
}
.footer_menu .f_menu {
	float: right;
	width: 50%;
	font-size: 14px;
	line-height: 14px;
}
.footer_menu .f_menu div {
	display: block;
	float: left;
	width: 50%;
}
.footer_menu .f_menu div a {
	display: block;
	color: #83898e;
	font-weight: 700;
	margin-bottom: 12px;
}
.footer_menu .f_menu div a:hover {
	color: #e20072;
}
.contacts {
	padding: 34px 0px;
	/*background: #343838;*/
	background: transparent url('../images/bg_cntc_main.jpg') top center no-repeat;
	color: #fff;
}
.phone_email {
	float: left;
	width: 50%;
	font-size: 24px;
	line-height: 24px;
}
.phone_email p {
	margin-bottom: 0px;
}
.phone_email span {
	text-transform:uppercase;
}
.phone_email .email {
	margin-top: 16px;
	font-size: 14px;
	line-height: 14px;
}
.phone_email .email a {
	color: #fff;
	text-decoration: none;
}
.phone_email .email a:hover {
	text-decoration: underline;
}
.address {
	padding-top: 0px;
	float: left;
	width: 49%;
}
.address p {
	margin:0px;
	padding-top: 15px;
}
#map_footer {
	width: 100%;
	height: 363px;
}
/* end footer */

.feedback_tarif_wide {
	padding: 30px 35px;
	background: url("../images/bg_feedback_main.jpg") 50% 100% no-repeat transparent;
}
.feedback_tarif_wide .title {
	color: #FFF;
	float: left;
	width: 245px;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-right: 10px;
}
.feedback_tarif_wide .inputs {
	float: left;
	width: 575px;
}
.feedback_tarif_wide input {
	background: #FFFFFF;
	border: medium none currentColor;
	box-sizing: border-box;
	color: #32383E;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
	margin-right: 19px;
	padding: 10px 10px;
	vertical-align: top;
}
.feedback_tarif_wide input[type=submit] {
	background: #01abc1 url('../images/arrow_right_orange_button.png') center right no-repeat;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-right: 0px;
	padding-right: 30px;
	padding-left: 0px;
	padding-bottom:9px;
	text-align: right;
	cursor: pointer;
	width: 180px;
	border-bottom: #017f90 solid 2px;
}
#calc_errors{
	background: #fff;
    border: 1px solid #e20072;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    left: 50%;
    margin: 0 0 0 -150px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 300px;
    z-index: 1000;
    padding: 10px 0;
    font-weight:bold;
}
.type_content .select_list .subchild, .cat_items_list_wrap .obj_title{
	color:#343838;
	text-decoration:underline;
	display: block;
}
.type_content .select_list .subchild:hover, .cat_items_list_wrap .obj_title:hover{
	text-decoration:none;
}
.type_content .select_list .subchild.active{
	color:#e20072;
}
.type_content .select_list .type_content_title{
	margin:0 0 15px 0;
	text-transform: uppercase;
}
.type_content .select_list.dark_bg{
	background: #E6E6E6;
	padding-bottom:14px;
}
.type_content.catalog_filters_block{
	border-top:solid 1px #CFCFCF;
	margin:-10px 0 0 0;
}
.pager_container{
	margin:0 0 20px 0;
}
.basket_page{
	margin:0 0 20px 0;
}
.basket_page table.basket_table{
	width:100%;
	border-collapse: collapse;
}
.basket_page table.basket_table th{
	color: #83898e;
	padding-bottom: 11px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
}
.basket_page table.basket_table td{
	border-top: 1px solid #b5b5b5;
	color: #32383e;
	padding-bottom: 11px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
}
.basket_page table.basket_table tr.from_admin td{
	background: #f3f3f3;
}
.basket_page table.basket_table td .remove{
	display: block;
	float:right;
	width: 23px;
	height: 24px;
	background: url('../images/keep_del.png') no-repeat;
}
.basket_page table.basket_table td input.count{
	border: 1px solid #b5b5b5;
    height: 20px;
    padding: 0;
    width: 45px;
    text-align:center;
}

.basket_page .itog{
	font-size: 24px;
    line-height: 24px;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align:right;
}
.basket_page .itog .price{
	color: #008c9e;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
}
.materials_table {
	border-collapse: collapse;
	width: 100%;
}
.materials_table td {
	padding: 25px 0px 19px;
	font-size: 14px;
	line-height: 16px;
	color: #343838;
	text-transform: none;
	font-weight: 300;
	border-bottom: #83898e dotted 1px;
}
.materials_table tr.from_admin td{
	background: #F1F1F1;
}
.materials_table tr.from_designer td{
	background: #E3EDF4;
}
.materials_table td.noborder {
	border-bottom:none;
	padding-bottom: 0px;
}
.materials_table td.first span {
	text-transform: uppercase;
	font-weight: 700;
	color:#83898e;
}
.materials_table td.last {
	font-size: 12px;
	line-height: 14px;
	width: 185px;
	text-align: right;
}
.materials_table td.last span {
	color: #83898e;
}
.materials_table td a {
	display: inline-block;
}
#popUp{
	display:none;
}
#popUp h2{
	margin-top:20px;
}
#popUp p.error{
	padding:0;
	margin:0 0 5px 0;
	color:red;
	font-size:12px;
}
#popUp input[type=text], #popUp input[type=password], #popUp textarea{
	border: 1px solid #b5b5b5;
    height: 20px;
    width: 300px;
    padding:0 5px;
    width: 300px;
}
#popUp textarea{
   height: 60px;
   padding:5px;
   resize:none;
}
#popUp td.title{
   font-weight:bold;
   text-transform: uppercase;
   font-size: 13px;
    font-weight: 700;
    line-height: 13px;
}
#popUp td.title p{
   font-size:12px;
   color: #83898e;
   font-weight:normal;
    text-transform: none;
}
#popUp .continue_no_auth{
  margin-top:0;
}
#popUp .order_form_conteiner{
	display:none;
}
.calc_simple_page{
	margin-top:0;
}
.calc_simple_page .top12_main{
	padding:0;
	margin: auto;
   width: 910px;
}
.calc_simple_page .top12_main .tariff_new_style{
	height:auto;
	padding:20px 0;
}
.calc_simple_page .top12_main .tariff_new_style .tarifs_new .item{
	width:212px;
}
.calc_simple_page .top12_main .tariff_new_style .tarifs_new .item .title span{
	display: block;
}
.calc_simple_page .blck_blue{
	margin-right: 0;
}
.calc_simple_page .blck_blue label{
	width: auto;
}
.calc_simple_page .blck_blue input[type=text]{
	width: 60px;
	border:solid 1px #FFF;
}
.calc_simple_page .fr{
	float:right;
}
.calc_simple_page .fl{
	float:left;
}
.calc_simple_page .calc_txt .you_choice .choice_border .edit_button{
	position:static;
	display: inline-block;
}
.calc_simple_page .calc_txt .you_choice .choice_border table{
	width:802px;
}
.calc_simple_page .calc_txt .dop_item input.cb{
	display:none;
}
.calc_simple_page .calc_txt .dop_item input.cb:checked ~ label.cb:before{
	background:#01aac1;
}
.calc_simple_page .calc_txt .dop_item label.cb{
	cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 3px;
    text-transform: uppercase;
}
.calc_simple_page .calc_txt .dop_item label.cb:before{
	display: inline-block;
	float:left;
	content:"";
	background:#FFF;
	border:solid 1px #01aac1;
	width:20px;
	height:20px;
	margin:0 10px 0 0;

}
.calc_simple_page .tariff_dop{
	display:none;
}
.calc_simple_page .calc_txt .you_choice{
	margin-top:5px;
}
.calc_page.calc_simple_page form .feedback_tarif_wide .inputs{
	color:#FFF;
}
p.error{
	color:#E32E2E;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 12px;
}
.catalog_cats_border{
	border:solid 1px #e20072;
}
.catalog_cats_border .type_content .select_list{
	margin-bottom:0;
}
.cabinet_page{
	padding:0 0 30px 0;
}
.cabinet_page h1 span.name{
	font-size:18px;
	text-transform:none;
}
.cabinet_page .feedback_wide_block input.text, .cabinet_page .feedback_wide_block textarea{
	border:solid 1px #e20072;
}
.cabinet_page .feedback_wide_block input.text.wide,  .cabinet_page .feedback_wide_block textarea.wide{
	width:661px;
}
.cabinet_page .feedback_wide_block input.text.captcha{
	width:241px;
}
.ui-effects-transfer{
	width: 33px;
	height: 33px;
	display: block;
	background: url('../images/icon_basket.png') no-repeat 0 0;
	z-index: 1500;
}
.ui-effects-transfer-keep{
	width: 87px;
	height: 51px;
	display: block;
	background: url('../images/keep_tongue.png') no-repeat 0 0;
	z-index: 1500;
}



.cabinet_menu {
	position: fixed;
	top: 143px;
	left: 0;
	color: #FFFFFF;
	display: block;
	width: 100%;
	background: rgb(236,157,1); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(236,157,1,1) 0%, rgba(255,180,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(236,157,1,1)), color-stop(100%,rgba(255,180,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(236,157,1,1) 0%,rgba(255,180,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9d01', endColorstr='#ffb400',GradientType=0 ); /* IE6-9 */
	margin:0px 0px 0px 0px;
	z-index: 900;
}
.cabinet_menu .h_menu {
	display: block;
	padding: 0px;
	width: 100%;
}
.cabinet_menu .h_menu table {
	border-collapse: collapse;
	font-size: 18px;
	line-height: 18px;
	width: 100%;
}
.cabinet_menu .h_menu table td {
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.cabinet_menu .h_menu table td a {
	position:relative;
	font-size: 14px;
    font-weight: 500;

	display: block;
	min-height: 36px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding: 8px 10px;
}
.cabinet_menu .h_menu table td a:hover,
.cabinet_menu .h_menu table td a.active  {
	color: #FFF;
	text-decoration: none;
	background: #02b7cf; /* Old browsers */
}
.cabinet_menu .h_menu table td a::after {
	content: "";
	display: block;
	width: 1px;
	height: 32px;
	position: absolute;
	left: 0px;
	top: 10px;
	background: rgba(255,255,255,0.6);
}
.cabinet_menu .h_menu table td:first-child a::after {
	display: none;
}
.bg_blue {
	background: #02b7cf;
	display: block;
	margin-top: 52px;
}
.bg_blue .center {
	padding-top: 19px;
	padding-bottom: 7px;
}
.cabinet_caption {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #343838;
	text-transform: uppercase;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 40px 0px;
	border-bottom: #cecece solid 1px;
}
.cabinet_caption span {
	float: right;
	bottom: 0px;
	color: #83898e;
	font-size: 12px;
	line-height: 12px;
}
.materials_page {
	display: block;
	position: relative;
}
.materials_page .addmat {
	position: absolute;
	top: 26px;
	right: 0px;
	border: #e20072 solid 1px;
	display: block;
	width: 250px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	text-align: center;
}
.materials_page .addmat.fixed {
	background: #02B7CF;
	height: auto;
	line-height: 23px;
	position: fixed;
	right: 10px;
	top: 223px;
	width: 156px;
	color:#FFF;
}
.materials_page .addmat.full_anketa::before {
	content: "\2714";
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 18px;
	line-height: 18px;
	color:#6DA22E;
}
.materials_history{
	position: relative;
}
.materials_history .cabinet_caption {
	margin-bottom: 0px;
}
.cabinet_main{
	padding: 0px 30px 0px 30px;
	margin:0 0 40px 0;
}
.cabinet_main td .simple_button {
	display: block;
	margin-top: 0px;
	text-align: center;
	background: rgb(1,166,188); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(1,166,188,1) 0%, rgba(2,188,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1,166,188,1)), color-stop(100%,rgba(2,188,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(1,166,188,1) 0%,rgba(2,188,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a6bc', endColorstr='#02bcd5',GradientType=0 ); /* IE6-9 */
	border-bottom: 2px solid #017e8f;
	padding: 18px 23px 15px;
}
.cabinet_page h1:first-child {
	padding-left: 30px;
	font-size: 24px;
	line-height: 24px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #e20072
}
.cabinet_main table{
	border-collapse: collapse;
}
.cabinet_main table td{
	border:solid 1px #e20072;
	padding:10px 15px;
}
.cabinet_inner {
	padding: 0px 30px;
	color: #343838;
	font-size: 14px;
	line-height: 16px;
}
.cabinet_inner.width_550 {
	width: 550px;
}
.cabinet_inner .text {
	text-align: justify;
}
.cabinet_orders {
	display: block;
	padding: 50px 0px 0px 0px;
	margin: 0px;
}
.cabinet_orders h2 {
	padding-left: 30px;
	margin-top: 0px;
}
.cabinet_orders .basket_table {
	margin-bottom: 12px;
}
.cabinet_orders .basket_table th {
	padding-left: 30px;
	background: #f1f1f1;
	font-size: 12px;
	color: #83898e;
	font-weight: 500;
	text-transform: uppercase;
}
.cabinet_orders .basket_table td {
	padding-left: 30px;
	font-size: 12px;
	color:#343838;
	border-bottom: #83898e dotted 1px;
}
.cabinet_orders .history {
	padding-left: 30px;
	display:block; text-align:left;
}
.cabinet_sale {
	font-size: 14px;
	font-weight: 700;
}
.cabinet_sale span {
	font-size: 30px;
	line-height: 30px;
}
.img_materials {
	display: inline-block;
	margin: 0px 17px 17px 0px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.img_materials.img_gallery:nth-child(4n){
	margin-right:0;
}
.img_materials:hover {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.6);
}
.materials_history {
	padding: 40px 30px 0px 30px;
}
.materials_history {

}
.user-info {
	display: block;
	position: relative;
	background: #f1f1f1;
	padding: 32px 213px 32px 32px;
	color: #343838;
	font-size: 14px;
	line-height: 16px;
}
.user-info.mat {
	padding-left: 30px;
	padding-right: 30px;
}
.user-info a {
	text-decoration: underline;
}
.user-info a:hover {
	text-decoration: none;
}
.user-info table td {
	padding-top:9px;
	padding-bottom: 8px;
}
.user-info table td:first-child {
	width: 200px;
}
.user-info table td span {
	text-transform: uppercase;
	font-weight: 700;
	color: #83898e;
}
.user-info a.edit_profile {
	position: absolute;
	top: 42px;
	right: 19px;
	text-transform: uppercase;
}
.manager_info .manager_img{
	border-radius:100%;
	width:80px;
	height:80px;
	float:left;
	margin-right: 11px;
	background-color:#FFF;
	background-position: center center;
	background-repeat: no-repeat;
}
.manager_info .manager_title {
	padding-top: 17px;
	color: #343838;
	font-size: 18px;
	line-height: 18px;
	display: block;
	float: left;
}
.manager_info .manager_title span {
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 10px;
}
.manager_skype,
.manager_help {
	margin-top: 7px;
	border-left: #FFF dotted 1px;
	color: #FFF;
	float: right;
	padding: 20px;
	text-transform: uppercase;

}
.icon_skype,
.icon_question {
	padding-left: 42px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: transparent url('../images/icon_skype_white.png') top left no-repeat;
}
.icon_question {
	background-image:url('../images/icon_question.png');
}
.manager_skype a,
.manager_help a {
	text-decoration: underline;
	color: #FFF;
}
.manager_skype a:hover,
.manager_help a:hover {
	text-decoration: none;
}

.link_ico{
	line-height:32px;
	padding:0 0 0 40px;
	display:block;
}
.link_ico.skype{
	background:url(../images/skype.png) left center no-repeat;
}
.link_ico.question{
	background:url(../images/question.png) left center no-repeat;
}
.file_in_mes{
	 display: block;
    font-size: 12px;
    margin: 5px 0 0;
    text-transform: none;
}
.copy_file_field{
	color:rgba(236, 157, 1, 1);
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	float:left;

	display:block;
}
#nocaptcha{
	border: medium none !important;
    border-radius: 0 !important;
    float: left;
    height: auto !important;
    margin: 0 26px 0 0;
    width: 325px !important;
}
#nocaptcha .nocaptcha-logo-bar{
	display:none;
}
#nocaptcha .nocaptcha-captcha{
	padding:0 5px !important;
}
#nocaptcha .nocaptcha-controls{
	padding-top:4px !important;
}
#nocaptcha .nocaptcha-main{
	height:auto !important;
	min-height: 44px;
}
#nocaptcha .nocaptcha-not-robot{
	color: #32383e !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 44px;
    padding: 0 0 0 12px !important;
    text-align: left !important;
}
#nocaptcha .nocaptcha-approval{
	display:none !important;
}
.geo{
	position: absolute;
    right: 0;
    top: 65px;
}
.for_geo .geo {
	top:60px;
}
.top_geo_block_main{
	background: #EEEFEF;
	padding:43px 0 0;
}
.top_geo_block_main h2{
	color:#e20072;
	font-size:24px;
	text-transform: uppercase;
}
.cabinet_color_picker{
	border: 1px solid #e20072;
	width: calc(45% - 4px);
	margin:0 10% 15px 0;
	float:left;
}
.cabinet_color_picker:nth-child(even){
	margin-right:0;
}
.cabinet_color_picker .title{
	float:left;
	line-height:60px;
	padding:0 15px;
}
.cabinet_color_picker a{
	float:right;
	height:60px;
	line-height:60px;
	padding-right:15px;
}
.cabinet_color_picker a img{
	height:100%;
}
.color_selector_conteiner{
	display:none;
}
#color_selector{
	border: 2px solid #e20072;
	width:1015px;
}
#color_selector a{
	display:block;
	float:left;
	border: 2px solid #e20072;
	margin:5px;
	height:150px;
	width:189px;
	overflow:hidden;
	position:relative;
}
#color_selector img{
	display:block;
}
#color_selector a .button_wrap{
	background: rgba(0, 0, 0, 0.75);
	bottom: 0px;
	font-size: 16px;
	left: 0px;
	line-height: 16px;
	padding: 18px 0px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 0px;
	height:0px;
	overflow:hidden;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#color_selector a:hover .button_wrap{
	height:54px;
	width: 189px;
}
#color_selector a .button_wrap span{
	border: 2px solid #e20072;
	display: block;
	height: 16px;
	margin: auto;
	padding: 17px;
	width: 120px;
}
.user-info .success{
	background: #02b7cf;
    line-height: 40px;
	padding:0 15px;
	color:#FFF;
	margin:0 0 20px 0;
	font-weight:bold;
	font-size:16px;
}
.meterials_steps{
	position:relative;
	margin:25px 0 0 0;
}
.meterials_steps .steps{
	float: left;
}
.meterials_steps .steps_wrap .addmat{
	float: left;
}
.meterials_steps .steps_wrap{
	background: none;
}
.colors_selector_block{
	display:none;
}
.top6_main.animate .list{
	background-image: none;
}
.top6_main.animate .left_bg, .top6_main.animate .right_bg{
	width:34%;
}
.top6_main.animate .left_bg.active, .top6_main.animate .right_bg.active{
	width:66%;
}
.top6_main.animate .left_bg.active .main_list, .top6_main.animate .right_bg.active .main_list{
	width:600px;
}
.top6_main.animate .left_bg.active ul li, .top6_main.animate .right_bg.active ul li{
	width:220px;
	height:50px;
	margin:10px 37px 7px 0;
	display: block;
	float: left;
	text-align: left;
}
.top6_main.animate .left_bg ul li a, .top6_main.animate .right_bg ul li a{
	color:#FFF;
}
.top6_main.animate .left_bg.active ul li > a, .top6_main.animate .right_bg.active ul li > a{
	width:220px;
	height:50px;
	display: block;
	color:#343838;
	text-decoration: none;
}
.top6_main.animate .right_bg.active ul li a{
	color:#FFF;
}
.top6_main.animate .left_bg.active ul li a:hover, .top6_main.animate .right_bg.active ul li a:hover{
	color:#e20072;
}
.top6_main.animate .left_bg.active ul li a .img, .top6_main.animate .right_bg.active ul li .img{
	width:75px;
	height:50px;
	float:left;
}
.top6_main.animate .left_bg.active ul li a .title, .top6_main.animate .right_bg.active ul li .title{
	width:145px;
	height:50px;
	display:block;
	display: table-cell;
	vertical-align: middle;
}
.top6_main.animate .left_bg.active ul li a .title span, .top6_main.animate .right_bg.active ul li .title span{
	display: inline-block;
}
.top6_main.animate::before{
	background-image: none;
}
.top6_main.animate .left_bg.list{
	background-image: url("../images/man_ob.png");
	background-position: -100% bottom;
	background-repeat: no-repeat;
}
.top6_main.animate .right_bg.list{
	background-image: url("../images/bg_chel_kofe_and_dog.png");
	background-position: 300% bottom;
	background-repeat: no-repeat;
}
.top6_main.animate .left_bg.list.active{
	background-position: right bottom;
}
.top6_main.animate .right_bg.list.active{
	background-position: right bottom;
}
.top6_main.animate .active .int_image{
	/*background-position: left top;
	text-align: left;*/
	width: 602px;
	font-size:37px;
}
.top6_main.animate .left_bg.active .int_image{
	padding-left: 68px;
}
.top6_main.animate .int_image::before{
	background: #008C9E;
	height:2px;
    top: 63px;
    content: "";
    display: block;
	left:0;
    position: absolute;
    width: 100%;
    z-index: 510;
}

.top6_main.animate .right_bg .int_image::before{
	left:-20px;
}
.top6_main.animate .active.right_bg .int_image::before{
	left:-20px;
}
#keep-info.in_cabinet_gallery{
	top:210px;
	right:0;
	display:none;
}
#keep-info.in_cabinet_gallery .keep_item_block{
	width:100px;
	margin-right:10px;
}
#keep-info.in_cabinet_gallery .keep_item_block:nth-child(enev){
	margin-right:0px;
}
#keep-info.in_cabinet_gallery .keep_item_block .keep_items_list{
	width:94px;
	height:auto;
}
#keep-info.in_cabinet_gallery .keep_item_block .keep_items_list img {
	max-width: 94px;
}
#keep-info.in_cabinet_gallery .compere_delete{
    background: url("../images/keep_del.png") no-repeat 0 0;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.keep-info_popup_img{
    position: fixed;
	background: #fff;
    border: 1px solid #cccccc;
    padding: 2px;
	z-index:999;
	top: 210px;
	right:270px;
}
#keep-info.in_cabinet_gallery .compere_edit{
	background: url("../images/keep_edit.png") no-repeat 0 0;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 20px;
}
.keep-info_edit{
	background: #fff none repeat scroll 0 0;
	  border: 1px solid #cccccc;
	  padding: 10px;
	  position: fixed;
	  right: 270px;
	  top: 210px;
	  z-index: 999;
}
.keep-info_edit .title{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.keep-info_edit textarea{
	width:300px;
	height:70px;
	resize:none;
	border: 1px solid #cccccc;
}
#keep-info.in_cabinet_gallery .i{
	background: #02b7cf;
	border-radius: 50%;
	bottom: 6px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	left: -3px;
	line-height: 17px;
	position: absolute;
	text-align: center;
	width: 20px;
}
.img_materials.img_gallery{
	position:relative;
}
.img_materials.img_gallery .message{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background: rgba(0, 0, 0, 0.4);
	color:#FFF;
	padding:20px;
	font-size:12px;
	 text-transform: none;
	 font-weight: 300;
}
.img_materials.img_gallery:hover .message_helper{
	display: block;
}
.img_materials.img_gallery .message_helper{
	position:absolute;
	left:-100px;
	right:-100px;
	top:207px;
	background: #02b7cf;
	color:#FFF;
	padding:20px;
	font-size:12px;
	text-transform: none;
	font-weight: 300;
	display: none;
	z-index:1000;
}
.img_materials.img_gallery:hover .message{
	display: none;
}
.title_style{
	 color: #e20072;
}
.fancybox-skin, .fancybox-opened .fancybox-skin{
	border: 4px solid #cecece;
}
.meterials_steps_menu{
	background: #fff none repeat scroll 0 0;
	 border: 1px solid rgba(236, 157, 1, 1);
	 border-radius: 0 0 20px 20px;
	 left: 50%;
	 margin: 0 0 0 -478px;
	 padding: 18px 20px 0;
	 position: fixed;
	 top: 195px;
	 z-index: 100;

}
.meterials_steps_menu .steps_wrap{
	width:160px;
	float:left;
}
.meterials_steps_menu .steps_wrap .steps{
	 line-height: 30px;
	 cursor: pointer;
	 margin-right: 0px;
}
.meterials_steps_menu .steps_wrap .steps::before{
	margin-top:5px;
}
.meterials_steps_menu .steps_wrap .steps.active::before{
	margin-top:0px;
}
.meterials_steps_menu .steps_wrap .steps.active{
	/*width:190px;*/
	width:162px;
}
.meterials_steps_menu .steps_wrap .steps span{
	line-height:28px;
}
.cabinet_caption .steps_wrap .steps span{
	float:none;
	color: #e20072;
}
.cabinet_caption .steps_wrap{
	width:200px;
	float:left;
	margin: -7px 0 0 0;
}
.contact-imgs-list {
	width: 100%;
	margin: 20px 0px;
	text-align: center;
}
.contact-imgs-list a.contact-img-item {
	display: inline-block;
	margin: 0px 10px;
}
.lk_block {
	margin: 40px 0px;
}
.lk_block .lk_block_title {
	font-size: 24px;
	line-height: 32px;
	color: #e20072;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cecece;
	text-transform: uppercase;
}
.lk_block .lk_block_text {
	font-size: 16px;
	line-height: 20px;
	color: #343838;
	text-align: justify;
}
.lk_block .lk_block_list {
	margin-top: 20px;
}
.lk_block .lk_block_list ul {
	list-style: none;
	padding-left: 25px;
	position: relative;
}
.lk_block .lk_block_list ul::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 16px;
	width: 1px;
	height: 100%;
	background: #00e0fc;
}
.lk_block .lk_block_list ul li {
	margin-bottom: 30px;
}
.lk_block .lk_block_list ul li.list_title {
	border: 1px solid #00e0fc;
	background: #ebebeb;
	color: #00e0fc;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	padding: 12px 12px 12px 35px;
	margin-left: -25px;
	position: relative;
}
.lk_block .lk_block_list ul li.list_title::before {
	content: "";
	position: absolute;
	top: -1px;
	left: 2px;
	width: 27px;
	height: 38px;
	background: url("../images/lk-title-step.png") no-repeat center center;
	background-size: contain;
}
.lk_block .lk_block_list ul li.step {
	position: relative;
}
.lk_block .lk_block_list ul li.step::before {
	content: '';
	position: absolute;
	top: 11px;
	left: -18px;
	width: 18px;
	height: 18px;
	background: url('../images/lk-step.png') center center no-repeat;
}
.lk_block .lk_block_list ul li.step .step_count {
	margin-left: 10px;
	display: table;
	word-spacing: -.36em;
	width: 100%;
	position: relative;
}
.lk_block .lk_block_list ul li.step .step_count::before {
	content: '';
	position: absolute;
	top: 11px;
	left: -20px;
	border: 10px solid transparent;
	border-right: 10px solid #feb100;
}
.lk_block .lk_block_list ul li.step .step_count .count,
.lk_block .lk_block_list ul li.step .step_count .step_title {
	display: inline-block;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
	word-spacing: normal;
	font-weight: 700;
	text-transform: uppercase;
	vertical-align: top;
	min-height: 22px;
}
.lk_block .lk_block_list ul li.step .step_count .count {
	background: #feb100;
	color: #fff;
}
.lk_block .lk_block_list ul li.step .step_count .count span {
	vertical-align: top;
	font-size: 14px;
	line-height: 10px;
	text-transform: none;
	margin-right: 5px;
}
.lk_block .lk_block_list ul li.step .step_count .count span.num {
	font-size: 22px;
	line-height: 16px;
	margin-right: 0px;
}
.lk_block .lk_block_list ul li.step .step_count .step_title {
	background: #00e0fc;
	color: #343837;
}
.lk_block .lk_block_list ul li.step .step_count.dop_step .step_title {
	background: #97b8c1;
}
.lk_block .lk_block_list ul li.step {
	display: table;
	word-spacing: -.36em;
	width: 100%;
}
.lk_block .lk_block_list ul li.step .left_img,
.lk_block .lk_block_list ul li.step .center_text,
.lk_block .lk_block_list ul li.step .right_img {
	word-spacing: normal;
	width: 35%;
	display: inline-block;
	margin: 60px 0px;
	vertical-align: top;
}
.lk_block .lk_block_list ul li.step .center_text {
	width: 25%;
	margin: 60px 2.5%;
}
.lk_block .lk_block_list ul li.step img {
	max-width: 100%;
}
.lk_block .lk_block_list ul li.step .right_img {
	position: relative;
}
.lk_block .lk_block_list ul li.step .right_img::before {
	content: '';
	position: absolute;
	top: -32px;
	left: -96px;
	width: 141px;
	height: 27px;
	background: url('../images/step-top-arrow.png') no-repeat center center;
}
.lk_block .lk_block_list ul li.step .right_img .after_image {
	width: 150px;
	color: #00e0fc;
}

.tags_block{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.tags_block .item_tag{
	background-color: #f2f2f2;
	margin: 0 6px 13px 6px;
	font-size: 17px;
	padding: 12px 30px;
	color: #000;
}

.reviews-portfolio{
	display: block;
	margin-top: 20px;
	position: relative;
}

.reviews-portfolio img{
	width: 100%;
}

.reviews-portfolio span{
	position: absolute;
	color: #fff;
	padding: 10px 5px;
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 5px;
	left: 0;
}

.img_portfolio_block{
	display: flex;
	position: relative;
	width: 100%;
	height: 450px;
}

.img_portfolio_block img{
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	filter: grayscale(0.7) brightness(0.6);
	transition: filter 1s;
}

.img_portfolio_block:hover img, .img_portfolio_block:focus img {
	filter: grayscale(0) brightness(0.8);
}

.portfolio_description{
	position: absolute;
	color: #fff;
	height: 0;
	left: 0;
	bottom: 0;
	/*padding: 10px 20px;*/
	background-color: rgba(0,0,0, 0.5);
	width: 100%;
	font-size: 16px;
}

@media screen and (max-width: 1024px) {
	.portfolio_description {
		display: none;
	}
}

.portfolio_description div{
	padding: 30px 15px;
}

.portfolio_description div p:last-child{
	margin:0;
}

body #fancybox-thumbs{
	width: 70px;
	/*max-width: 100%;*/
	top: 50px;
	bottom: 50px;
	right: 0;
	left: initial;
	overflow-y: hidden;
	z-index: 8050;
}

body #fancybox-thumbs.bottom{
	bottom: 50px;
}

/*body #fancybox-thumbs ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}*/

#fancybox-thumbs .slider_arrows{
	margin: 0 auto;
	position: absolute;
	z-index: 9000;
	left: 0;
	right: 0;
	cursor: pointer;
	background-image: url(../js/fancybox/fancybox_sprite.png);
	background-position: 0 -72px;
	width: 36px;
	height: 34px;
}


#fancybox-thumbs .slider_arrows.up{
	top: 0;
	transform: rotate(270deg);
}

#fancybox-thumbs .slider_arrows.down{
	bottom: 0;
	transform: rotate(90deg);
}

body #fancybox-thumbs ul{
	position: absolute;
	top: 0;
}

body #fancybox-thumbs ul li.active,
body #fancybox-thumbs ul li{
	opacity: 1;
}

#fancybox-thumbs::-webkit-scrollbar {
	width: 1em;
}

#fancybox-thumbs::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#fancybox-thumbs::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.portfolio__item-description{
	position: absolute;
	height: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	bottom: 0;
	color: #fff;
	transition: height 0.3s linear 0s;
}

.portfolio__item-description div{
	padding: 30px 15px;
}

.portfolio__item-description div p:last-child{
	margin:0;
}

.portfolio__item:hover .portfolio__item-description{
	height: auto;
}

body #fancybox-thumbs{
	display: none;
}

.portfolio__item{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.trainee_works .item{
	display: block;
	margin: 0 0 100px;
}

.trainee_works .item .text_block{
	margin: 0 0 70px;
}

.trainee_works .bx-wrapper .bx-next{
	right: 0;
}

.trainee_works .bx-wrapper .bx-prev{
	left: 0;
}

.trainee_works .item img{
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

@media (max-width: 768px) {
	.trainee_works .item .text_block {
		margin: 0 0 10px;
	}

	.trainee_works .item {
		margin: 0 0 40px;
	}

	.bx-wrapper .bx-controls-direction a{
		width: 45px !important;
		height: 45px !important;
		background-size: contain;
	}
}
/*village */
.village {
	background-color: #000000;
}
.village * {
	box-sizing: border-box;
}
.village img {
	max-width: 100%;
	max-height: 100%;
}
.village_top {
	height: calc(100vh - 100px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	position: relative;
}
.village_top .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
}
.village_top h1 {
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
}
.village_top h1 span {
	font-weight: 100;
	text-transform: lowercase;
}
.village_top::after {
	content: '';
	z-index: 1;
	width: 1px;
	height: 170px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	transform: translate(-50%, 0);
	background-color: #FFFFFF;
}
.village_top::before {
	content: '';
	z-index: 1;
	width: 1px;
	height: 170px;
	position: absolute;
	left: 50%;
	top: calc(50% + 15px);
	transform: translate(-50%, 0);
	background-color: #FFFFFF;
}
.village_top .village_go {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.village_top .village_go span {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	transform-origin: center;
	transform: rotate(-90deg);
	padding-bottom: 5px
}
.village_top .village_go img {
	margin-top: 60px;
}
.village_spec {

}
.village_spec .wrapper {
	padding-top: 40px;
	padding-bottom: 70px;
	position: relative;
	overflow: visible;
}
.village_spec .visual {
	position: absolute;
	bottom: -75px;
	left: 100px;
	height: 535px;
}
.village_spec .visual .desc {
	position: absolute;
	top: 216px;
	left: 196px;
	font-size: 31px;
	line-height: 1.1;
	color: #FFFFFF;
	width: 240px;
	font-weight: 300;
}
.village_spec .visual .desc span {
	font-weight: 700;
}
.village_spec .info {
	width: 50%;
	padding-left: 50px;
	margin-left: auto;
}
.village_spec .flex-part .title {
	font-weight: 300;
	font-size: 36px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 28px;
}
.village_spec .flex-part .title span {
	font-weight: 700;
}
.village_spec .flex-part .text {
	font-weight: 300;
	font-size: 18px;
	line-height: 160%;
	color: #FFFFFF;
}
.village_services {
	padding: 0;
	overflow: hidden;
}
.village_services .wrapper {
	overflow: visible;
	position: relative;
	z-index: 2;
}
.village_services h2 {
	font-weight: 500;
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 124px;
}
.village_services_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 80px;
}
.village_services_item {
	width: calc(100%/2 - 70px);
	position: relative;
	/*margin-bottom: 120px;*/
}
.village_services_item.nth3,
.village_services_item.nth1
{
	top: -70px;
}
.village_services_item.nth1 {
	order: 2;
}
.village_services_item.nth2 {
	order: 1;
}
.village_services_item.nth3 {
	order: 4;
	left: 150px;
}
.village_services_item.nth4 {
	order: 3;
	left: 120px;
}
.village_services_item .num {
	position: absolute;
	z-index: 1;
	font-weight: bold;
	font-size: 400px;
	line-height: 1;
	background: linear-gradient(174.76deg, #3D3D3D 4.2%, #040404 87.37%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.village_services_item.nth2 .num  {
	top: 10px;
	left: 0;
}
.village_services_item.nth3 .num {
	top: -100px;
	left: -150px;
}
.village_services_item.nth4 .num  {
	top: 10px;
	left: -80px;
}
.village_services_item.nth1 .num {
	right: -65px;
	top: -165px;
}
.village_services_item .visual {
	width: calc(100% - 186px);
	height: 503px;
	position: relative;
	z-index: 2;
}
.village_services_item .image {
	line-height: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.village_services_item.nth4 .visual,
.village_services_item.nth2 .visual
{
	left: 186px;
}
.village_services_item .visual::before {
	content: '';
	position: absolute;
	background: #FF0387;
	z-index: 1;
}
.village_services_item .visual::after {
	content: '';
	position: absolute;
	background: #FF0387;
	z-index: 1;
}
.village_services_item.nth3 .visual::before,
.village_services_item.nth1 .visual::before
{
	top: 100%;
	left: 0;
	height: 15px;
	width: 100%;
}
.village_services_item.nth3 .visual::after,
.village_services_item.nth1 .visual::after
{
	top: 15px;
	right: -15px;
	width: 15px;
	height: 100%;
}
.village_services_item.nth4 .visual::before,
.village_services_item.nth2 .visual::before
{
	bottom: 100%;
	left: -15px;
	height: 15px;
	width: calc(100% - 19px);
}
.village_services_item.nth4 .visual::after,
.village_services_item.nth2 .visual::after
{
	top: 0;
	left: -15px;
	width: 15px;
	height: 100%;
}
.village_services_item .text {
	position: absolute;
	z-index: 2;
	bottom: -15px;
	left: -15px;
	width: 308px;
	padding: 33px 13px 6px;
	background: #000000;
}
.village_services_item .title {
	font-weight: 300;
	font-size: 24px;
	line-height: 130%;
	color: #FFFFFF;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.village_services_item ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.village_services_item ul li {
	position: relative;
	padding-left: 32px;
	font-weight: 300;
	font-size: 16px;
	line-height: 130%;
	color: #FFFFFF;
}
.village_services_item ul li::before {
	content: '';
	width: 12px;
	height: 12px;
	background: url("/htdocs/images_new/village/list.svg") no-repeat center;
	background-size: 12px 12px;
	position: absolute;
	top: 4px;
	left: 0;
}
.village_prices {
	padding: 60px 0;
	position: relative;
	z-index: 2;
}
.village_prices::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 100%;
	width: calc(50% - 37px);
	background: url("/htdocs/images_new/village/prices_left.png") no-repeat left center;
	background-size: 100% auto;
}
.village_prices::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	height: 100%;
	width: calc(50% - 37px);
	background: url("/htdocs/images_new/village/prices_right.png") no-repeat right center;
	background-size: 100% auto;
}
.village_prices .wrapper {
	position: relative;
	z-index: 2;
}
.village_prices h2 {
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 46px;
}
.village_prices_list {
	display: flex;
	margin: 0 -6px;
}
.village_prices_item {
	width:calc(100%/4);
	padding: 6px;
	align-self: stretch;
}
.village_prices_item_container {
	width: 100%;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #151214;
	transition: all 0.5s ease 0s;
}
.village_prices_item_container:hover {
	box-shadow: 0 0 24px rgba(255, 255, 255, 0.2);
}
.village_prices_item .title {
	padding: 55px 12px 24px;
	font-weight: 300;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
.village_prices_item .price {
	margin-top: auto;
	border-top: 1px solid #FFFFFF;
	padding: 24px 24px 48px;
	font-weight: 300;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	color: #FF0387;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.village_prices_item .price .bold {
	font-weight: bold;
}
.village_prices_item .price .cost {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #FF0387;
	margin-top: 4px;
	display: inline-block;
}
.village_reviews {
	padding: 0 0 40px 0;
}
.village_reviews .wrapper {
	position: relative;
	z-index: 2;
}
.village_reviews h2 {
	font-weight: 500;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 50px;
}
.village_reviews_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.village_reviews_item {
	display: grid;
	grid-template-columns: 288px auto;
	width: calc(50% - 14px);
	padding: 60px 50px;
	margin-bottom: 35px;
	transition: all 0.5s ease 0s;
	background: #151214;
}
.village_reviews_item:hover {
	box-shadow: 0 0 24px rgba(255, 255, 255, 0.2);
}
.village_reviews_item .gal_main {
	width: 100%;
	margin-bottom: 9px;
	border: 1px solid transparent;
	line-height: 0;
	display: block;
	height: 200px;
	position: relative;
}
.village_reviews_item .gal_main:hover {
	border-color: #ffffff;
}
.village_reviews_item .gal_list {
	display: flex;
	flex-wrap: wrap;
}
.village_reviews_item .gal_item {
	display: block;
	margin: 0 10px 10px 0;
	border: 1px solid transparent;
	width: calc(calc(100% - 20px) / 3);
	line-height: 0;
	position: relative;
	height: 60px;
}
.village_reviews_item .gal_item:nth-child(3n) {
	margin-right: 0;
}
.village_reviews_item .gal_item:hover {
	border-color: #ffffff;
}
.village_reviews_item .gal_item:last-child {
	margin: 0 0 10px 0;
}
.village_reviews_item .info {
	padding-left: 28px;
	font-weight: 300;
	font-size: 14px;
	line-height: 130%;
	color: #FFFFFF;
}
.village_reviews_item .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	color: #FFFFFF;
	margin-bottom: 12px;
}
.village_reviews_item .desc {
	margin-bottom: 24px;
	line-height: 1.3;
}
.village_prices .wrapper{
	overflow: unset;
}
.swiper-button-prev{
	left: -15px;
}
.swiper-button-next{
	right: -5px;
}
.swiper{
	overflow: hidden;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #FF0387;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: unset;
}
.swiper-pagination-bullet{
	background: white;
	opacity: unset;
}
@media screen and (max-width: 1500px){
	.village_prices{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 900px){
	.village_prices{
		padding-left: 50px;
		padding-right: 50px;
	}
	.swiper-button-prev{
		left: -30px;
	}
	.swiper-button-next{
		right: -20px;
	}
}
@media screen and (max-width: 600px){
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
}
@media screen and (min-width: 600px){
	.swiper-pagination{
		display: none;
	}
}

.swiper-button-next, .swiper-button-prev {
	transform: translateY(50%);
}
.stepform_village {
	position: relative;
}
.stepform_village::before {
	content: url("/htdocs/images_new/village/form_circle.png");
	position: absolute;
	right: calc(50% - 500px);
	top: -600px;
	z-index: 0;
}
.stepform_village::after {
	content: url("/htdocs/images_new/village/form_tree.png");
	position: absolute;
	right: 0;
	bottom: -170px;
	z-index: 1;
}
.stepform_village .wrapper {
	position: relative;
	z-index: 2;
}
.stepform_village .step-form__title,
.stepform_village .step-form__text
{
	color: #FFFFFF;
}
.portfolio_village .wrapper {
	position: relative;
	z-index: 2;
}
.portfolio_village {
	padding-top: 120px;
	background: url("/htdocs/images_new/village/triangle.svg") no-repeat top left;
	background-size: 100% auto;
}
@media (max-width: 1366px) {
	.village_spec .flex-part .title {
		font-size: 28px;
	}
	.village_spec .flex-part .text {
		font-size: 16px;
	}
	.village_spec .visual .desc {
		top: 240px;
		font-size: 26px;
	}
	.village_reviews_item {
		padding: 30px 24px;
		margin-bottom: 24px;
	}
	.village_reviews_item {
		grid-template-columns: 235px auto;
	}
	.village_prices_item .title {
		padding: 40px 12px 24px;
		font-size: 18px;
	}
	.village_prices_item .price {
		padding: 24px 12px 24px;
		font-size: 18px;
	}
	.village_prices_item .price .cost {
		font-size: 28px;
		margin: 8px 0;
	}
}
@media (max-width: 1024px) {
	.village_spec .wrapper {
		padding-top: 40px;
		padding-bottom: 70px;
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}
	.village_spec .visual {
		position: relative;
		bottom: auto;
		left: auto;
	}
	.village_spec .info {
		width: 100%;
		padding-left: 0;
		margin: 0 0 24px;
	}
	.village_spec .flex-part .text,
	.village_spec .flex-part .title
	{
		text-align: center;
	}
	.village_spec .wrapper {
		padding-top: 40px;
		padding-bottom: 0;
	}
	.village_services {
		padding: 60px 0 0;
	}
	.village_services_item .num {
		display: none;
	}
	.village_services_item .visual {
		left: auto!important;
	}
	.village_services_item .visual {
		width: 100%;
		height: 503px;
	}
	.village_services_item {
		width: calc(100%/2 - 18px);
		margin-bottom: 60px;
		right: auto!important;
		left: auto!important;
		top: auto!important;
		bottom: auto!important;
	}
	.village_services_item .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.village_services_item ul li {
		padding-left: 20px;
		font-size: 15px;
	}
	.village_services h2,
	.village_reviews h2,
	.village_prices h2
	{
		font-size: 36px;
		margin-bottom: 36px;
	}
	.village_reviews {
		padding: 36px 0;
	}
	.village_reviews_item {
		flex-direction: column;
	}
	.village_reviews_item {
		grid-template-columns: minmax(128px, auto) auto;
	}
	.village_reviews_item .info {
		padding: 20px 0 0 20px;
	}
	.village_top h1 {
		font-size: 36px;
	}
	.stepform_village::after,
	.stepform_village::before
	{
		display: none;
	}
	.portfolio_village {
		padding-top: 46px;
	}
	.village_top .wrapper {
		padding-top: 190px;
		justify-content: flex-start;
	}
	.village_top::after,
	.village_top::before
	{
		display: none;
	}
	.village_top .village_go {
		top: 50%;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.village_top {
		height: calc(100vh - 100px);
		padding-bottom: 0;
	}
}
@media (max-width: 768px) {
	.village_prices_list {
		flex-wrap: nowrap;
		width: calc(100% + 20px);
	}
	.village_prices_item {
		width: 290px;
		margin-right: 8px;
		flex-shrink: 0;
		padding: 0;
	}

	.village_reviews_item {
		width: 100%;
		padding: 16px;
		margin-bottom: 46px;
		grid-template-columns: 150px auto;
	}
	.village_reviews_item .gal_item {
		width: calc(calc(100% - 30px) / 4);
	}
	.village_reviews_item .gal_item:nth-child(3n) {
		margin-right: 10px;
	}
	.village_reviews_item .gal_item:nth-child(4n) {
		margin-right: 0;
	}
	.village_reviews_item .info {
		padding-top: 10px;
	}
	.village_reviews_item .title {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.village_reviews_item:last-child {
		margin-bottom: 0;
	}
}
@media (max-width: 600px) {
	.village_top h1 {
		font-size: 30px;
	}
	.village_services h2,
	.village_reviews h2,
	.village_prices h2
	{
		font-size: 24px;
	}
	.village_top .village_go {
		bottom: 100px;
		top: auto;
	}
	.village_top .village_go span {
		font-size: 12px;
		padding-bottom: 5px;
	}
	.village_spec .flex-part .title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.village_spec .flex-part .text {
		font-size: 14px;
	}
	.village_spec .visual {
		height: 350px;
		width: 100%;
		overflow: hidden;
	}
	.village_spec .visual img {
		width: 535px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.village_spec .visual .desc {
		width: 206px;
		font-size: 20px;
		top: 42%;
		left: 36%;
	}
	.village_services {
		padding: 24px 0 0;
	}

    .village_services_list{
        gap: 20px;
    }

	.village_services_item {
		width: 100%;
		margin-bottom: 0;
		order: unset!important;
	}
	.village_services_item .visual {
		height: auto;
	}
	.village_services_item .image {
		position: relative;
		width: 100%;
		height: 220px;
		margin-bottom: 15px;
	}
	.village_services_item .image::before {
		content: '';
		position: absolute;
		top: 10px;
		height: 100%;
		right: -10px;
		width: 10px;
		background: #FF0387;
	}
	.village_services_item .image::after {
		content: '';
		position: absolute;
		bottom: -10px;
		right: -10px;
		width: 100%;
		height: 10px;
		background: #FF0387;
	}
	.village_services_item .text {
		position: static;
		bottom: auto;
		left: auto;
		width: 100%;
		padding: 20px 16px 6px;
	}
	.village_services_item ul li {
		font-size: 14px;
	}
	.village_services_item .visual::before,
	.village_services_item .visual::after
	{
		display: none;
	}

	.village_prices {
		padding: 36px 0;
	}
}
/* end village */

.swiper-portfolio-2 .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.swiper-portfolio-2 .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-portfolio-1 {
	height: 75%;
	width: 100%;
}

.swiper-portfolio-2 {
	height: 25%;
	box-sizing: border-box;
	padding: 10px 0;
}

.swiper-portfolio-1 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.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;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgb(0 0 0 / 50%);
}

.swiper-portfolio-1 img{
	width:auto;
}

.swiper-wrapper{
	display: flex;
	align-items: center;
}

.portfolio-gallery{
	height: 800px;
	background-color: #f6f6f6;
}

.portfolio-gallery .wrapper{
	padding: 50px 0;
}

.swiper-portfolio-2 .swiper-slide{
	cursor: pointer;
}

.portfolio-tags__tag{
	font-family: 'MuseoSansBold', Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #ff0a83;
	border: 1px solid #ff0a83;
	text-align: center;
	padding: 15px 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.portfolio-tags__tag:hover, .portfolio-tags__tag.active{
	background-color: white;
	color: #ff0a83;
	transition: all 0.5s ease-out 100ms
}

.portfolio-tags__container{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px 15px;
	margin-bottom: 40px;
}

.portfolio-block{
	background-color: #f6f6f6;
}

@media screen and (max-width: 900px){
	.swiper-portfolio-1{
		padding: 0 50px;
		box-sizing: border-box;
	}
	.swiper-portfolio-1 img{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	.portfolio-tags__container{
		margin-top: 40px;
		gap: 10px 15px;
		margin-bottom: 30px;
	}
}

.flex-2-clmn {
	display: flex;
	gap: 50px;
	align-items: center;
}

.flex-part {
	flex-basis: 50%;
}

.village_reviews_item .gal .gal_main img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: auto;
}

.village_reviews_item .gal_item img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: auto;
}
