html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-family: verdana;
     -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }




html {
    line-height: 1; }

ol, ul {
    list-style: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle; }

q, blockquote {
    quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
    border: none; }

a {
    text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block; }

input[type='submit'] {
    border: 0;
    cursor: pointer; }

@font-face {
    font-family: 'ubuntubold';
    src: url("../fonts/ubuntu-b-webfont.eot");
    src: url("../fonts/ubuntu-b-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-b-webfont.woff2") format("woff2"), url("../fonts/ubuntu-b-webfont.woff") format("woff"), url("../fonts/ubuntu-b-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'ubuntumedium';
    src: url("../fonts/ubuntu-m-webfont.eot");
    src: url("../fonts/ubuntu-m-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-m-webfont.woff2") format("woff2"), url("../fonts/ubuntu-m-webfont.woff") format("woff"), url("../fonts/ubuntu-m-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'ubunturegular';
    src: url("../fonts/ubuntu-r-webfont.eot");
    src: url("../fonts/ubuntu-r-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-r-webfont.woff2") format("woff2"), url("../fonts/ubuntu-r-webfont.woff") format("woff"), url("../fonts/ubuntu-r-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'elephantregular';
    src: url("../fonts/elephnt-webfont.eot");
    src: url("../fonts/elephnt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/elephnt-webfont.woff2") format("woff2"), url("../fonts/elephnt-webfont.woff") format("woff"), url("../fonts/elephnt-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; }
.clearfix:after {
    content: '';
    clear: both;
    display: table; }

body,
input,
textarea,
a {
    font-family: "verdana";
    font-size: 18px;
    color: #000;
    /*line-height: 1.8; */}

body {
    padding-top: 98px; }

.wrapper {
    /*max-width: 1520px;*/
    margin: 0 auto;
    /*padding: 0 15px;*/ }

header {
    margin: 0 auto;
    top: 0;
    height: 98px;
    position: fixed;
    z-index: 101;
    width: 99%;
    padding: 0 15px;
    background: linear-gradient(to top, #fafafa,#bcefff);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
header .wrapper {
    position: relative; }
header .logo {
    float: left;
    margin-top: 29px; }
header .logo a {
    font-family: "verdanabold";
    font-size: 20px;
    color: #1d1d1f;
    display: block; }
header .logo a img {
    float: left;
    margin-top: 0px;
    margin-left: 14px; }
header .logo a span {
    float: left;
    display: inline-block;
    padding: 7px 0 0 7px; }
header .menu {
    float: right; 
    margin-right: 15px;
}
header .menu nav {
    float: left; }
header .menu nav > ul > li {
    float: left;
    margin: 0 17px;
    padding: 40px 0; }
header .menu nav > ul > li.simple_relative {
    position: relative; }
header .menu nav > ul > li > a {
    font-size: 16px;
    display: block;
    font-family: "verdana";
    text-transform: uppercase;
    color: #5a5a5a;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
header .menu nav > ul > li > a.active {
    color: #4d4d4f; }
header .menu nav > ul > li > a.active:before {
    content: "";
    position: absolute;
    bottom: 12px;
    width: 100%;
    border-bottom: 3px solid #bba983; }
header .menu nav > ul > li ul {
    position: absolute;
    top: 97px;
    left: -34px;
    z-index: 3;
    padding: 21px 36px 43px;
    width: 292px;
    background: #ffffff;
    display: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1); }
header .menu nav > ul > li ul li {
    margin-top: 20px; }
header .menu nav > ul > li ul li a {
    font-size: 16px;
    color: #333335;
    font-family: "ubunturegular";
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
header .menu nav > ul > li ul li a:hover {
    color: #bba983; }
header .menu nav > ul > li .multiple_under_menu {
    display: none;
    position: absolute;
    background: #ffffff;
    width: 870px;
    height: 520px;
    top: 97px;
    right: 15px;
    box-sizing: border-box;
    padding-top: 45px;
    }
header .menu nav > ul > li .multiple_under_menu .name_list {
    font-size: 18px;
    font-family: "ubuntubold";
    color: #333335;
    text-transform: uppercase;
    padding-left: 36px; }
header .menu nav > ul > li .multiple_under_menu > div {
    float: left;
    width: 33.333333333333333%; }
header .menu nav > ul > li .multiple_under_menu > div ul {
    width: auto;
    height: auto;
    position: static;
    display: block;
    
    padding: 0px 36px 0 36px; }
header .menu nav > ul > li:hover a {
    color: #4d4d4f; }
header .menu nav > ul > li:hover ul.simple_toggle {
   display: block;
}
header .menu nav > ul > li:hover .multiple_under_menu {
   
    display: block;
}
header .menu .search {
    float: left;
    margin: 37px 81px 0 27px;
    position: relative; }
header .menu .search .icon-open-search {
    width: 25px;
    height: 25px;
    background: url("../images/sprite.png") no-repeat 0 0;
    cursor: pointer; }
header .menu .search form {
    overflow: hidden;
    position: absolute;
    width: 0;
    top: -20px;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
header .menu .search form input[type='text'] {
    width: 584px;
    border: 0;
    height: 56px;
    padding: 0 50px 0 0;
    box-sizing: border-box;
    outline: 0;
    color: #1d1d1f;
    border-bottom: 1px solid #e6e6e6; }
header .menu .search form input[type='submit'] {
    display: none; }
header .menu .search form .close_button_form {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 24px;
    right: 10px;
    cursor: pointer; }
header .menu .search form .close_button_form:before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/sprite.png") no-repeat -45px 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
header .menu .search form .close_button_form:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    background: url("../images/sprite.png") no-repeat -45px -17px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
header .menu .search form .close_button_form:hover:before {
    opacity: 0; }
header .menu .search form .close_button_form:hover:after {
    opacity: 1; }
header .menu .phone {
    float: left;
    margin-top: 40px; }
header .menu .phone p,
header .menu .phone a {
    font-family: "verdana";
    font-size: 24px;
    color: #1d1d1f; }
header .menu .tab-show {
    border: 1px solid #969499;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 15px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
header .menu .tab-show div {
    border: 2px solid #969499;
    width: 32px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 8px 7px; }
header .menu .tab-show:hover {
    background: #969499; }
header .menu .tab-show:hover div {
    border: 2px solid #fff; }

.tab-show {
    display: none; }

.general_slider .owl-item > div {
    position: relative; }
.general_slider .owl-item > div .text_slide_1 {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    margin-top: 142px;
    left: 0; }
.general_slider .owl-item > div .text_slide_1 .logo img {
    width: auto;
    display: inline-block; }
.general_slider .owl-item > div .text_slide_1 .info {
    font-family: "ubuntumedium";
    font-size: 24px;
    color: #ffffff;
    margin-top: 25px; }
.general_slider .owl-item > div .text_slide_1 .title {
    font-size: 48px;
    font-family: "ubuntubold";
    color: #ffffff;
    line-height: 48px;
    text-transform: uppercase;
    padding: 46px 0 0; }
.general_slider .owl-item > div .text_slide_1 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px; }
.general_slider .owl-item > div .text_slide_1 a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #ffffff;
    margin-top: 46px;
    line-height: 44px;
    padding: 0 27px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.general_slider .owl-item > div .text_slide_1 a:hover {
    color: #bba983;
    background: #ffffff;
    border: 2px solid #FFFFFF; }
.general_slider .owl-item > div .text_slide_2 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding-right: 200px;
    text-align: right;
    top: 0;
    margin-top: 200px;
    left: 0; }
.general_slider .owl-item > div .text_slide_2 .title_info {
    font-family: "ubuntubold";
    font-size: 24px;
    line-height: 32px;
    color: #c7b180;
    text-transform: uppercase; }
.general_slider .owl-item > div .text_slide_2 .title {
    font-size: 48px;
    font-family: "ubuntubold";
    color: #ffffff;
    line-height: 48px;
    text-transform: uppercase;
    padding: 42px 0 0; }
.general_slider .owl-item > div .text_slide_2 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    padding-top: 18px; }
.general_slider .owl-item > div .text_slide_2 a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #ffffff;
    margin-top: 46px;
    line-height: 47px;
    padding: 0 71px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.general_slider .owl-item > div .text_slide_2 a:hover {
    color: #bba983;
    background: #ffffff;
    border: 2px solid #FFFFFF; }
.general_slider .owl-item > div .text_slide_3 {
    width: 100%;
    position: absolute;
    box-sizing: border-box;
    padding-left: 200px;
    text-align: left;
    top: 0;
    margin-top: 200px;
    left: 0; }
.general_slider .owl-item > div .text_slide_3 .title_info {
    font-family: "ubuntubold";
    font-size: 24px;
    line-height: 32px;
    color: #c7b180;
    text-transform: uppercase; }
.general_slider .owl-item > div .text_slide_3 .title {
    font-size: 48px;
    font-family: "ubuntubold";
    color: #ffffff;
    line-height: 48px;
    text-transform: uppercase;
    padding: 42px 0 0; }
.general_slider .owl-item > div .text_slide_3 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    padding-top: 18px; }
.general_slider .owl-item > div .text_slide_3 a {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #ffffff;
    margin-top: 46px;
    line-height: 47px;
    padding: 0 71px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.general_slider .owl-item > div .text_slide_3 a:hover {
    color: #bba983;
    background: #ffffff;
    border: 2px solid #FFFFFF; }
.general_slider .owl-item > div .img {
    position: relative;
    width: 100%;
    height: 766px;
    overflow: hidden; }
.general_slider .owl-item > div .img img {
    /*position: absolute;
    top: 0;
    left: 50%;
    margin-left: -760px; */
    min-width: 100%;
    min-height: 100%;
}
.general_slider .owl-item.active {
    position: relative; }
.general_slider .owl-pagination {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    bottom: 15px;
    right: 17px; }
.general_slider .owl-pagination .owl-page {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
.general_slider .owl-pagination .owl-page span {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF; }
.general_slider .owl-pagination .owl-page.active span {
    background: #c7b180; }
.general_slider .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    height: 0;
    right: 0;
    left: 0;
    margin: -24px 0 0 0;
    padding: 0 20px;
    box-sizing: border-box; }
.general_slider .owl-buttons .owl-prev {
    display: block !important;
    width: 48px;
    height: 48px;
    background: #FFFFFF url("../images/sprite.png") no-repeat -359px -66px;
    float: left;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.general_slider .owl-buttons .owl-prev:hover {
    opacity: 1; }
.general_slider .owl-buttons .owl-next {
    float: right;
    display: block !important;
    width: 48px;
    height: 48px;
    background: #FFFFFF url("../images/sprite.png") no-repeat -431px -66px;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.general_slider .owl-buttons .owl-next:hover {
    opacity: 1; }

.fabrication {
    text-align: center; }
.fabrication .wrapper .bg {
    background: linear-gradient(to top, #fafafa,#bcefff);
    padding: 68px 0 60px 0; }
.fabrication .title {
    position: relative;
    height: 76px; }
.fabrication .title img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -56px;
    opacity: .25;
    width: 112px; }
.fabrication .title h2 {
    padding-top: 34px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    color: #28282a;
    text-align: center;
    font-size: 30px;
    font-family: "ubuntubold"; }
.fabrication .text {
    max-width: 1130px;
    margin: 60px auto 39px; }
.fabrication .text div {
    float: left;
    width: 50%; }
.fabrication .text div p {
    text-align: left;
    font-size: 18px;
    color: #000;
    line-height: 26px;
    padding: 0 10px; }

.button_all_type {
    width: 216px;
    height: 44px;
    border: 2px solid #000;
    text-align: center;
    text-transform: uppercase;
    font-family: "ubuntubold";
    line-height: 44px;
    display: block;
    margin: 0 auto;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.button_all_type:hover {
    color: #bba983;
    background: #ffffff;
    border: 2px solid #bba983; }

.button_all_type_revers {
    width: 216px;
    height: 44px;
    border: 2px solid #bba983;
    text-align: center;
    text-transform: uppercase;
    font-family: "ubuntubold";
    line-height: 44px;
    display: block;
    margin: 0 auto;
    color: #bba983;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.button_all_type_revers:hover {
    color: #000;
    background: #ffffff;
    border: 2px solid #000; }

.opportunity {
    margin-bottom: 112px;
    background:  }
.opportunity h2 {
    font-size: 30px;
    font-family: "ubuntubold";
    color: #28282a;
    padding-top: 107px;
    text-align: center;
    text-transform: uppercase; }
.opportunity .info_title {
    text-align: center;
    max-width: 730px;
    margin: 5px auto 0;
    padding: 0 15px;
    line-height: 24px;
    color: #757575; }
.opportunity .container_block {
    position: relative; }
.opportunity .container_block article.right_type {
    position: relative;
    margin-top: 79px; }
.opportunity .container_block article.right_type .inner_wrapper {
    max-width: 1110px;
    margin: 0 auto; }
.opportunity .container_block article.right_type .number {
    position: absolute;
    bottom: -23px;
    left: 200px;
    font-size: 160px;
    font-family: "elephantregular";
    color: #ba7e00;
    opacity: .2;
    z-index: 2; }
.opportunity .container_block article.right_type .img {
    float: right; }
.opportunity .container_block article.right_type .text_info {
    width: 380px;
    float: right;
    background: linear-gradient(to top, #fafafa,#bcefff);
    box-sizing: border-box;
    padding: 75px 30px 108px 94px;
    margin-top: 95px;
    position: relative; }
.opportunity .container_block article.right_type .text_info h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "ubuntubold";
    color: #28282a; }
.opportunity .container_block article.right_type .text_info p {
    color: #757575;
    line-height: 20px;
    padding: 11px 0 38px 0; }
.opportunity .container_block article.right_type .text_info a {
    font-family: "verdanabold";
    color: #c08200;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
    font-size: 28px; }
.opportunity .container_block article.right_type .text_info a:before {
    content: "";
    position: absolute;
    top: 3px;
    right: -30px;
    width: 19px;
    height: 13px;
    background: url("../images/sprite.png") no-repeat -69px 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.opportunity .container_block article.right_type .text_info a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -30px;
    width: 19px;
    height: 13px;
    background: url("../images/sprite.png") no-repeat -69px -17px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.opportunity .container_block article.right_type .text_info a:hover {
    color: #969499; }
.opportunity .container_block article.right_type .text_info a:hover:before {
    opacity: 0; }
.opportunity .container_block article.right_type .text_info a:hover:after {
    opacity: 1; }
.opportunity .container_block article.right_type .text_info:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 98%;
    top: -49px;
    right: -66px;
    border: 5px solid #c0953a; }
.opportunity .container_block article.left_type {
    position: relative;
    margin-top: 79px; }
.opportunity .container_block article.left_type .inner_wrapper {
    max-width: 1110px;
    margin: 0 auto; }
.opportunity .container_block article.left_type .number {
    position: absolute;
    bottom: -23px;
    right: 200px;
    font-size: 160px;
    font-family: "elephantregular";
    color: #ba7e00;
    opacity: .2;
    z-index: 2; }
.opportunity .container_block article.left_type .img {
    float: left; }
.opportunity .container_block article.left_type .text_info {
    width: 380px;
    float: left;
    background: linear-gradient(to top, #fafafa,#bcefff);
    box-sizing: border-box;
    padding: 75px 100px 98px 29px;
    margin-top: 95px;
    position: relative; }
.opportunity .container_block article.left_type .text_info h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-family: "ubuntubold";
    color: #28282a; }
.opportunity .container_block article.left_type .text_info p {
    color: #757575;
    line-height: 20px;
    padding: 11px 0 38px 0; }
.opportunity .container_block article.left_type .text_info a {
    font-family: "verdanabold";
    color: #c08200;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    font-size: 28px; }
.opportunity .container_block article.left_type .text_info a:before {
    content: "";
    position: absolute;
    top: 3px;
    right: -30px;
    width: 19px;
    height: 13px;
    background: url("../images/sprite.png") no-repeat -69px 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.opportunity .container_block article.left_type .text_info a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -30px;
    width: 19px;
    height: 13px;
    background: url("../images/sprite.png") no-repeat -69px -17px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.opportunity .container_block article.left_type .text_info a:hover {
    color: #969499; }
.opportunity .container_block article.left_type .text_info a:hover:before {
    opacity: 0; }
.opportunity .container_block article.left_type .text_info a:hover:after {
    opacity: 1; }
.opportunity .container_block article.left_type .text_info:before {
    content: "";
    position: absolute;
    width: 98%;
    height: 98%;
    top: -49px;
    left: -66px;
    border: 5px solid #c0953a }
.opportunity .small_part {
    font-size: 18px;
    color: #969499;
    text-align: center;
    margin-top: 77px; }
.opportunity .button_all_type {
    margin-top: 28px; }

.way_we {
    min-height: 527px;
    background: url("../images/bg_way_we.jpg") no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 50px;
    text-align: center; }
.way_we .title {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "ubuntubold";
    padding-top: 104px; }
.way_we .info_title {
    color: #ffffff;
    padding-top: 11px; }
.way_we ul {
    margin-top: 28px;
    display: inline-block; }
.way_we ul li {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    margin: 30px 20px 0;
    text-align: center; }
.way_we ul li .icon-1 {
    width: 75px;
    height: 67px;
    background: url("../images/sprite.png") no-repeat -99px 0;
    margin: 0 auto; }
.way_we ul li .icon-2 {
    width: 53px;
    height: 67px;
    background: url("../images/sprite.png") no-repeat -195px 0;
    margin: 0 auto; }
.way_we ul li .icon-3 {
    width: 43px;
    height: 67px;
    background: url("../images/sprite.png") no-repeat -276px 0;
    margin: 0 auto; }
.way_we ul li p {
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    padding-top: 12px; }
.way_we ul li .name {
    font-family: "ubuntubold";
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 21px; }

.production {
    margin-bottom: 112px; }
.production .wrapper {
    padding: 0; }
.production .title {
    text-align: center;
    text-transform: uppercase;
    font-family: "ubuntubold";
    font-size: 30px;
    color: #28282a;
    margin-top: 106px; }
.production .info_title {
    max-width: 920px;
    margin: 22px auto 0;
    color: #969499;
    line-height: 24px;
    text-align: center; }
.production .container_block {
    max-width: 1110px;
    margin: 50px auto 0; }
.production .container_block ul li {
    float: left; }
.production .container_block ul li.basically_type {
    margin-left: 28px;
    width: 350px;
    background: #f2f2f0;
    position: relative; }
.production .container_block ul li.basically_type a {
    display: block;
    height: 380px;
    background: linear-gradient(to top, #fafafa,#bcefff);
    box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5); }

.production .container_block ul li.basically_type a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 1.5s;
}


.production .container_block ul li.basically_type a:before {
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 330px;
    height: 360px;
    border: 2px solid #c0953a; }
.production .container_block ul li.basically_type .img {
    text-align: center;
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    width: 350px; }
.production .container_block ul li.basically_type .img img {
    display: inline-block; }
.production .container_block ul li.basically_type .name {
    color: #28282a;
    padding-left: 33px;
    font-family: "ubuntubold";
    text-transform: uppercase; }
.production .container_block ul li.basically_type .photo_info {
    color: #969499;
    padding-left: 33px;
    padding-top: 5px; }
.production .container_block ul li.basically_type:hover a:before {
    opacity: 1; }
.production .container_block ul li.mt25 {
    margin-top: 28px; }
.production .container_block ul li.first_item {
    margin-left: 0;
    width: 350px;
    height: 764px;
    background: url("../images/bg_pdf.jpg") no-repeat center center;
    box-sizing: border-box;
    padding: 52px 0 0 30px; }
.production .container_block ul li.first_item em {
    font-family: "ubuntubold";
    color: #969499;
    padding-bottom: 54px;
    display: block;
    text-transform: uppercase; }
.production .container_block ul li.first_item .name_item {
    margin-bottom: 50px;
    font-size: 30px;
    font-family: "ubuntubold";
    color: #28282a;
    text-transform: uppercase;
    display: block; }
.production .container_block ul li.first_item a {
    font-family: "ubuntubold";
    color: #bba983;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.production .container_block ul li.first_item a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -30px;
    width: 19px;
    height: 13px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../images/sprite.png") no-repeat -69px -17px; }
.production .container_block ul li.first_item a:before {
    content: "";
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 3px;
    right: -30px;
    width: 19px;
    height: 13px;
    background: url("../images/sprite.png") no-repeat -69px 0; }
.production .container_block ul li.first_item a:hover {
    color: #969499; }
.production .container_block ul li.first_item a:hover:after {
    opacity: 1; }
.production .container_block ul li.first_item a:hover:before {
    opacity: 0; }
.production .container_block ul li .open_popup_content {
    display: none; }
.production .button_all_type {
    margin-top: 83px; }

.furniture .owl-item > div {
    position: relative; }
.furniture .owl-item > div .text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }
.furniture .owl-item > div .text .quotes {
    width: 54px;
    height: 44px;
    margin: 70px auto 0;
    background: url("../images/sprite.png") no-repeat -364px 0; }
.furniture .owl-item > div .text p {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    max-width: 920px;
    margin: 58px auto 0;
    line-height: 30px;
    padding: 0 15px; }
.furniture .owl-item > div .text .name {
    font-family: "ubuntubold";
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 52px;
    font-size: 18px; }
.furniture .owl-item > div .text .degree {
    text-align: center;
    color: #ffffff;
    margin-top: 7px; }
.furniture .owl-controls {
    text-align: center; }
.furniture .owl-controls .owl-dots {
    display: inline-block;
    vertical-align: top;
    margin-top: -50px;
    position: relative;
    z-index: 2; }
.furniture .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
.furniture .owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #FFFFFF; }
.furniture .owl-controls .owl-dots .owl-dot.active span {
    background: #c7b180; }

.partnership {
    padding-bottom: 112px; }
.partnership .title {
    text-align: center;
    font-family: "ubuntubold";
    font-size: 30px;
    color: #28282a;
    text-transform: uppercase;
    padding-top: 90px; }
.partnership .info_partnership {
    max-width: 560px;
    margin: 21px auto 0;
    line-height: 24px;
    color: #969499;
    text-align: center; }
.partnership .button_all_type {
    margin: 36px auto 0; }

.ready_production {
    margin-bottom: 90px;
    min-height: 464px;
    background: 
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/555.jpg") no-repeat center center/cover; }
.ready_production .title {
    font-size: 48px;
    color: #ffffff;
    font-family: "ubuntubold";
    text-align: center;
    padding-top: 170px;
    text-transform: uppercase; }
.ready_production .info_title {
    max-width: 675px;
    margin: 0 auto;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    padding-top: 12px; }

.select_item {
    padding-bottom: 115px; }
.select_item .inner_wrapper {
    max-width: 1110px;
    margin: 0 auto; }
.select_item .navigate {
    float: left;
    width: 255px; }
.select_item .navigate .title {
    font-size: 18px;
    font-family: "ubuntubold";
    color: #28282a;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 19px; }
.select_item .navigate nav ul {
    margin-top: 5px; }
.select_item .navigate nav ul li {
    border-bottom: 1px dashed #e6e6e6;
    margin-left: 18px;
    position: relative;
    padding: 12px 0 11px; }
.select_item .navigate nav ul li a {
    color: #28282a;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .navigate nav ul li a:hover,.select_item .navigate nav ul .active a {
    color: #cf8c01; }
.select_item .navigate nav ul li:before {
    content: "";
    position: absolute;
    top: 19px;
    left: -20px;
    width: 5px;
    height: 5px;
    background: linear-gradient(to top, #fafafa, #46a7c7); }
.select_item .navigate .first_item {
    margin-top: 71px;
    width: 255px;
    height: 545px;
    background: url("../images/bg_pdf_small.jpg") no-repeat center center;
    box-sizing: border-box;
    box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
    padding: 69px 0 0 19px; }
.select_item .navigate .first_item em {
    font-family: "ubuntubold";
    color: #969499;
    padding-bottom: 23px;
    display: block;
    text-transform: uppercase; }
.select_item .navigate .first_item .name_item {
    margin-bottom: 60px;
    font-size: 30px;
    font-family: "ubuntubold";
    color: #28282a;
    text-transform: uppercase;
    display: block; }
.select_item .navigate .first_item a {
    font-family: "ubuntubold";
    color: #bba983;
    text-transform: uppercase;
    position: relative; }
.select_item .navigate .first_item a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -30px;
    width: 19px;
    height: 13px;
    background: url("../images/sprite.png") no-repeat -69px 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .navigate .first_item a:before {
    content: "";
    position: absolute;
    top: 3px;
    right: -30px;
    width: 19px;
    height: 13px;
    background: url("../images/sprite.png") no-repeat -69px -17px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .navigate .first_item a:hover {
    color: #969499; }
.select_item .navigate .first_item a:hover:after {
    opacity: 0; }
.select_item .navigate .first_item a:hover:before {
    opacity: 1; }
.select_item .items {
    width: 825px;
    float: right; }
.select_item .items .title {
    font-size: 30px;
    font-family: "ubuntubold";
    color: #28282a;
    text-transform: uppercase; }
.select_item .items .info_text {
    color: #969499;
    line-height: 24px;
    margin-top: 22px; }
.select_item .items .container_item .actions {
    margin-top: 44px; }
.select_item .items .container_item .actions .show {
    float: left; }
.select_item .items .container_item .actions a {
    font-size: 16px;
    color: #bba983;
    text-decoration: underline;
    margin-left: 20px; }
.select_item .items .container_item .actions a:hover {
    text-decoration: none; }
.select_item .items .container_item .actions .jq-selectbox {
    margin-top: -11px;
    margin-left: 45px;
    text-align: left;
    float: right; }
.select_item .items .container_item .actions .jq-selectbox .jq-selectbox__select {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 0;
    font-size: 16px;
    line-height: 33px;
    background: none;
    width: 190px;
    box-sizing: border-box;
    height: 33px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -ms-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none;
    text-align: left;
    position: relative; }
.select_item .items .container_item .actions .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    font-size: 16px;
    font-family: "ubunturegular";
    color: #969499; }
.select_item .items .container_item .actions .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    border: 0; }
.select_item .items .container_item .actions .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    top: 15px;
    right: 13px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: relative; }
.select_item .items .container_item .actions .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 30px;
    width: 12px;
    height: 6px;
    background: url("../images/sprite.png") no-repeat -100px -70px; }
.select_item .items .container_item .actions .jq-selectbox .jq-selectbox__dropdown {
    overflow: hidden; }
.select_item .items .container_item .actions .jq-selectbox .jq-selectbox__dropdown li {
    font-size: 16px;
    font-family: "ubunturegular";
    color: #969499; }
.select_item .items .container_item .actions .jq-selectbox .jq-selectbox__dropdown li:hover {
    color: #ffffff;
    background: #bba983; }
.select_item .items .container_item .items_container ul li {
    margin: 30px 30px 0 0;
    float: left; 
    width: 255px;
}
.select_item .items .container_item .items_container ul li.ml_none {
    margin-right: 0; }
.select_item .items .container_item .items_container ul li a {
    display: block;
    width: 255px;
    height: auto;
    background: linear-gradient(to top, #fafafa,#bcefff);
    box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);
    text-align: center;
    position: relative;
    height: 355px; }

.select_item .items .container_item .items_container ul li a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 1.5s;
}

.select_item .items .container_item .items_container ul li a .img {
    height: 260px;
    width: 255px;
    display: table-cell;
    vertical-align: middle; }

.select_item .items .container_item .items_container ul li a .name {
    font-family: "ubuntubold";
    /*text-transform: uppercase;*/
    font-size: 16px;
    color: #28282a; }
.select_item .items .container_item .items_container ul li a .size {
    padding-top: 5px;
    color: #969499;
    padding-right: 10px;
    padding-left: 10px; }
.select_item .items .container_item .items_container ul li a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 229px;
    height: 330px;
    /*border: 4px solid #cf8c01;
    opacity: 0.3;
    box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5);*/
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .items .container_item .items_container ul li a:hover:before {
    opacity: 1; }
.select_item .items .container_item .page_action {
    position: relative;
    margin-top: 40px; }
.select_item .items .container_item .page_action a.arrow {
    color: #969499;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative; }
.select_item .items .container_item .page_action a.arrow:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 11px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .items .container_item .page_action li.arrow:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 11px;
    top: 1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .items .container_item .page_action  li.arrow.left_arrow {
    padding-left: 25px; }
.select_item .items .container_item .page_action li.arrow.left_arrow:after {
    background: url("../images/sprite.png") no-repeat -123px -83px;
    left: 0; }
.select_item .items .container_item .page_action li.arrow.left_arrow:before {
    background: url("../images/sprite.png") no-repeat -123px -70px;
    left: 0; }
.select_item .items .container_item .page_action li.arrow.right_arrow {
    padding-right: 25px;
    float: right; }
.select_item .items .container_item .page_action li.arrow.right_arrow:after {
    background: url("../images/sprite.png") no-repeat -147px -83px;
    right: 0; }
.select_item .items .container_item .page_action li.arrow.right_arrow:before {
    background: url("../images/sprite.png") no-repeat -147px -70px;
    right: 0; }
.select_item .items .container_item .page_action li.arrow:hover {
    text-decoration: underline;
    color: #bba983; }
.select_item .items .container_item .page_action li.arrow:hover:before {
    opacity: 0; }
.select_item .items .container_item .page_action li.arrow:hover:after {
    opacity: 1; }
.select_item .items .container_item .page_action .page_number {
    position: absolute;
    left: 50%;
    top: -9px;
    margin-left: -57px; }
.select_item .items .container_item .page_action .page_number ul li {
    float: left;
    margin: 0 5px; }
.select_item .items .container_item .page_action .page_number ul li a {
    display: block;
    border: 2px solid transparent;
    width: 24px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #28282a;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .items .container_item .page_action .page_number ul li a:hover {
    border: 2px solid #bba983;
    color: #bba983; }
.select_item .items .container_item .page_action .page_number ul li a.active {
    border: 2px solid #bba983;
    color: #bba983; }
.select_item .items .container_item .open_popup_content {
    display: none; }

.any_items {
    text-align: center;
    min-height: 410px;
    padding-bottom: 50px;
    box-sizing: border-box; }
.any_items .line_top {
    border-top: 1px solid #e6e6e6; }
.any_items .title {
    font-size: 30px;
    font-family: "ubuntubold";
    color: #28282a;
    text-transform: uppercase;
    padding-top: 105px; }
.any_items p {
    color: #969499;
    text-align: center;
    line-height: 24px;
    max-width: 512px;
    margin: 25px auto 34px; }

.basically_info {
    min-height: 462px;
    background: url("../images/bg_basically_info.jpg") no-repeat center center /cover; }
.basically_info .title {
    font-size: 48px;
    color: #ffffff;
    font-family: "ubuntubold";
    padding-top: 185px;
    text-align: center;
    text-transform: uppercase; }
.basically_info p {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    max-width: 762px;
    margin: 12px auto 0;
    line-height: 32px; }

.basically_points {
    margin-bottom: 107px; }
.basically_points .bg {
    background: #f2f1f0;
    min-height: 350px;
    padding-bottom: 50px;
    box-sizing: border-box; }
.basically_points ul {
    text-align: center;
    padding-top: 97px; }
.basically_points ul li {
    position: relative;
    width: 286px;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px; }
.basically_points ul li .name {
    text-align: left;
    font-family: "ubuntubold";
    font-size: 18px;
    color: #28282a;
    line-height: 20px;
    text-transform: uppercase; }
.basically_points ul li p {
    color: #969499;
    line-height: 24px;
    text-align: left; }
.basically_points ul li .icon-1 {
    position: absolute;
    top: 0;
    left: -55px;
    width: 37px;
    height: 48px;
    background: url("../images/sprite.png") no-repeat -181px -70px; }
.basically_points ul li .icon-2 {
    position: absolute;
    top: 0;
    left: -70px;
    width: 50px;
    height: 36px;
    background: url("../images/sprite.png") no-repeat -227px -70px; }
.basically_points ul li .icon-3 {
    position: absolute;
    top: 0;
    left: -70px;
    width: 47px;
    height: 35px;
    background: url("../images/sprite.png") no-repeat -289px -70px; }

.we_doing {
    margin-bottom: 190px; }
.we_doing .subtitle {
    font-family: "ubuntubold";
    text-align: center;
    font-size: 30px;
    color: #28282a;
    text-transform: uppercase; }
.we_doing .title {
    color: #969499;
    text-align: center;
    padding-top: 11px; }
.we_doing .container_block {
    max-width: 1110px;
    margin: 0 auto 0; }
.we_doing .container_block .table_cell {
    display: table-cell;
    vertical-align: middle;
    height: 230px; }
.we_doing .container_block .first_block {
    margin-top: 65px !important; }
.we_doing .container_block .left_type {
    position: relative;
    float: left;
    margin-top: 141px; }
.we_doing .container_block .left_type .text {
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -120px;
    width: 230px;
    height: 230px;
    border: 5px solid #bba983;
    background: rgba(255, 255, 255, 0.8);
    text-align: center; }
.we_doing .container_block .left_type .text .name {
    font-family: "ubuntubold";
    text-transform: uppercase;
    font-size: 18px;
    color: #28282a;
    line-height: 24px;
    padding: 010px 7px; }
.we_doing .container_block .left_type .text p {
    color: #28282a;
    line-height: 24px;
    padding: 0 10px; }
.we_doing .container_block .right_type {
    position: relative;
    float: right;
    margin-top: 65px; }
.we_doing .container_block .right_type .text {
    position: absolute;
    top: 160px;
    left: 43px;
    margin-left: -120px;
    width: 230px;
    height: 230px;
    border: 5px solid #bba983;
    background: rgba(255, 255, 255, 0.8);
    text-align: center; }
.we_doing .container_block .right_type .text .name {
    font-family: "ubuntubold";
    text-transform: uppercase;
    font-size: 18px;
    color: #28282a;
    line-height: 24px;
    padding: 0 10px 7px; }
.we_doing .container_block .right_type .text p {
    color: #28282a;
    line-height: 24px;
    padding: 0 15px; }

.count .bg {
    min-height: 240px;
    background: url("../images/bg_count.jpg") no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
    box-sizing: border-box; }
.count .bg ul {
    text-align: center;
    padding-top: 50px; }
.count .bg ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 85px;
    padding-top: 27px; }
.count .bg ul li .number {
    color: #ffffff;
    font-size: 64px;
    font-family: "ubuntubold"; }
.count .bg ul li p {
    font-size: 18px;
    color: #ffffff; }

.info_want {
    text-align: center;
    padding-bottom: 80px; }
.info_want .title {
    font-size: 30px;
    color: #28282a;
    font-family: "ubuntubold";
    padding-top: 105px;
    text-transform: uppercase; }
.info_want p {
    line-height: 24px;
    color: #969499;
    max-width: 540px;
    margin: 23px auto 0; }
.info_want .button_all_type {
    display: inline-block;
    margin: 35px 8px; }

.service {
    text-align: center; }
.service .bg {
    min-height: 462px;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../images/bg_service.jpg") no-repeat center center/cover;
    background-size: cover; }
.service .bg .subtitle {
    font-family: "ubuntubold";
    font-size: 24px;
    color: #c7b180;
    text-transform: uppercase;
    padding-top: 140px; }
.service .bg .title {
    font-size: 48px;
    color: #ffffff;
    font-family: "ubuntubold";
    text-transform: uppercase;
    padding-top: 21px; }
.service .bg p {
    line-height: 32px;
    font-size: 24px;
    color: #ffffff;
    max-width: 762px;
    margin: 15px auto 0; }

.rich_frames .bg {
    background: #f2f1f0;
    text-align: center;
    min-height: 383px;
    box-sizing: border-box;
    padding-bottom: 50px; }
.rich_frames .bg .title {
    font-family: "ubuntubold";
    font-size: 30px;
    color: #28282a;
    padding: 104px 15px 40px; }
.rich_frames .bg ul li {
    display: inline-block;
    vertical-align: top;
    max-width: 540px;
    margin: 0 15px; }
.rich_frames .bg ul li p {
    color: #969499;
    line-height: 24px;
    text-align: left; }

.about_registration {
    margin-bottom: 94px; }
.about_registration .wrapper {
    max-width: 1110px; }
.about_registration .title {
    font-size: 30px;
    color: #28282a;
    line-height: 40px;
    padding-top: 97px; }
.about_registration .info_title {
    line-height: 32px;
    color: #28282a;
    margin-top: 25px; }
.about_registration .range {
    margin-top: 40px; }
.about_registration .range .subtitle {
    color: #28282a; }
.about_registration .range ul {
    text-align: center; }
.about_registration .range ul li {
    float: left;
    margin: 14px 28px 0 61px;
    width: 480px;
    text-align: left; }
.about_registration .range ul li p {
    position: relative;
    margin-top: 14px;
    color: #28282a;
    line-height: 24px; }
.about_registration .range ul li p span {
    font-family: "ubuntubold";
    text-transform: uppercase; }
.about_registration .range ul li p:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -45px;
    width: 24px;
    border-top: 2px solid #bba983; }
.about_registration .range ul li.last_block {
    margin-right: 0; }

.duration_order .bg {
    background: url("../images/bg_duration_order.jpg") no-repeat center center /cover;
    min-height: 304px; }
.duration_order .bg p {
    font-size: 30px;
    line-height: 40px;
    max-width: 935px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    padding-top: 100px; }

.gallery {
    margin-bottom: 80px; }
.gallery .title {
    font-size: 30px;
    text-align: center;
    color: #28282a;
    text-transform: uppercase;
    font-family: "ubuntubold";
    padding-top: 105px; }
.gallery .info_title {
    line-height: 24px;
    color: #969499;
    text-align: center;
    max-width: 540px;
    margin: 23px auto 0; }
.gallery .gallery_container {
    max-width: 1110px;
    margin: 10px auto 0; }
.gallery .gallery_container > div {
    float: left;
    width: 350px;
    margin-right: 30px; }
.gallery .gallery_container > div:nth-child(3n) {
    margin-right: 0; }
.gallery .gallery_container > div a {
    display: block;
    margin-top: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.gallery .gallery_container > div a.small_type {
    width: 350px;
    height: 288px;
    overflow: hidden; }
.gallery .gallery_container > div a.big_type {
    width: 350px;
    height: 528px;
    overflow: hidden; }
.gallery .gallery_container > div a:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.75) url("../images/gallery_img_hover.png") no-repeat center center; }
.gallery .gallery_container > div a img {
    display: block;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.gallery .gallery_container > div a:hover:before {
    opacity: 1; }
.gallery .gallery_container > div a:hover img {
    transform: scale(1.1); }
.gallery .gallery_container > div:last-child {
    margin-right: 0; }
.gallery .button_all_type_revers {
    margin-top: 63px; }

.select_baguette {
    margin-bottom: 110px; }
.select_baguette .wrapper {
    max-width: 1110px;
    margin: 0 auto; }
.select_baguette .line {
    border-top: 1px solid #e6e6e6; }
.select_baguette .title {
    color: #28282a;
    font-size: 30px;
    font-family: "ubuntubold";
    padding-top: 88px;
    text-align: center;
    text-transform: uppercase; }
.select_baguette p {
    color: #969499;
    text-align: center;
    line-height: 24px;
    max-width: 540px;
    margin: 23px auto 0; }
.select_baguette .button_all_type {
    margin-top: 35px; }

.popup {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 150;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
.popup .popup_container {
    width: 1110px;
    min-height: 700px;
    margin: 50px auto;
    background: #ffffff;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative; }
.popup .popup_container .nav_popup_pos .nav_popup {
    position: absolute;
    z-index: 5;
    height: 0;
    margin-top: -24px;
    top: 50%;
    left: 50%;
    width: 1480px;
    margin-left: -740px; }
.popup .popup_container .nav_popup_pos .nav_popup .left-arrow {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #FFFFFF url("../images/sprite.png") no-repeat -359px -66px;
    float: left;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.popup .popup_container .nav_popup_pos .nav_popup .left-arrow:hover {
    opacity: 1; }
.popup .popup_container .nav_popup_pos .nav_popup .right-arrow {
    float: right;
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #FFFFFF url("../images/sprite.png") no-repeat -431px -66px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.popup .popup_container .nav_popup_pos .nav_popup .right-arrow:hover {
    opacity: 1; }
.popup .popup_container .close_pos {
    position: relative; }
.popup .popup_container .close_pos .close {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: 0;
    width: 15px;
    height: 15px; }
.popup .popup_container .close_pos .close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: url("../images/sprite.png") no-repeat -45px 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.popup .popup_container .close_pos .close:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: url("../images/sprite.png") no-repeat -45px -17px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.popup .popup_container .close_pos .close:hover:after {
    opacity: 1; }
.popup .popup_container .close_pos .close:hover:before {
    opacity: 0; }
.popup .popup_container .number_info {
    position: relative; }
.popup .popup_container .number_info .block {
    position: absolute;
    top: 45px;
    right: 0; }
.popup .popup_container .number_info .block p {
    font-size: 18px;
    color: #999999; }
.popup .popup_container .popup_body .open_popup_content .img {
    margin: 40px 0 0 40px;
    width: 406px;
    min-height: 621px;
    float: left;
    background: #f1f1f1; }
.popup .popup_container .popup_body .open_popup_content .img .table-cell {
    /*display: table-cell;*/
    vertical-align: middle;
    text-align: center;
    width: 406px;
    /*min-height: 621px;*/ }
.popup .popup_container .popup_body .open_popup_content .img .table-cell img {
   width: 100%;}
.popup .popup_container .popup_body .open_popup_content .text_content {
    float: right;
    width: 630px;
    box-sizing: border-box;
    padding-right: 40px;
    margin-top: 70px; }
.popup .popup_container .popup_body .open_popup_content .text_content .code {
    font-size: 16px;
    color: #969499;
    font-family: "ubuntubold";
    text-transform: uppercase; }
.popup .popup_container .popup_body .open_popup_content .text_content .title_popup {
    font-family: "ubuntubold";
    font-size: 30px;
    color: #28282a;
    /*text-transform: uppercase;*/
    line-height: 43px; }
.popup .popup_container .popup_body .open_popup_content .text_content .line_popup {
    border-top: 1px solid #e6e6e6; }
.popup .popup_container .popup_body .open_popup_content .text_content .type_values {
    color: #28282a;
    padding-top: 35px;
    font-family: "ubuntubold";
    text-transform: uppercase; }
.popup .popup_container .popup_body .open_popup_content .text_content table {
    margin-top: 6px; }
.popup .popup_container .popup_body .open_popup_content .text_content table tr td {
    line-height: 32px; }
.popup .popup_container .popup_body .open_popup_content .text_content table tr td .line_table_td {
    width: 17px;
    border-top: 2px solid #797979; }
.popup .popup_container .popup_body .open_popup_content .text_content table tr td:first-child {
    color: #969499;
    padding-right: 25px; }
.popup .popup_container .popup_body .open_popup_content .text_content table tr td:last-child {
    color: #28282a; }
.popup .popup_container .popup_body .open_popup_content .text_content .about_info {
    margin-top: 41px; }
.popup .popup_container .popup_body .open_popup_content .text_content .about_info span {
    display: block;
    font-family: "ubuntubold";
    color: #28282a;
    text-transform: uppercase; }
.popup .popup_container .popup_body .open_popup_content .text_content .about_info p {
    line-height: 26px;
    color: #28282a;
    padding-top: 10px; }

.popup2 {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 150;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; }
.popup2 .popup_container {
    width: 1110px;
    min-height: 700px;
    margin: 50px auto;
    background: #ffffff;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative; }
.popup2 .popup_container .nav_popup_pos .nav_popup {
    position: absolute;
    z-index: 5;
    height: 0;
    margin-top: -24px;
    top: 50%;
    left: 50%;
    width: 1480px;
    margin-left: -740px; }
.popup2 .popup_container .nav_popup_pos .nav_popup .left-arrow {
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #FFFFFF url("../images/sprite.png") no-repeat -359px -66px;
    float: left;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.popup2 .popup_container .nav_popup_pos .nav_popup .left-arrow:hover {
    opacity: 1; }
.popup2 .popup_container .nav_popup_pos .nav_popup .right-arrow {
    float: right;
    display: block;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #FFFFFF url("../images/sprite.png") no-repeat -431px -66px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.popup2 .popup_container .nav_popup_pos .nav_popup .right-arrow:hover {
    opacity: 1; }
.popup2 .popup_container .close_pos {
    position: relative; }
.popup2 .popup_container .close_pos .close {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: 0;
    width: 15px;
    height: 15px; }
.popup2 .popup_container .close_pos .close:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: url("../images/sprite.png") no-repeat -45px 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.popup2 .popup_container .close_pos .close:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background: url("../images/sprite.png") no-repeat -45px -17px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.popup2 .popup_container .close_pos .close:hover:after {
    opacity: 1; }
.popup2 .popup_container .close_pos .close:hover:before {
    opacity: 0; }
.popup2 .popup_container .number_info {
    position: relative; }
.popup2 .popup_container .number_info .block {
    position: absolute;
    top: 45px;
    right: 0; }
.popup2 .popup_container .number_info .block p {
    font-size: 18px;
    color: #999999; }
.popup2 .popup_container .popup_body .open_popup_content .img {
    margin: 40px 0 0 40px;
    width: 406px;
    height: 621px;
    float: left;
    background: #f1f1f1; }
.popup2 .popup_container .popup_body .open_popup_content .img .table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 406px;
    height: 621px; }
.popup2 .popup_container .popup_body .open_popup_content .img .table-cell img {
    width: 100%; }
.popup2 .popup_container .popup_body .open_popup_content .text_content {
    float: right;
    width: 630px;
    box-sizing: border-box;
    padding-right: 40px;
    margin-top: 70px; }
.popup2 .popup_container .popup_body .open_popup_content .text_content .code {
    font-size: 16px;
    color: #969499;
    font-family: "ubuntubold";
    text-transform: uppercase; }
.popup2 .popup_container .popup_body .open_popup_content .text_content .title_popup {
    font-family: "ubuntubold";
    font-size: 30px;
    color: #28282a;
    text-transform: uppercase;
    line-height: 43px; }
.popup2 .popup_container .popup_body .open_popup_content .text_content .line_popup {
    border-top: 1px solid #e6e6e6; }
.popup2 .popup_container .popup_body .open_popup_content .text_content .type_values {
    color: #28282a;
    padding-top: 35px;
    font-family: "ubuntubold";
    text-transform: uppercase; }
.popup2 .popup_container .popup_body .open_popup_content .text_content table {
    margin-top: 6px; }
.popup2 .popup_container .popup_body .open_popup_content .text_content table tr td {
    line-height: 32px; }
.popup2 .popup_container .popup_body .open_popup_content .text_content table tr td .line_table_td {
    width: 17px;
    border-top: 2px solid #797979; }
.popup2 .popup_container .popup_body .open_popup_content .text_content table tr td:first-child {
    color: #969499;
    padding-right: 25px; }
.popup2 .popup_container .popup_body .open_popup_content .text_content table tr td:last-child {
    color: #28282a; }
.popup2 .popup_container .popup_body .open_popup_content .text_content .about_info {
    margin-top: 41px; }
.popup2 .popup_container .popup_body .open_popup_content .text_content .about_info span {
    display: block;
    font-family: "ubuntubold";
    color: #28282a;
    text-transform: uppercase; }
.popup2 .popup_container .popup_body .open_popup_content .text_content .about_info p {
    line-height: 26px;
    color: #28282a;
    padding-top: 10px; }

footer .wrapper.clearfix {
    min-height: 85px;
    padding-bottom: 20px;
    box-sizing: border-box; 
    margin: 0 15px;
}
footer .fabric .bg {
    background: linear-gradient(to top, #fafafa,#bcefff);
    padding-top: 53px;
    padding-bottom: 92px; }
footer .fabric .title {
    position: relative; }
footer .fabric .title h2 {
    font-size: 24px;
    color: #28282a;
    font-family: "ubuntubold";
    text-align: center;
    position: relative;
    z-index: 2;
    padding-top: 22px; }
footer .fabric .title img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px; }
footer .fabric ul {
    text-align: center;
    margin-top: 46px; }
footer .fabric ul li {
    display: inline-block;
    vertical-align: top;
    width: 270px;
    text-align: center;
    margin: 30px 52px 0; }
footer .fabric ul li a {
    margin-top: 33px;
    font-size: 18px;
    color: #28282a;
    display: inline-block; }
footer .fabric ul li .mail_link {
    font-size: 18px;
    color: #28282a;
    display: inline-block;
    text-decoration: underline; }
footer .fabric ul li .mail_link:hover {
    text-decoration: none; }
footer .fabric ul li p {
    margin-top: 33px;
    font-size: 18px;
    color: #28282a; }
footer .fabric ul li .icon-1 {
    width: 24px;
    margin: 0 auto;
    height: 48px;
    background: url("../images/sprite.png") no-repeat -461px 0;
    box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5); }
footer .fabric ul li .icon-2 {
    width: 35px;
    margin: 0 auto;
    height: 48px;
    background: url("../images/sprite.png") no-repeat -524px 0;
    box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5); }
footer .fabric ul li .icon-3 {
    width: 48px;
    margin: 0 auto;
    height: 48px;
    background: url("../images/sprite.png") no-repeat -593px 0;
    box-shadow: 0.4em 0.4em 5px rgba(122,122,122,0.5); }
footer nav {
    float: left;
    margin-top: 35px; }
footer nav > ul > li {
    float: left;
    margin: 0 15px;
    position: relative; }
footer nav > ul > li > a {
    font-size: 16px;
    font-family: "ubuntubold";
    text-transform: uppercase;
    color: #969499;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
footer nav > ul > li > a:hover {
    color: #4d4d4f; }
footer nav > ul > li:first-child {
    margin-left: 0; }
footer nav > ul > li:hover ul {
    display: block; }
footer .soc {
    margin: 33px 0 0 -72px;
    position: absolute;
    left: 50%; }
footer .soc ul li {
    float: left;
    margin-right: 25px; }
footer .soc ul li a {
    display: block; }
footer .soc ul li .vk {
    margin-top: 0px;
    width: 48px;
    height: 48px;
    background: url("../images/vk.png") no-repeat; }
footer .soc ul li .inst {
    width: 48px;
    height: 48px;
    background: url("../images/Instagram_icon.png") no-repeat;}
footer .soc ul li .face {
    width: 12px;
    height: 24px;
    background: url("../images/sprite.png") no-repeat -73px -70px; }
footer .copy {
    float: right;
    color: #969499;
    margin-top: 35px; }

#lightbox .lb-nav {
    width: 1480px;
    left: 50%;
    margin: -24px 0 0 -740px;
    top: 50%;
    height: 0; }

#lightbox .lb-nav a.lb-prev {
    display: block;
    width: 48px;
    height: 48px;
    background: #FFFFFF url("../images/sprite.png") no-repeat -359px -66px;
    float: left;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#lightbox .lb-nav a.lb-prev:hover {
    opacity: 1; }

#lightbox .lb-nav a.lb-next {
    float: right;
    display: block;
    width: 48px;
    height: 48px;
    background: #FFFFFF url("../images/sprite.png") no-repeat -431px -66px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
#lightbox .lb-nav a.lb-next:hover {
    opacity: 1; }

@media only screen and (max-width: 1570px) {
    header .menu .search {
        margin: 37px 30px 0 27px; }
    header .menu .search form input[type='text'] {
        width: 435px; }

    .count .wrapper,
    .basically_points .wrapper,
    .duration_order .wrapper,
    .rich_frames .wrapper,
    .general_slider .wrapper,
    footer .fabric .wrapper,
    .furniture .wrapper,
    .service .wrapper,
    .fabrication .wrapper {
        padding: 0; }

    .basically_points ul {
        padding: 67px 15px 0; }
    .basically_points ul li {
        margin: 30px 40px 0; } }
@media only screen and (max-width: 1520px) {
    #lightbox .lb-nav {
        width: 1180px;
        margin-left: -590px; }

    .popup .popup_container .nav_popup_pos .nav_popup {
        width: 1270px;
        margin-left: -635px; }

    .popup2 .popup_container .nav_popup_pos .nav_popup {
        width: 1270px;
        margin-left: -635px; } }
@media only screen and (max-width: 1290px) {
    .popup .popup_container {
        width: 960px;
        min-height: inherit; }
    .popup .popup_container .nav_popup_pos .nav_popup {
        width: 100%;
        margin-left: 0;
        left: 0; }
    .popup .popup_container .popup_body .open_popup_content .text_content {
        width: 590px; }
    .popup .popup_container .popup_body .open_popup_content .img {
        margin: 20px 0 0 20px;
        width: 325px;
        height: 540px; }
    .popup .popup_container .popup_body .open_popup_content .img .table-cell {
        width: 325px;
        height: 540px; }

    .popup2 .popup_container {
        width: 960px;
        min-height: inherit; }
    .popup2 .popup_container .nav_popup_pos .nav_popup {
        width: 116%;
        margin-left: 0;
        left: -80px; }
    .popup2 .popup_container .popup_body .open_popup_content .text_content {
        width: 590px; }
    .popup2 .popup_container .popup_body .open_popup_content .img {
        margin: 20px 0 0 20px;
        width: 325px;
        height: 540px; }
    .popup2 .popup_container .popup_body .open_popup_content .img .table-cell {
        width: 325px;
        height: 540px; } }
@media only screen and (max-width: 1199px) {
    header .menu .phone {
        display: none; }

    .opportunity .wrapper {
        max-width: 730px;
        padding: 0; }
    .opportunity .container_block article.right_type .img img {
        width: 350px; }
    .opportunity .container_block article.left_type .img img {
        width: 350px; }

    .production .container_block {
        max-width: 730px; }
    .production .container_block ul li.basically_type {
        margin-top: 28px; }
    .production .container_block ul li.basically_type.mt25 {
        margin-left: 0; }
    .production .container_block ul li.basically_type.mt25.last_item {
        margin-left: 25px; }
    .production .container_block ul li.second {
        margin-top: 0; }

    footer .fabric ul li {
        margin: 0 30px; }

    .select_item .items {
        width: 695px;
        float: left;
        margin-left: 25px; }
    .select_item .items .container_item {
        max-width: 540px; }
    .select_item .items .container_item .items_container ul li.ml_none {
        margin-right: 0; }
    .select_item .items .container_item .items_container ul li {
        margin-right: 25px !important; }
    .select_item .items .container_item .items_container ul li:nth-child(2n) {
        margin-right: 0 !important; }
    .select_item .inner_wrapper {
        max-width: 980px; }

    .gallery .wrapper {
        padding: 0; }
    .gallery .gallery_container {
        max-width: 1000px; }
    .gallery .gallery_container > div {
        width: 320px;
        margin-right: 20px; }
    .gallery .gallery_container > div a.small_type {
        max-width: 100%; }
    .gallery .gallery_container > div a.big_type {
        max-width: 100%; }

    #lightbox .lb-nav {
        width: 980px;
        margin-left: -490px; }

    .basically_points ul {
        padding: 67px 15px 0 70px; }

    .we_doing .container_block {
        max-width: 960px; } }
@media only screen and (min-width: 1023px) {
    header .menu nav {
        display: block !important; }
    header .menu nav > ul > li:hover a {
        color: #4d4d4f; }
/*    header .menu nav > ul > li:hover ul.simple_toggle {
        display: block !important; }*/
    /*header .menu nav > ul > li:hover .multiple_under_menu {
        
        display: block !important; 
        
       
    } */}
@media only screen and (max-width: 1023px) {
    .tab-show {
        display: block; }

    header .logo {
        float: none; }
    header .menu {
        float: none;
        margin: 15px -15px 0; }
    header .menu nav {
        float: none;
        display: none;
        background: #fff;
        width: 100%; }
    header .menu nav > ul {
        padding: 15px 0; }
    header .menu nav > ul > li {
        float: none;
        text-align: center;
        padding: 15px 0; }
    header .menu nav > ul > li .name_list {
        text-align: left; }
    header .menu nav > ul > li .multiple_under_menu,
    header .menu nav > ul > li .simple_toggle {
        display: none !important;
        position: static;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        margin: 0 auto;
        width: 100%;
        height: auto;
        padding-left: 0; }
    header .menu nav > ul > li .multiple_under_menu .name_list {
        padding-left: 20px; }
    header .menu nav > ul > li .multiple_under_menu div > ul {
        padding: 0 20px 0; }
    header .menu nav > ul > li:hover .multiple_under_menu,
    header .menu nav > ul > li:hover ul.simple_toggle {
        display: none; }
    header .menu .search {
        display: none; }

    .general_slider .owl-item > div .text_slide_4,
    .general_slider .owl-item > div .text_slide_3,
    .general_slider .owl-item > div .text_slide_2,
    .general_slider .owl-item > div .text_slide_1 {
        padding: 0;
        max-width: 580px;
        margin: 162px 0 0 -290px;
        text-align: center;
        left: 50%; }
    .general_slider .owl-item > div .text_slide_4 .title,
    .general_slider .owl-item > div .text_slide_3 .title,
    .general_slider .owl-item > div .text_slide_2 .title,
    .general_slider .owl-item > div .text_slide_1 .title {
        font-size: 37px;
        line-height: 40px; }

    footer {
        text-align: center; }
    footer .fabric .title h2 {
        padding: 0 15px; }
    footer .fabric ul {
        margin-top: 46px; }
    footer .fabric ul li {
        width: 215px;
        margin: 25px 10px 0; }
    footer nav {
        float: none;
        text-align: center; }
    footer nav ul {
        display: inline-block; }
    footer .soc {
        position: static;
        margin: 33px 0 0 0;
        text-align: center; }
    footer .soc ul {
        display: inline-block; }
    footer .copy {
        float: none; }

    .select_item .inner_wrapper {
        max-width: 710px; }
    .select_item .navigate {
        width: 200px; }
    .select_item .navigate .first_item {
        width: 200px; }
    .select_item .navigate .first_item .name_item {
        font-size: 23px; }
    .select_item .items {
        width: 485px; }
    .select_item .items .container_item .actions .jq-selectbox {
        margin-left: 0; }
    .select_item .items .container_item .actions a {
        margin-left: 10px; }
    .select_item .items .container_item .items_container ul li a {
        width: 230px; }
    .select_item .items .container_item .items_container ul li a:before {
        width: calc(100% - 26px); }
    .select_item .items .container_item .page_action a.arrow {
        font-size: 14px; }

    .gallery .wrapper {
        padding: 0; }
    .gallery .gallery_container {
        max-width: 700px; }
    .gallery .gallery_container > div {
        width: 340px;
        margin-right: 20px; }
    .gallery .gallery_container > div a.small_type {
        max-width: 100%; }
    .gallery .gallery_container > div a.big_type {
        max-width: 100%; }
    .gallery .gallery_container > div:nth-child(2) {
        margin-right: 0; }
    .gallery .gallery_container > div.last_blockl {
        width: 100%; }
    .gallery .gallery_container > div.last_blockl a {
        float: left;
        width: 340px; }
    .gallery .gallery_container > div.last_blockl a:first-child {
        margin-right: 20px; }

    #lightbox .lb-nav {
        width: 730px;
        margin-left: -365px; }

    .we_doing .container_block {
        max-width: 730px; }
    .we_doing .container_block .left_type img {
        width: 300px; }
    .we_doing .container_block .left_type .text {
        top: 110px; }
    .we_doing .container_block .right_type .text {
        left: 0;
        margin-left: 0; }

    .popup .popup_container {
        width: 700px;
        min-height: inherit; }
    .popup .popup_container .popup_body .open_popup_content .text_content {
        width: 410px;
        margin-top: 20px; }
    .popup .popup_container .popup_body .open_popup_content .img {
        width: 255px;
        height: 450px; }
    .popup .popup_container .popup_body .open_popup_content .img .table-cell {
        width: 255px;
        height: 450px; }

    .popup2 .popup_container {
        width: 700px;
        min-height: inherit; }
    .popup2 .popup_container .popup_body .open_popup_content .text_content {
        width: 410px;
        margin-top: 20px; }
    .popup2 .popup_container .popup_body .open_popup_content .img {
        width: 255px;
        height: 450px; }
    .popup2 .popup_container .popup_body .open_popup_content .img .table-cell {
        width: 255px;
        height: 450px; } }
@media only screen and (max-width: 745px) {
    .gallery .gallery_container {
        max-width: 530px; }
    .gallery .gallery_container > div {
        width: 255px; }
    .gallery .gallery_container > div.last_blockl a {
        max-width: 255px; } }
@media only screen and (max-width: 767px) {
    header .menu nav > ul > li .multiple_under_menu > div {
        float: none;
        margin: 20px auto 0;
        width: 280px; }

    .general_slider .owl-item > div .text_slide_4,
    .general_slider .owl-item > div .text_slide_3,
    .general_slider .owl-item > div .text_slide_2,
    .general_slider .owl-item > div .text_slide_1 {
        padding: 0;
        max-width: 350px;
        margin: 162px 0 0 -175px;
        text-align: center;
        left: 50%; }
    .general_slider .owl-item > div .text_slide_4 .title,
    .general_slider .owl-item > div .text_slide_3 .title,
    .general_slider .owl-item > div .text_slide_2 .title,
    .general_slider .owl-item > div .text_slide_1 .title {
        font-size: 27px;
        line-height: 30px; }
    .general_slider .owl-item > div .text_slide_4 p,
    .general_slider .owl-item > div .text_slide_3 p,
    .general_slider .owl-item > div .text_slide_2 p,
    .general_slider .owl-item > div .text_slide_1 p {
        font-size: 16px; }
    .general_slider .owl-item > div .text_slide_4 p br,
    .general_slider .owl-item > div .text_slide_3 p br,
    .general_slider .owl-item > div .text_slide_2 p br,
    .general_slider .owl-item > div .text_slide_1 p br {
        display: none; }

    .fabrication .text div {
        float: none;
        width: 100%; }
    .fabrication .text div p {
        text-align: center; }

    .opportunity .container_block article.left_type .img {
        float: none;
        text-align: center; }
    .opportunity .container_block article.left_type .img img {
        width: auto;
        display: inline-block;
        max-width: 100%; }
    .opportunity .container_block article.left_type .text_info {
        float: none;
        margin: 50px auto; }
    .opportunity .container_block article.left_type .text_info:before {
        width: calc(100% - 8px);
        top: 0;
        left: 0; }
    .opportunity .container_block article.right_type .img {
        float: none;
        text-align: center; }
    .opportunity .container_block article.right_type .img img {
        width: auto;
        display: inline-block;
        max-width: 100%; }
    .opportunity .container_block article.right_type .text_info {
        float: none;
        margin: 50px auto; }
    .opportunity .container_block article.right_type .text_info:before {
        width: calc(100% - 8px);
        top: 0;
        left: 0; }

    .production .container_block {
        max-width: 350px; }
    .production .container_block ul li {
        margin-left: 0 !important; }
    .production .container_block ul li.second {
        margin-top: 25px; }

    .furniture .owl-item > div .text p {
        font-size: 18px;
        line-height: 20px; }
    .furniture .owl-item > div .text p br {
        display: none; }

    .ready_production .title {
        font-size: 32px; }
    .ready_production .info_title {
        line-height: 22px;
        font-size: 19px; }

    .select_item .items {
        width: 265px; }

    .select_item .inner_wrapper {
        max-width: 490px; }
    .select_item .items .container_item .actions a {
        float: none;
        margin-left: 0;
        margin-top: 10px;
        display: inline-block; }
    .select_item .items .container_item .actions .show {
        float: none;
        margin-top: 10px; }
    .select_item .items .container_item .actions .jq-selectbox {
        float: none;
        margin-top: 10px; }
    .select_item .items .title {
        font-size: 20px; }

    .select_item .items .container_item .page_action a span {
        display: none; }

    .select_item .items .container_item .page_action {
        max-width: 230px; }

    .service .bg .title {
        font-size: 32px; }
    .service .bg p {
        line-height: 22px;
        font-size: 19px; }

    .about_registration .range ul li {
        width: auto;
        max-width: 480px; }

    .duration_order .bg p {
        line-height: 22px;
        font-size: 19px; }

    #lightbox .lb-nav {
        width: 100%;
        margin-left: 0;
        left: 0; }

    .basically_info .title {
        font-size: 32px; }
    .basically_info p {
        line-height: 22px;
        font-size: 19px; }

    .basically_points ul {
        padding: 67px 15px 0 70px; }

    .we_doing .container_block {
        max-width: 500px; }
    .we_doing .container_block .left_type {
        float: none; }
    .we_doing .container_block .left_type img {
        width: auto;
        max-width: 100%; }
    .we_doing .container_block .left_type .text {
        top: 110px; }
    .we_doing .container_block .right_type {
        float: none; }

    .popup .popup_container {
        width: 550px;
        min-height: inherit; }
    .popup .popup_container .popup_body .open_popup_content .text_content {
        width: auto;
        float: none;
        padding: 20px 20px 0 20px; }
    .popup .popup_container .popup_body .open_popup_content .text_content .title_popup {
        font-size: 20px;
        line-height: 26px; }
    .popup .popup_container .popup_body .open_popup_content .text_content table tr td {
        line-height: 26px; }
    .popup .popup_container .popup_body .open_popup_content .img {
        width: 200px;
        height: 450px;
        margin-right: 20px; }
    .popup .popup_container .popup_body .open_popup_content .img .table-cell {
        width: 255px;
        height: 450px; }

    .popup2 .popup_container {
        width: 550px;
        min-height: inherit; }
    .popup2 .popup_container .popup_body .open_popup_content .text_content {
        width: auto;
        float: none;
        padding: 20px 20px 0 20px; }
    .popup2 .popup_container .popup_body .open_popup_content .text_content .title_popup {
        font-size: 20px;
        line-height: 26px; }
    .popup2 .popup_container .popup_body .open_popup_content .text_content table tr td {
        line-height: 26px; }
    .popup2 .popup_container .popup_body .open_popup_content .img {
        width: 200px;
        height: 450px;
        margin-right: 20px; }
    .popup2 .popup_container .popup_body .open_popup_content .img .table-cell {
        width: 255px;
        height: 450px; } }
@media only screen and (max-width: 600px) {
    .popup .popup_container {
        width: 300px;
        min-height: inherit; }
    .popup .popup_container .popup_body .open_popup_content .text_content {
        padding: 20px 20px 0 20px; }
    .popup .popup_container .popup_body .open_popup_content .text_content .title_popup {
        font-size: 20px;
        line-height: 26px; }
    .popup .popup_container .popup_body .open_popup_content .text_content table tr td {
        line-height: 26px; }
    .popup .popup_container .popup_body .open_popup_content .img {
        width: auto;
        height: 350px;
        margin: 0;
        float: none; }
    .popup .popup_container .popup_body .open_popup_content .img .table-cell {
        width: 280px;
        height: 350px; }

    .popup2 .popup_container {
        width: 300px;
        min-height: inherit; }
    .popup2 .popup_container .popup_body .open_popup_content .text_content {
        padding: 20px 20px 0 20px; }
    .popup2 .popup_container .popup_body .open_popup_content .text_content .title_popup {
        font-size: 20px;
        line-height: 26px; }
    .popup2 .popup_container .popup_body .open_popup_content .text_content table tr td {
        line-height: 26px; }
    .popup2 .popup_container .popup_body .open_popup_content .img {
        width: auto;
        height: 350px;
        margin: 0;
        float: none; }
    .popup2 .popup_container .popup_body .open_popup_content .img .table-cell {
        width: 280px;
        height: 350px; } }
@media only screen and (max-width: 550px) {
    header .logo a {
        font-size: 17px; }

    .general_slider .owl-item > div .text_slide_4,
    .general_slider .owl-item > div .text_slide_3,
    .general_slider .owl-item > div .text_slide_2,
    .general_slider .owl-item > div .text_slide_1 {
        padding: 0;
        max-width: 210px;
        margin: 162px 0 0 -110px;
        text-align: center;
        left: 50%; }
    .general_slider .owl-item > div .text_slide_4 .title,
    .general_slider .owl-item > div .text_slide_3 .title,
    .general_slider .owl-item > div .text_slide_2 .title,
    .general_slider .owl-item > div .text_slide_1 .title {
        font-size: 24px;
        line-height: 28px; }
    .general_slider .owl-item > div .text_slide_4 p,
    .general_slider .owl-item > div .text_slide_3 p,
    .general_slider .owl-item > div .text_slide_2 p,
    .general_slider .owl-item > div .text_slide_1 p {
        font-size: 16px; }
    .general_slider .owl-item > div .text_slide_4 a,
    .general_slider .owl-item > div .text_slide_3 a,
    .general_slider .owl-item > div .text_slide_2 a,
    .general_slider .owl-item > div .text_slide_1 a {
        font-size: 14px; }
    .general_slider .owl-item > div .text_slide_1 {
        margin-top: 80px; }
    .general_slider .owl-buttons {
        padding: 0; }

    .opportunity .container_block article.right_type .text_info {
        width: auto;
        padding: 30px; }
    .opportunity .container_block article.left_type .text_info {
        width: auto;
        padding: 30px; }

    footer nav {
        max-width: 250px;
        margin: 15px auto 0;
        text-align: center; }
    footer nav li {
        margin: 5px 15px !important;
        display: inline-block;
        float: none !important; }

    .ready_production .title {
        padding-top: 100px; }

    .select_item .navigate {
        float: none;
        width: 100%; }
    .select_item .navigate .first_item {
        margin: 50px 0 50px; }
    .select_item .items {
        float: none;
        text-align: center;
        margin: 0 auto; }
    .select_item .items .container_item .items_container ul li {
        margin: 25px auto 0 !important;
        float: none; }
    .select_item .items .container_item .items_container ul li a {
        margin: 0 auto; }

    .select_item .items .container_item .page_action {
        margin: 29px auto 0; }

    .select_item .items .container_item .page_action a.arrow.left_arrow {
        float: left; }

    .gallery .gallery_container {
        max-width: 100%;
        padding: 0 15px; }
    .gallery .gallery_container > div {
        width: 100%;
        float: none;
        max-width: 100%; }
    .gallery .gallery_container > div a {
        margin: 20px auto 0; }
    .gallery .gallery_container > div.last_blockl a {
        max-width: 100%;
        margin: 20px auto 0 !important;
        float: none; }

    .we_doing .container_block {
        max-width: 100%; }
    .we_doing .container_block .left_type {
        float: none;
        margin-top: 65px; }
    .we_doing .container_block .left_type img {
        width: auto;
        max-width: 100%; }
    .we_doing .container_block .left_type .text {
        position: static;
        margin: 0; }
    .we_doing .container_block .right_type {
        float: none; }
    .we_doing .container_block .right_type img {
        max-width: 100%; }
    .we_doing .container_block .right_type .text {
        position: static;
        margin: 0; } }
@media only screen and (max-width: 430px) {
    header .logo a span {
        display: none; }

    .way_we ul li {
        width: auto;
        margin: 30px 0 0 0; }

    .production .container_block ul li.basically_type {
        width: 100%; }
    .production .container_block ul li.basically_type a:before {
        width: calc(100% - 26px); }

    .production .container_block ul li.first_item {
        width: 100%; }

    .basically_points ul {
        padding: 67px 10px; }
    .basically_points ul li {
        width: auto; }
    .basically_points ul li .icon-1,
    .basically_points ul li .icon-2,
    .basically_points ul li .icon-3 {
        display: none; } }

/*# sourceMappingURL=style.css.map */

.text-page {text-align: left;margin: 45px 0}
.text-page h1{
    color: #28282a;
    font-family: "ubuntubold";
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;}
.text-page p {
    margin-bottom: 15px;
    color: #28282a;
    line-height: 32px;}

.select_item .items .container_item .page_action {
    position: relative;
    margin-top: 40px; }
.select_item .items .container_item .page_action ul li{
        float: left;
        margin: -9px 5px 0;
    border: 2px solid transparent;
    width: 24px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #28282a;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .items .container_item .page_action ul li a{
        display: block;
}
.select_item .items .container_item .page_action ul li:hover {
    border: 2px solid #bba983;
    color: #bba983; }
.select_item .items .container_item .page_action ul li:nth-child(3) {
    margin-left: 150px; }
.select_item .items .container_item .page_action ul li:nth-child(2) {
    margin-top: 0;
        margin-left: 0;
    float: left; }
.select_item .items .container_item .page_action ul li:nth-child(2) a {
        border: none;
        width: auto;
        height: auto;
        text-align: left;
        line-height: inherit;
}

.select_item .items .container_item .page_action a.arrow {
    color: #969499;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block; }
.select_item .items .container_item .page_action a.arrow:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 11px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .items .container_item .page_action a.arrow:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 11px;
    top: 1px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.select_item .items .container_item .page_action li.arrow.left_arrow {
        margin-top: -9px;
        width: auto;
    padding-left: 25px; }

.select_item .items .container_item .page_action li.arrow.left_arrow a:after {
    background: url("../images/sprite.png") no-repeat -123px -83px;
    left: 0; }
.select_item .items .container_item .page_action li.arrow.left_arrow:after{
        content: "";
        position: absolute;
        width: 16px;
        height: 11px;
        top: 1px;
        opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../images/sprite.png") no-repeat -123px -83px;
}
.select_item .items .container_item .page_action li.arrow.left_arrow a:before {
    background: url("../images/sprite.png") no-repeat -123px -70px;
    left: 0; }

.select_item .items .container_item .page_action li.arrow.right_arrow:after{
    content: "";
    position: absolute;
    width: 16px;
    height: 11px;
    top: 1px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url("../images/sprite.png") no-repeat -147px -83px;
}

.select_item .items .container_item .page_action a.arrow.right_arrow {
    padding-right: 25px;
    float: right; }
.select_item .items .container_item .page_action li.arrow.right_arrow{
        width: auto;
}
.select_item .items .container_item .page_action li.arrow.right_arrow a:after {
    background: url("../images/sprite.png") no-repeat -147px -83px;
    right: 0; }
.select_item .items .container_item .page_action li.arrow.right_arrow a:before {
    background: url("../images/sprite.png") no-repeat -147px -70px;
    right: 0; }
.select_item .items .container_item .page_action li.arrow a:hover {
    text-decoration: underline;
    color: #bba983; }
.select_item .items .container_item .page_action li.arrow:hover:before {
    opacity: 0; }
.select_item .items .container_item .page_action li.arrow:hover:after {
    opacity: 1; }
.hidden{display: none;}

.select_item .items .container_item .page_action ul li.active{
    border: 2px solid #bba983;
    color: #bba983;
}
.select_item .items .container_item .page_action ul li:first-child {
    float: left;
}

.select_item .items .container_item .page_action li.arrow{
        border: 0!important;
}

.select_item .items .container_item .page_action li.arrow.left_arrow a{
        border: 0!important;
}
.select_item .items .container_item .page_action li.arrow.right_arrow a{
        border: 0!important;
}
.call-content {
width: 270px;
}
.modal-content {
    background: #fff none repeat scroll 0 0;
    position: relative;
}


.qmod-content .db-inner {
    min-height: 250px;
}
.modal-content .db-inner {
    padding: 15px 25px;
}

.qmod-title {
    color: #28282a;
}
.page-title {
    cursor: pointer;
    font-size: 26px;
    margin-bottom: 25px;
}

.oform-item {
    margin-bottom: 16px;
}
.oform-item .input-text {
    border: 1px solid #28282a;
    width: 100%;
}
.oform-item label {
    display: block;
    margin-bottom: 10px;
    color: #28282a;
}
.errorMessage {
    display: none;
}
.oform-item .input-text.error_input {
    border-color: #ff445d;
}
.callback111 {
    position: fixed;
    top: 300px;
    right: 0px;
    background: #fff;
    writing-mode:tb-rl;
    direction:rtl; 
   

}
.callback111 a{height: 150px;
    width: 34px;
    background: url("../images/call_button.jpg") no-repeat 0 0;
    border:none;
    /*font-size: 12px;
    direction:rtl;
    -moz-transform: rotate(180deg);  
    transform: rotate(180deg);  
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg); 
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);*/
 
    
}
.callback111 a:hover{
    height: 150px;
    width: 34px;
    background: url("../images/call_button_h.jpg") no-repeat 0 0;
    border:none;
}
.list{
    color: #a88437;
    font-family: verdana;
}
.list li {
    position: relative;
     margin-left: 18px;
    padding: 12px 0 11px;
}
.list li:before {
    content: "";
    position: absolute;
    top: 27px;
    left: -20px;
    width: 5px;
    height: 5px;
    background: #bba983; }

@media only screen and (max-width: 430px) {
.callback111 a{ width: 35px;
    height: 176px;
    font-size: 14px;
    
 
    
}
}

#yw2 {
	display: inline-block;
}

#toTop {
width:80px; /* ширина стрелки */
position:fixed; /* фиксированное положение */
bottom:50px; /* отступ от нижней части экрана */
right:50px; /* отступ справа */
cursor:pointer; /* вид курсора при наведении */
}

