/*
Theme Name: Metal
Description: Site
Version: 1.0
*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.clear {
  content: " ";
  clear: both;
  display: block;
}
.container {
  margin: auto;
  width: 1110px;
  padding: 0 30px;
}
.container:after {
  content: " ";
  clear: both;
  display: block;
}
.redBorder {
    border: 1px solid #ff0000!important;
}
.success {
    z-index: 10000!important;
    font-weight: bold;
    color: #262626;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    display: table-cell;
    height: 100px;
    font-weight: 700;
    padding: 15px;
    font-family: "Roboto", sans-serif;
}
header {
  background-color: #ececec!important;
  padding: 22px/*11px*/ 0;
  background: url(image/header_bg.png) no-repeat center;
  background-size: cover;
}
header .header_logo {
  display: inline-block;
  width: 285px; /*214px*/
  height: 57px;
  vertical-align: middle;
}
header .header_logo a {
  display: block;
}
header .header_logo a img {
  display: block;
  width: 100%;
  height: auto;
}
header .header_call_back_btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  float: right;
  display: inline-block;
  vertical-align: middle;
  width: 198px;
  height: 50px;
  background-color: #207113;
  box-shadow: 0 1px 1px rgba(4, 25, 54, 0.35);
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  margin-top: 4px;
}
header .header_call_back_btn:hover {
  background-color: #78e466;
}
header .header_box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px/*25px*/;
  text-align: center;
}
header .header_box p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 19px;
  color: #207113;
  text-align: center;
}
header .header_phone {
  display: inline-block;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  text-decoration: none;
  margin-right: 30px;
  pointer-events: none;
  font-weight: bold;
}
header .header_phone .fa {
  margin-right: 7px;
  color: #207113;
}
header .header_mail {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  display: inline-block;
  line-height: 30px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}
header .header_mail:hover {
  color: #78e466;
}
header .header_mail .fa {
  margin-right: 11px;
  color: #207113;
}
nav {
  background: /*#00579c*/ #207113;
  margin-bottom: 34px;
  width: 100%;
  height: 60px;
  /*margin-top: 115px;*/
  position: fixed;
  top: 115px;
  z-index: 100;
}
.top_menu {
  list-style-type: none;
}
.top_menu #menu-generalmenu > li {
  display: inline-block;
  margin-right: 45px;
  position: relative;
  color: #fff;
}
.top_menu #menu-generalmenu > li i {
  margin-left: 10px;
  width: 9px;
  position: absolute;
  top: 20px;
  right: -20px;
  height: 25px;
}
.top_menu #menu-generalmenu > li > a {
    box-sizing: border-box;
    padding: 0 30px;
  display: block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Roboto;
  color: #ffffff;
}
.top_menu #menu-generalmenu > li > a:hover, .top_menu #menu-generalmenu > li.current_page_item > a {
  border-bottom: 5px solid /*#7fb4e3*/ #78e466;
  color: /*#7fb4e3*/ #78e466;
  transition: 0.1s;
}
.top_menu #menu-generalmenu > li.active > a {
  border-bottom: 5px solid #7fb4e3;
  color: #7fb4e3;
}
.top_menu #menu-generalmenu > li ul {
  background-color: #00579c;
  box-shadow: 0 0 8.8px 1.2px rgba(0, 0, 0, 0.4);
  position: absolute;
  list-style-type: none;
  border-top: solid 1px #7fb4e3;
  padding: 19px;
  left: -19px;
  top: 60px;
  display: none;
  z-index: 9;
}
.top_menu #menu-generalmenu > li ul li {
  margin-bottom: 19px;
}
.top_menu #menu-generalmenu > li ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}
.top_menu #menu-generalmenu > li ul li a:hover {
  text-decoration: underline;
  color: #7fb4e3;
}
.top_menu #menu-generalmenu > li ul li:last-child {
  margin-bottom: auto;
}
.wripper_slider {
  visibility: hidden;
}
.slider .item {
  position: relative;
}
.slider .item img {
  width: 100%;
  height: auto;
  display: block;
}
.slider .owl-page {
  width: 64px;
  height: 6px;
  background-color: /*#003e70*/ #207113;
  margin-right: 1px;
  float: left;
}
.slider .owl-page.active {
  background-color: /*#7fb4e3*/ #78e466;
  transition: 1s;
}
.slider .owl-pagination {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.slider .owl-controls {
  width: 1110px;
  padding: 0 30px;
  margin: auto;
  position: relative;
}
.slider .owl-buttons {
  position: absolute;
  left: 520px;
  bottom: 20px;
}
.slider .owl-buttons .owl-prev {
  background: url(image/slider_left.png) center no-repeat;
  width: 35px;
  height: 35px;
  background-color: #207113;
  display: inline-block;
}
.slider .owl-buttons .owl-next {
  background: url(image/slider_right.png) center no-repeat;
  width: 35px;
  height: 35px;
  background-color: #78e466;
  display: inline-block;
}
.fly_box {
  position: absolute;
  width: 560px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 50%;
  margin-top: -80px;
}
.fly_box_head {
  height: 61px;
  background-color: /*#00579c*/ #207113;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  color: #ececec;
  text-shadow: 1.1px 1.6px 2px rgba(45, 46, 50, 0.35);
  padding: 10px 20px;
}
.fly_box_content {
  padding: 24px 18px;
}
.fly_box_content p {
  line-height: 26px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 1.1px 1.6px 2px rgba(4, 25, 54, 0.35);
}
.left_side {
  float: left;
  width: 240px;
}
.search {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.search_field {
  width: 100%;
  height: 40px;
  border: 1px solid #2067a5;
  padding: 0 50px 0 17px;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}
.search_button {
  width: 40px;
  height: 100%;
  background: #2067a5 url(image/lens.png) center no-repeat;
  outline: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.left_menu {
  margin-bottom: 20px;
}
.left_menu > ul {
  list-style-type: none;
}
.left_menu > ul > li {
  background-color: #207113;
  position: relative;
}
.left_menu > ul > li i {
  position: relative;
  float: right;
}
.left_menu > ul > li i:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  background: url(image/angle_right.png) center no-repeat;
  width: 60px;
  height: 55px;
  cursor: pointer;
}
.left_menu > ul > li.active i:after {
  background: url(image/angle_down.png) center no-repeat;
}
.left_menu > ul > li > a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #f1f1f1;
  text-decoration: none;
  padding: 19px;
}
.left_menu > ul > li:nth-child(even) {
  background-color: #207113;
}
.left_menu > ul > li:hover {
  background-color: #78e466;
  transition: 1s;
}
.left_menu > ul > li > ul {
  list-style-type: none;
  display: none;
}
.left_menu > ul > li.active > ul {
  display:block;
}
.left_menu > ul > li > ul > li {
  background-color: #ececec;
  position: relative;
}
.left_menu > ul > li > ul > li:before {
  content: "";
  display: block;
  background: url(image/angle_icon.png) center no-repeat;
  width: 34px;
  height: 5px;
  top: 16px;
  left: 0;
  position: absolute;
}
.left_menu > ul > li > ul > li > a {
  line-height: 18px;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  text-transform: none;
  display: block;
  padding: 9px 34px;
}
.left_menu > ul > li > ul > li:hover a {
  text-decoration: underline;
  color: #207113;
}
.left_menu > ul > li > ul > li:first-child:before {
  top: 24px;
}
.left_menu > ul > li > ul > li:first-child a {
  padding-top: 18px;
}
.left_menu > ul > li > ul > li:last-child a {
  padding-bottom: 18px;
}
.content {
  float: right;
  width: 780px;
  margin-bottom: 35px;
}
.content img {
    max-width: 100%;
    height: auto;
}
.content p a {
  text-decoration: underline;
  color: #2067a5;
}
.content p a:hover {
  color: #0087fd;
  text-decoration: underline;
}
.slogan_head {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  border-left: solid 5px #00579c;
  padding-left: 15px;
  margin-bottom: 15px;
}
.slogan p {
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  margin-bottom: 25px;
}
.article h1 {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  border-left: solid 5px #00579c;
  padding-left: 15px;
  margin-bottom: 15px;
}
.article p {
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  margin-bottom: 25px;
}
footer {
  background: /*#003e70*/ #207113;
  padding: 20px 0;
}
.copyright {
  background: #000000;
  padding: 18px 0;
}
.copyright p {
  font-weight: 400;
  font-size: 13px;
  color: #a7a7a7;
}
.social ul {
  list-style-type: none;
}
.social ul li {
  display: inline-block;
  margin-right: 20px;
}
.social ul li a {
  color: #ececec;
  text-shadow: 0 -2px 2px rgba(45, 46, 50, 0.35);
  font-size: 19px;
}
.zchbWidgetIcon2{margin:0 auto;}
.footer_box {
  float: left;
  margin-left: 80px;
}
.footer_phone {
  text-transform: uppercase;
  font-size: 17px;
  color: #ececec;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  pointer-events: none;
}
.footer_phone i {
  margin-right: 12px;
}
.footer_mail {
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 30px;
}
.footer_mail i {
  margin-right: 12px;
}
.footer_nav {
  float: right;
  padding-right: 50px;
}
.footer_nav ul {
  list-style-type: none;
  column-count: 2;
  column-gap: 70px;
}
.footer_nav ul li {
  position: relative;
  padding-left: 15px;
}
.footer_nav ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #ececec;
  text-decoration: none;
}
.footer_nav ul li.current-menu-item a, .footer_nav ul li a:hover {
  color: #78e466;
  text-decoration: underline;
}
.footer_nav ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 5px;
  background: url(image/angle_icon.png) center no-repeat;
}
.footer_logo {
  float: left;
  width: 285px; /*189px*/
  height: 67px;
}
.footer_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.footer a:hover {
  color: #78e466;
  transition: 1s;
}
.our_work {
  margin-bottom: 15px;
}
.our_work_head {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}
.our_work_wrapper {
  margin-right: -12px;

}
.our_work_wrapper:after {
  content: " ";
  clear: both;
  display: block;
}
.our_work_wrapper > div {
  float: left;
  width: 33.33%;
  margin-bottom: 12px;
  height: 210px;
}
.our_work_item {
  width: 90%;
  position: relative;
  border: 2px solid #565656;
}
.our_work_item img {
  display: block;
  width: 100%;
  height: auto;
}
.our_work_item .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: /*rgba(30, 50, 82, 0.8)*/ rgba(32, 113, 19, 0.8);
  padding-top: 40px;
  opacity: 0;
  transition: 1s;
  text-decoration: none;
}
.our_work_item .shadow p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 20px;
}
.our_work_item .shadow .more {
  display: block;
  width: 150px;
  height: 40px;
  border: 1px solid #78e466;
  margin: 25px auto;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
}
.our_work_item:hover .shadow {
  opacity: 1;
}
.question_btn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  display: block;
  width: 381px;
  height: 55px;
  background-color: #207113;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(4, 25, 54, 0.35);
  line-height: 55px;
  text-align: center;
  margin: 0 auto 50px auto;
}
.question_btn:hover {
  background-color: #78e466;
}
.advantages:after {
  content: " ";
  clear: both;
  display: block;
}
.advantages_head {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
}
.advantages ul {
  list-style-type: none;
}
.advantages ul li {
  float: left;
  width: 33.3333%;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 45px;
  min-height: 145px;
}
.advantages ul li img {
  display: inline-block;
  margin-bottom: 35px;
}
.advantages ul li p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}
.reputation {
  margin-bottom: 40px;
}
.reputation:after {
  content: " ";
  clear: both;
  display: block;
}
.reputation_head {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  text-align: center;
  margin-bottom: 35px;
}
.reputation_slider img {
  display: inline-block;
  width: 90px;
  height: 90px;
  background-color: #f7d66e;
  border: 1px solid #cccccc;
  float: left;
}
.reputation_slider .slide_head {
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  margin-left: 110px;
  margin-bottom: 12px;
}
.reputation_slider .slide_autor {
  font-weight: 400;
  font-size: 15px;
  color: #2067a5;
  margin-left: 110px;
  margin-bottom: 12px;
}
.reputation_slider p {
  line-height: 18px;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  margin-left: 110px;
  padding-right: 30px;
}
.reputation_slider .owl-page {
  width: 64px;
  height: 6px;
  background-color: #003e70;
  margin-right: 1px;
  float: left;
}
.reputation_slider .owl-page.active {
  background-color: #7fb4e3;
  transition: 1s;
}
.reputation_slider .owl-controls {
  height: 6px;
  background-color: #ececec;
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.reputation_slider .owl-pagination {
  display: inline-block;
}
.news_box {
  background-color: #ffffff;
  border: 1px solid #7fb4e3;
  width: 100%;
  margin-bottom: 20px;
}
.news_head {
  background-color: #7fb4e3;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  padding-left: 19px;
}
.news_description {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 19px 19px 15px 19px;
  display: block;
  text-decoration: none;
}
.news_desc{
color: #333333;
font-size: 18px;
padding: 19px 19px 15px 19px;
  display: block;
}
.news_desc:hover {
  text-decoration: underline;
  color: #2067a5;
}
.news_date {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5;
  padding: 0 19px 7px 19px;
}
.news_go_to {
  text-decoration: underline;
  font-weight: 400;
  font-size: 14px;
  color: #2067a5;
  display: block;
  padding-left: 19px;
  margin: 23px auto;
}
.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb ul {
  list-style-type: none;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  line-height: 22px;
  font-size: 13px;
  font-weight: 400;
  color: #207113;
  text-decoration: underline;
}
.breadcrumb li span {
  color: #333333;
}
.breadcrumb li span.schema{color: #207113;padding-left: 5px;}
.breadcrumb li:last-child {
  color: #999999;
  text-decoration: none;
  line-height: 22px;
  font-size: 13px;
  font-weight: 400;
 /*margin-left: 5px;*/
}
.breadcrumb li:last-child span {
  display: none;
}
.internal_head {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  padding-bottom: 24px;
}
.internal img {
  float: left;
  margin: 0 15px 0 0;
}
.internal p {
  line-height: 22px;
  font-size: 15px;
  color: #565656;
  font-weight: 400;
  padding-bottom: 25px;
}
.internal ol {
  margin: 0 0 20px 18px;
}
.internal ol li {
  font-size: 15px;
  font-weight: 700;
  color: #2067a5;
  padding-bottom: 9px;
}
.internal ol li span {
  font-weight: 400;
  color: #565656;
}
.internal ul {
  margin: 0 0 20px 13px;
  list-style-image: url(../image/blue_angle.png);
}
.internal ul li {
  font-size: 15px;
  font-weight: 700;
  color: #2067a5;
  padding-bottom: 9px;
}
.internal ul li span {
  font-weight: 400;
  color: #565656;
  vertical-align: middle;
}
.internal table {
  background: rgba(51, 51, 51, 0.3);
  width: 100%;
  border-spacing: 1px;
  margin-bottom: 15px;
}
.internal table td {
  padding: 10px 18px;
}
.internal table td:first-child {
  text-align: center;
  padding: 10px 10px;
}
.internal table tr {
  background-color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  color: #565656;
}
.internal table tr:nth-child(odd) {
  background-color: #f7fbff;
}
.internal table th {
  background-color: #7fb4e3;
  padding: 10px 18px;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-align: left;
}
.internal table th:first-child {
  padding: 10px 10px;
  text-align: center;
}
.map {
  background-color: #78e466;
}
.map img {
  display: block;
  width: 100%;
  height: auto;
}
.contact {
  padding-bottom: 45px;
}
.contact:after {
  content: " ";
  clear: both;
  display: block;
}
.contacts {
  width: 305px;
  float: left;
}
.contacts i {
  color: #207113;
}
.contacts span {
  float: left;
}
.contacts p {
  padding-left: 30px;
}
.contacts_head {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  padding-left: 20px;
  border-left: solid 5px #207113;
  margin-bottom: 25px;
}
.contacts_name {
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  line-height: 22px;
  padding: 0 0 20px 0;
}
.contacts_adress {
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  line-height: 22px;
  padding: 0 0 20px 0px;
}
.contacts_mail {
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  line-height: 22px;
  padding: 0 0 20px 0;
}
.contacts_mail a {
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  text-decoration: none;
}
.contacts_phone {
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  line-height: 22px;
  padding: 0 0 20px 0;
}
.call_back_form {
  width: 690px;
  float: right;
}
.call_back_form ::-webkit-input-placeholder {
  color: #207113;
}
.call_back_form ::-moz-placeholder {
  color: #207113;
}
.call_back_form :-moz-placeholder {
  color: #207113;
}
.call_back_form :-ms-input-placeholder {
  color: #207113;
}
.call_back_form_head {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  padding-left: 20px;
  border-left: solid 5px #207113;
  margin-bottom: 25px;
}
.call_back_form p {
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  padding: 0 0 15px 0px;
}
.call_back_form p.send {
  padding: 0 0 15px 25px;
  font-size: 14px;
  color: #666666;
}
.call_back_form input {
  background-color: #ffffff;
  border: 1px solid /*#5c9bd2*/ #207113;
  font-weight: 400;
  font-size: 15px;
  color: #207113;
  padding: 0 20px;
  margin-top: 10px;
}
.call_back_form .name{
  width: 100%;
  display: inline-block;
}
.call_back_form .mail{
  width: 100%;

}
.call_back_form .name input , .call_back_form .mail input {
  height: 40px;
width: 100%;
}
.call_back_form input.tems {
  width: 100%;
  height: 40px;
}
.call_back_form .area {
  max-width: 100%;
  min-width: 100%;
  min-height: 125px;
  background-color: #ffffff;
  border: 1px solid #5c9bd2;
  font-weight: 400;
  font-size: 15px;
  color: #565656;
  padding: 15px 20px;
  margin-top: 10px;
}
.call_back_form #checkbox {
  display: none;
}
.call_back_form label {
  width: 14px;
  height: 14px;
  position: relative;
}
.call_back_form label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border: 1px solid #5c9bd2;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.call_back_form input[type=checkbox]:checked + label:before {
  background: #ffffff url(../image/check.png) center no-repeat;
}
.call_back_form .submit {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  display: block;
  background-color: #207113;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(4, 25, 54, 0.35);
  line-height: 40px;
  text-align: center;
  outline: none;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin-top: 10px;
}
.call_back_form .submit:hover {
  background-color: #78e466;
}
.pop_up {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 488px;
  height: 304px;
  background-color: #ffffff;
  margin-left: -244px;
  margin-top: -152px;
  padding: 30px;
}
.pop_up2{
  position: absolute;
  top: 50%;
  left: 38%;
  width:750px;
  background-color: #ffffff;
  margin-left: -244px;
  margin-top: -152px;
  padding: 30px;
}
.pop_up .close {
  width: 16px;
  height: 17px;
  background: transparent url(../image/close.png) center no-repeat;
  position: absolute;
  top: 19px;
  right: 19px;
  cursor: pointer;
  border: none;
  outline: none;
}
.pop_up_head {
  font-weight: 700;
  font-size: 26px;
  color: #333333;
  padding-left: 15px;
  border-left: 5px solid #00579c;
  margin-bottom: 19px;
}
.pop_up p {
  font-weight: 400;
  font-size: 15px;
  color: #565656;
}
.pop_up input {
  border: 1px solid #5c9bd2;
  background-color: #ffffff;
  height: 40px;
  width: 80%;
  margin-top: 12px;
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
}
.pop_up ::-webkit-input-placeholder {
  color: #5c9bd2;
}
.pop_up ::-moz-placeholder {
  color: #5c9bd2;
}
.pop_up :-moz-placeholder {
  color: #5c9bd2;
}
.pop_up :-ms-input-placeholder {
  color: #5c9bd2;
}
.pop_up_submit {
  border: none;
  outline: none;
  cursor: pointer;
  height: 40px;
  background-color: #7fb4e3;
  width: 150px;
  box-shadow: 0 1px 1px rgba(4, 25, 54, 0.35);
  border-bottom: solid 3px #5c9bd2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
}
.pop_up_submit:hover {
  background-color: #5c9bd2;
  border-bottom: solid 3px #407eb5;
}
.otziv .left{float:left;    max-width: 75%;}
.otziv .right{float: right;}
.otziv a{
display: block;
padding:10px;
background-color: #7fb4e3;
box-shadow: 0 1px 1px rgba(4, 25, 54, 0.35);
border-bottom: 3px solid #5c9bd2;
text-align: center;
line-height:1;
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
color: #ffffff;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
text-decoration: none;
margin-top: 25px;
}
.nw .left{float:left;max-width: 75%;}
.nw .right{float: right;}
.nw a.nwa{
display: block;
padding:10px;
background-color: #7fb4e3;
box-shadow: 0 1px 1px rgba(4, 25, 54, 0.35);
border-bottom: 3px solid #5c9bd2;
text-align: center;
line-height:1;
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
color: #ffffff;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
text-decoration: none;
margin-top:80px;
}
.ajax_form .error{display: block;}
.search_button:hover{
background-color: #7fb4e3;
transition: 1s;
}
p.gall-name{
    font-weight: 700;
    font-size: 16px;
    color: #333333;
	margin:auto;
	padding-bottom: 10px;
}
.zoom-gallery{
margin-bottom:10px;
}
.left_menu > ul.home > li.first > ul{display: block;}
.our_work_wrapper p{padding-top:10px;padding-bottom:15px;text-align: center;//**width: 185px;*//}
.metall {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.metall div {
  margin-bottom: 20px;
  align-items: center;
}
.metall a {
  display: block;
  width: 185px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  background: #f0f8ff;
}
.metall a:hover {
  background: #7fb4e3;
}
.metall a img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.metall a span {
  text-align: center;
  display: block;
  height: 48px;
  padding: 5px;
}
.metall a.all {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 14px;
}
.metall a.all span {
  height: auto;
}
.flover{overflow:auto;}
/*My styles*/
.left-menu-title-link {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #f1f1f1;
    text-decoration: none;
    padding: 19px;
    background-color: #207113;
}

.left_menu ul li {
    background-color: #ececec;
    position: relative;
    list-style: none;
}

.left_menu ul li:before {
    content: "";
    display: block;
    background: url(image/angle_icon.png) center no-repeat;
    width: 34px;
    height: 5px;
    top: 16px;
    left: 0;
    position: absolute;
}

.left_menu ul li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 18px;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    text-transform: none;
    display: block;
    padding: 9px 34px;
}
.left_menu ul li:hover a,
.left_menu ul li.current_page_item a {
  text-decoration: none;
  color: #207113;
}

.preview-products {
    display: block;
    /*width: 185px;*/
    height: 185px;
}

.callback_modal, .question_modal {
    display: none;
}

.callback_modal input[type=text], .question_modal input[type=text] {
    background-color: #ffffff;
    border: 1px solid #207113;
    font-weight: 400;
    font-size: 15px;
    color: #207113;
    padding: 0 20px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
}

.question_modal textarea {
    background-color: #ffffff;
    border: 1px solid #207113;
    font-weight: 400;
    font-size: 15px;
    color: #207113;
    padding: 10px 20px;
    height: 80px;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
}

.callback_modal button, .question_modal button {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    background-color: #207113;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    box-shadow: 0 1px 1px rgba(4, 25, 54, 0.35);
    line-height: 40px;
    text-align: center;
    outline: none;
    border: none;
    cursor: pointer;
    width: 100%;
    height: 40px;
}

.callback_modal button:hover, .question_modal button:hover {
    background-color: #78e466;
}

.callback_modal h1, .question_modal h1 {
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.gc {
    padding-top: 209px;
}

.post-content p {
    line-height: 22px;
    font-size: 15px;
    color: #565656;
    font-weight: 400;
    margin-bottom: 25px;
}

.post-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    nav {
        position: relative;
        top: 0;
    }
    .top_menu #menu-generalmenu > li {
        margin-right: 0;
        width: 100%;
    }
    .top_menu {
        background: #207113!important;
    }
}