/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
input, textarea {
  box-sizing: border-box;
  /* HTML5 display-role reset for older browsers */
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}
body {
  line-height: 1.2;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  line-height: 1.2;
  /* $color: #89b140; */
}
:focus {
  outline: none;
}
.clear {
  clear: both !important;
}
.clear_after:after {
  content: '';
  clear: both;
  display: block;
}
body {
  font-size: 16px;
  font-family: proxima_nova;
  color: #000;
  line-height: 1.3;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.body_menu {
  overflow: hidden;
}
body.body_menu:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 150;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
a:hover {
  text-decoration: none;
}
a {
  color: #89b140;
  text-decoration: underline;
  transition: all 0.3s ease;
}
h1, .h1 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 20px;
}
h2, .h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 30px 0 20px;
}
h2:first-child, .h2:first-child {
  margin-top: 0;
}
h3, .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 20px;
}
h3:first-child, .h3:first-child {
  margin-top: 0;
}
h4, .h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 20px;
}
h4:first-child, .h4:first-child {
  margin-top: 0;
}
img {
  max-width: 100%;
}
.left_img, section img[align="left"] {
  margin: 0 15px 8px 0;
  float: left;
}
.right_img, section img[align="right"] {
  margin: 0 0 8px 15px;
  float: right;
}
section ul {
  list-style: none;
  margin-bottom: 25px;
}
section ul.ui-tabs-nav {
    margin-bottom: 0;
}
section ul:not(.ui-tabs-nav) > li {
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.6;
  position: relative;
}
section ul:not(.ui-tabs-nav) > li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #89b140;
  display: block;
  position: absolute;
  top: 6px;
  left: 0px;
}
section ul.not_style {
  margin-bottom: 0;
}
section ul.not_style > li {
  margin-bottom: 0;
  padding-left: 0;
}
section ul.not_style > li:before {
  display: none;
}
section ol {
  list-style: none;
  margin-bottom: 25px;
  counter-reset: list;
}
section ol > li {
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.6;
  position: relative;
}
section ol > li:before {
  counter-increment: list;
  content: counter(list) ". ";
  color: #89b140;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0px;
}
section p {
  margin-bottom: 20px;
}
section table {
  background: #f2f2f2;
  border-top: 2px solid #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
}
section table tr:nth-child(2n) td {
  background: #e6e6e6;
}
section table td {
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
}
section table th {
  border-bottom: 2px solid #fff;
  padding: 10px 15px;
  font-weight: bold;
  color: #fff;
  background: #89b140;
}
.standart_width {
  max-width: 1500px;
  /* width:100%; */
  padding: 0 30px;
  margin: 0 auto;
}
select, input[type="email"], input[type="search"], input[type="tel"], input[type="text"], input[type="password"] {
  height: 34px;
  padding: 0 0px;
}
textarea {
  height: 100px;
  resize: none;
  padding: 5px 0px 0;
}
select, input[type="email"], input[type="search"], input[type="tel"], input[type="text"], input[type="password"], textarea {
  width: 100%;
  border-radius: 0px;
  /* background:#fff; */
  background: transparent;
  position: relative;
  z-index: 10;
  border: none;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-family: proxima_nova;
  color: #000;
}
select:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #dadada;
}
select.error, input[type="text"].error, input[type="email"].error, input[type="search"].error, input[type="tel"].error, input[type="password"].error, textarea.error {
  border-color: #ff0b00;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
input[type="submit"] {
  cursor: pointer;
}
header {
  position: relative;
  min-height: 160px;
}
header.black {
  color: #000;
}
header.white {
  color: #fff;
}
header.white .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #fff;
}
header.white .bx-wrapper .bx-pager.bx-default-pager a:focus, header.white .bx-wrapper .bx-pager.bx-default-pager a.active, header.white .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #fff;
}
header.white .header_bottom_bl .header_bottom {
  border-color: rgba(227, 227, 226, 0.37);
}
header.white .header_top_bl .head_addr, header.white .header_top_bl .head_tel a, header.white .header_top_bl .fa, header.white .header_bottom_bl .fa, header.white .header_bottom_bl .menu_lvl1_bt, header.white .header_top_bl .head_logo_txt {
  color: #fff;
}
.header_info_bl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.header_top .bord_bt {
  font-size: 18px;
  padding: 12px 20px 10px;
  width: 230px;
}
.head_logo_bl {
  width: 40%;
  display: flex;
  align-items: center;
}
.head_addr_bl {
  width: 25%;
  padding-left: 35px;
  position: relative;
}
.head_addr_bl .fa {
  position: absolute;
  font-size: 35px;
  color: #89b140;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.head_addr {
  max-width: 245px;
  color: #666;
  font-weight: bold;
  line-height: 24px;
}
.head_tel_bl {
  width: 16%;
  padding-left: 45px;
  position: relative;
}
.head_tel_bl .fa {
  position: absolute;
  font-size: 35px;
  color: #89b140;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.head_tel {
  max-width: 245px;
  color: #666;
  font-weight: bold;
  line-height: 24px;
}
.head_tel a {
  color: #666;
  text-decoration: none;
  display: block;
}
.head_tel a:hover {
  color: #89b140;
  text-decoration: none;
}
.head_call_bl {
  width: 19%;
  text-align: right;
}
.head_logo {
  width: 100%;
}
.head_logo_txt {
  width: 45%;
  color: #666;
  line-height: 24px;
}
.bord_bt {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding: 8px 30px 8px;
  color: #89b140;
  border: 1px solid #89b140;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  max-width: 100%;
  text-decoration: none;
  background: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bord_bt:hover, .bord_bt.active {
  color: #fff;
  background: #89b140;
}
.head_menu {
  display: table;
  width: 100%;
  line-height: 1;
}
.head_menu > li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.head_menu > li:hover .menu_lvl2 {
  display: block;
}
.head_menu > li:hover .menu_lvl1_bt {
  text-decoration: none;
  color: #89b140;
}
.head_menu > li.menu_catalog {
  position: static;
}
.menu_lvl1_bt {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px 20px;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
.menu_lvl1_bt.active, .menu_lvl1_bt:hover {
  text-decoration: none;
  color: #89b140;
}
.menu_lvl1_bt .fa {
  color: inherit;
  display: block;
  margin-left: 10px;
  font-size: 13px;
}
.menu_lvl2 {
  display: none;
  position: absolute;
  left: 0;
  /* right:0; */
  top: 100%;
  background: #fff;
  border-top: 2px solid #89b140;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.menu_lvl2 > li {
  position: relative;
  border-top: 1px solid #dededd;
}
.menu_lvl2 > li:first-child {
  border-top: none;
}
.menu_lvl2 > li:hover .menu_lvl3 {
  display: block;
}
.menu_lvl2 > li:hover .menu_lvl2_bt {
  text-decoration: none;
  color: #89b140;
}
.menu_lvl2_bt {
  padding: 15px 20px;
  display: block;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}
.menu_lvl2_bt.active, .menu_lvl2_bt:hover {
  text-decoration: none;
  color: #89b140;
}
.menu_lvl2_bt .fa {
  color: inherit;
  display: block;
  margin-left: 10px;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}
.menu_lvl3 {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.menu_lvl3_bt {
  padding: 15px 20px;
  display: block;
  color: #000;
  font-size: 16px;
  border-top: 1px solid #dededd;
  text-decoration: none;
}
.menu_lvl3_bt:first-child {
  border-top: none;
}
.menu_lvl3_bt.active, .menu_lvl3_bt:hover {
  text-decoration: none;
  color: #89b140;
}
.header_bottom {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid #e3e3e2;
}
.head_menu_bl {
  width: 81%;
}
.head_menu_bl.big_menu {
  width: 96%;
}
.head_menu_bl.big_menu + .head_sear_bask_bl {
  width: 4%;
}
.head_sear_bask_bl {
  width: 19%;
  text-align: right;
}
.head_sear_bl {
  display: inline-block;
  vertical-align: middle;
  font-size: 21px;
}
.head_sear_bl a {
  color: #000;
  text-decoration: none;
}
.head_sear_bl a:hover {
  color: #89b140;
  text-decoration: none;
}
.head_bask_bl {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 45px;
}
.head_bask_bl a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.head_bask_bl a:hover {
  color: #89b140;
  text-decoration: none;
}
.head_bask_bl .fa {
  display: block;
}
.head_bask_bl span {
  display: block;
  margin-left: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #bababa;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
}
.head_bask_bl span.active {
  background: #89b140;
}
.menu_catalog .menu_lvl2 {
  border-top: none;
  padding: 35px 25px 1px;
}
.menu_catalog:hover .menu_lvl2 {
  display: flex !important;
  flex-wrap: wrap;
}
.menu_catalog_el {
  width: 25%;
  display: flex;
  line-height: 1.2;
  padding-right: 10px;
  margin-bottom: 35px;
}
.menu_catalog_el:nth-child(4n) {
  padding-right: 0;
}
.menu_cat_ic {
  width: 110px;
}
.menu_cat_ic img {
  max-width: 75%;
}
.menu_cat_tit {
  font-weight: bold;
  margin-bottom: 10px;
}
.menu_cat_tit a {
  text-decoration: none;
  color: #000;
}
.menu_cat_tit a.active, .menu_cat_tit a:hover {
  text-decoration: none;
  color: #89b140;
}
.menu_cat_list a {
  text-decoration: none;
  color: #89b140;
  display: block;
  margin-bottom: 10px;
}
.menu_cat_list a.active, .menu_cat_list a:hover {
  text-decoration: none;
  color: #000;
}
.head_search_bl {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 200;
  display: none;
}
.head_search_bl.open {
  display: block;
}
.head_search {
  padding: 50px 0 65px;
  border-bottom: 1px solid #e8e8e8;
}
.head_search .standart_width {
  position: relative;
}
.search_bl {
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
.search_bl input[type="text"], .search_bl input[type="search"] {
  display: block;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  height: 44px;
  font-size: 24px;
  padding: 0 0 0 0;
  margin-right: 10px;
}
.head_search_close {
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 37px;
  margin-top: -20px;
  color: #000;
  text-decoration: none;
  letter-spacing: -6px;
  width: 22px;
  line-height: 1;
}
.head_search_close:hover {
  text-decoration: none;
  color: #89b140;
}
.color_bt {
  border: 1px solid #89b140;
  background: #89b140;
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 12px 25px;
  border-radius: 4px;
  line-height: 1;
  font-size: 18px;
  text-decoration: none;
}
.color_bt:hover {
  text-decoration: none;
  color: #89b140;
  background: transparent;
}
.head_search_rez_el {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.2;
}
.head_search_rez_el:hover {
  background: #f5f5f5;
  color: #000;
  text-decoration: none;
}
.head_search_rez_el .standart_width {
  display: flex;
  align-items: center;
  height: 80px;
}
.head_search_rez_ic {
  display: block;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  line-height: 55px;
}
.head_search_rez_ic img {
  max-height: 100%;
  vertical-align: middle;
}
.head_search_rez_txt {
  display: block;
}
.head_search_all {
  padding: 20px 0;
}
.head_search_all .bord_bt {
  width: 160px;
  font-size: 16px;
  padding: 8px 10px 7px;
}
.fixed_head_menu {
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 190;
  position: fixed;
  display: none;
}
.fixed_head_menu.fix {
  display: block;
}
.fixed_head_menu.small .standart_width {
  padding: 0 10px;
}
.fixed_head_menu .head_logo {
  width: 12.5%;
}
.fixed_head_menu .head_logo svg, .fixed_head_menu .head_logo img {
  max-height: 45px;
}
.fixed_head_menu .head_menu_bl {
  width: 73%;
}
.fixed_head_menu .head_menu_bl.big_menu {
  width: 84%;
}
.fixed_head_menu .head_menu_bl.big_menu + .head_sear_bask_bl {
  width: 4%;
}
.fixed_head_menu .head_menu_bl.big_menu .menu_lvl1_bt {
  font-size: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.fixed_head_menu .head_sear_bask_bl {
  width: 14.5%;
}
.fixed_head_menu .header_bottom {
  border-bottom: none;
  height: 78px;
}
.fixed_head_menu .menu_lvl1_bt {
  padding-top: 30px;
  padding-bottom: 30px;
}
.index_slider_el {
  padding-top: 225px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.index_slider_el .standart_width {
  display: flex;
  height: 515px;
  align-items: center;
}
.index_slider_tit {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}
.index_slider_txt {
  margin-bottom: 35px;
  line-height: 1.3;
  font-size: 18px;
}
.index_slider_cont {
  width: 64%;
}
.bx-wrapper .bx-controls-direction a {
  background: #fff;
  font-size: 0;
}
.bx-wrapper .bx-controls-direction a:before {
  color: #000;
}
.bx-wrapper .bx-controls-direction a:hover {
  background: #89b140;
}
.bx-wrapper .bx-controls-direction a:hover:before {
  color: #fff;
}
.ind_advantage_bl {
  padding: 45px 0;
  line-height: 1.2;
}
.advantage_list {
  display: flex;
  align-items: center;
}
.advantage_el {
  display: flex;
  align-items: center;
  width: 25%;
}
.advantage_ic {
  width: 100px;
}
.advantage_tit {
  color: #4c4c4c;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.advantage_cont {
  color: #666;
}
section > div {
  background: #fff;
}
section > div:nth-child(2n) {
  background: #f7f7f7;
}
.ind_services_bl {
  padding: 65px 0;
}
.ind_services_col_bl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.2;
}
.ind_services_col_bl .bord_bt {
  width: 160px;
}
.ind_services_col_l {
  width: 25%;
  padding-right: 6%;
}
.title {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 35px;
  position: relative;
  margin-bottom: 25px;
}
.title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 5px;
  background: #89b140;
  border-radius: 3px;
}
.ind_services_b_txt {
  font-size: 18px;
  margin-bottom: 20px;
}
.ind_services_g_txt {
  color: #666;
  margin-bottom: 20px;
}
.all_list_bt {
  padding: 15px 0 0;
  margin-bottom: 35px;
  text-align: right;
  font-size: 14px;
}
.all_list_bt a {
  color: #666;
  text-transform: uppercase;
  text-decoration: none;
}
.all_list_bt a:hover {
  text-decoration: none;
  color: #89b140;
}
.ind_services_col_r {
  width: 75%;
}
.ind_services_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ind_services_left {
  width: 31.5%;
}
.ind_services_left .ind_services_href {
  height: 430px;
}
.ind_services_right {
  width: 65.8%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ind_services_el {
  width: 48%;
  margin: 0 4% 30px 0;
}
.ind_services_el:first-child {
  width: 100%;
  margin-right: 0;
}
.ind_services_el:nth-child(2n+1) {
  margin-right: 0;
}
.ind_services_href {
  height: 200px;
  border-radius: 6px;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.ind_services_href:hover {
  text-decoration: none;
}
.ind_services_href:hover .ind_services_ic {
  transform: scale(1.1, 1.1);
}
.ind_services_href:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.ind_services_ic {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.ind_services_tit {
  position: absolute;
  display: block;
  left: 15px;
  bottom: 15px;
  width: 210px;
  padding: 8px 10px;
  text-align: center;
  background: #89b140;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.1;
  z-index: 20;
}
.ind_catalog_bl {
  padding: 65px 0 70px;
  border-bottom: 1px solid #e8e8e8;
}
.tit_all_bl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ind_catalog_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ind_catalog_el {
  width: 50%;
  display: flex;
  align-items: center;
  line-height: 1.2;
  border-left: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 25px;
}
.ind_catalog_el:nth-child(1), .ind_catalog_el:nth-child(2) {
  border-top: 1px solid #e8e8e8;
}
.ind_catalog_el:nth-child(2n) {
  border-right: 1px solid #e8e8e8;
}
.ind_catalog_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.ind_catalog_ic {
  width: 29%;
  padding-right: 10px;
}
.ind_catalog_cont {
  width: 71%;
}
.ind_catalog_tit {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-bottom: 10px;
}
.ind_catalog_tit a {
  color: #000;
  text-decoration: none;
}
.ind_catalog_tit a:hover {
  text-decoration: none;
  color: #89b140;
}
.ind_catalog_lvl2 {
  font-size: 14px;
  margin-bottom: 5px;
}
.ind_catalog_lvl2 a {
  color: #89b140;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px 5px 0;
}
.ind_catalog_lvl2 a:hover {
  text-decoration: none;
  color: #000;
}
.ind_catalog_txt {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
  max-width: 425px;
}
.ind_produce_bl {
  padding: 65px 0 90px;
}
.section .box {
  display: none;
}
.ind_tabs {
  display: flex;
  margin-bottom: 30px !important;
}
.ind_tabs li {
  margin-right: 25px;
  border-bottom: 2px solid transparent;
  font-weight: bold;
  cursor: pointer;
}
.ind_tabs li:hover {
  color: #89b140;
}
.ind_tabs li.current {
  color: #89b140;
  border-bottom-color: #89b140;
  cursor: default;
}
.ind_tabs li.current a {
  color: #89b140;
  text-decoration: none;
}
.ind_tabs li a {
  color: #000;
  text-decoration: none;
}
.ind_tabs li a:hover {
  color: #89b140;
  text-decoration: none;
}
.produce_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.produce_el_bl {
  width: 18.4%;
  margin: 0 2% 30px 0;
  position: relative;
  height: 400px;
}
.produce_el_bl:nth-child(5n) {
  margin-right: 0;
}
.produce_el {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 100%;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
}
.produce_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 50;
}
.produce_el:hover .produce_el_buy {
  display: block;
}
.produce_el:hover .produce_el_ic img {
  transform: scale(1.1, 1.1);
}
.produce_el_ic {
  height: 220px;
  line-height: 210px;
  margin-bottom: 20px;
  /* display:flex;
	align-items:center;
	justify-content:center; */
  position: relative;
  text-align: center;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.produce_el_ic img {
  vertical-align: middle;
  max-height: 100%;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.status {
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.status div {
  display: table;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #fff;
  padding: 4px 7px 3px;
  font-size: 13px;
  font-weight: bold;
}
.status div.red {
  background: #f00;
}
.status div.green {
  background: #009d07;
}
.status div.blue {
  background: #2579bf;
}
.status div.magenta {
    background: #89b140;
}
.produce_el_tit {
  height: 100px;
  overflow: hidden;
  text-align: center;
  padding: 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.produce_el_tit a {
  color: #000;
  text-decoration: none;
}
.produce_el_tit a:hover {
  color: #89b140;
  text-decoration: none;
}
.produce_el_stat_art {
  display: flex;
  justify-content: center;
  font-size: 13px;
  margin-bottom: 10px;
}
.produce_el_stat {
  color: #666;
  margin-right: 10px;
}
.produce_el_stat .fa-check {
  font-size: 10px;
  color: #009d07;
  margin-right: 3px;
}
.produce_el_stat .fa-file-text-o {
  font-size: 12px;
  color: #666;
  margin-right: 3px;
}
.produce_el_stat .fa-truck {
  font-size: 12px;
  color: #d88d43;
  margin-right: 3px;
}
.produce_el_stat .fa-times {
  font-size: 12px;
  color: #e02828;
  margin-right: 3px;
}
.produce_el_art {
  color: #999;
}
.produce_el_price {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.produce_el_price .new {
  font-size: 18px;
  font-weight: bold;
}
.produce_el_price .old {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  margin-left: 5px;
}
.produce_el_buy {
  padding: 0 30px 20px;
  display: none;
}
.produce_el_buy .color_bt {
  font-size: 16px;
  padding: 8px 7px;
}
.produce_el_buy .color_bt .fa {
  font-size: 10px;
  margin-right: 3px;
}
.produce_buy {
  display: flex;
  justify-content: center;
  align-items: center;
}
.produce_buy.on {
  display: flex;
}
.produce_buy.off {
  display: none;
}
.produce_basket .color_bt {
  width: 100%;
  text-align: center;
}
.produce_basket.on {
  display: block;
}
.produce_basket.off {
  display: none;
}
.produce_counter {
  margin-right: 15px;
}
.counter_bl {
  width: 86px;
  height: 34px;
  border-radius: 4px;
  background: #e8e8e8;
  padding: 0 24px;
  position: relative;
}
.counter_bl input[type="text"] {
  border: none;
  background: transparent;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #000;
  height: 100%;
}
.counter_bl a {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  width: 24px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  font-size: 12px;
  text-decoration: none;
  color: #808080;
}
.counter_bl a.minus {
  left: 0;
}
.counter_bl a.plus {
  right: 0;
}
.counter_bl a:hover {
  color: #000;
  text-decoration: none;
}
.our_projects_bl {
  padding: 65px 0 40px;
}
.our_projects_bl .section {
  padding-top: 20px;
}
.our_projects_txt {
  margin-bottom: 25px;
  max-width: 1200px;
}
.our_projects_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.our_projects_el {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.our_projects_el:nth-child(9n+2), .our_projects_el:nth-child(9n+4), .our_projects_el:nth-child(9n+9) {
  width: 49%;
}
.our_projects_el:nth-child(3n) {
  margin-right: 0;
}
.our_projects_href {
  display: block;
  position: relative;
  height: 290px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
.our_projects_href:hover .our_projects_about {
  display: block;
}
.our_projects_href:hover .our_projects_ic:before {
  display: block;
}
.our_projects_href:hover .our_projects_ic {
  transform: scale(1.05, 1.05);
}
.our_projects_ic {
  display: block;
  border-radius: 4px;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.our_projects_ic:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  display: none;
}
.our_projects_cont {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 20;
}
.our_projects_tit {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  background: #89b140;
  border-radius: 4px;
  font-size: 18px;
}
.our_projects_about {
  display: none;
  margin-top: 10px;
}
.ind_comment_bl {
  padding: 65px 0;
  border-bottom: 1px solid #e8e8e8;
}
.ind_comment_el {
  min-height: 100%;
  padding: 10px 55px 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  line-height: 1.4;
}
.ind_comment_top {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 15px;
}
.ind_comment_ic {
  width: 46px;
  height: 46px;
  line-height: 44px;
  border-radius: 50%;
  border: 1px solid #ccc;
  text-align: center;
  margin-right: 15px;
  overflow: hidden;
}
.ind_comment_ic img {
  vertical-align: middle;
  max-width: 110% !important;
  max-height: 110%;
}
.ind_comment_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.ind_comment_dol {
  font-size: 14px;
  color: #666;
}
.ind_comment_cont {
  position: relative;
  margin-bottom: 15px;
}
.ind_comment_cont:before {
  content: "\f10e";
  display: block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: -35px;
  color: #89b140;
  font-size: 16px;
  top: 0px;
}
.ind_comment_bt .bord_bt {
  padding: 8px 10px;
  width: 160px;
  font-size: 16px;
}
.ind_comment_slider_bl {
  padding-bottom: 55px;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -50px;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #ccc;
}
.ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:hover, .ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a:focus, .ind_comment_slider_bl .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #89b140;
  background: #89b140;
}
.ind_comment_slider_bl .bx-wrapper .bx-prev {
  left: -115px;
}
.ind_comment_slider_bl .bx-wrapper .bx-next {
  right: -115px;
}
.ind_comment_slider_bl .bx-wrapper .bx-controls-direction a {
  background: #e8e8e8;
}
.ind_comment_slider_bl .bx-wrapper .bx-controls-direction a:hover {
  background: #89b140;
}
.ind_news_bl {
  padding: 65px 0 40px;
}
.ind_news_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ind_news_list .number_bl {
  margin-top: 20px;
}
.ind_news_el {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ind_news_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.ind_news_el:hover .ind_news_ic a {
  transform: scale(1.05, 1.05);
}
.ind_news_el:nth-child(4n) {
  margin-right: 0;
}
.ind_news_ic {
  height: 218px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 216px;
  text-align: center;
  overflow: hidden;
}
.ind_news_ic img {
  vertical-align: middle;
  max-height: 100%;
  border-radius: 3px 3px 0 0;
}
.ind_news_ic a {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px 3px 0 0;
  height: 100%;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.ind_news_cont {
  padding: 15px 20px 45px;
  position: relative;
}
.ind_news_type {
  text-transform: uppercase;
  font-size: 13px;
  color: #a6a6a6;
  margin-bottom: 15px;
}
.ind_news_data {
  font-size: 13px;
  color: #a6a6a6;
  position: absolute;
  left: 20px;
  bottom: 15px;
  right: 15px;
}
.ind_news_tit {
  min-height: 120px;
}
.ind_news_tit a {
  text-decoration: none;
  color: #000;
}
.ind_news_tit a:hover {
  color: #89b140;
}
section hr {
  display: block;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 0 0;
}
.ind_articles_bl {
  padding: 60px 0 35px;
}
.ind_articles_el {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ind_articles_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.ind_articles_el:hover .ind_news_ic a {
  transform: scale(1.05, 1.05);
}
.ind_articles_el:nth-child(9n+3), .ind_articles_el:nth-child(9n+7), .ind_articles_el:nth-child(9n+10) {
  margin-right: 0;
}
.ind_articles_el:nth-child(9n+1), .ind_articles_el:nth-child(9n+10) {
  width: 49%;
  position: relative;
}
.ind_articles_el:nth-child(9n+1) .ind_news_ic, .ind_articles_el:nth-child(9n+10) .ind_news_ic {
  height: 100%;
  line-height: 1.2;
  border-radius: 3px;
}
.ind_articles_el:nth-child(9n+1) .ind_news_ic a, .ind_articles_el:nth-child(9n+10) .ind_news_ic a {
  border-radius: 3px;
}
.ind_articles_el:nth-child(9n+1) .ind_news_cont, .ind_articles_el:nth-child(9n+10) .ind_news_cont {
  position: absolute;
  right: -1px;
  bottom: -1px;
  border-radius: 4px 0 4px 0;
  border: 1px solid #e8e8e8;
  width: 335px;
  z-index: 10;
  background: #fff;
}
.ind_articles_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ind_articles_list .number_bl {
  margin-top: 20px;
}
.ind_team_bl {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 65px 0 70px;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager {
  bottom: -50px;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a {
  border-color: #ccc;
}
.ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a:hover, .ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a:focus, .ind_team_bl .bx-wrapper .bx-pager.bx-default-pager a.active {
  border-color: #89b140;
  background: #89b140;
}
.ind_team_bl .bx-wrapper .bx-prev {
  left: -115px;
}
.ind_team_bl .bx-wrapper .bx-next {
  right: -115px;
}
.ind_team_bl .bx-wrapper .bx-controls-direction a {
  background: #e8e8e8;
}
.ind_team_bl .bx-wrapper .bx-controls-direction a:hover {
  background: #89b140;
}
.ind_team_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ind_team_el {
  position: relative;
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  /* width:32%; */
  /* margin-bottom:30px; */
  /* margin-right:2%; */
  height: 380px;
  /* &:nth-child(3n) {
		margin-right:0;
	} */
}
.ind_team_el:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.ind_team_el:hover .ind_team_cont {
  background: none;
}
.ind_team_el:hover .ind_team_pop {
  display: block;
}
.ind_team_el:hover .ind_team_ic {
  transform: scale(1.05, 1.05);
}
.ind_team_ic {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border-radius: 3px;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.ind_team_cont {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 15px;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
}
.ind_team_tit {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
}
.ind_team_dol {
  font-size: 14px;
  color: #b2b2b2;
}
.ind_team_pop {
  display: none;
  padding-top: 20px;
  font-size: 14px;
  color: #b2b2b2;
}
.ind_team_pop a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.ind_team_pop a:hover {
  text-decoration: underline;
  color: #fff;
}
.ind_team_pop .color_bt {
  width: 190px;
  text-align: center;
  padding: 8px 10px;
}
.ind_team_pop .color_bt:hover {
  text-decoration: none;
}
.ind_team_pop > div {
  margin-bottom: 15px;
}
.ind_gallery_bl {
  padding: 65px 0 70px;
}
.ind_gallery_el {
  float: left;
  margin-bottom: 30px;
}
.ind_gallery_el:nth-child(6n+1), .ind_gallery_el:nth-child(6n+2) {
  width: 32%;
  margin-right: 2%;
  height: 550px;
}
.ind_gallery_el:nth-child(6n+3), .ind_gallery_el:nth-child(6n+4) {
  width: 32%;
  margin-right: 0%;
  height: 260px;
}
.ind_gallery_el:nth-child(6n+5) {
  width: 49%;
  margin-right: 2%;
  height: 260px;
}
.ind_gallery_el:nth-child(6n+6) {
  width: 49%;
  margin-right: 0%;
  height: 260px;
}
.ind_gallery_href {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ind_gallery_href:hover .ind_gallery_ic {
  transform: scale(1.05, 1.05);
}
.ind_gallery_href:hover:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.ind_gallery_ic {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transform: scale(1, 1);
  transition: all 1s ease;
}
.ind_gallery_tit {
  position: absolute;
  display: block;
  left: 15px;
  bottom: 15px;
  padding: 8px 15px;
  text-align: center;
  background: #89b140;
  color: #fff;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1.1;
  z-index: 20;
}
.ind_about_bl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  line-height: 1.5;
}
.ind_about_bl img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
.ind_about_l {
  width: 50%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.ind_about_r {
  width: 50%;
  overflow: hidden;
}
.ind_about_cont {
  padding: 10px 0px;
  max-width: 720px;
}
.ind_partners_bl {
  padding: 65px 0 60px;
}
.ind_partners_list {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.ind_partners_el {
  width: 15%;
  margin-right: 6.25%;
  margin-bottom: 30px;
}
.ind_partners_el a {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
.ind_partners_el:nth-child(5n) {
  margin-right: 0;
}
.ind_partners_el a:hover {
  -webkit-filter: none;
  filter: none;
  filter: none;
}
.foot_call_bl {
  background: #41474d;
  color: #fff;
  padding: 30px 0 25px;
}
.foot_call_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot_call_tit {
  position: relative;
  width: 25%;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}
.foot_call_tit:before {
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../img/foot_call_tit.png") left top no-repeat;
  width: 24px;
  height: 68px;
  display: block;
  content: '';
  margin-top: -34px;
}
.foot_call_bt {
  width: 15%;
  text-align: right;
}
.foot_call_bt .bord_bt {
  border-color: #fff;
  color: #fff;
  padding: 12px 30px;
}
.foot_call_bt .bord_bt:hover {
  border-color: #fff;
  background: #fff;
  color: #89b140;
}
.foot_call_txt {
  width: 50%;
  font-size: 18px;
  line-height: 1.4;
}
.foot_info_bg {
  background: #333940;
  color: #fff;
}
.foot_info_bg a {
  color: #fff;
  text-decoration: none;
}
.foot_info_bg a:hover {
  text-decoration: none;
  color: #89b140;
}
.foot_info_top {
  padding: 60px 0 55px;
  display: flex;
  justify-content: space-between;
}
.foot_menu_bl {
  width: 76%;
}
.foot_menu_bl {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
}
.foot_menu_el {
  padding-right: 20px;
  min-width: 14%;
}
.foot_menu_tit {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}
.foot_menu_list {
  color: #ccc;
  font-size: 18px;
}
.foot_menu_list a {
  color: #ccc;
  display: block;
  margin-bottom: 15px;
}
.foot_cont_bl {
  width: 20%;
}
.foot_cont {
  margin-bottom: 60px;
  line-height: 1.4;
}
.foot_addr {
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
}
.foot_addr .fa {
  position: absolute;
  font-size: 35px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.foot_tel {
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
}
.foot_tel .fa {
  position: absolute;
  font-size: 35px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.foot_tel a {
  display: block;
  margin-bottom: 5px;
}
.foot_tel a:last-child {
  margin-bottom: 0;
}
.foot_mail {
  padding: 5px 0 3px 45px;
  position: relative;
}
.foot_mail a {
  display: block;
  margin-bottom: 5px;
}
.foot_mail a:last-child {
  margin-bottom: 0;
}
.foot_mail .fa {
  position: absolute;
  font-size: 24px;
  color: #fff;
  left: 0;
  top: 50%;
  margin-top: -12px;
}
.foot_soc {
  text-align: right;
  font-size: 0;
}
.foot_soc a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  margin-left: 15px;
  border-radius: 4px;
  /* border:1px solid #fff; */
  box-shadow: inset 0 0 0 1px #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.foot_soc a img {
  vertical-align: middle;
}
.foot_soc a:hover {
  box-shadow: none;
}
.foot_soc a.vk:hover {
  background: #4a76a8;
}
.foot_soc a.fb:hover {
  background: #3565a0;
}
.foot_soc a.tw:hover {
  background: #02abed;
}
.foot_soc a.inst:hover {
  background: #8643bd;
  background: linear-gradient(45deg, #fad803, #f76900, #f70a00, #de1539, #b23994, #8944ba, #7b34ad);
}
.foot_soc a.yb:hover {
  background: #ea3f3e;
}
.foot_soc a.tg:hover {
  background: #35a4e0;
}
.foot_soc a.ok:hover {
  background: #f37f10;
}
.foot_soc a.gp:hover {
  background: #e43e2b;
}
.foot_soc a.ml:hover {
  background: #005ff7;
}
.foot_info_bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-top: 1px solid #fff;
  color: #ccc;
}
.mob_header_bg {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}
.mob_menu_pop_bl {
  position: fixed;
  display: none;
  left: -100%;
  top: 0;
  bottom: 0;
  z-index: 200;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
  width: 300px;
  box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
}
.mob_menu_pop_bl.open {
  display: block;
  left: 0;
}
.mob_menu_pop_bl .menu_lvl3_bt, .mob_menu_pop_bl .menu_lvl2_bt {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
}
.mob_menu_pop_bl .menu_lvl1_bt {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
}
.mob_menu_pop_bl .menu_lvl1_bt .fa {
  position: absolute;
  right: 15px;
  transform: rotate(-90deg);
  margin-left: 0px;
  font-size: 16px;
  top: 50%;
  margin-top: -9px;
}
.mob_menu_pop_bl .mob_menu_lvl2 {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  height: 100vh;
  /* overflow-y:scroll; */
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  display: none;
  box-shadow: none;
}
.mob_menu_pop_bl .mob_menu_lvl2.open {
  display: block;
}
.mob_menu_pop_bl .mob_menu_lvl3 {
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  height: 100vh;
  /* overflow-y:scroll; */
  transition: left 0.4s ease 0s, opacity 0.4s ease 0s;
  display: none;
  box-shadow: none;
}
.mob_menu_pop_bl .mob_menu_lvl3.open {
  display: block;
}
.mob_menu_pop_bl .head_tel_bl, .mob_menu_pop_bl .head_addr_bl {
  width: auto;
  padding: 15px 15px 15px 50px;
}
.mob_menu_pop_bl .head_tel_bl .fa, .mob_menu_pop_bl .head_addr_bl .fa {
  font-size: 30px;
  margin-top: -15px;
}
.mob_menu_pop_bl .head_addr_bl {
  border-bottom: 1px solid #e8e8e8;
}
.mob_menu_pop_bl .head_addr_bl .fa {
  left: 18px;
}
.mob_menu_pop_bl .head_tel_bl .fa {
  left: 15px;
}
.mob_menu_pop {
  width: 100%;
  transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transform: translateX(0%);
}
.mob_menu_pop.open {
  transform: translateX(-100%);
}
.mob_menu_pop.open_l {
  transform: translateX(-200%);
}
.menu_back {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 15px;
  position: relative;
  font-size: 16px;
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
}
.menu_back:hover {
  color: #89b140;
  text-decoration: none;
}
.menu_back .fa {
  margin-right: 15px;
}
.menu_tit {
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 15px;
  position: relative;
  font-size: 18px;
  background: #f7f7f7;
  display: block;
  color: #000;
  text-decoration: none;
}
.menu_tit:hover {
  color: #89b140;
  text-decoration: none;
}
.mob_menu_bt {
  display: block;
  font-size: 30px;
  color: #000;
  text-decoration: none;
}
.mob_menu_bt:hover {
  color: #89b140;
  text-decoration: none;
}
.mob_header_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*.mob_header_bl .head_logo {
  width: 20%;
}*/
.mob_header_bl .mob_head_menu_bl {
  width: 10%;
}
.mob_header_bl .head_sear_bask_bl {
  width: 70%;
}
.mob_header_bl .head_bask_bl {
  margin-left: 15px;
}
.popup_bl {
  padding: 65px 30px 55px;
  background: #fff;
  border-radius: 6px;
  line-height: 1.2;
  font-size: 14px;
  width: 480px;
  max-width: 100%;
}
.popup_bl.comm_popup {
  width: 800px;
  padding: 30px 0;
}
.popup_bl.comm_popup .ind_comment_el {
  border: none;
}
.popup_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
.popup_txt {
  color: #999;
  margin-bottom: 35px;
}
.popup_form_el {
  margin-bottom: 30px;
  position: relative;
}
.popup_form_el .error_txt {
  position: absolute;
  font-size: 12px;
  color: #ff0b00;
  top: -15px;
  right: 0;
}
.popup_form_el .error_txt.big {
  top: 10px;
  font-size: 16px;
}
.popup_form_el .jq-selectbox__select {
  border-left: none;
  border-right: none;
  border-top: none;
  border-radius: 0;
  height: 34px;
  line-height: 34px;
}
.popup_form_el img.calendar-icon {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 25;
}
.popup_form_el small {
  font-size: 80%;
  color: #999;
}
.popup_form_el ul {
  margin-bottom: 0;
}
.popup_form_el ul > li {
  margin-bottom: 0;
  padding-left: 0;
}
.popup_form_el ul > li:before {
  display: none;
}
.popup_form_el select[multiple="multiple"] {
  height: 150px;
  font-size: 14px;
}
.pop_el_tit {
  position: absolute;
  font-size: 12px;
  color: #999;
  left: 0;
  top: -15px;
}
.pop_el_tit sup {
  font-size: 90%;
  top: -2px;
  color: #ff0b00;
  font-weight: bold;
  margin-left: 3px;
}
.pop_el_tit.big {
  top: 10px;
  font-size: 16px;
}
.popup_form_prava {
  margin-bottom: 30px;
  line-height: 1.4;
}
.jq-checkbox.checked {
  background: #89b140;
  border-color: #89b140;
}
.jq-radio.checked {
  background: #fff;
}
.jq-radio.checked .jq-radio__div {
  background: #89b140;
  border-color: #89b140;
}
.popup_form_bt .color_bt {
  min-width: 110px;
  height: 33px;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.popup_form_bt .bord_bt {
  min-width: 110px;
  height: 33px;
  text-align: center;
  padding: 7px 15px;
  font-size: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
}
input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.popup_form_prava.error .jq-checkbox {
  border-color: red;
}
div.title-search-result {
  top: 160px !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  border: none !important;
  position: fixed !important;
  background: #fff;
}
div.title-search-result > div {
  max-height: 320px;
  overflow: hidden;
}
.header_other_page .header_info_bl {
  position: relative;
  z-index: 40;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.header_other_page .header_info_bl .header_bottom {
  border-bottom: none;
  border-top: 1px solid #e3e3e2;
}
.cont_head_bl {
  background: #89b140;
  padding: 20px 0 50px;
  color: #fff;
}
.cont_head_bl h1, .cont_head_bl .h1 {
  margin-bottom: 5px;
}
.cont_head_bl a {
  color: #fff;
  text-decoration: none;
}
.cont_head_bl a:hover {
  color: #fff;
  text-decoration: underline;
}
.bred_crumbs {
  font-size: 14px;
}
.bred_crumbs li {
  display: inline;
  position: relative;
}
.bred_crumbs li a {
  opacity: 0.5;
}
.bred_crumbs li a:hover {
  opacity: 1;
  text-decoration: none;
}
.bred_crumbs li:after {
  content: "\f101";
  margin: 0 8px;
  opacity: 0.5;
  font-family: FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bred_crumbs li:last-child:after {
  display: none;
}
.l_banner {
  border-radius: 4px;
  overflow: hidden;
}
.l_banner img {
  display: block;
  width: 100%;
}
.content {
  padding: 50px 0 150px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.content_l {
  width: 23.6%;
}
.content_c {
  width: 73.6%;
}
.cont_width_bl {
  background: #fff;
  margin-top: -80px;
  border-radius: 4px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  font-size: 14px;
  line-height: 1.6;
}
.cont_width_bl .ind_catalog_el {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 40px;
  align-items: initial;
}
.cont_width_bl .ind_catalog_el:hover {
  box-shadow: none;
}
.cont_width_bl .ind_catalog_ic {
  width: 23.8%;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}
.cont_width_bl .ind_catalog_lvl2 a {
  margin-right: 5px;
}
.cont_width_bl .ind_catalog_list {
  padding: 40px 0 20px;
}
.cont_width_bl .title {
  font-size: 28px;
  padding-bottom: 28px;
  margin-bottom: 40px;
}
.cont_width_bl .title.big {
  font-size: 40px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.cont_width_bl .produce_el_bl {
  width: 31%;
  margin-right: 3.5%;
}
.cont_width_bl .produce_el_bl:nth-child(5n) {
  margin-right: 3.5%;
}
.cont_width_bl .produce_el_bl:nth-child(3n) {
  margin-right: 0%;
}
.gray_bg, section > div.gray_bg {
  background: #f7f7f7;
}
.left_menu_bl {
  margin-bottom: 40px;
}
.left_menu_el {
  border-bottom: 1px solid #dededd;
}
.l_menu_lvl1_bt {
  display: block;
  position: relative;
  padding: 15px 20px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.l_menu_lvl1_bt:hover {
  color: #89b140;
  text-decoration: none;
}
.l_menu_lvl1_bt.active, .l_menu_lvl1_bt.open {
  color: #fff;
  background: #89b140;
}
.l_menu_lvl1_bt.active .fa, .l_menu_lvl1_bt.open .fa {
  transform: rotate(90deg);
}
.l_menu_lvl1_bt .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  margin-top: -8px;
}
.l_menu_lvl2 {
  background: #fff;
  font-size: 14px;
  display: none;
  padding: 15px 0;
}
.l_menu_lvl2.active {
  display: block;
}
.l_menu_lvl2_bt {
  display: block;
  padding: 5px 30px 5px 20px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l_menu_lvl2_bt:hover {
  color: #89b140;
  text-decoration: none;
}
.l_menu_lvl2_bt.active, .l_menu_lvl2_bt.open {
  color: #89b140;
}
.l_menu_lvl2_bt.active .fa, .l_menu_lvl2_bt.open .fa {
  transform: rotate(90deg);
}
.l_menu_lvl2_bt .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  margin-top: -8px;
}
.l_menu_lvl3 {
  display: none;
}
.l_menu_lvl3.active {
  display: block;
  background: #f2f2f2;
}
.l_menu_lvl4 {
  display: none;
}
.l_menu_lvl4.active {
  display: block;
  background: #e6e6e6;
}
.l_menu_lvl3_bt {
  display: block;
  padding: 5px 30px 5px 30px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l_menu_lvl3_bt:hover {
  color: #89b140;
  text-decoration: none;
}
.l_menu_lvl3_bt.active, .l_menu_lvl3_bt.open {
  background: #f0f0f0;
  color: #89b140;
}
.l_menu_lvl3_bt.active .fa, .l_menu_lvl3_bt.open .fa {
  transform: rotate(90deg);
}
.l_menu_lvl3_bt .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  margin-top: -8px;
}
.l_menu_lvl4_bt {
  display: block;
  padding: 5px 30px 5px 40px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.l_menu_lvl4_bt.active, .l_menu_lvl4_bt:hover {
  color: #89b140;
  text-decoration: none;
}
.l_menu_lvl4_bt.active .fa, .l_menu_lvl4_bt:hover .fa {
  transform: rotate(90deg);
}
.l_menu_lvl4_bt .fa {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 13px;
  line-height: 1;
  height: 16px;
  margin-top: -8px;
}
.podrazdel_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.podrazdel_el {
  width: 50%;
  margin-bottom: 45px;
  display: flex;
}
.podrazdel_el_l {
  width: 120px;
  min-width: 120px;
  padding-right: 25px;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.podrazdel_el_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.podrazdel_el_tit a {
  color: #000;
  text-decoration: none;
}
.podrazdel_el_tit a:hover {
  color: #89b140;
  text-decoration: none;
}
.podrazdel_el_txt {
  color: #666;
  font-size: 14px;
  max-width: 290px;
}
.cat_sort_bl {
  max-width: 320px;
  margin-bottom: 30px;
}
.more_bl {
  text-align: center;
  width: 100%;
  margin: 0px auto 65px;
}
.more_bl .bord_bt {
  width: 150px;
  font-size: 16px;
  padding: 8px 2px;
  text-align: center;
}
.number_bl {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 30px;
  width: 100%;
}
.number_bl span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
  color: #000;
  text-decoration: none;
  margin: 0 2px;
}
.number_bl a {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  color: #000;
  text-decoration: none;
  margin: 0 2px;
  cursor: pointer;
}
.number_bl a:hover {
  color: #89b140;
}
.number_bl a.active:hover, .number_bl a.active {
  color: #fff;
  background: #89b140;
}
.number_bl a.prev {
  position: relative;
}
.number_bl a.prev:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  position: absolute;
  background: url("../img/number_arrow.png") center no-repeat;
  background-size: 100% auto;
  opacity: 0.2;
}
.number_bl a.prev:hover:before {
  opacity: 1;
}
.number_bl a.next {
  position: relative;
}
.number_bl a.next:before {
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -5px;
  position: absolute;
  background: url("../img/number_arrow.png") center no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
  opacity: 0.2;
}
.number_bl a.next:hover:before {
  opacity: 1;
}
.detail_page_bl {
  padding: 1px 0 160px;
}
.detail_page_cont {
  background: #fff;
  margin: -30px auto 0px;
  padding: 30px 30px;
  border-radius: 4px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 1.6;
}
.det_top_bl {
  display: flex;
  align-items: stretch;
  border: 1px solid #e8e8e8;
}
.det_gall_stat_bl {
  position: relative;
  padding: 85px 40px;
  width: 50%;
}
.det_status_bl {
  position: absolute;
  left: 10px;
  top: 10px;
}
.det_status_bl .status {
  position: static;
  display: flex;
  align-items: center;
}
.det_status_bl .status div {
  margin-right: 10px;
}
.det_gallery_bl {
  display: flex;
  align-items: center;
}
.det_pager_video_bl {
  width: 70px;
  min-width: 70px;
  margin-right: 10%;
}
.det_slider_bl {
  width: 410px;
}
.det_slider_el {
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  background: #f2f2f2;
}
.det_pager a {
  width: 70px;
  height: 70px;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.det_pager a img {
  max-height: 100%;
}
.det_pager a:hover, .det_pager a.active {
  border-color: #89b140;
}
.det_video_bt {
  margin-top: 20px;
  width: 70px;
  height: 70px;
  background: #e8e8e8;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 10px 5px;
  display: block;
  text-align: center;
  color: #808080;
  font-size: 18px;
  text-decoration: none;
}
.det_video_bt i {
  font-size: 24px;
  display: block;
}
.det_video_bt span {
  display: block;
}
.det_video_bt:hover {
  color: #89b140;
  text-decoration: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a {
  width: 28px;
  height: 16px;
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
  border-radius: 0;
  background: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a.bx-prev {
  top: -38px;
  transform: rotate(90deg);
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a.bx-next {
  top: auto;
  transform: rotate(90deg);
  bottom: -38px;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a:hover {
  background: none;
}
.det_pager_video_bl .bx-wrapper .bx-controls-direction a:hover:before {
  color: #89b140;
}
.det_info_bl {
  width: 50%;
}
.det_art_logo_bl {
  height: 90px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
}
.det_pr_stat {
  width: 25%;
}
.det_pr_art {
  width: 28%;
}
.det_pr_logo {
  width: 47%;
  text-align: center;
}
.det_about_bl {
  border-bottom: 1px solid #e8e8e8;
  padding: 25px 20px 20px 0;
}
.det_about {
  margin-bottom: 10px;
}
.det_about_bt {
  display: block;
  text-decoration: underline;
  font-size: 16px;
}
.det_about_bt .fa {
  font-size: 14px;
  margin-left: 5px;
}
.det_info_boub {
  display: flex;
  align-items: stretch;
}
.det_info_boub_l {
  padding-top: 25px;
  margin-right: 8%;
}
.det_info_price_bl {
  margin-bottom: 20px;
  line-height: 1.2;
}
.det_info_price {
  font-size: 30px;
  font-weight: bold;
}
.det_info_old_price {
  color: #999;
}
.det_info_old_price span {
  font-size: 16px;
  margin-left: 10px;
  text-decoration: line-through;
}
.det_info_count_buy {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.det_info_count_buy.on {
  display: flex;
}
.det_info_count_buy.off {
  display: none;
}
.det_info_count {
  width: 41%;
}
.det_info_count .counter_bl {
  width: 100%;
  height: 45px;
}
.det_info_count .counter_bl a {
  width: 30px;
}
.det_info_buy {
  width: 56%;
}
.det_info_buy .color_bt {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.det_info_buy .color_bt .fa {
  margin-right: 5px;
  font-size: 14px;
}
.det_info_basket {
  margin-bottom: 10px;
}
.det_info_basket .color_bt {
  width: 100%;
  text-align: center;
}
.det_info_basket .color_bt .fa {
  margin-right: 5px;
  font-size: 14px;
}
.det_info_basket.on {
  display: block;
}
.det_info_basket.off {
  display: none;
}
.det_info_question {
  margin-bottom: 10px;
}
.det_info_question .bord_bt {
  padding: 12px 25px;
  width: 100%;
  text-align: center;
}
.det_info_garant {
  color: #999;
  font-size: 16px;
}
.det_info_garant .fa {
  margin-right: 10px;
}
.det_info_boub_r {
  padding-top: 30px;
}
.det_option_tit {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 12px;
}
.det_option_list {
  margin-bottom: 10px;
}
.det_option_el {
  display: flex;
  line-height: 1.2;
  align-items: flex-end;
  font-size: 14px;
  margin-bottom: 12px !important;
}
.det_option_el > li:first-child {
  width: 95px;
  color: #999;
  min-width: 95px;
  position: relative;
}
.det_option_el > li:first-child:after {
  position: absolute;
  content: '';
  display: block;
  border-bottom: 1px dotted #999;
  left: 0;
  right: 0;
  bottom: 5px;
  height: 1px;
  z-index: 1;
}
.det_option_el > li:first-child span {
  background: #fff;
  position: relative;
  z-index: 10;
}
.det_option_bt {
  font-size: 16px;
  display: block;
}
.det_section {
  padding: 40px 0 30px;
  border-bottom: 1px solid #e8e8e8;
}
.det_tabs {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 25px !important;
}
.det_tabs > li {
  margin-right: 20px;
  position: relative;
  padding-bottom: 5px;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.det_tabs > li:hover {
  color: #89b140;
}
.det_tabs > li.current {
  cursor: default;
  color: #89b140;
}
.det_tabs > li.current:after {
  content: '';
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: #89b140;
  z-index: 10;
  display: block;
  position: absolute;
}
.det_tabs > li a {
  text-decoration: none;
  color: #000;
}
.det_tabs > li a:hover {
  color: #89b140;
  text-decoration: none;
}
.det_box ul:last-child, .det_box ol:last-child, .det_box p:last-child {
  margin-bottom: 0;
}
.det_box table td:first-child {
  font-weight: bold;
  width: 300px;
}
.det_produce_list {
  padding: 30px 0;
}
.det_comment_bl .title {
  font-size: 32px;
}
.comment_bl {
  padding-bottom: 30px;
}
.add_comment_bl {
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.add_comment_bt {
  text-align: center;
}
.add_comment_bt .bord_bt {
  padding: 12px 20px;
}
.comment_form_bl {
  max-width: 910px;
  margin: 0 auto;
  padding-top: 30px;
}
.comment_form {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.comm_form_el {
  position: relative;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.comm_form_el:nth-child(2n) {
  margin-right: 0;
}
.comm_form_el.textarea {
  width: 100%;
  margin-right: 0;
}
.comment_form_bt_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment_lvl2 {
  padding-left: 30px;
}
.comment_el {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0 10px;
  line-height: 1.2;
}
.comm_el_info {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.comm_el_name {
  font-size: 18px;
  font-weight: bold;
  margin-right: 25px;
}
.comm_el_data {
  font-size: 14px;
  color: #999;
}
.comm_el_txt {
  font-size: 14px;
  margin-bottom: 20px;
}
.comm_el_txt ul:last-child, .comm_el_txt ol:last-child, .comm_el_txt p:last-child {
  margin-bottom: 0;
}
.comm_el_bt {
  display: block;
  color: #999;
  font-size: 14px;
  text-decoration: none;
}
.comm_el_bt:hover {
  text-decoration: none;
  color: #89b140;
}
.det_back_bt_bl {
  padding: 20px 0;
}
.det_back_bt {
  display: block;
  position: relative;
  padding: 7px 0 7px 45px;
  text-decoration: none;
  font-size: 18px;
  color: #89b140;
  line-height: 1;
  font-weight: bold;
}
.det_back_bt:hover {
  color: #89b140;
  text-decoration: underline;
}
.det_back_bt:hover .fa {
  text-decoration: none;
}
.det_back_bt .fa {
  font-size: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
.jq-selectbox li.selected {
  background-color: #89b140;
  color: #fff;
}
.usl_razdel_el {
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.usl_razdel_el:last-child {
  margin-bottom: 0;
}
.usl_razd_el_ic {
  border-radius: 3px 0 0 3px;
  border-right: 1px solid #e8e8e8;
  width: 184px;
  min-width: 184px;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.usl_razd_el_cont {
  padding: 15px 25px;
}
.usl_razd_el_cont a {
  color: #89b140;
  text-decoration: none;
}
.usl_razd_el_cont a:hover {
  color: #000;
  text-decoration: none;
}
.usl_razd_el_tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.usl_razd_el_podraz {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  font-size: 14px;
}
.usl_razd_el_podraz a {
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top;
}
.usl_razd_el_txt {
  font-size: 14px;
  color: #666;
}
.usl_podraz_list {
  margin-bottom: 45px;
}
.usl_podraz_el {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
}
.usl_podraz_ic {
  width: 230px;
  min-width: 230px;
  height: 195px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
}
.usl_podraz_price {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1;
}
.usl_podraz_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.usl_podraz_tit a {
  text-decoration: none;
  color: #000;
}
.usl_podraz_tit a:hover {
  text-decoration: none;
  color: #89b140;
}
.usl_podraz_txt {
  margin-bottom: 10px;
}
.usl_podraz_bt .color_bt {
  font-size: 16px;
  padding: 8px 10px;
  width: 150px;
}
.usl_det_image {
  margin-bottom: 30px;
}
.usl_det_image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  border-radius: 4px;
}
.usl_det_gray_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 55px;
  padding: 30px 30px;
  font-size: 16px;
}
.usl_det_gray_bl .fa {
  color: #89b140;
  font-size: 60px;
  margin-right: 30px;
  width: 55px;
}
.usl_det_gray_txt {
  width: 41%;
  color: #666;
  line-height: 1.5;
}
.usl_det_gray_price {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 30%;
}
.usl_det_gray_bt {
  width: 21%;
}
.usl_det_gray_bt .color_bt {
  width: 100%;
  padding: 8px 5px;
}
.table_scroll {
  overflow-x: auto;
  margin: 40px auto 30px;
}
.cont_head_bl + .our_projects_bl {
  padding: 35px 0 90px;
}
.project_head_bl {
  position: relative;
}
.project_head_bl .bred_crumbs li a {
  color: #fff;
  text-decoration: none;
}
.project_head_bl h1, .project_head_bl .h1 {
  margin-bottom: 5px;
}
.project_head_bg {
  filter: blur(3px);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.project_head_cont {
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 20px 0 50px;
}
.project_head_txt {
  margin-top: 40px;
  max-width: 790px;
  line-height: 1.5;
}
.proj_det_bl {
  padding-bottom: 130px;
}
.proj_width_bl {
  position: relative;
  z-index: 20;
  margin-top: -20px;
  padding: 20px 30px 30px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  line-height: 1.5;
  font-size: 14px;
}
.proj_width_bl .title {
  padding-bottom: 25px;
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 32px;
}
.proj_width_bl .title:first-child {
  font-size: 36px;
  margin-top: 0px;
}
.proj_gallery_bl {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 1px;
}
.proj_gall_el {
  width: 32%;
  margin: 0 2% 30px 0;
  height: 260px;
}
.proj_gall_el:nth-child(3n) {
  margin-right: 0;
}
.proj_gall_href {
  position: relative;
  border-radius: 4px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  height: 100%;
  display: block;
}
.proj_gall_href .fa {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
}
.proj_gall_href:hover:before {
  content: '';
  display: block;
  position: absolute;
  border-radius: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.proj_gall_href:hover .fa {
  opacity: 1;
}
.proj_doc_bl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1;
  margin-bottom: 40px;
  padding-top: 30px;
}
.proj_doc_el {
  width: 33%;
  margin-bottom: 30px;
}
.proj_doc_href {
  display: block;
  position: relative;
  color: #999;
  padding: 5px 0 5px 60px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  /* &:before {
		content:'';
		display:block;
		width:44px;
		height:50px;
		top:50%;
		left:0;
		margin-top:-25px;
		position:absolute;
		background:url("../img/pdf_ic.png") left top no-repeat;
	} */
}
.proj_doc_href:hover .proj_doc_tit {
  color: #000;
}
.proj_doc_format {
  display: flex;
  width: 44px;
  height: 50px;
  top: 50%;
  left: 0;
  margin-top: -25px;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: url("../img/pdf_ic_new.png") left top no-repeat;
  line-height: 1;
  padding-top: 3px;
}
.proj_doc_size {
  display: block;
}
.proj_doc_tit {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #89b140;
  margin-bottom: 5px;
}
.proj_doub_form_bl {
  display: flex;
  align-items: stretch;
  border: 10px solid #f5f5f5;
}
.proj_doub_form_l {
  width: 50%;
  border-right: 5px solid #f5f5f5;
}
.proj_doub_form_l .proj_doub_frm_width {
  padding: 55px 20px;
  max-width: 460px;
  margin: 0 auto;
}
.proj_doub_form_r {
  width: 50%;
  border-left: 5px solid #f5f5f5;
}
.proj_doub_form_r .proj_doub_frm_width {
  padding: 95px 0px 25px;
  max-width: 510px;
  margin-left: 17%;
  margin-right: 5%;
}
.pro_form_tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pro_form_txt {
  color: #999;
  margin-bottom: 20px;
}
.proj_form_bs {
  font-size: 18px;
  margin-bottom: 20px;
}
.proj_form_tel {
  font-size: 34px;
  margin-bottom: 20px;
}
.proj_form_tel a {
  color: #000;
  text-decoration: none;
}
.proj_form_tel a:hover {
  color: #89b140;
  text-decoration: none;
}
.proj_form_s {
  margin-bottom: 35px;
  font-size: 16px;
}
.proj_form_s a {
  color: #89b140;
  text-decoration: none;
}
.proj_form_s a:hover {
  color: #000;
  text-decoration: none;
}
.proj_form_color_lin {
  padding-left: 24px;
  font-size: 16px;
  position: relative;
  line-height: 1.5;
}
.proj_form_color_lin:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  top: 5px;
  bottom: 5px;
  background: #89b140;
}
.news_det_bl {
  padding: 1px 0 100px;
}
.news_det_bl .cont_width_bl {
  margin-top: -30px;
  margin-bottom: 30px;
}
.news_det_data {
  color: #999;
  font-size: 18px;
  margin-bottom: 20px;
}
.basket_table_bl table, .basket_table_bl tr:nth-child(2n), .basket_table_bl tr:nth-child(2n) td, .basket_table_bl tr {
  background: none;
}
.basket_table_bl td {
  background: none;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 20px;
  vertical-align: middle;
}
.basket_table_bl td:first-child {
  border-left: 1px solid #e8e8e8;
}
.basket_table_bl td:last-child {
  border-right: 1px solid #e8e8e8;
}
.basket_table_bl td img {
  max-height: 120px;
  max-width: 170px;
}
.basket_table_bl th {
  background: #f2f2f2;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #f2f2f2;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 20px;
}
.basket_table_bl .produce_el_price {
  height: auto;
  display: block;
}
.basket_table_bl .produce_el_price .old {
  margin-left: 0;
  margin-top: 5px;
}
.basket_table_bl .produce_el_stat_art {
  justify-content: flex-start;
}
.bask_tabl_tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bask_tabl_tit a {
  text-decoration: none;
  color: #000;
}
.bask_tabl_tit a:hover {
  text-decoration: none;
  color: #89b140;
}
.bask_del_bt {
  display: block;
  position: absolute;
  letter-spacing: -3.2px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  right: 10px;
  top: 10px;
}
.bask_del_bt:hover {
  color: #89b140;
  text-decoration: none;
}
.rez_bask_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #e8e8e8;
}
.del_all_bask {
  display: inline-block;
  position: relative;
  padding: 12px 25px 12px 25px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: transparent;
  color: #000;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.del_all_bask:hover {
  border-color: #89b140;
  color: #89b140;
  text-decoration: none;
}
.del_all_bask span {
  margin-left: 20px;
  display: inline-block;
  letter-spacing: -3.2px;
  font-size: 20px;
  position: relative;
  top: 1px;
}
.del_all_bask_bl {
  min-width: 190px;
  width: 190px;
}
.continue_shop {
  display: inline-block;
  position: relative;
  padding: 12px 25px 12px 25px;
  border-radius: 4px;
  border: 1px solid #89b140;
  background: transparent;
  color: #89b140;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
.continue_shop:hover {
  border-color: #ccc;
  color: #000;
  text-decoration: none;
}
.continue_shop_bl {
  min-width: 250px;
  width: 250px;
}
.itog_bask {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  font-size: 24px;
}
.itog_bask_txt {
  margin-right: 15px;
  color: #808080;
}
.itog_bask_price {
  min-width: 235px;
  width: 235px;
  font-weight: bold;
}
.basket_doub_form_bl {
  display: flex;
  align-items: stretch;
  border: 10px solid #f5f5f5;
}
.basket_doub_form_l {
  width: 44%;
  padding: 50px 5%;
  border-right: 5px solid #f5f5f5;
}
.basket_doub_form_r {
  width: 66%;
  padding: 50px 5%;
  border-left: 5px solid #f5f5f5;
}
.bask_dost_lab {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: 3px solid #e8e8e8;
  padding: 20px 20px 35px;
  min-height: 100%;
  cursor: pointer;
}
.bask_dost_lab .tit {
  font-size: 16px;
  display: block;
  z-index: 20;
  font-weight: bold;
  position: relative;
}
.bask_dost_lab .txt {
  font-size: 14px;
  color: #999;
  display: block;
  z-index: 20;
  position: relative;
}
.bask_dost_lab .price {
  font-size: 12px;
  text-align: center;
  background: #e8e8e8;
  display: block;
  position: absolute;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  z-index: 20;
  border-radius: 8px 8px 0 0;
}
.bask_dost_lab input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -50;
  opacity: 0;
}
.bask_dost_lab:hover, .bask_dost_lab.active {
  border-color: #89b140;
}
.bask_dost_lab:hover:before, .bask_dost_lab.active:before {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  background: #89b140;
  opacity: 0.1;
}
.bask_dost_lab:hover .price, .bask_dost_lab.active .price {
  background: #89b140;
  color: #fff;
}
.bask_dost_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 1px;
  margin-bottom: 35px;
}
.bask_dost_el {
  margin-bottom: 20px;
}
.bask_dost_el.one {
  width: 26%;
  margin-right: 3%;
}
.bask_dost_el.one .price {
  width: 70px;
  margin-left: -35px;
}
.bask_dost_el.two {
  width: 33%;
  margin-right: 3%;
}
.bask_dost_el.two:nth-child(3n) {
  margin-right: 0;
}
.bask_dost_el.three {
  width: 40%;
  margin-right: 3%;
}
.bask_dost_el.four {
  width: 57%;
  margin-right: 3%;
}
.bask_dost_el.four:nth-child(5n) {
  margin-right: 0;
}
.bask_dost_tit {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  font-size: 24px;
}
.bask_price_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: stretch;
  padding-bottom: 1px;
  margin-bottom: 35px;
}
.bask_price_el {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 20px;
}
.bask_price_el:nth-child(3n) {
  margin-right: 0;
}
.bask_price_lab {
  overflow: hidden;
  display: block;
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: 3px solid #e8e8e8;
  padding: 15px 20px 15px;
  min-height: 100%;
  cursor: pointer;
}
.bask_price_lab .tit {
  font-size: 16px;
  display: block;
  z-index: 20;
  font-weight: bold;
  position: relative;
}
.bask_price_lab .txt {
  font-size: 14px;
  color: #999;
  display: block;
  z-index: 20;
  position: relative;
}
.bask_price_lab input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -50;
}
.bask_price_lab:hover, .bask_price_lab.active {
  border-color: #89b140;
}
.bask_price_lab:hover:before, .bask_price_lab.active:before {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1;
  background: #89b140;
  opacity: 0.1;
}
.rez_bask_page {
  display: flex;
  align-items: flex-start;
  padding: 70px 0;
}
.rez_bask_page_l, .rez_bask_page_r {
  width: 50%;
}
.rez_bask_page_r {
  text-align: center;
}
.rez_bask_number {
  margin-bottom: 30px;
  font-size: 16px;
}
.rez_bask_tit {
  line-height: 1.2;
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: bold;
}
.rez_bask_txt {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.rez_bask_bt .bord_bt, .rez_bask_bt .color_bt {
  padding: 10px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.error_page_bl {
  border: 1px solid #e5e5e5;
}
.error_page_cont {
  color: #2b2b2b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 555px;
}
.error_page_tit {
  font-size: 48px;
  text-transform: uppercase;
}
.error_page_stit {
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.error_page_txt {
  margin-bottom: 20px;
  max-width: 315px;
  padding-left: 15px;
}
.error_page_l {
  width: 360px;
  min-width: 360px;
}
.error_page_r {
  text-align: center;
  font-size: 372px;
  color: #89b140;
  line-height: 1;
  font-weight: 900;
  width: 100%;
}
.question_el {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  margin-top: -1px;
  margin-bottom: -1px;
}
.question_el.open {
  background: #f2f2f2;
}
.question_el:hover {
  background: #f2f2f2;
}
.question_bt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 10px 60px 10px 20px;
  text-decoration: none;
  color: #000;
  line-height: 1.2;
  font-size: 18px;
  font-weight: bold;
}
.question_bt .fa {
  position: absolute;
  right: 20px;
  font-size: 36px;
  height: 36px;
  top: 50%;
  margin-top: -18px;
}
.question_bt:hover {
  color: #89b140;
}
.question_bt.open .fa:before {
  content: "\f106";
}
.question_cont {
  padding: 0 20px 20px;
  font-size: 14px;
  display: none;
}
.question_section {
  font-size: 16px;
  padding-top: 20px;
}
.history_doub_bl {
  margin: 50px 0;
}
.history_doub_el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.history_doub_el:last-child {
  margin-bottom: 0;
}
.history_doub_el:nth-child(2n) .history_doub_cont {
  order: -1;
}
.history_doub_ic {
  width: 48%;
}
.history_doub_ic img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.history_doub_cont {
  width: 48%;
  font-size: 14px;
}
.history_doub_cont .title {
  font-size: 48px;
  line-height: 1;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.history_doub_cont p:last-child, .history_doub_cont ol:last-child, .history_doub_cont ul:last-child {
  margin-bottom: 0;
}
.h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
}
.career_list ul li {
  padding-left: 20px;
}
.career_list ul li:before {
  width: 8px;
  height: 8px;
  top: 7px;
}
.career_list .question_cont {
  color: #4c4c4c;
}
.career_bt .color_bt {
  padding: 9px 10px;
  width: 200px;
  font-size: 16px;
  line-height: 1;
}
.licenses_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 50px 0 20px;
  padding-bottom: 1px;
}
.licenses_el {
  width: 25%;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.licenses_el a {
  text-decoration: none;
  color: #000;
}
.licenses_el a:hover {
  text-decoration: none;
  color: #89b140;
}
.licenses_href {
  display: block;
}
.licenses_href:hover {
  color: #89b140;
}
.licenses_href:hover .licenses_lupa {
  opacity: 1;
}
.licenses_ic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 225px;
  margin-bottom: 10px;
}
.licenses_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
}
.licenses_lupa {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #89b140;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -22px;
  opacity: 0;
}
.executives_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  padding-bottom: 1px;
}
.execut_el:nth-child(3n) {
  margin-right: 0;
}
.execut_el {
  width: 32%;
  margin-right: 2%;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
  color: #b2b2b2;
}
.execut_el .color_bt {
  font-size: 16px;
  padding: 10px 15px;
}
.execut_photo {
  border-radius: 6px 6px 0 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e8e8e8;
  height: 260px;
}
.execut_cont {
  padding: 10px 15px 15px;
}
.execut_tit_bl {
  min-height: 105px;
  margin-bottom: 5px;
}
.execut_tit {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.execut_dolj {
  font-size: 14px;
}
.execut_tel, .execut_mail {
  margin-bottom: 13px;
  line-height: 1.2;
}
.execut_tel a, .execut_mail a {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.execut_tel a:hover, .execut_mail a:hover {
  color: #89b140;
  text-decoration: none;
}
.about_page_bl h2, .about_page_bl.h2 {
  font-size: 36px;
  margin: 40px 0 20px;
}
.about_page_bl h2:first-child, .about_page_bl.h2:first-child {
  margin-top: 0;
}
.about_page_bl h3, .about_page_bl.h3 {
  font-size: 32px;
  margin: 40px 0 20px;
}
.about_page_bl h3:first-child, .about_page_bl.h3:first-child {
  margin-top: 0;
}
.about_page_bl h4, .about_page_bl.h4 {
  font-size: 28px;
  margin: 40px 0 20px;
}
.about_page_bl h4:first-child, .about_page_bl.h4:first-child {
  margin-top: 0;
}
.about_page_bl h5, .about_page_bl.h5 {
  font-size: 24px;
  margin: 40px 0 20px;
  font-weight: bold;
}
.about_page_bl h5:first-child, .about_page_bl.h5:first-child {
  margin-top: 0;
}
.about_page_bl h6, .about_page_bl.h6 {
  font-size: 20px;
  margin: 40px 0 20px;
  font-weight: bold;
}
.about_page_bl h6:first-child, .about_page_bl.h6:first-child {
  margin-top: 0;
}
.comment_page_bl {
  padding-top: 20px;
}
.comment_page_bl .ind_comment_el {
  margin-bottom: 30px;
}
.comment_page_bl .more_bl {
  margin-bottom: 40px;
}
.add_comm_bt {
  display: flex;
  justify-content: flex-end;
}
.add_comm_bt .fa {
  font-size: 16px;
  margin-right: 10px;
}
.price_table_bl {
  overflow-x: auto;
}
tr.price_table_tit {
  background: #fff;
}
tr.price_table_tit:nth-child(2n) td, tr.price_table_tit td {
  background: #fff;
  font-weight: bold;
  color: #000;
  font-size: 16px;
}
.contact_map_bl img {
  display: block;
}
section > div.cont_page_bl:nth-child(2n), .cont_page_bl {
  background: #fff;
}
.contact_info_top_bl {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 45px 0;
}
.contact_info_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact_info_top .bord_bt {
  min-width: 230px;
  padding: 12px 10px;
}
.contact_info_el {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.2;
}
.contact_info_el a {
  text-decoration: none;
  color: #666;
}
.contact_info_el a:hover {
  color: #89b140;
  text-decoration: none;
}
.cont_info_tit {
  color: #4c4c4c;
  font-weight: bold;
  margin-bottom: 5px;
}
.cont_info_circ {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 15px;
  background: #89b140;
  color: #fff;
  font-size: 35px;
  border-radius: 50%;
}
.cont_info_circ .fa-envelope {
  font-size: 24px;
}
.contact_list_bl {
  padding: 60px 0 80px;
}
.contact_list_bl .h3 {
  margin: 60px 0 25px;
  font-size: 24px;
}
.contact_list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.contact_el {
  display: flex;
  align-items: stretch;
  width: 49%;
  margin: 0 2% 30px 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
}
.contact_el:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.contact_el:nth-child(2n) {
  margin-right: 0;
}
.contact_ic {
  border-radius: 9px 0 0 9px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid #e8e8e8;
  min-height: 180px;
  width: 230px;
  min-width: 230px;
}
.contact_cont {
  padding: 15px 20px;
  line-height: 1.2;
  font-size: 14px;
}
.contact_cont .fa {
  font-size: 18px;
  color: #89b140;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 14px;
}
.contact_tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact_metro {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.contact_metro:before {
  content: 'M';
  display: block;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #89b140;
  position: absolute;
  font-weight: 900;
  line-height: 14px;
}
.contact_clock, .contact_mail, .contact_tel {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.contact_clock a, .contact_mail a, .contact_tel a {
  display: block;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
}
.contact_clock a:last-child, .contact_mail a:last-child, .contact_tel a:last-child {
  margin-bottom: 0;
}
.contact_clock a:hover, .contact_mail a:hover, .contact_tel a:hover {
  color: #89b140;
  text-decoration: none;
}
.g-recaptcha {
  margin-bottom: 30px;
}
.g-recaptcha > div {
  margin: 0 auto;
  /* 	&.error {
		border-color:red;
		& *,
		& .recaptcha-checkbox-border,
		& .rc-anchor-light.rc-anchor-normal {
			border-color:red;
		}
	} */
}
iframe.error {
  border: 1px solid red;
}
iframe.error *, iframe.error .recaptcha-checkbox-border, iframe.error .rc-anchor-light.rc-anchor-normal {
  border-color: red;
}
.new_filter_bl, .filter_bl {
  font-size: 14px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-title span, .filter_bl .bx-filter .bx-filter-parameters-box-title span {
  display: flex;
  border-bottom: none;
  color: #000;
  font-size: 14px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub, .filter_bl .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  display: none;
}
.new_filter_bl .bx-filter.bx-blue .bx-filter-section, .filter_bl .bx-filter.bx-blue .bx-filter-section {
  background: #fff;
  border-radius: 10px;
  padding: 0 0 0 0;
}
.new_filter_bl .bx-filter .bx-filter-title, .filter_bl .bx-filter .bx-filter-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 13px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.new_filter_bl .bx-filter .row, .filter_bl .bx-filter .row {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box, .filter_bl .bx-filter .bx-filter-parameters-box {
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-title, .filter_bl .bx-filter .bx-filter-parameters-box-title {
  font-size: 14px;
  margin-bottom: 0px;
  padding-bottom: 0;
}
.new_filter_bl .bx-filter .bx-filter-block, .filter_bl .bx-filter .bx-filter-block {
  margin-top: 10px;
}
.new_filter_bl .bx-filter .bx-filter-input-container input, .filter_bl .bx-filter .bx-filter-input-container input {
  height: 38px;
  border: 1px solid #ddd;
}
.new_filter_bl .bx-filter .bx-filter-param-label, .filter_bl .bx-filter .bx-filter-param-label {
  padding-left: 30px;
}
.new_filter_bl .bx-filter .bx-filter-param-label .jq-radio, .filter_bl .bx-filter .bx-filter-param-label .jq-radio, .new_filter_bl .bx-filter .bx-filter-param-label .jq-checkbox, .filter_bl .bx-filter .bx-filter-param-label .jq-checkbox {
  position: absolute;
  left: 0;
  top: 1px;
}
.new_filter_bl .bx-filter .bx-filter-param-label .jq-radio.checked, .filter_bl .bx-filter .bx-filter-param-label .jq-radio.checked {
  background: #89b140;
  border-color: #89b140;
}
.new_filter_bl .col-xs-1, .filter_bl .col-xs-1, .new_filter_bl .col-sm-1, .filter_bl .col-sm-1, .new_filter_bl .col-md-1, .filter_bl .col-md-1, .new_filter_bl .col-lg-1, .filter_bl .col-lg-1, .new_filter_bl .col-xs-2, .filter_bl .col-xs-2, .new_filter_bl .col-sm-2, .filter_bl .col-sm-2, .new_filter_bl .col-md-2, .filter_bl .col-md-2, .new_filter_bl .col-lg-2, .filter_bl .col-lg-2, .new_filter_bl .col-xs-3, .filter_bl .col-xs-3, .new_filter_bl .col-sm-3, .filter_bl .col-sm-3, .new_filter_bl .col-md-3, .filter_bl .col-md-3, .new_filter_bl .col-lg-3, .filter_bl .col-lg-3, .new_filter_bl .col-xs-4, .filter_bl .col-xs-4, .new_filter_bl .col-sm-4, .filter_bl .col-sm-4, .new_filter_bl .col-md-4, .filter_bl .col-md-4, .new_filter_bl .col-lg-4, .filter_bl .col-lg-4, .new_filter_bl .col-xs-5, .filter_bl .col-xs-5, .new_filter_bl .col-sm-5, .filter_bl .col-sm-5, .new_filter_bl .col-md-5, .filter_bl .col-md-5, .new_filter_bl .col-lg-5, .filter_bl .col-lg-5, .new_filter_bl .col-xs-6, .filter_bl .col-xs-6, .new_filter_bl .col-sm-6, .filter_bl .col-sm-6, .new_filter_bl .col-md-6, .filter_bl .col-md-6, .new_filter_bl .col-lg-6, .filter_bl .col-lg-6, .new_filter_bl .col-xs-7, .filter_bl .col-xs-7, .new_filter_bl .col-sm-7, .filter_bl .col-sm-7, .new_filter_bl .col-md-7, .filter_bl .col-md-7, .new_filter_bl .col-lg-7, .filter_bl .col-lg-7, .new_filter_bl .col-xs-8, .filter_bl .col-xs-8, .new_filter_bl .col-sm-8, .filter_bl .col-sm-8, .new_filter_bl .col-md-8, .filter_bl .col-md-8, .new_filter_bl .col-lg-8, .filter_bl .col-lg-8, .new_filter_bl .col-xs-9, .filter_bl .col-xs-9, .new_filter_bl .col-sm-9, .filter_bl .col-sm-9, .new_filter_bl .col-md-9, .filter_bl .col-md-9, .new_filter_bl .col-lg-9, .filter_bl .col-lg-9, .new_filter_bl .col-xs-10, .filter_bl .col-xs-10, .new_filter_bl .col-sm-10, .filter_bl .col-sm-10, .new_filter_bl .col-md-10, .filter_bl .col-md-10, .new_filter_bl .col-lg-10, .filter_bl .col-lg-10, .new_filter_bl .col-xs-11, .filter_bl .col-xs-11, .new_filter_bl .col-sm-11, .filter_bl .col-sm-11, .new_filter_bl .col-md-11, .filter_bl .col-md-11, .new_filter_bl .col-lg-11, .filter_bl .col-lg-11, .new_filter_bl .col-xs-12, .filter_bl .col-xs-12, .new_filter_bl .col-sm-12, .filter_bl .col-sm-12, .new_filter_bl .col-md-12, .filter_bl .col-md-12, .new_filter_bl .col-lg-12, .filter_bl .col-lg-12 {
  padding: 0 0 0 0;
}
.new_filter_bl .radio + .radio, .filter_bl .radio + .radio, .new_filter_bl .checkbox + .checkbox, .filter_bl .checkbox + .checkbox {
  margin-top: 0;
}
.new_filter_bl .radio, .filter_bl .radio, .new_filter_bl .checkbox, .filter_bl .checkbox {
  margin-bottom: 10px;
}
.new_filter_bl .bx-filter-param-btn-block > .jq-radio, .filter_bl .bx-filter-param-btn-block > .jq-radio, .new_filter_bl .bx-filter-param-btn-block > .jq-checkbox, .filter_bl .bx-filter-param-btn-block > .jq-checkbox {
  opacity: 0;
  z-index: -100;
  position: absolute;
  left: 0;
  top: 0;
}
.new_filter_bl .bx-filter-param-btn-block > .jq-radio + label, .filter_bl .bx-filter-param-btn-block > .jq-radio + label, .new_filter_bl .bx-filter-param-btn-block > .jq-checkbox + label, .filter_bl .bx-filter-param-btn-block > .jq-checkbox + label {
  padding-left: 0;
  margin-bottom: 10px;
}
.new_filter_bl .bx-filter .bx-filter-param-btn, .filter_bl .bx-filter .bx-filter-param-btn {
  margin-right: 10px;
  padding: 0 0 0 0;
  border-bottom: 1px solid #e8e8e8;
}
.new_filter_bl .bx-filter .bx-filter-param-btn:hover, .filter_bl .bx-filter .bx-filter-param-btn:hover, .new_filter_bl .bx-filter .bx-filter-param-btn:focus, .filter_bl .bx-filter .bx-filter-param-btn:focus {
  border-color: #89b140;
}
.new_filter_bl .bx-filter-select-popup .bx-filter-btn-color-icon, .filter_bl .bx-filter-select-popup .bx-filter-btn-color-icon, .new_filter_bl .bx-filter .bx-filter-btn-color-icon, .filter_bl .bx-filter .bx-filter-btn-color-icon {
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-position: center;
}
.new_filter_bl .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn, .filter_bl .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:hover, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:hover, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:active, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:active, .new_filter_bl .bx-filter.bx-blue .bx-filter-param-btn:focus, .filter_bl .bx-filter.bx-blue .bx-filter-param-btn:focus {
  border: 1px solid #89b140;
}
.new_filter_bl .bx-filter.bx-blue .btn-themes, .filter_bl .bx-filter.bx-blue .btn-themes {
  background-color: #89b140;
  border-color: #89b140;
  color: #fff;
  width: 48%;
  margin-right: 4%;
  border-radius: 6px;
  height: 36px;
  font-size: 16px;
  display: inline;
}
.new_filter_bl .bx-filter.bx-blue .btn-themes:focus, .filter_bl .bx-filter.bx-blue .btn-themes:focus, .new_filter_bl .bx-filter.bx-blue .btn-themes:hover, .filter_bl .bx-filter.bx-blue .btn-themes:hover {
  background: #fff;
  color: #89b140;
}
.new_filter_bl .bx-filter.bx-blue .btn-link, .filter_bl .bx-filter.bx-blue .btn-link {
  background-color: #fff;
  border-color: #ccc;
  color: #000;
  width: 48%;
  height: 36px;
  border-radius: 6px;
  font-size: 16px;
  display: inline;
}
.new_filter_bl .bx-filter.bx-blue .btn-link:focus, .filter_bl .bx-filter.bx-blue .btn-link:focus, .new_filter_bl .bx-filter.bx-blue .btn-link:hover, .filter_bl .bx-filter.bx-blue .btn-link:hover {
  background: #fff;
  color: #89b140;
  border-color: #89b140;
  text-decoration: none;
}
.new_filter_bl .bx-filter-button-box .bx-filter-parameters-box-container, .filter_bl .bx-filter-button-box .bx-filter-parameters-box-container {
  padding: 10px 20px 20px;
  font-size: 0;
}
.new_filter_bl .bx-filter .bx-ui-slider-part, .filter_bl .bx-filter .bx-ui-slider-part {
  background: none;
}
.new_filter_bl .bx-filter .bx-ui-slider-part.p2, .filter_bl .bx-filter .bx-ui-slider-part.p2, .new_filter_bl .bx-filter .bx-ui-slider-part.p3, .filter_bl .bx-filter .bx-ui-slider-part.p3, .new_filter_bl .bx-filter .bx-ui-slider-part.p4, .filter_bl .bx-filter .bx-ui-slider-part.p4 {
  display: none;
}
.new_filter_bl .col-xs-offset-1, .filter_bl .col-xs-offset-1 {
  margin-left: 0;
}
.new_filter_bl .col-xs-10, .filter_bl .col-xs-10 {
  width: 100%;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vd, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
  background: #ddd;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vn, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
  background: #ddd;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-v, .filter_bl .bx-filter.bx-blue .bx-ui-slider-pricebar-v {
  background: #89b140;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-range, .filter_bl .bx-filter .bx-ui-slider-range {
  z-index: 150;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.left, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.left, .new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right {
  background: #fff;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right, .filter_bl .bx-filter.bx-blue .bx-ui-slider-handle.right {
  margin-right: -8px;
  margin-left: 0;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-handle, .filter_bl .bx-filter .bx-ui-slider-handle {
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  background: #fff;
  border: 2px solid #89b140;
  border-radius: 50%;
  background-image: none;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-track-container, .filter_bl .bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 10px;
  transition: all 0s ease;
}
.new_filter_bl .bx-filter .bx-ui-slider-part span, .filter_bl .bx-filter .bx-ui-slider-part span {
  left: 0;
  margin-left: 0;
  text-align: left;
  font-size: 12px;
  color: #808080;
  top: -20px;
}
.new_filter_bl .bx-filter .bx-ui-slider-part.p5 span, .filter_bl .bx-filter .bx-ui-slider-part.p5 span {
  left: auto;
  right: 0;
  text-align: right;
}
.new_filter_bl .bx-filter .bx-filter-input-container input, .filter_bl .bx-filter .bx-filter-input-container input {
  color: #808080;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 4px;
}
.new_filter_bl .bx-filter .bx-filter-input-container input:focus, .filter_bl .bx-filter .bx-filter-input-container input:focus {
  border-color: #89b140;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left {
  padding-right: 15px;
  position: relative;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left:before, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-left:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 18px;
  height: 1px;
  background: #ddd;
  right: -10px;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-right, .filter_bl .bx-filter .bx-filter-parameters-box-container-block.bx-right {
  padding-left: 15px;
}
.new_filter_bl .bx-filter .bx-ui-slider-track, .filter_bl .bx-filter .bx-ui-slider-track {
  height: 4px;
  border-radius: 2px;
}
.new_filter_bl .bx-filter .bx-filter-popup-result, .filter_bl .bx-filter .bx-filter-popup-result {
  margin-left: 0;
  background: #89b140;
  color: #fff;
  font-size: 12px;
  min-height: 48px;
  align-items: center;
  width: 210px;
  padding: 10px 20px;
  border: none;
  line-height: 1;
  justify-content: space-between;
}
.new_filter_bl .bx-filter .bx-filter-popup-result br, .filter_bl .bx-filter .bx-filter-popup-result br {
  display: none;
}
.new_filter_bl .bx-filter .bx-filter-popup-result a, .filter_bl .bx-filter .bx-filter-popup-result a {
  width: 82px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  color: #89b140;
  text-decoration: none;
  padding: 8px 5px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
  border-radius: 2px;
}
.new_filter_bl .bx-filter .bx-filter-popup-result a:hover, .filter_bl .bx-filter .bx-filter-popup-result a:hover {
  background: #89b140;
  color: #fff;
  text-decoration: none;
}
.new_filter_bl .bx-filter .bx-filter-popup-result.right, .filter_bl .bx-filter .bx-filter-popup-result.right {
  left: 100%;
}
.new_filter_bl .disabled, .filter_bl .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.sort_block {
  display: flex;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1;
}
.sort_block .js_sort_b {
  margin-right: 20px;
}
.sort_block a {
  text-decoration: none;
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
  color: #000;
}
.sort_block a:hover {
  color: #89b140;
}
.sort_block a.active {
  color: #89b140;
}
.sort_block a.active:before {
  content: "\f175";
  display: inline-block;
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  font-size: 11px;
  top: 0;
  line-height: 18px;
}
.sort_block a.top:before {
  content: "\f176";
  line-height: 16px;
}
.new_filter_page_bg {
  padding: 1px 0 100px;
}
.new_filter_page {
  background: #fff;
  margin-top: -30px;
  border-radius: 4px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  font-size: 14px;
  line-height: 1.6;
}
.new_filter_page .number_bl {
  margin-top: 10px;
}
.new_filter_bl {
  margin-bottom: 20px;
}
.new_filter_bl .new_filter_top_tit {
  display: none;
}
.new_filter_bl .bx-filter-parameters-box {
  position: relative;
}
.new_filter_bl .bx-filter-parameters-box-title {
  background: #f5f5f5;
  border-right: 1px solid #dcdcdc;
  position: relative;
  padding: 5px 30px 5px 20px;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.new_filter_bl .bx-filter .bx-filter-parameters-box {
  padding: 0 0 0 0;
  border: none;
}
.new_filter_bl .flex_row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.new_filter_bl .flex_row .bx-filter-block {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  z-index: 15;
  padding: 20px 20px 10px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0;
}
.new_filter_bl .bx-filter-button-box {
  max-width: 830px;
}
.new_filter_bl .bx-filter-button-box .bx-filter-parameters-box-container {
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 50px;
  margin-top: 20px;
}
.new_filter_bl .bx-filter.bx-blue .btn-link, .new_filter_bl .bx-filter.bx-blue .btn-themes {
  width: 24%;
  margin-right: 2%;
}
.new_filter_bl .bx-filter .bx-filter-popup-result {
  z-index: 10;
  bottom: auto;
  top: -60px;
  right: 0;
  margin: 0px 0 0 0;
  vertical-align: middle;
  position: absolute;
  left: auto;
}
.new_filter_el {
  width: 20%;
  position: relative;
}
.new_filter_el:first-child .new_filter_bt {
  border-radius: 6px 0 0 6px;
}
.new_filter_el:nth-child(5n) .new_filter_bt {
  border-radius: 0 6px 6px 0;
  border-right: none;
}
.new_filter_bt {
  background: #f5f5f5;
  border-right: 1px solid #dcdcdc;
  position: relative;
  padding: 5px 30px 5px 20px;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: start;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.new_filter_bt:before {
  content: '';
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-top: 3px solid #666;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.new_filter_bt.open {
  color: #89b140;
}
.new_filter_bt.open:before {
  border-top-color: #89b140;
}
.new_filter_cont {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  z-index: 150;
  padding: 20px 20px 10px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.filt_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.filt_checkbox label .jq-radio, .filt_checkbox label .jq-checkbox {
  position: absolute;
  left: 0;
  top: 1px;
}
.filt_checkbox label .jq-radio.checked {
  background: #89b140;
  border-color: #89b140;
}
.logo_svg {
  fill: #89b140;
  fill-rule: evenodd;
}
.multicolor_popup {
  position: fixed;
  left: -240px;
  top: 200px;
  z-index: 200;
  transition: all 0.5s ease;
}
.multicolor_popup.open {
  left: 0;
}
.multicolor_cont {
  background: #fff;
  font-size: 16px;
  color: #000;
  width: 240px;
}
.multicolor_cont a {
  text-decoration: none;
}
.multicolor_razd {
  padding: 20px 20px;
  border-bottom: 1px solid #e8e8e8;
}
.multicolor_razd:last-child {
  border-bottom: none;
}
.multicolor_tit {
  margin-bottom: 15px;
}
.multicolor_list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.multicolor_el {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  margin: 0 10px 10px 0;
  text-decoration: none;
}
.multicolor_el:nth-child(5n) {
  margin-right: 0;
}
.multicolor_el.active {
  border: 2px solid #89b140;
}
.multicolor_el:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.multicolor_el > i {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.multicolor_add_bt_bl {
  position: absolute;
  top: 0;
  right: 0px;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
}
.multicolor_add_bt {
  color: #fff;
  display: block;
  width: 250px;
  height: 60px;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0px;
  text-decoration: none;
  background: #89b140;
  border: 1px solid #89b140;
  padding: 17px 10px 17px 20px;
  border-radius: 0 0 6px 6px;
  /* border-top:none; */
}
.multicolor_add_bt .fa {
  transform: rotate(90deg);
  margin-left: 20px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 20px;
}
.multicolor_add_bt:hover {
  background: #fff;
  color: #89b140;
}
.multicolor_bt {
  width: 28px;
  height: 28px;
  border: 1px solid #e8e8e8;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}
.multicolor_bt .fa {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a2a2a2;
  color: #fff;
  font-size: 10px;
}
.multicolor_bt:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.cont_info_txt a {
  display: block;
  margin-bottom: 5px;
}
.cont_info_txt a:last-child {
  margin-bottom: 0;
}
.proj_form_tel a {
  display: block;
}
.search_page_bl .search_page_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_page_bl .search_page_flex .color_bt {
  width: 25%;
  font-size: 18px;
}
.search_page_bl .search_page_flex input[type="text"] {
  width: 70%;
  border-radius: 0px;
  background: transparent;
  position: relative;
  z-index: 10;
  border: none;
  border-bottom: 1px solid #dadada;
  font-size: 16px;
  font-family: proxima_nova;
  color: #000;
}
.search_filter_bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search_filter_bl .search-filter-field.select {
  width: 100%;
  padding: 0 20px;
}
.head_gray_menu_bl {
  background: #f5f5f5;
}
.head_gray_menu_bl ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  font-size: 13px;
  color: #808080;
}
.head_gray_menu_bl ul li {
  margin-left: 20px;
}
.head_gray_menu_bl ul a {
  color: #808080;
  text-decoration: none;
}
.head_gray_menu_bl ul a.active, .head_gray_menu_bl ul a:hover {
  color: #89b140;
}
.new_filter_page .bx-filter {
  font-family: inherit;
}
.baza_prod_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.baza_prod_el {
  width: 49%;
  margin: 0 2% 30px 0;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  line-height: 1.2;
  font-size: 14px;
}
.baza_prod_el:nth-child(2n) {
  margin-right: 0;
}
.baza_prod_ic {
  width: 50%;
  border-radius: 6px 0 0 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.baza_prod_cont {
  width: 50%;
  border-radius: 0 6px 0 0 6px;
  padding: 15px 20px 20px 15px;
}
.baza_prod_tit {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.baza_prod_tit a {
  color: #000;
  text-decoration: none;
}
.baza_prod_tit a:hover {
  color: #89b140;
  text-decoration: none;
}
.baza_prod_price {
  padding-bottom: 10px;
}
.baza_prod_price_new {
  margin-bottom: 5px;
}
.baza_prod_price_new .fa-money {
  color: #89b140;
  font-size: 18px;
  margin-right: 5px;
}
.baza_prod_price_new .fa-rub {
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
}
.baza_prod_price_new b {
  font-size: 18px;
}
.baza_prod_price_old {
  margin-bottom: 5px;
  color: #999;
}
.baza_prod_price_old span {
  font-weight: 300;
  font-size: 16px;
  text-decoration: line-through;
}
.baza_prod_price_old .fa-rub {
  font-size: 12px;
  font-weight: bold;
}
.baza_prod_txt {
  line-height: 1.4;
  margin-bottom: 15px;
}
.baza_prod_bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.baza_prod_bt .bord_bt, .baza_prod_bt .color_bt {
  font-size: 16px;
  padding: 8px 10px;
  width: 47%;
}
.baza_det_page_cont .det_slider_el {
  height: 320px;
}
.baza_det_page_cont .det_info_bl {
  padding-top: 70px;
}
.baza_det_page_cont .det_gall_stat_bl {
  padding-bottom: 30px;
}
.baza_det_page_cont .produce_el_tit {
  height: 70px;
}
.baza_det_page_cont .produce_el_buy {
  padding-top: 10px;
}
.baza_det_price {
  padding: 35px 0;
  font-size: 16px;
}
.baza_det_price .baza_prod_price_new {
  line-height: 1;
}
.baza_det_price .baza_prod_price_new .fa-money {
  font-size: 24px;
}
.baza_det_price .baza_prod_price_new b {
  font-size: 30px;
}
.baza_det_price .baza_prod_price_new .fa-rub {
  font-size: 24px;
}
.baza_det_price .baza_prod_price_old span {
  font-size: 18px;
}
.baza_det_price .baza_prod_price_old .fa-rub {
  font-size: 14px;
}
.baza_det_bt {
  max-width: 430px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.baza_det_bt .bord_bt, .baza_det_bt .color_bt {
  font-size: 18px;
  padding: 12px 10px;
  width: 47%;
}
.baza_det_opt_list {
  padding: 12px 40px 1px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #e8e8e8;
  border-top: none;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1;
}
.baza_det_opt_el {
  position: relative;
  padding: 10px 0 10px 35px;
  margin-bottom: 11px;
  margin-right: 35px;
}
.baza_det_opt_el i {
  position: absolute;
  height: 34px;
  line-height: 30px;
  width: 30px;
  left: 0;
  top: 50%;
  margin-top: -17px;
}
.baza_det_opt_el i img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.produce_el .baza_prod_price {
  text-align: center;
  line-height: 1;
  min-height: 55px;
}
.baza_uslugi_list .baza_prod_el {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 0 0;
}
.baza_uslugi_list .baza_prod_el:first-child {
  padding-top: 0;
}
.baza_uslugi_list .baza_prod_ic {
  width: 40%;
  border-radius: 6px 6px;
  margin-right: 4%;
}
.baza_uslugi_list .baza_prod_cont {
  width: 56%;
  padding: 0 0 0 0;
}
.baza_uslugi_list .baza_prod_price {
  min-height: 55px;
  line-height: 1;
  padding-bottom: 15px;
}
.baza_uslugi_list .baza_prod_bt {
  max-width: 320px;
}
#bronirovanie {
  width: 690px;
}
.popup_form_el .fa {
  font-size: 16px;
  color: #e8e8e8;
  position: absolute;
  right: 0;
  bottom: 5px;
}
.reserv_form {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.reserv_form .popup_form_el {
  width: 48%;
  margin-right: 4%;
}
.reserv_form .popup_form_el:nth-child(2n) {
  margin-right: 0;
}
.reserv_form .popup_form_el.textarea {
  width: 100%;
  margin-right: 0;
}
.popup_form_check {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.popup_form_check .jq-checkbox, .popup_form_check .jq-radio {
  position: absolute;
  left: 0;
  top: 3px;
}
.popup_form_check_tit {
  margin-bottom: 10px;
}
.min_podraz_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.min_podraz_el {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
}
.min_podraz_el:nth-child(3n) {
  margin-right: 0;
}
.min_podraz_el a {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.min_podraz_el a:hover {
  color: #fff;
}
.min_podraz_el a:hover .min_podraz_ic {
  transform: scale(1.1, 1.1);
}
.min_podraz_ic {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1, 1);
  transition: all 0.5s ease;
}
.min_podraz_tit {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  background: #89b140;
  padding: 5px 10px;
  border-radius: 4px;
  left: 5px;
  bottom: 5px;
  line-height: 1.2;
}