@font-face { font-family: Roboto-Bold; font-style: normal; font-weight: bold; src: url("../css/font/roboto/Roboto-Bold.ttf"); }
@font-face { font-family: Roboto-Black; font-style: normal; font-weight: normal; src: url("../css/font/roboto/Roboto-Black.ttf"); }
@font-face { font-family: Roboto-Regular; font-style: normal; font-weight: normal; src: url("../css/font/roboto/Roboto-Regular.ttf"); }
@font-face { font-family: Roboto-Italic; font-style: normal; font-weight: normal; src: url("../css/font/roboto/Roboto-Italic.ttf"); }
@font-face { font-family: Roboto-Medium; font-style: normal; font-weight: normal; src: url("../css/font/roboto/Roboto-Medium.ttf"); }

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: Roboto-Regular;
    font-size: 12px;
}

input, textarea, select {
    font-family: Roboto-Regular;
    font-size: 12px;
    color: #B5B5B5;
    outline-width: 0;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clear_border {
    clear: both;
    border: 2px solid black;
}

.wrapper_box {
    min-height: 100%;
    margin-bottom: -135px;
}

.wrapper {
    padding-bottom: 135px;
}

.header {
    height: 120px;
    margin: 0 auto;
    width: 940px;
    display: flex;
    align-items: center;
}

.logo {
    float: left;
    height: 90px;
    /*margin-top: 32px;*/
    width: 160px;
}

.logo img {
    max-height: 90px;
    max-width: 160px;
}

.menu_active {
    border-bottom: 2px solid #515151;
    padding-bottom: 5px;
}

.menu_active a {
    color: #515151;
}

.menu {
    float: right;
    font-family: Roboto-Regular;
    font-size: 14px;
    /*margin-top: 56px;*/
}

.menu li {
    display: block;
    float: left;
    margin-right: 40px;
    position: relative;
    border-bottom: 2px solid rgba(81,81,81,0);
    padding-bottom: 5px;
}

.menu li:hover {
    border-bottom: 2px solid #515151;
    /*padding-bottom: 5px;*/
}

.menu li:last-child {
    margin-right: 0;
}

.menu li a {
    color: #666666;
    display: block;
    float: left;
    text-decoration: none;
}

.menu li:hover > a {
    color: #515151;
}

.menu ul {
    background: #ffffff;
    border: 1px solid #EEEEEE;
    display: none;
    list-style: none;
    overflow: hidden;
    padding: 0px 17px;
    position: absolute;
    top: 30px;
    width: 120px;
    z-index: 9;
}

.menu ul li {
    border-bottom: 1px solid #EEEEEE;
    display: block;
    max-width: 200px;
    padding: 0;
    width: 100%;
}

.menu ul li:hover {
    border-bottom: 1px solid #EEEEEE;
    padding: 0;
}

.menu ul li:last-child {
    border-bottom: 0;
}

.menu ul li a {
    display: block;
    padding: 15px 0px;
    width: 100%;
}

.slider_max {
    width: 100%;
}

.slider_max img {
    max-height: 420px;
    width: 100%;
    border-bottom: 2px solid black;
}

.about_services {
    border-bottom: 1px solid #e7e7e7;
    height: 264px;
}

.about_services_el {
    float: left;
    margin-right: 20px;
    box-shadow: 0 0 2px grey;
    height: 228px;
    position: relative;
}

.about_services_el:last-child {
    margin: 0;
}

.about_services_el img {
    border: 4px solid white;
    max-width: 292px;
}

.about_services_el_background {
    background-color: #515151;
    background-color: rgba(81, 81, 81, 0.85);
    overflow: hidden;
    display: none;
    height: 219px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 292px;
    z-index: 100;
}

.about_services_el_background_top {
    font-family: Roboto-Bold;
    font-size: 24px;
    height: 64px;
    margin: 20px 0 20px 20px;
    width: 255px;
}

.about_services_el_background_top a {
    color: #ffffff;
}

.about_services_el_background_center {
    color: #ffffff;
    font-family: Roboto-Bold;
    font-size: 14px;
    height: 59px;
    line-height: 20px;
    margin: 0 0 15px 20px;
    overflow: hidden;
    width: 255px;
}

.about_services_el_background_bottom {
    background: white;
    margin-left: 20px;
    width: 70px;
}

.about_services_el_background_bottom a {
    background: url("../pic/about_services_arrow.png") no-repeat;
    background-position: 54px 14px;
    color: #515151;
    display: block;
    font-family: Roboto-Regular;
    font-size: 15px;
    height: 100%;
    padding: 5px 5px 5px 7px;
    width: 60px;
}

.about_services_el_black {
    background-color: rgba(34, 34, 34, 0.8);
    min-height: 38px;
    width: 292px;
    position: absolute;
    bottom: 5px;
    left: 4px;
}

.about_services_el_black_nested{
    margin: 0 10px;
    padding: 15px 0;
}

.about_services_el_black a {
    color: #FFFFFF;
    font-family: Roboto-Bold;
    font-size: 18px;
}

.services_box_header {
    /*float: left;*/
    /*margin-right: 20px;*/
    /*width: 620px;*/
}

.service_news_box {
    margin-top: 15px;
}

.services_box {
    font-family: Arial;
    font-size: 14px;
    overflow: hidden;
}

.services {
    background: #F5F5F5;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 20px 20px;
    width: 260px;
    height: 57px;
    overflow: hidden;
}

.services img {
    max-width: 40px;
}

.services_p_bold {
    color: #222222;
    font-family: Roboto-Bold;
    font-size: 14px;
}

.services_p_grey {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 14px;
    height: 35px;
    line-height: 18px;
    margin-top: 3px;
    overflow: hidden;
}

.news_box {
    border: 1px solid #E7E7E7;
    float: left;
    font-size: 14px;
    overflow: hidden;
    width: 298px;
    height: 446px;
    overflow: hidden;
}

.news_box_header {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #222222;
    margin: 20px 0 0 20px;
}

.news_pic {
    width: 298px;
}

.news_pic img {
    border: 4px solid white;
    max-width: 290px;
}

.news_date {
    color: #515151;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-right: 10px;
}

.news {
    border-bottom: 1px solid #E7E7E7;
    color: #909090;
    padding: 26px 20px 21px 20px;
}

.news:last-child {
    border-bottom: 0;
}

.news_p_box {
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-bottom: 3px;
}

.news_p_box a {
    color: #909090;
    text-decoration: underline;
}

.news_p_box a:hover {
    color: #515151;
}

.news_p_bottom {
    font-family: Roboto-Regular;
    font-size: 12px;
    line-height: 17px;
    height: 34px;
    overflow: hidden;
}

.paragraph_header {
    color: #222222;
    font-family: Roboto-Black;
    font-size: 28px;
    margin-bottom: 25px;
}

.paragraph_header:first-letter {
    color: #515151;
}

.footer_index {
    background: #F5F5F5;
    width: 100%;
}

.footer_index_box {
    margin: 0 auto;
    overflow: hidden;
    padding: 35px 0;
    width: 940px;
}

.footer_index_box_left {
    float: left;
    margin-right: 20px;
    width: 280px;
}

.footer_index_box_right {
    float: left;
    width: 640px;
}

.footer_index_header {
    color: #515151;
    font-family: Roboto-Bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer_index_box_left_ul {
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
}

.footer_index_box_left_ul li {
    background: url("../pic/articles_plus.png") no-repeat;
    background-position: 0px 7px;
    margin-bottom: 16px;
    padding-left: 20px;
}

.footer_index_box_left_ul li a {
    border-bottom: 1px solid #888888;
    color: #888888;
    font-size: 14px;
    padding-bottom: 3px;
}

.footer_index_box_left_ul li a:hover {
    border-bottom: 1px solid #515151;
    color: #515151;
}

.about_company_footer {
    background: #FFFFFF;
    padding: 18px;
}

.about_company_footer_nested {
    background: url("../pic/about_quotes.png") no-repeat;
    padding-left: 20px;
    padding-right: 20px;
}

.about_company_footer_nested p {
    color: #515151;
    font-family: Roboto-Italic;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
}

.footer_index_box_right_p {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
    text-align: justify;
}

.footer {
    background: #222222;
    height: 135px;
    width: 100%;
}

.footer_nested {
    margin: 0 auto;
    width: 940px;
}

.footer_nested_left {
    float: left;
    margin-top: 35px;
    overflow: hidden;
}

.footer_nested_right {
    float: right;
}

.menu_footer {
    float: right;
    margin-top: 35px;
}

.menu_footer ul {
    display: none;
    list-style: none;
    margin: 0;
    position: absolute;
}

.menu_footer li {
    display: block;
    float: left;
    margin-right: 40px;
    position: relative;
}

.menu_footer li a {
    color: #989898;
    display: block;
    float: left;
    font-family: Roboto-Regular;
    font-size: 14px;
    text-decoration: none;
}

.menu_footer li:hover > a {
    color: #FFFFFF;
}

.menu_footer li:last-child {
    margin-right: 0;
}

.menu_footer_active {
    color: #ffffff !important;
}

.footer_nested_right_p {
    color: #989898;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-top: 40px;
    /*text-align: right;*/
    text-align: left;
    /*width: 300px;*/
    float: left;
}

.services_left {
    float: left;
    margin-right: 15px;
}

.services_right {
    float: left;
    width: 205px;
}

.content {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 25px;
    width: 940px;
}

.jcarousel-skin-tango .jcarousel-container { }
.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin-tango .jcarousel-container-horizontal { }
.jcarousel-skin-tango .jcarousel-container-vertical { }
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-clip-horizontal { }
.jcarousel-skin-tango .jcarousel-clip-vertical { }
.jcarousel-skin-tango .jcarousel-item { }
.jcarousel-skin-tango .jcarousel-item-horizontal { position: relative; }
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal { margin-left: 10px; margin-right: 0; }
.jcarousel-skin-tango .jcarousel-item-vertical { margin-bottom: 10px; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }
.jcarousel-skin-tango .jcarousel-next-horizontal { background: url(../pic/slider_button_right.png) no-repeat; cursor: pointer; height: 56px; position: absolute; top: 40%; width: 56px; }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus { }
.jcarousel-skin-tango .jcarousel-next-horizontal:active { }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { background-position: -96px 0; cursor: default; }
.jcarousel-skin-tango .jcarousel-prev-horizontal { background: url(../pic/slider_button_left.png) no-repeat; cursor: pointer; height: 56px; position: absolute; top: 40%; width: 56px; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus { }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { background-position: -96px 0; cursor: default; }
.jcarousel-skin-tango-description { background-color: rgba(81, 81, 81, 0.85); height: 56px; position: absolute; top: 40%; min-width: 400px; max-width: 828px; overflow: hidden; }
.jcarousel-skin-tango-description p { font-family: Roboto-Bold; margin: 10px; }
.jcarousel-skin-tango-description p a { color: #ffffff; font-size: 24px; line-height: 36px; }

.breadcrumb_h1 {
    margin: 0 auto;
    margin-top: 25px;
    width: 940px;
}

.h1 {
    color: #222222;
    font-family: Roboto-Black;
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.h1:first-letter {
    color: #515151;
}

.breadcrumb {
    font-family: Roboto-Regular;
    font-size: 14px;
}

.breadcrumb_no_active a {
    border-bottom: 1px solid #666666;
    color: #666666;
}

.breadcrumb_no_active a:hover {
    border-bottom: 1px solid #515151;
    color: #515151;
}

.breadcrumb_active {
    color: #515151;
}

.breadcrumb_after {
    color: #666666;
    margin: 0 5px;
}

.services_description {
    border-bottom: 1px solid #E7E7E7;
    overflow: hidden;
    padding-bottom: 40px;
}

.services_description_left {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 460px;
}

.services_description_right {
    text-align: justify;
}

.services_description_right_header {
    color: #222222;
    font-family: Roboto-Medium;
    font-size: 24px;
    margin-bottom: 15px;
}

.services_description_right p {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.services_elements {
    margin-top: 40px;
    overflow: hidden;
}

.services_el {
    border: 1px solid #EDEDED;
    border-bottom: 1px solid #515151;
    float: left;
    height: 240px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    width: 298px;
}

.services_el_top {
    height: 52px;
    margin: 13px 0 0 18px;
    overflow: hidden;
}

.services_el_top a {
    color: #222222;
    float: left;
    font-family: Roboto-Black;
    font-size: 18px;
    margin: 0 15px 18px 0;
}

.services_el_top div {
    margin-top: 5px;
	overflow: hidden;
}

.services_el_center {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 12px;
    height: 104px;
    line-height: 17px;
    margin: 18px 18px 11px 18px;
    overflow: hidden;
}

.services_el_bottom {
    background: #515151;
    margin-bottom: 20px;
    margin-left: 18px;
    width: 95px;
}

.services_el_bottom a {
    background: url("../pic/services_arrow.png") no-repeat;
    background-position: 80px 13px;
    color: #ffffff;
    display: block;
    font-family: Roboto-Regular;
    font-size: 13px;
    height: 100%;
    padding: 5px 5px 5px 7px;
}

.news_el_box {
    overflow: hidden;
}

.news_el {
    margin-bottom: 20px;
    overflow: hidden;
}

.news_el_left {
    float: left;
    height: 230px;
    margin-right: 20px;
    overflow: hidden;
    width: 300px;
    text-align: center;
}

.news_el_left img {
    max-width: 300px;
}

.news_el_right {
    overflow: hidden;
}

.news_name {
    height: 58px;
    overflow: hidden;
}

.news_name a {
    color: #515151;
    font-family: Roboto-Medium;
    font-size: 22px;
}

.news_el_date {
    background: url(../pic/date.png) no-repeat;
    background-position: 0px 3px;
    margin: 13px 0;
}

.news_el_date_right {
    color: #A2A2A2;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-left: 20px;
}

.news_el_preview {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 12px;
    height: 79px;
    line-height: 16px;
    overflow: hidden;
    margin-bottom: 14px;
}

.news_el_more {
    background: #515151;
    width: 95px;
}

.news_el_more a {
    background: url("../pic/services_arrow.png") no-repeat;
    background-position: 80px 13px;
    color: #ffffff;
    display: block;
    font-family: Roboto-Regular;
    font-size: 13px;
    height: 100%;
    padding: 5px 5px 5px 7px;
}

.projects_box {
}

.project {
    background: #ffffff;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
    width: 460px;
}

.project_img {
    height: 335px;
    text-align: center;
}

.project img {
    max-height: 335px;
    max-width: 460px;
}

.project_name {
    text-align: center;
}

.project_name p {
    color: #222222;
    font-family: Roboto-Medium;
    font-size: 24px;
    margin: 15px 0;
}

.project_name p a {
    color: #222222;
    font-family: Roboto-Medium;
    font-size: 24px;
}

.project_description {
    background: #F5F5F5;
    height: 157px;
    overflow: hidden;
}

.project_description p {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 12px;
    height: 72px;
    line-height: 18px;
    margin: 20px;
    overflow: hidden;
}

.project_description_more {
    background: #515151;
    margin-left: 20px;
    width: 95px;
}

.project_description_more a {
    background: url("../pic/services_arrow.png") no-repeat;
    background-position: 80px 13px;
    color: #ffffff;
    display: block;
    font-family: Roboto-Regular;
    font-size: 13px;
    height: 100%;
    padding: 5px 5px 5px 7px;
}

.project_border {
    border: 1px solid #E7E7E7;
    border-top: 1px solid #515151;
}

.maps {
    height: 335px;
    overflow: hidden;
    width: 100%;
}

.maps img {
    width: 100%;
}

.contacts {
}

.contacts_description {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 12px;
}

.contacts_data {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}

.address {
    float: left;
    width: 340px;
}

.phone {
    float: left;
    margin: 0 20px;
    width: 155px;
}

.mail {
    float: right;
    width: 300px;
}

.address_left {
    background: url(../pic/adress.png) no-repeat;
    float: left;
    height: 43px;
    margin-right: 15px;
    width: 41px;
}

.address_right {
    color: #222222;
    float: left;
    font-family: Roboto-Medium;
    font-size: 24px;
    margin-top: 3px;
}

.phone_left {
    background: url(../pic/phone.png) no-repeat;
    float: left;
    height: 43px;
    margin-right: 15px;
    width: 41px;
}

.phone_right {
    color: #222222;
    float: left;
    font-family: Roboto-Medium;
    font-size: 24px;
    margin-top: 3px;
}

.mail_left {
    background: url(../pic/mail.png) no-repeat;
    float: left;
    height: 43px;
    margin-right: 15px;
    width: 41px;
}

.mail_right {
    color: #222222;
    float: left;
    font-family: Roboto-Medium;
    font-size: 24px;
    margin-top: 3px;
}

.ul_contacts {
    margin-top: 10px;
    overflow: hidden;
}

.ul_contacts li {
    background: url(../pic/ul_contacts.png) no-repeat;
    background-position: 0 6px;
    color: #666666;
    font-family: Roboto-Medium;
    font-size: 14px;
    padding-left: 15px;
}

.ul_phone {
    float: right;
    list-style: none;
    margin: 10px 0;
}

.ul_phone li {
    background: url(../pic/ul_contacts.png) no-repeat;
    background-position: 0 6px;
    color: #666666;
    font-family: Roboto-Medium;
    font-size: 14px;
    padding-left: 15px;
}

.phone_p {
    color: #222222;
    font-family: Roboto-Medium;
    font-size: 14px;
    margin-top: 10px;
}

.feedback {
}

.feedback_header {
    background: url(../pic/feedback.png) no-repeat;
    margin-bottom: 20px;
}

.feedback_header p {
    color: #222222;
    font-family: Roboto-Medium;
    font-size: 24px;
    margin-left: 50px;
}

.feedback_form {
}

.feedback_name {
    background: url(../pic/input_name.png) no-repeat;
    border: 0;
    float: left;
    height: 29px;
    margin-right: 20px;
    padding-left: 40px;
    width: 420px;
}

.feedback_mail {
    background: url(../pic/input_mail.png) no-repeat;
    border: 0;
    float: left;
    height: 29px;
    padding-left: 40px;
    width: 420px;
}

.feedback_textarea {
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    height: 165px;
    margin-top: 20px;
    max-width: 930px;
    padding: 10px 0 0 10px;
    width: 930px;
}

.feedback_submit {
    background: #515151;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    height: 26px;
    margin-top: 15px;
    outline-width: 0;
    width: 95px;
}

.pagination {
    font-family: Roboto-Regular;
    font-size: 16px;
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    width: 450px;
    margin-top: 20px;
}

.pagination ul li {
    background: #EBEBEB;
    display: inline;
    float: left;
    height: 26px;
    padding-top: 4px;
    margin-right: 3px;
    text-align: center;
    width: 30px;
}

.pagination ul li a {
    color: #6B6F76;
    display: block;
    height: 100%;
    padding: 0px 4px 4px 1px;
    text-decoration: none;
    width: 100%;
}

.pagination ul li:hover {
    background: #515151;
}

.pagination ul li:hover a {
    color: white;
}

.pagination_prev {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    color: #ADACAC;
    font-size: 14px;
    margin-top: 5px;
}

.pagination_next {
    float: left;
    margin-left: 5px;
    margin-top: 2px;
    overflow: hidden;
    color: #ADACAC;
    font-size: 14px;
    margin-top: 5px;
}

.pagination_next:hover {
    color: #666666;
}

.pagination_prev:hover {
    color: #666666;
}

.pagination_all {
    margin: 5px 0 0 5px;
    float: left;
}

.pagination_all a {
    color: #ADACAC;
}

.pagination_prev a {
    background: url(../pic/arrow_prev.png) no-repeat;
    background-position: 0 8px;
    color: #ADACAC;
    font-size: 14px;
    padding-left: 10px;
}

.pagination_next a {
    background: url(../pic/arrow_next.png) no-repeat;
    background-position: 53px 9px;
    color: #ADACAC;
    font-size: 14px;
    padding-right: 10px;
}

.pagination_prev a:hover {
    background: url(../pic/arrow_prev_hover.png) no-repeat;
    background-position: 0 8px;
    color: #666666;
}

.pagination_next a:hover {
    background: url(../pic/arrow_next_hover.png) no-repeat;
    background-position: 53px 9px;
    color: #666666;
}

.pagination_all a:hover {
    color: #666666;
}

.pagination_active {
    background: #515151 !important;
    color: #ffffff;
}

.pagination_pages a {
    color: #ADACAC;
    font-size: 14px;
}

.pagination_pages a:hover {
    color: #666666;
    font-size: 14px;
}

.detail {
    border-bottom: 1px solid #E7E7E7;
    float: left;
    overflow: hidden;
    padding-bottom: 40px; /*width: 620px;*/
    margin: 0 0 20px 0;
}

.detail_left {
    float: left;
    margin: 0 20px 10px 0;
    max-width: 300px;
}

.detail_right {
    text-align: justify;
}

.detail_right p {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp { border: 0; margin: 0; outline: none; padding: 0; vertical-align: top; }
.fancybox-wrap { left: 0; position: absolute; top: 0; z-index: 8020; }
.fancybox-skin { background: #f9f9f9; border-radius: 4px; color: #444; moz-border-radius: 4px; position: relative; text-shadow: none; webkit-border-radius: 4px; }
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { webkit-overflow-scrolling: touch; }
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap; }
.fancybox-image, .fancybox-iframe { display: block; height: 100%; width: 100%; }
.fancybox-image { max-height: 100%; max-width: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../pic/fancybox_sprite.png'); }
#fancybox-loading { background-position: 0 -108px; cursor: pointer; left: 50%; margin-left: -22px; margin-top: -22px; opacity: 0.8; position: fixed; top: 50%; z-index: 8060; }
#fancybox-loading div { background: url('../pic/fancybox_loading.gif') center center no-repeat; height: 44px; width: 44px; }
.fancybox-close { cursor: pointer; height: 36px; position: absolute; right: -18px; top: -18px; width: 36px; z-index: 8040; }
.fancybox-nav { background: transparent url('../pic/blank.gif'); cursor: pointer; height: 100%; position: absolute; text-decoration: none; top: 0; webkit-tap-highlight-color: rgba(0,0,0,0); width: 40%; z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { cursor: pointer; height: 34px; margin-top: -18px; position: absolute; top: 50%; visibility: hidden; width: 36px; z-index: 8040; }
.fancybox-prev span { background-position: 0 -36px; left: 10px; }
.fancybox-next span { background-position: 0 -72px; right: 10px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { left: -99999px; max-height: 99999px; max-width: 99999px; overflow: visible !important; position: absolute; top: -99999px; visibility: hidden; }
.fancybox-lock { overflow: hidden !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { background: url('../pic/fancybox_overlay.png'); display: none; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 8010; }
.fancybox-overlay-fixed { bottom: 0; position: fixed; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }
.fancybox-title { font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; position: relative; text-shadow: none; visibility: hidden; z-index: 8050; }
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap { bottom: 0; margin-bottom: -35px; position: absolute; right: 50%; text-align: center; z-index: 8050; }
.fancybox-title-float-wrap .child { background: rgba(0, 0, 0, 0.8); background: transparent; border-radius: 15px; color: #FFF; display: inline-block; font-weight: bold; line-height: 24px; margin-right: -100%; moz-border-radius: 15px; padding: 2px 20px; text-shadow: 0 1px 2px #222; webkit-border-radius: 15px; white-space: nowrap; }
.fancybox-title-outside-wrap { color: #fff; margin-top: 10px; position: relative; }
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap { background: #000; background: rgba(0, 0, 0, .8); bottom: 0; color: #fff; left: 0; padding: 10px; position: absolute; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) { #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url('../pic/fancybox_sprite@2x.png'); background-size: 44px 152px; }
    #fancybox-loading div { background-image: url('../pic/fancybox_loading.gif'); background-size: 24px 24px; }
}

.services_right_el {
    border-top: 1px solid #E7E7E7;
    color: #909090;
    padding: 22px 20px 17px 20px;
}

.services_right_header {
    margin: 20px;
}

.services_right_header a {
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #222222;
}

.services_detail_right {
    border: 1px solid #E7E7E7;
    float: right;
    font-size: 14px;
    overflow: hidden;
    width: 298px;
}

.services_right_el_p {
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-bottom: 3px;
}

.services_right_el_p a {
    color: #909090;
    font-size: 16px;
}

.services_right_el_p a:hover {
    color: #515151;
}

.detail_services {
    color: #777777;
    border-bottom: 1px solid #E7E7E7;
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 620px;
    text-align: justify;
    font-family: Roboto-Regular;
}

.detail_services_left {
    margin: 0 20px 10px 0;
}

.detail_services_header {
    color: #222222;
    font-size: 24px;
    margin-bottom: 15px;
    overflow: hidden;
}

.dsr_medium {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.dsr_big {
    color: #222222;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.dsr_medium a {
    color: #515151;
    text-decoration: underline;
}

.dsr_bold {
    font-family: Roboto-Bold;
    color: #222222;
}

.detail_project {
    border-bottom: 1px solid #E7E7E7;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.detail_project_left {
    max-width: 300px;
    max-height: 218px;
}

.detail_project_right {
    text-align: justify;
}

.detail_project_header {
    color: #222222;
    font-family: Roboto-Medium;
    font-size: 24px;
    margin-bottom: 15px;
    overflow: hidden;
}

.detail_project_right p {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.project_more {
    float: left;
    margin-right: 20px;
}

.project_more_detail {
    height: 218px;
    overflow: hidden;
    text-align: center;
    width: 300px;
}

.thumbs {
    width: 300px;
}

.thumbs img {
    border: solid 1px transparent;
    max-height: 90px;
    max-width: 90px;
}

.thumbs img:hover {
    border-color: #515151;
}

.thumbs_over {
    float: left;
    height: 75px;
    margin-right: 14px;
    margin-top: 14px;
    width: 90px;
}

.about_company_right_el {
    border-top: 1px solid #E7E7E7;
    color: #909090;
    padding: 22px 20px 17px 20px;
}

.about_company_header {
    margin: 20px;
    font-size: 24px;
    font-family: Roboto-Bold;
    color: #222222;
}

.about_company_right {
    border: 1px solid #E7E7E7;
    float: right;
    font-size: 14px;
    overflow: hidden;
    width: 298px; /*border-bottom: 1px solid #FF7844;*/
}

.about_company_right_el_p {
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-bottom: 3px;
}

.about_company_right_el_p a {
    color: #909090;
    font-size: 16px;
}

.about_company_right_el_p a:hover {
    color: #515151;
}

.about_company {
    float: left;
    width: 620px;
}

.about_company p {
    color: #666666;
    font-family: Roboto-Regular;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: justify;
}

.price {
    font-family: Roboto-Regular;
    font-size: 14px;
    width: 100%;
}

.price tr td {
    border-bottom: 1px solid #222222;
    color: #222222;
    height: 35px;
    padding-left: 10px;
    width: 50%;
}

.price_bk {
    background: #515151 !important;
}

.price_bk td {
    border-bottom: 0 !important;
    color: #ffffff !important;
}

.price_mr {
    margin-top: 40px;
}

.treven {
    background-color: #F5F5F5;
}

.price tr:hover {
    background: #EEEEEE;
}

.vacancies {
    border: 1px solid #e7e7e7;
    color: #222222;
    height: 47px;
    margin-bottom: 10px;
    overflow: hidden;
}

.vacancies_top {
    background: #FBFBFB;
    cursor: pointer;
    height: 40px;
    padding-top: 7px;
}

.vacancies_top_left {
    float: left;
    font-family: Roboto-Black;
    font-size: 24px;
    margin: 0 10px 0 15px;
    width: 13px;
}

.vacancies_top_center {
    float: left;
    font-family: Roboto-Regular;
    font-size: 18px;
    margin-top: 5px;
}

.vacancies_description {
    display: none;
    height: auto;
    margin: 15px;
}

.vacancies:hover {
    color: #515151;
}

.vacancies_description_header_box {
    margin-top: 10px;
}

.vacancies_description_header {
    color: #222222;
    font-family: Roboto-Bold;
    font-size: 14px;
}

.ul_vacancy {
    margin: 10px 0 0 10px;
    overflow: hidden;
}

.ul_vacancy li {
    background: url(../pic/ul_contacts.png) no-repeat;
    background-position: 0 6px;
    color: #666666;
    font-family: Roboto-Medium;
    font-size: 14px;
    padding-left: 15px;
}

.employment {
    color: #222222;
    font-family: Roboto-Medium;
    font-size: 14px;
    margin-top: 20px;
}

.type_employment {
    color: #222222;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-left: 20px;
}

.return_to_list {
    color: #666666;
}

.ul {
    margin: 10px 0 20px 10px;
    overflow: hidden;
}

.ul li {
    background: url(../pic/ul_contacts.png) no-repeat;
    background-position: 0 6px;
    color: #777777;
    font-family: Roboto-Regular;
    font-size: 12px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.price_grey {
    margin-bottom: 30px;
    border: 1px solid #DDDDDD;
    border-bottom: 0;
    border-right: 0;
    color: #777777;
    font-family: Roboto-Regular;
    font-size: 14px;
    width: 100%;
}

.price_grey tr {
    height: 40px;
}

.price_grey tr td {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #e7e7e7;
    padding-left: 25px;
}

.price_grey_header {
    font-family: Roboto-Bold;
}

.price_grey_header td {
    padding-left: 10px !important;
}

.price_grey tr:hover {
    background: #EEEEEE;
}

.price_grey_main td {
    padding-left: 10px !important;
}

.price_grey_main_first {
    width: 70%;
}

.services_active {
    color: #515151 !important;
}

.question_name{
    background: url(../pic/input_name.png) no-repeat;
    border: 0;
    float: left;
    height: 29px;
    padding-left: 40px;
    width: 264px;
    margin-right: 10px;
    border-right: 1px solid #DDDDDD;
}
.question_mail{
    background: url(../pic/input_mail.png) no-repeat;
    border: 0;
    float: left;
    height: 29px;
    padding-left: 40px;
    width: 264px;
    border-right: 1px solid #DDDDDD;
}
.question_textarea{
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    height: 165px;
    margin-top: 20px;
    max-width: 930px;
    padding: 10px 0 0 10px;
    width: 610px;
    margin-bottom: 10px;
}

.captcha_word{
    height: 38px;
    margin-left: 15px;
    background: #FBFBFB;
    border: 1px solid #DDDDDD;
    padding: 0px 0 0 10px;
    font-size: 18px;
}

.question_header{
    background: url(../pic/feedback.png) no-repeat;
    margin-bottom: 20px;
    height: 40px;
}

.question_header p{
    color: #222222 !important;
    font-family: Roboto-Medium !important;
    font-size: 24px !important;
    margin-left: 50px !important;
}

.responses{
    background: #ECF0F1;
    padding-top: 1px;
    margin-bottom: 30px;
    overflow: hidden;
}
.question{
    margin: 1px 2px 2px 2px;
    padding: 5px;
    background: #fff;
}
.question_left{
    float: left;
    width: 50px;
    overflow: hidden;
    margin-right: 20px;
}
.question_left span{
    font-family: Roboto-Bold;
    color: black;
}
.question_right{
    overflow: hidden;
}
.question_right_date{
    color: #E7E7E7;
}
.response_company{
    padding: 20px 7px 20px 7px;
}
.response_company_left{
    float: left;
    width: 50px;
    overflow: hidden;
    margin-right: 20px;
}
.response_company_left span{
    font-family: Roboto-Bold;
    color: black;
}
.response_company_right{
    overflow: hidden;
}
.submit_form_ok {
    background: url(../pic/ok.png) no-repeat 10px center #E8FAEB;
    border: 1px solid #A4E2AD;
    color: #008000;
    margin-bottom: 10px;
    padding: 20px 20px 20px 70px;
}

.submit_form_error {
    background: url(../pic/error.png) no-repeat 10px center #FAE9EB;
    border: 1px solid #F2848C;
    color: #ff0000;
    margin-bottom: 10px;
    padding: 10px 20px 10px 60px;
}
.question_right_date span{
    font-weight: bold;
    margin-right: 10px;
}

.order_callback_name_box{
    overflow: hidden;
}
.order_callback_close{
    background: url("../pic/fancy_closebox.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
}
.order_callback_bg{
    background: #fff;
    padding: 20px 10px;
}
.callback_request {
    height: 240px;
    /*overflow: hidden;*/
    position: fixed;
    right: 0;
    top: 35%;
    width: 35px;
}
.callback_request_link2{
    background: url(../pic/callback.png) no-repeat center center #515151;
    cursor: pointer;
    float: left;
    height: 240px;
    overflow: hidden;
    width: 35px;
}
.order_callback_bg{
    background: #fff;
}
.order_callback_box{
    background: url(../pic/bg.png) repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.order_callback{
    top:30%;
    left:35%;
    position:fixed;
    padding: 0 0 10px 0;
}
.callback{
    width: 500px;
    background: #fff;
    overflow: hidden;
    padding: 10px;

}
.callback_text {
    padding: 10px;
    width: 325px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.callback_label {
    float: left;
    width: 150px;
    margin-top: 10px;
    color: #222;
    font-size: 14px;
    font-family: Roboto-Regular;
}
.callback_textarea{
    padding: 10px;
    width: 325px;
    border: 1px solid rgb(204, 204, 204);
    margin: 0px 0px 20px;
    height: 150px;
}
.callback_header{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.callback input[type=submit]{
    color: #fff;
    float: right;
    background-color: #515151;
    padding: 6px 20px;
    border: none;
    font-size: 100%;
    text-decoration: none;
    cursor: pointer;
}
.itc_links {
    color: #989898;
    font-family: Roboto-Regular;
    font-size: 14px;
    margin-top: 40px;
    /*text-align: right;*/
    text-align: right;
    width: 395px;
    float: left;
}
.itc_links a {
    color: #989898;
}
.itc_links .link_text {
    text-decoration: underline;
}
.itc_links .link_text:hover {
    text-decoration: none;
}

.banners {
    display: flex;
}
.banners__item {
    padding: 10px;
    width: 33%;
    flex-grow: 1;
}
.banners__item-wrap {
    box-shadow: 0 0 2px grey;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background: #f5f5f5;
}
