* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: black;
}
img {
  vertical-align: middle;
}
@keyframes glowing {
  0% { background-color: #ff0000; box-shadow: 0 0 5px #ff0000; }
  50% { background-color: #ff2b2a; box-shadow: 0 0 20px #ff2b2a; }
  100% { background-color: #ff0000; box-shadow: 0 0 5px #ff0000; }
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.inline {
  display: inline-block;
  vertical-align: middle;
}
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="submit"] {
  -webkit-appearance: none;
}
input:hover {
  box-shadow: 0 10px 10px rgb(0 0 0 / 12%)
}
input {
  -webkit-appearance: none;
  border-radius: 0;
}
.wrapper {
  position: absolute;
  width: 100%;
}
.main_block {
  position: absolute;
  left: 46px;
  right: 0;
  top: 0;
  padding: 0 20px;
  bottom: 0;
}
.main_m .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.left_block_min {
  position: absolute;
  height: 100%;
  width: 46px;
  background: #287f0e;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.open_left_bl {
  padding: 12px 0;
  margin-bottom: 5px;
}
.btn_open_left {
  display: inline-block;
  width: 28px;
}
.btn_open_left span {
  display: block;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  transition: 0.3s;
}
.btn_open_left span:last-child {
  margin-bottom: 0;
}
.close_left_bl {
  padding: 11px 0;
}
.btn_open_left:hover span {
  background: rgba(255, 255, 255, 1);
}
.left_block {
  position: absolute;
  height: 100%;
  width: 300px;
  background: #287f0e;
  text-align: center;
  display: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 30;
}
.btn_close_left {
  position: absolute;
  left: 100%;
  top: 0;
  background: #287f0e;
  width: 48px;
  height: 48px;
  margin-left: -1px;
}
.btn_close_left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("../images/cross.png") center no-repeat;
  width: 22px;
  height: 22px;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.3s;
}
.btn_close_left:hover:before {
  opacity: 0.8;
}
.logo {
  padding: 22px 15px 14px;
}
.description {
  color: #fff;
  padding-bottom: 19px;
}
.act_log > ul > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.act_log > ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #2d8c0f;
  -webkit-box-shadow: 0 1px 1px 0 rgba(31, 100, 11, 1);
  -moz-box-shadow: 0 1px 1px 0 rgba(31, 100, 11, 1);
  box-shadow: 0 1px 1px 0 rgba(31, 100, 11, 1);
}
.act_log > ul > li > a:hover {
  background-color: #32a40e;
}
.act_log > ul > li > a:active {
  background-color: #237509;
}
.menu_bl .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.menu_bl .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
.menu_bl .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
.ul_menu_bl {
  padding: 0 17px;
}
.menu_bl {
  text-align: left;
  padding: 15px 0;
}
.ul_menu_bl > li {
  list-style: none;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #6c9560;
}
.ul_menu_bl > li > a {
  display: block;
  text-decoration: none;
  padding: 12px 0 14px;
  position: relative;
}
.ul_menu_bl > li > a.open_podMenu:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  background: url("../images/arrow.png") center no-repeat;
  width: 8px;
  height: 12px;
}
.ul_menu_bl > li.active > a:after {
  transform: rotate(90deg);
  top: 13px;
}
.ul_menu_bl > li > a:hover:before,
.ul_menu_bl > li.active > a:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 8px;
  background-color: #5dd33a;
  top: 0;
  left: -17px;
}
.ul_menu_bl > li > a > h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 14px;
  padding-right: 16px;
}
.ul_menu_bl > li > a > p {
  color: #97b28f;
  font-size: 13px;
  margin-top: 14px;
  line-height: 14px;
  display: block;
}
.ul_menu_bl > li.active > a > p {
  display: none;
}
.ul_menu_bl > li > ul {
  display: none;
}
.ul_menu_bl > li.active > ul {
  display: block;
}
.ul_menu_bl > li > ul > li {
  list-style: none;
}
.ul_menu_bl > li > ul > li > a {
  color: #9dca90;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding: 6px 12px;
  padding-left: 32px;
  margin: 0 -17px;
}
.ul_menu_bl > li > ul > li > a:hover {
  color: #fff;
}
.ul_menu_bl > li > ul > li.active > a,
.ul_menu_bl > li > ul > li > a:active {
  background: #2ba308;
  color: #fff;
}
.popup_left {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  display: none;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 21px 0;
  font-family: "Roboto", sans-serif;
}
.btn_close_popup {
  position: absolute;
  display: block;
  background: url("../images/arrow_2.png") center no-repeat;
  width: 11px;
  height: 11px;
  background-size: cover;
  top: 6px;
  right: 0;
  opacity: 0.7;
}
.btn_close_popup:hover {
  opacity: 1;
}
.monitor_pay {
  float: left;
 /* width: 60%; */
  padding: 16px;
}
.img_svg {
  margin-right: 10px;
  float: left;
  display: block;
  min-width: 32px;
  height: 32px;
  font-size: 26px;
  color: green;
  text-align: center;
}
.img_svg_div {
  margin-bottom: 10px;
 /* font-size: 16px; */
  color: black;
  display:flex;
}
.form_act_us h3 {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-bottom: 18px;
  font-weight: 400;
}
.group_form {
  margin-bottom: 22px;
}
.input_text {
  width: 100%;
  height: 36px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 0 15px;
  border-radius: 2px;
}
.input_text:focus {
  outline: 0;
  border-color: #8e8e8e;
}
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox + label {
  cursor: pointer;
}
.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #b2b2b2;
}
.checkbox:not(checked) + label a {
  text-decoration: underline;
  color: #b2b2b2;
}
.checkbox:not(checked) + label a:hover {
  text-decoration: none;
}
.checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url("../images/checkbox.png") 0 0 no-repeat;
}
.checkbox:checked + label:before {
  background-position: 0 -24px;
}
.group_form_submit {
  text-align: center;
  padding-top: 4px;
}
.submit_act {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  border: 0;
  background: #287f0e;
  border-radius: 2px;
  padding: 10px 10px;
  cursor: pointer;
  width: 140px;
  text-decoration: none;
}
.submit_act:hover {
  background: #32a40e;
}
.submit_act:focus {
  outline: 0;
}
.submit_act:active {
  background: #237509;
}
.reg_networks {
  margin-top: 26px;
}
.tx_reg_networks {
  text-align: center;
  color: #b3b3b3;
  margin-bottom: 22px;
}
.ul_networks li {
  float: left;
  margin-left: 24px;
  list-style: none;
}
.ul_networks li:first-child {
  margin-left: 0;
}
.popup_left .mCSB_inside > .mCSB_container {
  margin-right: 23px !important;
  margin-left: 23px;
}
.zap_ch {
  float: left;
}
.vost_par {
  float: right;
  margin-top: 1px;
}
.vost_par a {
  color: #0e91e6;
  text-decoration: none;
}
.vost_par a:hover {
  color: #0e79c8;
}
.hits {
  font-size: 7px;
  padding: 2px 4px;
  border-radius: 4px;
  background-color: yellow;
  color: black;
  text-align: center;
  margin-top: 5px;
}
.sale_percent {
  font-size: 16px;
  padding: 0px 2px;
  margin-right: 4px;
  float: inline-end;
  border-radius: 4px;
  background-color: yellow;
  color: black;
}
.old_price {
  text-decoration: line-through;
  color: grey;
  font-size: 12px;
  float: inline-end;
}
.old_price_all {
  text-decoration:line-through;
  font-size: 18px;
  color:grey;
  padding-left: 5px;
  font-weight: 100;
}
.or_reg {
  margin-top: 37px;
  text-align: center;
}
.tx_or_reg {
  color: #b3b3b3;
  margin-bottom: 17px;
}
.usl_pp {
  margin-top: 37px;
  text-align: center;
}
.usl_pp ul li {
  list-style: none;
}
.usl_pp ul li a {
  color: #b3b3b3;
  font-size: 12px;
  text-decoration: underline;
}
.usl_pp ul li a:hover {
  text-decoration: none;
}
.act_log {
  padding: 0 17px;
  padding-bottom: 18px;
}
.log__bl {
  padding: 12px;
  padding-left: 17px;
  padding-bottom: 8px;
  border: 1px solid #97b28f;
  border-radius: 2px;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
}
.log__bl .inf_log {
  padding-left: 59px;
}
.log__bl .email_us {
  font-size: 13px;
  margin-bottom: 10px;
}
.log__bl .tx_mes {
  margin-left: 0;
  margin-top: 2px;
}
.log__bl .mes_bl {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: -3px;
}
.log__bl .acc_right > div {
  margin-left: 17px;
}
.log__bl .mes_bl .ico_mes img {
  opacity: 0.7;
  transition: 0.3s;
}
.log__bl .mes_bl:hover .ico_mes img {
  opacity: 1;
}
.log__bl .acc_right a img {
  opacity: 0.7;
  transition: 0.3s;
}
.log__bl .acc_right a:hover img {
  opacity: 1;
}
.log__bl .avatar {
  margin-top: 4px;
}
.top_main_page {
  text-align: center;
  padding: 28px;
  margin-bottom: 89px;
}
.logo_2.index {
  margin-bottom: 18px;
  float: none;
}
.description_m {
  text-transform: uppercase;
  font-size: 18px;
  color: #287f0e;
}
.search_bl_min {
  text-align: center;
}
.search_bl_min form {
  margin-bottom: 65px;
}
.search_box_min {
  position: relative;
  display: inline-block;
}
.input_search {
  width: 400px;
  height: 31px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  padding: 0 100px 0 15px;
}
.input_search:focus {
  outline: 0;
  border-color: #868686;
}
.btn_search_ico {
  position: absolute;
  display: block;
  background-size: cover;
  top: 0;
  border: 0;
  right: 0;
  cursor: pointer;
  background: #2d8c0e;
  color: #fff;
  height: 31px;
  border: 0;
  border-radius: 2px;
  background-color: #2d8c0f;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 0 22px;
}
.btn_search_ico_index {
  position: absolute;
  display: block;
  background: url("../images/search.svg") center no-repeat;
  background-size: auto auto;
  width: 16px;
  height: 16px;
  background-size: cover;
  right: 10px;
  top: 10px;
  border: 0;
  cursor: pointer;
}
.btn_1 {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 31px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #2d8c0f;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  border: 0;
  line-height: normal;
}
.btn_1:hover {
  background-color: #32a40e;
  color: white;
}
.btn_1:active {
  background-color: #237509;
}
.btn_design {
	display: inline-block;
	margin-top: 4px;
	border: 1px solid #287f0e;
	box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 19%);
	font-size:12px;
	text-decoration: none;
	max-width: 200px;
	text-align: center;
}
.btn_green {
background-color: #f5fff2;
}
.btn_antiquewhite {
background-color: antiquewhite;
}
.btn_yellow {
background-color: #ffffe5;
}
.search_bl_min {
  margin-bottom: 49px;
}
.center_obn_tx {
  text-align: center;
  font-size: 16px;
  margin-bottom: 14px;
}
.col_obn {
  width: 50%;
  float: left;
  padding: 0 25px;
}
.box_obn .title_obn {
  color: #287f0e;
  padding: 10px 0 13px;
  border-bottom: 1px solid #287f0e;
  margin-bottom: 14px;
}
.box_obn ul li {
  list-style: none;
  margin-bottom: 18px;
}
.date_update {
  text-align: center;
  padding: 15px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main_m .mCSB_scrollTools {
  top: 15px;
}
.obnovlenie_bl {
  margin-bottom: 30px;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 40px 44px;
  width: auto;
  max-width: 429px;
  margin: 5px auto;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 400px;
  margin: 5px auto;
  border-radius: 2px;
  font-family: "Roboto", sans-serif;
  color: #4e4e4e;
}
.green-popup {
  position: relative;
  max-width: 700px;
  background: #f2ffee;
  font-family: "Roboto", sans-serif;
  border-radius: 9px;
  margin: 5px auto;
  overflow: hidden;
}
.header_popup {
  text-align: center;
  color: #fff;
  background: #2d8c0f;
  font-size: 24px;
  font-weight: 700;
  padding: 14px 10px;
}
.body_popup {
  padding: 18px 62px;
}
.tx_popup {
  line-height: 18px;
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.green_popup {
  font-size: 18px;
  font-weight: 700;
  color: #287f0e;
  margin-bottom: 16px;
}
.tx2_popup {
  font-size: 16px;
  color: #666;
  margin-bottom: 17px;
}
.tx_poisk {
  font-size: 16px;
  margin-top: 9px;
}
.input_text_3 {
  width: 100%;
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 0 15px;
  font-size: 16px;
}
.form_group_4 {
  text-align: center;
}
.form_group_3 {
  margin-bottom: 8px;
}
.input_text_3:focus {
  outline: 0;
  border: 1px solid #a0a0a0;
}
.price_sale {
  font-size: 34px;
  font-weight: 400;
  color: red;
  text-shadow: 1px 1px 1px yellowgreen;
}
.price_sale span {
  color: #a2a2a2;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 15px;
}
.text_bottom_form {
  text-align: right;
  font-size: 12px;
  color: #808080;
  padding-top: 20px;
}
.text_bottom_form a {
  font-size: 12px;
  color: #808080;
  text-decoration: underline;
}
.text_bottom_form a:hover {
  text-decoration: none;
}
.sel_poisk {
  width: 354px;
}
.select_1.nice-select {
  border-color: #ebebeb;
  border-radius: 2px;
  height: 36px;
  line-height: 35px;
}
.select_1.nice-select .current {
  color: #333;
}
.select_1.nice-select:hover {
  border-color: #d7d7d7;
}
.select_1.nice-select:hover .current {
  color: #000;
}
.select_3.nice-select {
  border-color: #bfbfbf;
  border-top: 0;
  border-left: none;
  border-right: 0;
  border-radius: 0;
  height: 36px;
  line-height: 34px;
  padding-left: 0;
}
.select_3.nice-select .current {
  color: #bfbfbf;
}
.select_3.nice-select:hover {
  border-color: #9c9c9c;
}
.select_3.nice-select:hover .current {
  color: #808080;
}
.rassh_poisk {
  margin-bottom: 34px;
}
.row_poisk {
  margin: 0 -25px;
}
.col2_poisk {
  padding: 0 25px;
  width: 50%;
  float: left;
}
.group_form_2 {
  margin-bottom: 23px;
  position: relative;
}
.nav_popup {
  margin-bottom: 52px;
}
.group_form_2:after {
  content: "";
  display: block;
  clear: both;
}
.group_form_2 label {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  font-size: 12px;
  color: #808080;
}
.input_text_2 {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9c9c9c;
  font-size: 16px;
  height: 31px;
  font-family: "Roboto", sans-serif;
}
.input_text_2:focus {
  outline: 0;
  border-bottom: 1px solid #676767;
}
.row_dd {
  margin: 0 -15px;
}
.col2_dd {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.tx_d {
  font-size: 12px;
  color: #808080;
  margin-top: 6px;
}
.act_poisk {
  margin-top: 57px;
}
.act_poisk ul {
  text-align: center;
}
.act_poisk ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin: 0 9px;
}
.btn_2 {
  padding: 7px 20px;
}
#advanced-search-popup .mfp-close {
  display: none;
}
.avatar_min {
  margin-bottom: 19px;
}
.avatar_min a img {
  opacity: 0.7;
  transition: 0.3s;
}
.avatar_min a:hover img {
  opacity: 1;
}
.a_mes_min {
  display: inline-block;
  text-decoration: none;
}
.a_mes_min .mes_ico_min img {
  opacity: 0.7;
  transition: 0.3s;
}
.a_mes_min:hover .mes_ico_min img {
  opacity: 1;
}
.mes_cunt_min {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
}
.datepicker {
  text-transform: uppercase;
}
.datepicker_bl {
  position: relative;
}
.datepicker_bl:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/datepicker_arrow.png") center no-repeat;
  width: 8px;
  height: 4px;
  top: 14px;
  right: 10px;
}
.nice-select .list {
  margin-top: 1px;
  border-radius: 2px;
}
.top_main_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.green_top_m {
  padding: 18px 13px 11px;
  background: #e5ffdd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 1;
}
.row_gt {
  margin: 0 -9px;
}
.col2_gt {
  padding: 0 9px;
  width: 50%;
  float: left;
}
.tx_gt {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.wide {
  width: 100%;
}
.search_gt_i {
  padding-right: 220px;
}
.search_box_min_2 {
  width: 100%;
}
.wh_top_m {
  padding: 37px;
  padding-bottom: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
  color: #000;
}
.wh_top_m_ser {
  padding: 29px 0 10px;
  /* float: left; */
}
.tit_ob {
  font-size: 24px;
  font-weight: 300;
  margin-left: 22px;
  margin-bottom: 17px;
}
.tit_top_m {
  margin-left: 35px;
}
.nav_2 > ul > li {
  display: inline-block;
  vertical-align: top;
}
.nav_2 > ul > li > a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
}
.nav_2 > ul > li > a.active {
  color: #287f0e;
  -webkit-box-shadow: inset 0 -4px 0 0 rgba(41, 127, 15, 1);
  -moz-box-shadow: inset 0 -4px 0 0 rgba(41, 127, 15, 1);
  box-shadow: inset 0 -4px 0 0 rgba(41, 127, 15, 1);
}
.nav_2 > ul > li > a:hover {
  color: #287f0e;
}
.tab__bl {
  display: none;
}
.tab__bl.active {
  display: block;
}
.otsl_bl > ul > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.otsl_bl > ul > li:first-child {
  margin-left: 0;
}
.otsl_bl > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #287f0e;
  text-decoration: none;
  text-transform: uppercase;
}
.otsl_bl > ul > li > a.btn_2 {
  color: #fff;
}
.bottom_main_block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.left_act_bot {
  position: relative;
  bottom: -2px;
}
.act_bot {
  background: #fff;
  padding: 18px 18px 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-family: "Roboto", sans-serif;
}
.pagination_bl > ul > li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  line-height: 11px;
}
.pagination_bl > ul > li > a {
  text-decoration: none;
  font-size: 13px;
  color: #b2b2b2;
  display: inline-block;
}
.pagination_bl > ul > li > a.active {
  color: #010101;
}
.pagination_bl > ul > li > a:hover {
  color: #010101;
}
.ar_ar_left {
  width: 36px;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff url("../images/ar_ar_left.png") center no-repeat;
}
.ar_left {
  width: 36px;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff url("../images/ar_left.png") center no-repeat;
}
.ar_ar_right {
  width: 36px;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff url("../images/ar_ar_right.png") center no-repeat;
}
.ar_right {
  width: 36px;
  height: 36px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff url("../images/ar_right.png") center no-repeat;
}
.ar_ar_left:hover,
.ar_left:hover,
.ar_right:hover,
.ar_ar_right:hover {
  background-color: #f6f6f6;
}
.pagination_bl > ul > li.pag_num {
  padding: 0 4px;
}
.tx_sh {
  font-size: 13px;
  color: #808080;
  margin-right: 5px;
}
.show_page {
  margin-left: 22px;
}
.select_2.nice-select .list {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 1px;
}
.poasn_bl {
  margin-left: 52px;
  margin-top: -7px;
  margin-bottom: -7px;
}
.row_poasn {
  width: 342px;
}
.row_poasn .col2_poasn {
  width: 50%;
  float: left;
  font-size: 12px;
  color: #808080;
  margin: 3px 0;
}
.ico_po {
  margin-right: 7px;
  width: 20px;
  text-align: center;
}
.ico_serf {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.center_main_block {
  position: absolute;
  left: 0;
  right: 0;
}
.table_main .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.table_main .mCSB_scrollTools {
  top: 15px;
  bottom: 15px;
}
table.table_main {
  border-collapse: collapse;
  width: 100%;
}
table.table_main thead {
  background: #f3f3f3;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}
table.table_main th {
  font-size: 14px;
  color: #808080;
  padding: 10px;
}
table.table_main th a {
  position: relative;
  color: #808080;
  text-decoration: none;
  display: inline-block;
}
table.table_main th a:hover {
  color: #4f4f4f;
}
table.table_main td {
  font-size: 14px;
  padding: 12px 15px;
  color: #000;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #e6e6e6;
}
table.table_main td.td_serf {
  white-space: nowrap;
}
table.table_main td a {
  color: #000;
  text-decoration: underline;
}
table.table_main td a:hover {
  text-decoration: none;
}
table.table_main tbody tr:hover {
  background: #fafafa;
}
table.table_main .th_sert {
  color: #000;
}
th.arrow_sert {
  display: inline-block;
  background: url("../images/arrow_sert.png") center no-repeat;
  width: 8px;
  height: 4px;
}
table.table_main th {
  cursor: pointer;
}
table.table_main th.down a,
table.table_main th.up a {
  padding-bottom: 10px;
  color: #000;
}
table.table_main th.down a:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/arrow_sert.png") center no-repeat;
  width: 8px;
  height: 4px;
  left: 50%;
  margin-left: -4px;
  bottom: 0;
}
table.table_main th.up a:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/arrow_sert.png") center no-repeat;
  width: 8px;
  height: 4px;
  left: 50%;
  margin-left: -4px;
  bottom: 0;
  transform: rotate(180deg);
}
.white-space-nowrap {
  white-space: nowrap;
}
.tbody_scroll tr td.width_15 {
  width: 15%;
}
.tbody_scroll tr td.width_10 {
  width: 10%;
}
.email_us_b {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}
.ul_act_us {
  display: block;
  margin: 0 -13px;
}
.ul_act_us li {
  padding: 0 13px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.nav_3 > ul > li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin-left: 5px;
}
.nav_3 > ul > li:first-child {
  margin-left: 0;
}
.dropdown {
  position: relative;
}
.dropdown .btn_dropdown {
  display: inline-block;
  background: #fff;
  padding: 10px 32px 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
}
.dropdown_2 .btn_dropdown {
  border-color: #d7d7d7;
  text-transform: none;
  font-size: 13px;
  padding: 9px 32px 10px 15px;
}
.dropdown .btn_dropdown:after {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/ar1.png") center no-repeat;
  height: 5px;
  width: 10px;
  top: 16px;
  right: 10px;
}
.dropdown .btn_dropdown:hover {
  border-color: #e6e6e6;
}
.dropdown .btn_dropdown.active {
  border-color: #287f0e;
  background: #287f0e;
  color: #fff;
}
.dropdown .btn_dropdown.active:after {
  background-image: url("../images/ar2.png");
}
.dropdown .btn_dropdown.open {
  color: #287f0e;
  background: #e5ffdd;
  border-color: #b3d2aa;
}
.dropdown .btn_dropdown.open:after {
  background-image: url("../images/ar3.png");
}
.dropdown-menu {
  position: absolute;
  z-index: 10;
  width: 550px;
  top: 100%;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.3);
  display: none;
}
.dropdown_2 .dropdown-menu {
  top: auto;
  bottom: 100%;
  width: 200px;
  left: auto;
  right: 0;
}
.dropdown-menu > li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu > li > a {
  display: block;
  padding: 15px 37px;
  font-size: 13px;
  color: #4c4c4c;
  text-decoration: none;
  position: relative;
}
.dropdown_2 .dropdown-menu > li > a {
  padding: 10px 15px 10px 40px;
}
.dropdown_2 .dropdown-menu > li > a.select:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/select.png") center no-repeat;
  width: 18px;
  height: 14px;
  left: 15px;
}
.dropdown-menu > li:last-child {
  border-bottom: 0;
}
.dropdown-menu > li > a:hover {
  background: #e5ffdd;
}
.upload_dd {
  position: relative;
}
.upload_dd:before {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/update.png") center no-repeat;
  width: 16px;
  height: 12px;
  left: 10px;
  top: 15px;
}
.nav_3 {
  padding: 20px;
  font-family: "Roboto", sans-serif;
}
.zap__ch_right {
  float: right;
  margin-top: 11px;
}
.zap__ch_right .checkbox:not(checked) + label {
  font-family: "Roboto", sans-serif;
}
.green_min {
  padding: 9px 20px;
  background: #e5ffdd;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  color: #808080;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
.text-right {
  text-align: right;
}
.btn_remove {
  display: inline-block;
  background: url("../images/remove.png") center no-repeat;
  width: 14px;
  height: 18px;
  opacity: 0.7;
}
.btn_remove:hover {
  opacity: 1;
}
.tx_sert {
  padding-left: 25px;
}
.upload_dr {
  position: relative;
  padding-left: 42px !important;
}
.upload_dr:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/update.png") center no-repeat;
  width: 16px;
  height: 12px;
  left: 15px;
  top: 12px;
}
.col_ser {
  padding-left: 121px;
  float: left;
}
.col_ser p {
  font-size: 16px;
  color: #333;
}
.col_ser p.tt_ser {
  margin-bottom: 14px;
  font-size: 14px;
  color: #808080;
}
.link {
  color: #0072bc;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.ser_bl {
  padding: 0 20px;
  font-family: "Roboto", sans-serif;
}
.tit_sser {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}
.sser_bl {
  margin-top: 30px;
}
.left_sser {
  font-size: 14px;
  color: #000;
  margin-top: 2px;
  font-weight: 100;
}
.tx_sser {
  padding-left: 270px;
  font-size: 16px;
  color: #000;
}
.tx_sser a {
  color: #000;
  text-decoration: underline;
}
.tx_sser a:hover {
  text-decoration: none;
}
.row_sser {
  margin-bottom: 10px;
  position: relative;
}
.row_sser:after {
  content: "";
  display: block;
  clear: both;
}
.ser_bl {
  position: relative;
}
.upd_bl {
  position: absolute;
  top: 0;
  right: 69px;
  width: 150px;
  color: #808080;
  z-index: 2;
}
.tx_upd {
  font-size: 12px;
  margin-bottom: 21px;
}
.ul_upd {
  margin-left: 26px;
}
.ul_upd li {
  list-style: none;
  margin-bottom: 16px;
}
.ul_upd li a {
  color: #808080;
  text-decoration: none;
  display: inline-block;
}
.ul_upd li a img {
  opacity: 0.7;
}
.ul_upd li a:hover {
  color: #000;
}
.ul_upd li a:hover img {
  opacity: 1;
}
.ul_upd li a .txx_upd {
  margin-left: 3px;
  margin-top: -4px;
  font-size: 13px;
}
.main_c {
  padding: 20px 0;
}
.izm_sser {
  font-size: 16px;
}
.tx_top_ss {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: black;
  margin-bottom: 17px;
}
.tx_bottom_ss {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 13px;
  color: black;
  margin-top: 20px;
}
.mm_center {
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}
.mm_center_in {
  display: table-cell;
  vertical-align: middle;
}
.nav_popup {
  position: relative;
}
.nav_popup:after {
  content: "";
  display: block;
  clear: both;
}
.nav_popup li {
  float: left;
  width: 100%;
  list-style: none;
}
.nav_popup li a {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #808080;
  text-decoration: none;
  padding: 9px 10px 10px;
  border-bottom: 4px solid transparent;
}
.nav_popup li a.active {
  color: #287f0e;
  border-color: #287f0e;
}
.tab_s {
  display: none;
  /* min-height: 440px; */
}
.tx_search_gt {
  font-size: 12px;
  margin-bottom: 10px;
  color: #000;
  margin-top: -2px;
}
.logo_2 {
  text-align: center;
  display: inline-block;
  float: left;
}
.logo_2 img {
  width: 175px;
}
.logo img {
  width: 175px;
}
.description_s {
  font-size: 20px;
  color: #287f0e;
  margin-top: 2px;
  font-family: "Roboto Condensed", sans-serif;
}
.post_bl {
  padding: 0 48px;
  font-family: "Roboto", sans-serif;
}
.post_bl h1 {
  font-size: 36px;
  color: #666;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 45px;
}
.img_post {
  float: left;
  width: 420px;
}
.img_post img {
  width: 100%;
}
.tx_post {
  font-size: 16px;
  color: #666;
  margin-top: -5px;
}
.tx_post p {
  margin-bottom: 21px;
  line-height: 19px;
}
.sser_bl_2 {
  margin: 0;
}
.tx_sser_2 {
  font-size: 18px;
}
.rez__100 {
  padding-top: 15px;
  font-size: 17px;
  text-align: center;
  color: #005ba1;
}
.sser_bl_2 .row_sser:last-child {
  margin-bottom: 0;
}
.ser_bl_3 {
  /* padding-right: 240px; */
}
.tx_inf_service {
  color: #333;
}
.ico_up {
  display: inline-block;
  background: url("../images/ico_up.png") center no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
}
.ico_og {
  display: inline-block;
  background: url("../images/ico_og.png") center no-repeat;
  width: 21px;
  height: 18px;
  background-size: cover;
}
.ico_pl {
  display: inline-block;
  background: url("../images/plus_ico.png") center no-repeat;
  width: 18px;
  height: 18px;
  background-size: cover;
  opacity: 0.7;
  position: relative;
  top: 2px;
}
.ico_rem {
  display: inline-block;
  background: url("../images/ico_rem.png") center no-repeat;
  width: 14px;
  height: 18px;
  background-size: cover;
  opacity: 0.7;
  position: relative;
  top: 2px;
}
.ico_pl:hover,
.ico_rem:hover {
  opacity: 1;
}
table.table_main tr td:nth-child(1) {
  width: 33.3%;
}
table.table_main tr td:nth-child(2),
table.table_main tr td:nth-child(3) {
  width: 33.3%;
}
table.table_main tr td:nth-child(4) {
  white-space: nowrap;
}
table.table_main.custom_table tr td {
  width: auto;
  white-space: normal;
}
table.table_main tr {
  width: 100%;
  height: auto;
}
.ul_td_inf li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.ul_td_inf li:first-child {
  margin-left: 0;
}
.name_table {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  padding: 18px 13px;
  font-family: "Roboto", sans-serif;
}
.total_records {
  font-size: 13px;
  color: #808080;
  margin-left: 25px;
  margin-top: 8px;
}
.table_style {
  border-collapse: collapse;
  width: 100%;
}
.table_style th,
.table_style td {
  padding: 10px;
  border: 1px solid #aaa;
}
.table_style th {
  color: #ffffff;
  background: #287f0e;
}
.table_style tr:nth-child(odd) td {
  background: #f5f8f9;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.chosen-container {
  width: 100% !important;
}
.h1_none,
.h2_none,
.h3_none {
  font-size: 18px;
  font-weight: normal;
}
.name_table_2 {
  font-size: 17px;
  color: #000;
  padding: 18px 13px;
  font-family: "Roboto", sans-serif;
}
.left_info_kad {
  float: left;
  position: relative;
  z-index: 12;
}
.close_info_kad {
  float: left;
  margin-left: 21px;
}
.kad_kvart {
  float: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
}
.kad_num_2 {
  float: left;
  margin-left: 20px;
}
a.open_info_kad {
  display: block;
  background: url("../images/info_icon.svg") center no-repeat;
  width: 24px;
  height: 24px;
}
.center_bl {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 15px;
}
.name_kad {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  padding: 20px 0 0;
}
.row_okr {
  margin: 0 -15px;
}
.col2_okr {
  padding: 0 15px;
  float: left;
  width: 50%;
}
.ul_list > li {
  list-style: none;
  display: block;
  margin-bottom: 2px;
}
.ul_list > li > a {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #333;
  font-size: 14px;
  padding: 5px 5px 5px 55px;
  text-decoration: none;
  border-radius: 2px;
  position: relative;
}
.ul_list > li > a:hover {
  background: #e6fede;
}
.ul_list > li > a.active {
  background: #2a7e0e;
  color: #fff;
}
.ul_list > li > a:before {
  position: absolute;
  content: attr(number);
  left: 10px;
  top: 5px;
  font-size: 14px;
  font-weight: 700;
}
.ul_list_scroll .mCSB_inside > .mCSB_container {
  margin-right: 15px !important;
}
.tab_list {
  display: none;
}
.popup_info_2_bl {
  width: 376px;
  padding: 65px 0 10px;
  border: 1px solid #b5b5b5;
  border-radius: 3px;
  position: absolute;
  z-index: 11;
  background: #fff;
  top: 3px;
  left: 2px;
  -webkit-box-shadow: 0 0 39px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 39px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 39px -10px rgba(0, 0, 0, 0.75);
  display: none;
}
.table_info_2 {
  width: 100%;
  border-collapse: collapse;
}
.table_info_2 tr td {
  padding: 5px 11px;
  font-size: 15px;
}
.table_info_2 tr td.name_td_info {
  font-size: 13px;
  color: #9c9c9c;
}
.table_info_2 tr td a {
  text-decoration: underline;
  color: #000;
}
.table_info_2 tr td a:hover {
  text-decoration: none;
}
.name_table_2 {
  position: relative;
}
.btn_close_popup_info {
  display: inline-block;
  background: url("../images/close_ico.png") center no-repeat;
  width: 16px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.tx_sser_2 h1 {
  display: inline-block;
  vertical-align: middle;
}
.inf_kad_n_open {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.back_list {
  display: none;
}
.block404 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding-top: 30px;
}
.block404 h1 {
  color: #287f0e;
  font-size: 45px;
  margin-bottom: 40px;
}
.img404 {
  margin-bottom: 40px;
}
.block404 p {
  color: #287f0e;
  font-size: 25px;
  line-height: 27px;
}
.center_main_block.main_c.content,
.main_m,
.menu_bl.content,
.popup_left {
  overflow-y: auto;
}
.popup_left {
  padding: 15px 15px;
}
.btn_close_popup {
  top: 9px;
  right: 15px;
}
.main_c {
  padding: 0;
}
.post_bl {
  padding: 20px 48px;
}
.main_block {
  padding: 0;
}
.inf_kad_n_open_2 {
  margin-left: 8px;
  margin-top: -3px;
}
.inf_kad_n_open_2 a.open_info_kad {
  background-size: cover;
  width: 15px;
  height: 15px;
}
.date_update {
  padding: 0;
}
.row_okr {
  padding: 15px 0;
}
.row_sser_2 {
  margin: 0 -15px;
}
.col2_sser_2 {
  padding: 0 15px;
  float: left;
  width: 50%;
}
.scroll__table {
  overflow-y: auto;
  overflow-x: auto;
  height: 100%;
}
.thead {
  width: 100%;
  display: block;
  position: relative;
  background: #f3f3f3;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}
.thead:after {
  content: "";
  display: block;
  clear: both;
}
.thead .th {
  float: left;
  width: 33.33%;
  font-size: 14px;
  color: #808080;
  padding: 10px 15px;
  font-weight: 800;
}
.thead .th a {
  position: relative;
  color: #808080;
  text-decoration: none;
  display: inline-block;
}
.thead {
  position: fixed;
}
.header_shop {
  text-align: center;
  padding: 40px 0 47px;
}
.select_db_bl {
  font-family: "Roboto", sans-serif;
}
.lable_select {
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}
.select_db_bl {
  max-width: 300px;
  margin: 0 auto;
}
.row_shop {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.col_shop {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
}
.select_db_bl {
  margin-bottom: 29px;
}
.shop_bl {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  padding-bottom: 30px;
}
.box_product {
  display: block;
  padding: 25px 23px;
  text-decoration: none;
}
.box_product:hover {
  background: #f5fff2;
}
.img_product {
  float: left;
  width: 72px;
  height: 71px;
  text-align: center;
  line-height: 63px;
  border-radius: 12px;
}
.info_product {
  padding-left: 102px;
  margin-top: -6px;
}
.box_product .info_product {
  text-decoration: none;
  color: #808080;
}
.tx_min_product {
  margin-bottom: 34px;
}
.product_bl {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.price {
  display: inline-block;
  color: #fff;
  background: #287f0e;
  font-weight: 800;
  font-size: 18px;
  padding: 5px 28px 7px;
}
.tx_min_product {
  display: table;
  width: 100%;
  min-height: 80px;
}
.tx_min_product_in {
  display: table-cell;
  vertical-align: middle;
}
.table_product_info {
  text-align: center;
}
.table_product_info_row {
  max-width: 390px;
  padding: 0 15px;
  margin: 0 auto;
}
.img_product_float_none {
  float: none;
}
.table_product_info_row {
  display: table;
}
.table_product_info_row .table_product_info_td {
  display: table-cell;
  vertical-align: middle;
}
.table_product_info_row .table_product_info_td:nth-child(2) {
  text-align: left;
  padding-left: 30px;
}
.form_shop_center {
  max-width: 490px;
  padding: 0 15px;
  margin: 0 auto;
}
.table_product_info {
  margin-bottom: 82px;
  margin-top: 30px;
}
.lable_2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.lable_3 {
  margin-bottom: 20px;
}
.alert_green {
  text-align: center;
  padding: 15px 15px 17px;
  color: #4c4c4c;
  background: #e5ffdd;
  margin-bottom: 38px;
  line-height: 19px;
}
.alert_green span {
  font-weight: 800;
}
.submit_kad {
  background: #287f0e;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  width: 130px;
  height: 40px;
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.submit_kad:hover {
  background: #21580e;
}
.int_2_bl {
  padding-right: 130px;
}
.input_2 {
  height: 40px;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 0 15px;
}
.input_2:focus {
  outline: 0;
  border-color: #c1c1c1;
}
.form_kad_number {
  margin-bottom: 85px;
}
.form_group_2 {
  margin-bottom: 15px;
}
.input_3 {
  height: 40px;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 16px;
}
.input_3:focus {
  outline: 0;
  border-color: #000000;
}
.dd-selected-text {
  line-height: 30px !important;
}
.dd-select {
  background: #fff !important;
  border-radius: 5px !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
.dd-selected {
  font-weight: normal !important;
  padding: 5px 10px !important;
}
.dd-selected-text {
  color: #000 !important;
}
.dd-option label {
  line-height: 30px !important;
}
.dd-option-image,
.dd-selected-image {
  margin-right: 15px !important;
}
.form-check-input {
  float: left;
  margin-top: 5px;
}
.form-check-label {
  text-align: right;
  display: block;
  color: #808080;
  font-size: 14px;
}
.form-check-label a {
  text-decoration: underline;
  color: #808080;
}
.total_price {
  text-align: center;
  font-size: 18px;
  color: #287f0e;
  margin-bottom: 30px;
  padding-top: 3px;
}
.total_price span {
  font-size: 24px;
  font-weight: 800;
}
.sub_center_2 {
  text-align: center;
  margin-bottom: 58px;
}
.submit_2 {
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  background: #287f0e;
  color: #fff;
  padding: 12px 37px;
  border-radius: 5px !important;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  animation: glowing 2300ms infinite;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.vypiski_bl {
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 70px;
  max-width: 800px;
}
.row_vyp {
  margin: 0 -5px;
}
.col_vyp {
  padding: 0 5px;
  width: 33.33%;
  float: left;
}
.col_vyp img {
  width: 100%;
}
.form_pay {
  position: relative;
  /* margin-top: 32px; */
}
.form_pay_not_active:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.6;
}
.ok_kad {
  margin-top: -20px;
}
.ok_kad li {
  list-style: none;
  display: block;
  position: relative;
  padding-left: 42px;
  font-size: 14px;
}
.ok_kad li:before {
  content: "";
  position: absolute;
  display: block;
  background: url("../images/ok.png") center no-repeat;
  width: 16px;
  height: 12px;
  left: 13px;
  top: 3px;
}
.center_2 {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 565px;
  padding: 0 15px;
  padding-bottom: 40px;
}
.alert_opl {
  padding: 33px 38px;
  background: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.title_opl {
  text-align: center;
  margin-bottom: 34px;
}
.title_opl .img_opl,
.title_opl .tx_opl {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.title_opl .img_opl img,
.title_opl .tx_opl img {
  width: 35px;
}
.title_opl .tx_opl {
  font-size: 24px;
  color: #ac0f0f;
  font-weight: 800;
}
.ul_opl li {
  margin-bottom: 17px;
  color: #333;
  list-style: none;
}
.ul_opl li span {
  font-weight: 800;
}
.ul_opl li:last-child {
  margin-bottom: 0;
}
.tx_bottom_al {
  text-align: center;
  padding: 23px 0 0;
}
.tx_al {
  margin-bottom: 25px;
  color: #333;
}
.btn_al {
  font-size: 14px;
  text-transform: uppercase;
  background: #287f0e;
  color: #fff;
  padding: 9px 37px;
  border-radius: 5px !important;
  border: 0;
  display: inline-block;
  text-decoration: none;
}
.alert_opl_green {
  background: #f9fff7;
  border-color: #aadc9b;
}
.alert_opl_green .title_opl .tx_opl {
  color: #287f0e;
}
.title_p_3 {
  color: #287f0e;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.status_line_block {
  padding: 15px 52px;
  background: #e0f3ff;
  border-top: 1px solid #bcd4d1;
  border-bottom: 2px solid #cfdfe9;
  font-family: "Roboto", sans-serif;
  line-height: 35px;
}
.status_loading {
  float: left;
}
.gif_status_loading img {
  height: 35px;
}
.gif_status_loading {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.tx_status_loading {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.last_upload {
  float: right;
}
.result_tx_loading {
  display: inline-block;
  vertical-align: middle;
}
.btn_reload_bl {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.services_bl {
  padding: 30px 20px;
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(224, 224, 224, 1);
  -moz-box-shadow: inset 0 2px 5px 0 rgba(224, 224, 224, 1);
  box-shadow: inset 0 2px 5px 0 rgba(224, 224, 224, 1);
  font-family: "Roboto", sans-serif;
}
.title_services {
  color: #287f0e;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
  border-bottom: 1px solid #287f0e;
}
.services_lists_bl {
  /* width: 43%; */
  /* float: left; */
  /* padding-right: 60px; */
}
.inf_service {
  padding-left: 30px;
}
.text_inf_service {
  margin-bottom: 7px;
  font-size: 12px;
  /* padding-right: 15px; */
}
.time_inf_service {
  font-size: 13px;
}
.table_inf_service {
  width: 100%;
}
.table_inf_service td {
  vertical-align: top;
}
.price_ser {
  white-space: nowrap;
  color: #287f0e;
  /* font-weight: 600; */
  font-size: 34px;
  display: inline-block;
  /* vertical-align: middle; */
  /* float: right; */
  text-align: right;
}
.if_pop {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.price_inf_service {
  white-space: nowrap;
  min-width: 72px;
  margin-bottom: 10px;
}
.services_lists .services_list:first-child {
  /* border-top: 1px solid #f2f2f2; */
}
.services_list {
  display: block;
  padding: 5px;
  border: 1px solid #287f0e;
  /* border-radius: 10px; */
  /* box-shadow: 0px 0px 0px 1px #f6f6f6, 0px 0px 0px 2px #cccccc; */
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #f5fff2;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 19%);
}
.services_list:hover {
  box-shadow: 15px 15px 15px 0px rgb(0 0 0 / 19%);
}
.services_list_api {
  background-color: #01549a;
  max-width: 530px;
  display: block;
  padding: 10px;
  border: 1px solid #287f0e;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px #f6f6f6, 0px 0px 0px 2px #cccccc;
  margin-bottom: 10px;
}


.pay_form {
  /* float: left; */
  /* width: 35%; */
}
.total_price_2 {
  /* float: left; */
  font-size: 18px;
  color: #287f0e;
  text-align: right;
}
.total_price_2 span {
  font-size: 34px;
  font-weight: 800;
}
.sub_3 {
  /* float: right; */
  /* margin-left: 100px; */
}
.pay_info {
  text-align: right;
}
.pay_icons {
  display: inline-block;
  vertical-align: middle;
}
.tx_info_pay {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.pay_info {
  margin-top: 20px;
}
.btn_add_fav {
  display: inline-block;
  text-decoration: none;
  color: #0019eb;
  white-space: nowrap;
}
.btn_add_fav .ico_fav {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.btn_add_fav .ico_fav img {
  width: 20px;
}
.btn_add_fav .tx_fav {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.btn_add_fav:hover .tx_fav {
  text-decoration: none;
}
.zak_vyp {
  /* white-space: nowrap; */
  margin-top: 10px;
  margin-bottom: 10px;
}
.ob_kop_str_bl {
  padding: 7px 13px 18px;
  font-family: "Roboto", sans-serif;
}
.ico_ob img {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.title_ob {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 800;
  color: #287f0e;
}
.link_ob {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
.link_ob a {
  color: #0019eb;
  text-decoration: underline;
}
.link_ob a:hover {
  text-decoration: none;
}
.checkbox_s {
  display: none;
}
.checkbox_s_div {
  display: block;
  background: url("../images/checkbox_uncheck.svg") center no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.checkbox_s:not(checked) + .checkbox_s_div {
  background: url("../images/checkbox_uncheck.svg") center no-repeat;
}
.checkbox_s:checked + .checkbox_s_div {
  background: url("../images/checkbox_check.svg") center no-repeat;
}

.checkbox_s_span {
  display: block;
  background: url("../images/checkbox_uncheck.svg") center no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.checkbox_s:not(checked) + .checkbox_s_span {
  background: url("../images/checkbox_uncheck.svg") center no-repeat;
}
.checkbox_s:checked + .checkbox_s_span {
  background: url("../images/checkbox_check.svg") center no-repeat;
}

.form-check-input {
  display: none;
}
.form-check-input + .form-check-label {
  cursor: pointer;
}
.form-check-input:not(checked) + .form-check-label {
  position: relative;
}
.form-check-input:not(checked) + .form-check-label:before {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/checkbox_uncheck.svg") center no-repeat;
  width: 15px;
  height: 15px;
  left: 0;
  top: 3px;
}
.form-check-input:checked + .form-check-label:before {
  background: url("../images/checkbox_check.svg") center no-repeat;
}
.zak_vyp_mob {
  display: none;
}
.btn_note {
  position: fixed;
  right: 50px;
  bottom: 5px;
  /* border: 1px solid #000000; */
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 19%);
  font-weight: 400;
  font-size: 13px;
  color: black;
  /* background: #2d8c0fc4; */
  background: #fade07;
  border-radius: 2px;
  text-align: center;
  padding: 8px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  line-height: 22px;
  max-width: 460px;
}
.phoneHeader {
  float: left;
  margin-top: 4px;
  margin-left: 50px;
}
.phoneHeader .phoneNumber {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  color: #287f0e;
  font-weight: 700;
  line-height: 30px;
}
.phoneHeader .phoneNumber a {
  text-decoration: none;
  color: #287f0e;
}
.phoneHeader .txNumber {
  color: #9fc397;
  font-size: 12px;
}
.phoneMenu {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px;
  text-align: center;
  color: #fff;
}
.phoneMenu .phoneNumber {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
}
.phoneMenu .phoneNumber a {
  color: #fff;
  text-decoration: none;
}
.phoneHeader .txNumber {
  font-size: 12px;
}

.discount_message_active {
	font-size: 12px;
    padding: 2px;
    /* border-radius: 4px; */
    background-color: #3ffa0769;
    color: #000000;
    text-align: center;
	font-weight: bold;
	margin: -5px;
	margin-top: 1px;
}

.discount_message_inactive {
	font-size: 12px;
    padding: 2px;
    /* border-radius: 4px; */
    background-color: red;
    color: white;
    text-align: center;
	/* font-weight: bold; */
	margin: -5px;
	margin-top: 1px;
}
.discount_message_empty {
	font-size: 12px;
    padding: 2px;
    /* border-radius: 4px; */
    background-color: red;
    color: white;
    text-align: center;
	/* font-weight: bold; */
	margin: -5px;
	margin-top: 1px;
}

@media (min-width: 768px) {
  .desc_none {
    display: none;
  }
  .green-popup .mfp-close {
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .btn_note_2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .logo_2 {
    float: none;
  }
  .phoneHeader {
    display: none;
  }
   .monitor_pay {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .phoneHeader {
    margin-left: 30px;
  }
  .phoneHeader .phoneNumber {
    font-size: 24px;
  }
  .phoneHeader .txNumber {
    font-size: 10px;
  }
}
@media (max-width: 850px) {
  .phoneHeader {
    margin-left: 20px;
  }
  .phoneHeader .phoneNumber {
    font-size: 20px;
  }
  .phoneHeader .txNumber {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  @-ms-viewport {
    width: 768px;
  }
}
@media (max-width: 1200px) {
  .tx_gt {
    font-size: 13px;
  }
  .tit_ob {
    font-size: 15px;
  }
  .wh_top_m {
    padding-top: 15px;
  }
  .tit_ob {
    margin-bottom: 4px;
  }
  .nav_2 > ul > li > a {
    font-size: 13px;
  }
  .poasn_bl {
    display: none;
  }
  .services_lists_bl {
    /* width: 50%; */
    /* padding-right: 25px; */
  }
  .pay_form {
    /* width: 50%; */
    /* padding-left: 25px; */
  }
}
@media (max-width: 900px) {
  .tx_sser_2 {
    font-size: 14px;
  }
  .post_bl h1 {
    font-size: 24px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 29px;
  }
  .img_post {
    width: 300px;
  }
  .tx_post {
    padding-left: 330px;
    font-size: 14px;
    color: #666;
    margin-top: -5px;
  }
  .top_main_page {
    margin-bottom: 40px;
  }
  .col2_sser_2 {
    width: 100%;
  }
  .col_shop {
    width: 50%;
  }
  .services_lists_bl {
    /* width: 50%; */
    /* padding-right: 15px; */
  }
  .pay_form {
    /* width: 50%; */
    /* padding-left: 15px; */
  }
}
@media (max-width: 768px) {
  .form_pay {
    margin-top: 10px;
  }
  .maps_google {
    height: 200px;
  }
  .top_main_page {
    margin-bottom: 5px;
  }
  .search_bl_min form {
    margin-bottom: 40px;
  }
  .col2_gt {
    width: 100%;
  }
  .row_gt .col2_gt:nth-child(2) {
    display: none;
  }
  .green_top_m {
    padding: 10px;
    height: 41px;
  }
  .logo_2 {
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
  }
  .logo_2 img {
    width: 100px;
  }
  .description_s {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  .post_bl {
    padding: 0 20px;
  }
  .post_bl h1 {
    font-size: 18px;
    color: #666;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 24px;
  }
  .img_post {
    width: 100%;
    float: none;
  }
  .tx_post {
    padding-left: 0;
    margin-top: 20px;
  }
  .ser_bl_3 {
    padding: 0 20px;
  }
  .tx_sser {
    padding-left: 0;
  }
  .left_sser {
    float: none;
    margin-bottom: 2px;
  }
  .row_sser {
    margin-bottom: 10px;
  }
  .ser_bl {
    padding: 0 20px;
  }
  .left_sser {
    font-size: 13px;
    margin-top: 0;
  }
  .tx_sser {
    font-size: 16px;
    line-height: 16px;
	margin-bottom: 2px;
  }
  .sser_bl {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .sser_bl_2 {
    margin: 0;
  }
  .wh_top_m_ser {
    padding: 15px 0;
  }
  .upd_bl {
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.27);
    padding: 15px;
    width: 223px;
    top: 15px;
    right: 20px;
    text-align: center;
  }
  .btn_open_upd {
    text-decoration: none;
    display: inline-block;
    background: #fff;
    border: 2px solid #fff;
    width: 35px;
    height: 24px;
    line-height: 20px;
    padding-left: 1px;
    padding-top: 7px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    right: 20px;
    top: -14px;
  }
  .btn_open_upd span {
    display: block;
    background: #287f0e;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    float: left;
    margin-left: 3px;
  }
  .tx_upd {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ul_upd {
    margin-left: 10px;
  }
  .ul_upd li {
    list-style: none;
    margin-bottom: 9px;
  }
  .ul_upd li:last-child {
    margin-bottom: 0;
  }
  .ico_upd {
    margin-top: -7px;
  }
  .ico_upd img {
    width: 12px;
  }
  table.table_main tr td:nth-child(1),
  table.table_main tr td:nth-child(2),
  table.table_main tr td:nth-child(3) {
    width: auto;
  }
  table.table_main thead {
    overflow: hidden;
    height: 0;
  }
  .name_table {
    font-size: 16px;
    padding: 12px 13px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  table.table_main td {
    display: block;
  }
  .pagination_bl,
  .show_page {
    display: none;
  }
  .total_records {
    font-size: 13px;
    color: #808080;
    margin-left: 0;
    margin-top: 0;
    float: none;
    text-align: center;
  }
  table.table_main tr td:last-child {
    border-bottom: 2px solid #287f0e;
  }
  .white-popup {
    padding: 20px;
  }
  .row_poisk {
    margin: 0 -10px;
  }
  .col2_poisk {
    padding: 0 10px;
  }
  .input_search {
    /* width: 280px; */
    width: 100%;
  }
  .col_obn {
    width: 100%;
  }
  .left_block {
    width: auto;
    left: 0;
    right: 48px;
  }
  .log__bl {
    padding: 10px;
  }
  .avatar img {
    width: 30px;
  }
  .log__bl .inf_log {
    padding-left: 40px;
  }
  .log__bl .email_us {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .log__bl .mes_bl {
    font-size: 12px;
    top: -1px;
  }
  .btn_filter_mob {
    position: absolute;
    display: block;
    /* background: url(../images/search.svg) center no-repeat; */
    width: 16px;
    height: 16px;
    background-size: cover;
    right: 10px;
    top: 5px;
    border: 0;
    cursor: pointer;    
	text-decoration: none !important;
  }

  .btn_filter_mob::before {
    content: '🔎';
    float: inline-end;
    font-size: x-large;
  }
  .nav_popup li a {
    font-size: 12px;
    padding: 5px 10px 5px;
    border-bottom: 2px solid transparent;
  }
  .nav_popup {
    margin-bottom: 20px;
  }
  .group_form_2 {
    margin-bottom: 15px;
  }
  .act_poisk {
    margin-top: 20px;
  }
  .pagination_bl {
    display: block;
  }
  .pagination_bl ul li {
    display: none;
  }
  .pagination_bl ul li:nth-child(2),
  .pagination_bl ul li:nth-last-child(2),
  .pag_num.active {
    display: inline-block;
  }
  .total_records {
    float: left;
    margin-top: 3px;
    margin-left: 15px;
  }
  .act_bot {
    padding: 10px 10px 14px;
  }
  table.table_main td {
    font-size: 13px;
  }
  .act_log > ul > li > a {
    padding: 10px 10px;
    font-size: 12px;
  }
  .kad_num {
    position: relative;
    padding-left: 75px;
  }
  .kad_num:before {
    content: attr(attrth);
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 10px;
    color: #000;
    width: 70px;
  }
  .usl_num {
    position: relative;
    padding-left: 75px;
  }
  .usl_num:before {
    content: attr(attrth);
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    font-size: 10px;
    color: #ccc;
    width: 70px;
  }
  .pagination_bl > ul > li.pag_num {
    position: relative;
    padding: 0;
  }
  .ar_left,
  .ar_right {
    width: 25px;
    height: 25px;
  }
  .pagination_bl > ul > li.pag_num a {
    font-size: 11px;
  }
  .btn_open_upd.actice {
    border: 2px solid #287f0e;
    background: #fff;
  }
  .btn_open_upd.actice span {
    background: #287f0e;
  }
  .ico_pl,
  .ico_rem {
    position: relative;
  }
  .ico_pl:after {
    content: attr(attrText);
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    white-space: nowrap;
    color: #a9a9a9;
  }
  .ico_rem:after {
    content: attr(attrText);
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    white-space: nowrap;
    color: #a9a9a9;
  }
  .btn_close_left {
    margin-left: 0;
  }
  .table_style th,
  .table_style td {
    display: block;
    position: relative;
  }
  .table_style tr {
    display: block;
  }
  .table_style tr:first-child {
    display: none;
  }
  .table_style td {
    font-size: 12px;
  }
  .table_style td:before {
    content: attr(data-th);
    left: 10px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
  }
  .mob_none {
    display: none;
  }
  .wh_top_m.wh_top_m_ser {
    margin-bottom: 20px;
  }
  .name_table_2_in {
    width: 100%;
  }
  .kad_num_2 {
    float: left;
    margin-left: 10px;
  }
  .kad_kvart {
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-top: 2px;
  }
  .kad_num_2 .h1_none {
    font-size: 14px;
  }
  .close_info_kad > a {
    background-size: cover;
    width: 20px;
    height: 20px;
  }
  .name_table_2 {
    padding: 12px 13px;
  }
  .popup_info_2_bl {
    width: auto;
    right: 2px;
    padding: 45px 0 10px;
  }
  .table_info_2 tr td {
    padding: 4px 11px;
    font-size: 14px;
  }
  .table_info_2 tr td.name_td_info {
    font-size: 12px;
    color: #9c9c9c;
  }
  .name_kad {
    font-size: 14px;
  }
  .row_okr {
    margin: 0 -10px;
  }
  .col2_okr {
    padding: 0 10px;
  }
  .h1_none,
  .h2_none,
  .h3_none {
    font-size: 16px;
    font-weight: normal;
  }
  .inf_kad_n_open {
    margin-left: 15px;
  }
  .btn_close_popup_info {
    right: 12px;
    top: 10px;
  }
  .col2_okr {
    width: 100%;
  }
  .second_col {
    display: none;
  }
  .back_list {
    display: block;
    background: #287f0e;
    color: #fff;
    margin: 0 15px;
    margin-top: 10px;
    padding: 5px 10px;
    text-decoration: none;
    display: none;
  }
  .back_list.active {
    display: block;
  }
  .close_info_kad {
    float: right;
  }
  .kad_kvart {
    float: none;
  }
  .kad_num_2 {
    float: none;
    margin-left: 0;
  }
  .left_info_kad {
    float: none;
    position: relative;
    z-index: 12;
    padding-right: 35px;
  }
  .close_info_kad {
    float: right;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 21;
  }
  .main_block {
    padding: 0 5px;
  }
  .search_bl_min {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .img404 {
    width: 250px;
    margin-bottom: 25px;
  }
  .block404 h1 {
    color: #287f0e;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .block404 p {
    color: #287f0e;
    font-size: 18px;
    line-height: 20px;
  }
  .avatar_min,
  .messages_min {
    display: none;
  }
  .main_block {
    left: 0;
  }
  .left_block_min {
    height: auto;
  }
  .open_left_bl {
    margin-bottom: 0;
    padding: 11px 0 7px;
    height: 41px;
  }
  .left_block_min {
    background: #e5ffdd;
    box-shadow: none;
  }
  .btn_open_left span {
    background: #287f0e;
  }
  .left_block {
    right: 0;
  }
  .btn_close_left {
    left: 0;
  }
  .btn_open_upd {
    top: 0;
  }
  .upd_bl {
    top: 30px;
  }
  table.table_main thead {
    display: none;
  }
  .logo img {
    width: 150px;
  }
  .thead {
    display: none;
  }
  .col_shop {
    width: 100%;
  }
  .header_shop img {
    width: 100px;
  }
  .box_product {
    padding: 15px;
  }
  .info_product {
    padding-left: 90px;
    margin-top: -4px;
  }
  .tx_min_product {
    display: block;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }
  .tx_min_product_in {
    display: block;
  }
  .price {
    font-size: 16px;
    padding: 5px 18px 7px;
  }
  .col_shop {
    margin-bottom: 15px;
  }
  .header_shop {
    text-align: center;
    padding: 30px 0 30px;
  }
  .table_product_info_row .table_product_info_td:nth-child(2) {
    text-align: left;
    padding-left: 15px;
    font-size: 14px;
  }
  .table_product_info {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .alert_green {
    text-align: center;
    padding: 10px 10px 12px;
    color: #4c4c4c;
    background: #e5ffdd;
    margin-bottom: 38px;
    line-height: 17px;
    font-size: 14px;
  }
  .form_kad_number {
    margin-bottom: 50px;
  }
  .form_group_2 {
    margin-bottom: 20px;
  }
  .lable_2 {
    font-size: 14px;
    color: #333;
    margin-bottom: 11px;
  }
  .services_lists_bl {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .pay_form {
    float: left;
    width: 100%;
  }
  .services_bl {
    padding: 20px;
  }
  .services_list {
    padding: 5px 5px;
  }
  .inf_service {
  /* padding-left: 20px; */
  }
  .text_inf_service {
    margin-bottom: 7px;
    font-size: 12px;
  }
  .price_inf_service {
    white-space: nowrap;
    position: relative;
  /* padding-top: 10px; */
  }
  .price_inf_service:after {
    content: "";
    clear: both;
    display: block;
  }
  .price_ser {
    float: left;
  }
  .if_pop {
    float: right;
  }
  .status_line_block {
    padding: 15px 20px;
  }
  .status_loading,
  .last_upload {
    float: none;
    text-align: center;
  }
  .btn_reload_bl {
    margin-left: 20px;
  }
  .title_ob {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 800;
    color: #287f0e;
    position: relative;
    padding-left: 45px;
  }
  .title_ob .ico_ob {
    position: absolute;
    left: 0;
  }
  .link_ob {
    display: block;
    vertical-align: middle;
    margin-left: 49px;
  }
  .link_ob {
    display: block;
    vertical-align: middle;
    margin-left: 45px;
    margin-top: 10px;
  }
  .status_line_block {
    padding: 2px 5px 1px;
  }
  .result_tx_loading {
    display: none;
  }
  .btn_reload_bl {
    margin-left: 0;
  }
  .btn_reload_bl .btn_2 {
    padding: 7px 20px 6px;
    font-size: 10px;
  }
  .last_upload {
    font-size: 12px;
  }
  .zak_vyp_mob {
    display: block;
    text-align: center;
  }
  .header_popup {
    font-size: 16px;
    padding: 14px 50px;
  }
  .body_popup {
    padding: 20px 20px;
  }
  .price_sale {
    font-size: 26px;
  }
  .btn_note {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    font-size: 13px;
    border-radius: 2px;
    padding: 8px 10px;
    line-height: 18px;
  }
  .header_popup {
    display: none;
  }
  .green-popup .mfp-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .tx_popup_1 {
    padding-right: 40px;
  }
  .btn_note_bg {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 48px;
    padding: 13px 30px;
  /* background: #fff; */
    /* -webkit-box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.05); */
    /* -moz-box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.05); */
    /* box-shadow: inset 0 6px 5px 0 rgba(0, 0, 0, 0.05); */
  }
  .btn_note {
    position: relative;
    display: block;
    background: #fade07; 
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    display: none;
  }
  .btn_note_2 {
    display: block;
  }
}