
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;   
} 
@media (min-width: 1000px) {
  html, body {
    width: 100%;   
  }
}
@media (max-width: 999px) {
  html, body {
    width: 111%;   
  }
}
#page {
    background: url("../img/top_grad_bg.png") repeat-x scroll center top rgba(0, 0, 0, 0);
    height: auto !important;
    min-height: 100%;
}
#wrap {
    background: url("../img/bottom_grad_bg.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    overflow: hidden;
    padding-bottom: 237px;
}
#footer_wrap {
    height: 237px;
    margin-top: -237px;
}
#footer {
    border-top: 1px solid #dfd9e2;
    margin: 0 auto;
    overflow: hidden;
    padding: 24px 0 30px;
    text-align: left;
    width: 1200px;
}
@font-face {
    font-family: "Hermes";
    src: url("fonts/HERMES.TTF");
}
@font-face {
    font-family: "cuprum";
    src: url("fonts/CUPRUM-BOLD.TTF");
}
#header {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}
#header.inner_page {
    min-height: 350px !important;
}
#centr_content {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px;
}
#left_column {
    overflow: hidden;
    padding: 19px 37px 65px 0;
    width: 863px;
}
#right_column {
    overflow: hidden;
    padding-bottom: 65px;
    width: 300px;
}
.thousand {
    height: 1000px;
}
#header > .menu {
    margin-top: 24px;
    position: relative;
    z-index: 2;
    width: 100%;
    float: none;
}
#header > .menu > ul {
    position: relative;
    z-index: 10;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 1px;
}
#header > .menu > ul > li:first-child > a {
    padding-left: 0;
}
#header > .menu > ul > li {
    display: block;
    float: left;
    list-style-type: none;
    position: relative;
}
#header > .menu > ul > li:hover {
}
#header > .menu > ul > li > a {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}
#header > .menu > ul > .active > a {
    color: #4c7c1d;
}
#header > .menu > ul > li:hover > a {
    background: url("../img/bg_menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 8px;
    color: #4c7c1d;
}
#header > .menu > ul > .submenu:hover > a {
    background: url("../img/bg_menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 8px 8px 0 0;
}
#header > .menu > ul > li:hover > ul {
    background: url("../img/bg_menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 8px 8px;
}
#header > .menu > ul > li:hover > .sub_submenu {
    background: url("../img/bg_menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0 0 8px 8px;
}
#header > .menu > ul > li > a {
    display: block;
    font-size: 16px;
		font-size: 22px;
    padding: 17px 9px 15px;
	white-space: nowrap;
}
#header > .menu > ul > li > ul {
    display: none;
}
#header > .menu > ul > li:hover > ul {
    background: url("../img/bg_menu.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    padding: 6px 0 20px;
    position: absolute;
    text-align: left;
}
#header > .menu > ul > li > ul > li {
    display: block;
    min-width: 227px;
}
#header > .menu > ul > li > ul > li > a {
    color: #000;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.9;
    padding-left: 19px;
    padding-right: 19px;
    text-decoration: none;
    width: 208px;
}
#header > .menu > ul > li > ul > li > a:hover {
    background: url("../img/bg_menu_hover.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #4c7c1d;
    transition: all 0.2s linear 0s;
}
#call_block {
    background: url("../img/tel_btn_zamer2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 305px;
		height: 131px;
    left: 929px;
    position: absolute;
    top: 23px;
		top: 113px;
    width: 306px;
    z-index: 1;
}
.index #call_block {
    top: 23px;
		top: 80px;
}
#call_block > .tele {
    margin-top: 11px;
		margin-top: 24px;
		margin-bottom: 56px;
}
#call_block > .tele > p {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
#call_block > .tele > p > span {
    color: #000000;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 0.943;
}
#call_block > .call {
    font-family: "Open Sans Condensed",sans-serif;
    margin-left: 47px;
    text-align: left;
}
#call_block > .call > a {
    border-bottom: 1px dotted #dba113;
    color: #dba113;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-left: 8px;
    margin-top: 12px;
    text-decoration: none;
}
#call_block > .call > img {
    display: inline-block;
    vertical-align: middle;
}
#call_block .callback {
    color: #251a00;
    display: block;
    font-family: cuprum;
    font-size: 26px;
    font-weight: normal;
    height: 47px;
    margin-top: 40px;
    padding-top: 20px;
    text-decoration: none;
}
#up_ico_block {
    background: url("../img/logo1_up_ico.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 11px;
    left: 61px;
    position: absolute;
    top: 91px;
    width: 65px;
}
#up_ico_block > a {
    display: block;
    float: left;
    height: 11px;
    margin-left: 16px;
    width: 11px;
}
#up_ico_block > a:first-child {
    margin-left: 0;
}
#up_ico_block > .ico1 {
}
#up_ico_block > .ico2 {
}
#up_ico_block > .ico3 {
}
#logo_block {
    left: 1px;
    position: absolute;
    top: 125px;
    width: 183px;
}
#logo_block > a {
    display: inline-block;
}
#logo_block > p {
    color: #333333;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 14px;
}
#logo_block > p > span {
    color: #333333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}
#header > .akcii {
    left: 0;
    position: absolute;
    top: 446px;
    width: 186px;
    z-index: 99999999;
}
#header > .akcii > a {
    display: inline-block;
    padding-top: 10px;
}
#header > .akcii > p {
    color: #4c7c1d;
    float: left;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 24px;
    font-weight: bold;
}
#header > .akcii > p:first-letter {
    font-size: 31px;
}
#header > .zaglushka_slider {
    height: 847px;
    left: 68px;
    position: absolute;
    top: 21px;
    width: 1132px;
	z-index: 0;
}
#up3block {
    padding-top: 702px;
    position: relative;
    z-index: 1;
}
#up3block .green_button {
    background: url("../img/h1_btn_bg_green.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-sizing: content-box;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 19px;
    font-weight: bold;
    height: 36px;
    margin-left: 29px;
    padding-bottom: 18px;
    padding-top: 12px;
    text-decoration: none;
    width: 240px;
}
#up3block .green_button:first-letter {
    font-size: 25px;
}
#up3block .green_button:hover, #up3block .current .green_button {
    background: url("../img/h1_btn_bg_oran.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #000;
    transition: all 0.2s linear 0s;
}
#up3block ul {
    text-align: left;
}
#up3block .hrefs li {
    display: inline-block;
    margin-top: 9px;
    padding-left: 0;
    text-align: left;
    width: 33%;
}
#up3block .hrefs li a {
    color: #2b2b2b;
    font-size: 16px;
    text-decoration: none;
}
#up3block .hrefs li p {
    padding-left: 46px;
}
#up3block .hrefs li img {
    margin-right: 20px;
    min-height: 30px;
    vertical-align: middle;
    width: 40px;
}
#up3block > .up3bl {
    float: left;
    height: 344px;
    overflow: hidden;
    padding: 0 17px 5px 1px;
    width: 300px;
}
#up3block .hrefs {
    margin: 37px auto 0;
    min-height: 210px;
    padding-left: 122px;
}
#up3block .hrefs1 {
    margin-left: 60px;
    margin-top: 37px;
}
#our_work {
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px;
    margin-top: 15px;
    padding: 17px 21px 23px;
    text-align: left;
}
#our_work img {
    margin-top: 20px;
}
#our_work > div {
    overflow: hidden;
}
#our_work > p {
    font-family: cuprum;
    font-size: 30px;
    text-align: left;
}
#our_work > a {
    display: block;
    margin-top: 20px;
}
#our_work > .seall_work {
    border-bottom: 1px solid #d2dec6;
    color: #4c7c1d;
    display: inline-block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
		font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 1px;
    text-align: left;
    text-decoration: none;
}
#reviews {
    margin-top: 15px;
}
#reviews > p {
    background: none repeat scroll 0 0 #eee;
    border-radius: 6px;
    font-family: cuprum;
    font-size: 30px;
    padding: 16px 21px 14px;
    text-align: left;
}
#reviews > .review {
    border-bottom: 1px solid #ccc;
    margin: 0 22px 0 21px;
    padding: 16px 0 14px;
    text-align: left;
}
#reviews > .review > span {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}
#reviews > .review > p {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 6px;
}
#reviews > .seall_reviews {
    border-bottom: 1px solid #d2dec6;
    color: #4c7c1d;
    display: block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0 21px;
    padding: 16px 0 2px;
    text-align: left;
    text-decoration: none;
    width: 178px;
}
#projects {
    margin-top: 43px;
}
#projects > p {
    background: none repeat scroll 0 0 #eee;
    border-radius: 6px;
    color: #000;
    font-family: cuprum;
    font-size: 30px;
    padding: 16px 21px 14px;
    text-align: left;
}
#projects > p > span {
    color: #63a126;
}
#projects > a {
    display: block;
    margin-top: 19px;
    text-decoration: none;
}
#projects > .seall_projects {
    border-bottom: 1px solid #d2dec6;
    color: #4c7c1d;
    display: inline-block;
    float: left;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 16px 0 2px;
    text-align: left;
    text-decoration: none;
    margin-left: 23px;
}
#footer .footblock {
    display: block;
    float: left;
    min-height: 100px;
}
#footer .footblock a {
    color: #595959;
    display: block;
    font-size: 14px;
    line-height: 1.7;
    text-decoration: none;
}
#footer .fcol1 {
    width: 255px;
}
#footer .fcol1 a {
    border-bottom: 1px solid #c6c0c3;
    color: #000;
    display: table;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 6px 0 3px;
}
#footer .fcol2 {
    width: 184px;
}
#footer .fcol3 {
    width: 217px;
}
#footer .fcol4 {
    width: 190px;
}
#footer .fcol5 {
    text-align: right;
    width: 354px;
}
#footer .fcol5 p {
    color: #000;
    font-size: 16px;
    line-height: 1;
    margin-top: 14px;
}
#footer .mail {
    color: #4c7c1d !important;
    font-size: 16px;
    margin-top: 8px;
}
#footer .mail:hover {
    text-decoration: underline;
}
#footer .tele {
    margin-top: 2px;
}
#footer .tele > p {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
}
#footer .tele > p > span {
    color: #000000;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 0.943;
}
#left_column {
    text-align: left;
}
#left_column p {
    color: #000;
    line-height: 1.6;
}
#left_column .h1 {
    font-family: cuprum;
    font-size: 37px;
    line-height: 1;
    padding-bottom: 12px;
}
#left_column img {
}
#left_column img.left {
    margin: 10px 20px 5px 0;
}
#left_column img.right {
    margin: 10px 0 5px 20px;
}
#left_column a {
    border-bottom: 1px solid #d2dec6;
    color: #4c7c1d;
    text-decoration: none;
}
#left_column .h3 {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 34px 0 5px;
}
#left_column ul {
    list-style: circle inside url("../img/li_round.png");
    margin-top: 9px;
}
#left_column li {
    display: list-item;
    font-size: 16px;
    line-height: 1.6;
    list-style-image: url("../img/li_round.png");
    padding: 0 0 0 26px;
    vertical-align: top;
}
#left_column .h2 {
    color: #000;
    font-family: cuprum;
    font-size: 30px;
    font-weight: normal;
    padding: 27px 0 4px;
}
#left_column {
}
#inner_wtf_block {
    left: 265px;
    position: absolute;
    top: 117px;
}
.inner_wtf_block {
    position: relative;
}
#inner_wtf_block, .inner_wtf_block {
    height: 184px;
    width: 624px;
}
#inner_wtf_block .in_arrow, .inner_wtf_block .in_arrow {
    left: 21px;
    position: absolute;
    text-align: left;
    top: 37px;
    width: 161px;
}
.in_arrow a, .in_arrow span {
    color: #4c7c1d;
    font-family: cuprum;
    font-size: 30px;
}
.in_arrow > p, #left_column .in_arrow p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
}
#left_column .in_arrow p {
    margin-top: 0;
}
#left_menu {
    overflow: hidden;
    padding-right: 30px;
    width: 270px;
}
#left_menu .menu_header {
    background: url("../img/left_menu_button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 65px;
    overflow: hidden;
    width: 270px;
}
#left_menu .menu_header p {
    font-family: cuprum;
    font-size: 30px;
    margin: 2px 0 0 20px;
}
#left_menu > ul {
    margin-bottom: 40px;
    margin-top: 0 !important;
}
#left_menu > a {
    display: table;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}
#left_menu .first_level > li {
    border-bottom: 1px solid #e7e7e7;
    display: block !important;
    list-style-image: none;
    list-style-type: none;
    min-height: 33px;
    padding-left: 0;
    padding-top: 8px;
}
#left_menu .first_level > li > a {
    background: url("../img/left_menu_arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: medium none;
    color: #000;
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}
#left_menu .first_level > .active {
    border-bottom: medium none;
    padding-bottom: 1px;
}
#left_menu .first_level > .active > a, #left_menu .first_level > li:hover > a {
    background: url("../img/left_menu_arrow_active.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #b68b26;
}
#left_menu .second_level, #left_menu .last_level {
    background: none repeat scroll 0 0 #eee;
    border-radius: 5px;
    display: none;
    float: none;
    overflow: hidden;
    position: relative;
}
#left_menu .second_level > li, #left_menu .last_level > li {
    display: block !important;
    list-style-image: none;
    list-style-type: none;
    padding: 0;
}
#left_menu .last_level > li {
}
#left_menu .second_level > li > a {
    border-bottom: medium none;
    color: #000;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    padding: 1px 0 6px 14px;
    position: relative;
    text-decoration: none;
    z-index: 10;
}
#left_menu .last_level {
    display: none;
}
#left_menu .second_level > li > .inner_href {
    background: none repeat scroll 0 0 #fff;
}
#left_menu .second_level > li > p:hover, #left_menu .second_level > li > p.active {
    background-image: url("/templates/demooldschool/img/left_menu_arrow_active.png");
    color: #b68b26;
}
#left_menu .second_level > li > p {
    background: url("/templates/demooldschool/img/left_menu_arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    border-bottom: medium none;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 1px 15px 6px 14px;
    position: relative;
    text-decoration: none;
    z-index: 10;
}
#left_menu .second_level > li > a:first-child, #left_menu .last_level > li > a:first-child {
    padding: 4px 0 6px 14px;
}
#left_menu .last_level > li > a:first-child {
}
#left_menu .second_level > li > a:hover, #left_menu .second_level > li > a.active {
    background: none repeat scroll 0 0 #dfa92b;
}
#left_menu .up_arrow {
    background: url("../img/lm_up_arrow.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 15px;
    left: 10px;
    position: absolute;
    top: -10px;
    width: 21px;
    z-index: 1;
}
#left_menu .akcii {
    border-bottom: medium none;
    margin-top: 40px;
    text-decoration: none;
}
#inner_content {
    overflow: hidden;
    width: 563px;
}
#inner_content .breadcrumbs {
    color: #666;
    font-size: 14px;
    padding-bottom: 24px;
}
#inner_content .breadcrumbs a {
    border: medium none;
    color: #666;
    font-size: 14px;
    text-decoration: underline;
}
#inner_content .breadcrumbs span {
    border: medium none;
    color: #666;
    font-size: 14px;
    text-decoration: none;
}
#inner_content .img_list.full_list li.type_127 {
    width: 100%;
}
#inner_content .img_list.full_list li.type_127 .left, #inner_content .img_list.full_list li.type_127 .right {
    margin-top: 20px;
    width: 46%;
}
.project .left > p:first-child, .project .right > p:first-child {
    font-weight: bold;
}
#inner_content .img_list.full_list li.type_127 .left {
    width: 46%;
}
#inner_content .img_list.full_list li.type_127 .right {
}
#inner_content .img_list {
    line-height: 0;
    margin: 45px 0 0;
    padding: 0;
    text-align: justify;
    width: 100%;
}
.img_list img {
    border-radius: 4px;
    width: 172px;
}
#inner_content .img_list.full_list li.type_127 img {
    width: 100%;
}
#inner_content .img_list li.type_127 img {
    width: 130px;
}
#inner_content .img_list li.type_127 {
    width: 265px;
}
#inner_content .img_list li {
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
    width: 172px;
}
#inner_content .img_list > li > img {
    margin: 0;
}
#inner_content .img_list:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}
#inner_content .img_list a {
    border: medium none;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-decoration: none;
}
#inner_content .img_list a img {
    border: 0 none;
}
#inner_content {
}
#reviews_list .rev_img img {
    border-radius: 50%;
    height: 116px;
    margin: 0;
    padding: 0 0 0 6px;
    width: 116px;
}
#reviews_list {
    list-style: none outside none;
}
#reviews_list li {
    display: block;
    margin: 0 0 25px;
    overflow: hidden;
    padding: 0 0 20px;
}
#reviews_list span {
    display: block;
}
#reviews_list .rev_text {
    width: 424px;
}
#reviews_list p {
    color: #000;
    line-height: 1.6;
}
#reviews_list li:nth-child(2n) {
    border-bottom: 1px solid #e7e7e7;
}
#give_rev {
}
#contact_us {
}
#ask_us {
}
.grey_form {
    background: none repeat scroll 0 0 #eee;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px 22px;
}
.error {
    box-shadow: 0 0 6px 0 red inset;
}
.grey_form input, .grey_form .file_button {
    border: medium none;
    border-radius: 5px;
    font-size: 16px;
    height: 38px;
    margin: 12px 0;
    outline: medium none;
    padding: 9px 13px;
    width: 231px;
}
.grey_form .file_button {
    font-size: 19px;
    height: 33px;
    padding-top: 7px;
    width: 170px;
}
.grey_form textarea {
    border: medium none;
    border-radius: 5px;
    font-size: 16px;
    margin: 5px 0;
    outline: medium none;
    padding: 14px;
    width: 506px;
}
.red_star {
    color: #cc3333;
    font-size: 16px;
    margin: 18px 0 0 4px;
    vertical-align: middle;
}
.grey_form input[type="submit"], .file_button {
    background: url("../img/h1_btn_bg_green.png") repeat-x scroll center center rgba(0, 0, 0, 0);
    color: #fff;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 25px;
    font-weight: bold;
    height: 51px;
    overflow: hidden;
    width: 160px;
}
.file_button {
    box-sizing: border-box;
    padding-top: 9px;
    text-align: center;
    width: 233px;
}
#faq {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#faq > .ask {
    cursor: pointer;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#faq > .ask > p {
    color: #4c7c1d;
}
#faq .answer {
    display: none;
}
#faq .activ > p {
    color: #000;
}
#faq > .activ {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
#articles {
    list-style: none outside none;
}
#articles li {
    display: block;
    margin: 0 0 9px;
    overflow: hidden;
    padding: 0 0 20px;
}
#articles .left {
    width: 187px;
}
#articles .right {
    border-bottom: 1px solid #e7e7e7;
    width: 360px;
}
#articles li .left img {
    border-radius: 8px;
    width: 187px;
}
#articles li .left a {
    border-bottom: medium none;
    text-decoration: none;
}
#articles .articl_head {
    border-bottom: 1px solid #d2dec6;
    color: #4c7c1d;
    display: table;
    font-family: cuprum;
    font-size: 24px;
    line-height: 1.2;
}
#articles .right .text {
    display: block;
    margin-top: 10px;
}
#articles .readmore {
    background: none repeat scroll 0 0 #4c7c1d;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    margin: 12px 0 24px;
    text-decoration: none;
    width: 117px;
}
#articles .readmore span {
    display: block;
    padding: 6px 11px;
}
#articles_pagination .active {
    background: none repeat scroll 0 0 #dfa92b;
}
#articles_pagination a {
    border: medium none;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    margin: 0 3px;
    padding: 1px 5px;
    text-decoration: none;
}
#articles_pagination a:hover {
    background: none repeat scroll 0 0 #dbdbdb;
}
#articles_pagination .last_page {
}
.button_order {
    background: url("../img/button_order.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    display: block;
    height: 67px;
    margin: 35px auto;
    text-align: center;
    width: 178px;
}
.button_order span {
    color: #251a00;
    display: block;
    font-family: cuprum;
    font-size: 24px;
    padding-top: 24px;
}
@-moz-document url-prefix("") {
#reviews_list .rev_text {
    float: left;
    margin-left: 138px;
    width: 424px;
}
}
#slidemenu {
    height: 40px;
    text-align: center;
}
#slidemenu ul {
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
#slidemenu ul li {
    margin-right: 18px;
}
#slidemenu ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #fff;
    float: left;
    padding: 12px 15px;
    position: relative;
    text-decoration: none;
    z-index: 40;
}
#slidemenu ul li .hover {
    background: url("../images/hover.png") repeat-x scroll 0 0 #333;
    height: 40px;
    position: absolute;
    width: 100px;
    z-index: 20;
}
#slide_content > div {
    display: none;
    margin-top: 59px;
}
#slide_content .active {
    display: block;
}
#projects .project .right {
    width: 45%;
}
#projects .project .left {
    width: 45%;
}
#projects .project {
    margin: 15px 0;
}
#projects .project img {
    width: 100%;
}
#errors {
    margin: 40px 0 20px;
}
.popup h2 {
    font-family: cuprum;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 12px;
}
.popup {
    background: none repeat scroll 0 0 #fff;
    padding: 35px;
    position: relative;
}
.popup .grey_form textarea {
    width: 100%;
}
.popup .grey_form input[type="text"], .popup .grey_form textarea, .popup select {
    background: none repeat scroll 0 0 #eee;
    margin: 0;
    width: 90%;
}
.popup .grey_form textarea {
    height: 105px;
}
.popup .form_element {
    margin-bottom: 20px;
}
.popup .grey_form {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    border-top: 1px solid #eeeeee;
    padding: 15px 0;
}
.arcticmodal-close {
    background: url("/images/close.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 18px;
    position: absolute;
    right: 35px;
    top: 43px;
    width: 18px;
}
.left_column {
    box-sizing: border-box;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    width: 31%;
}
.left_column span {
    font-size: 16px;
    font-weight: 400;
}
.right_column {
    text-align: left;
    width: 68%;
}
.left_column, .right_column {
    box-sizing: border-box;
    float: left;
}
#measure_form {
    width: 780px;
}
#callback_form #field_452, #callback_form #field_453, #callback_form #field_454 {
    width: 90%;
}
#field_452, #field_453, #field_454 {
    width: 60%;
}
#callback_form {
    width: 680px;
}
#field_128_454, #field_128_455 {
    width: 30%;
}
#cuselFrame-field_128_454 {
    margin-right: 25px;
}
#this_item {
    width: 680px;
}
#field_461, #field_462 {
    width: 60%;
}
#call_block > .call > a#callback:hover, #reviews > .seall_reviews:hover, #our_work > .seall_work:hover, #projects > .seall_projects:hover, #footer .fcol1 a:hover, #left_column a:hover {
    border-bottom-color: transparent;
}
#inner_content .breadcrumbs a:hover {
    text-decoration: none;
}
#footer .footblock.fcol2 a:hover, #footer .footblock.fcol3 a:hover, #footer .footblock.fcol4 a:hover, #up3block .hrefs li a:hover {
    text-decoration: underline;
}
.last_level {
}
.file_button {
}
.file_line {
    position: relative;
}
.file_line input {
    cursor: pointer;
    height: 51px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -12px;
    width: 232px;
}
.second_level p {
    cursor: pointer;
}

.highslide-credits{
    display: none !important;
}


.my-border .this_mebel_hs{
    display:none;
}
.fancybox__backdrop {
    background: rgb(24 24 27 / 87%) !important;
}
a.yandex_reviews_title {
    color: #4c7c1d;
    /* margin: 0 0 9px; */
    line-height: 26px;
    font-size: 20px;
}
.yandex_reviews_images {
    margin: 15px 0 50px;
	text-align: right;
}
img.yandex_reviews_image {
    max-width: 76%;
}
.reviews_title {
    font-size: 20px;
    line-height: 40px;
}
