.clear {
  clear: both;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
img.pull-left {
  float: left;
  margin: 0 29px 14px 0;
}
img.pull-right {
  float: right;
  margin: 0 0 14px 29px;
}
body * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#check {
  /*position: absolute;
  top: 0;
  left: 0;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;*/
}
body {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.1s;
  min-height: 100%;
  font-family: Arial;
  color: #58595b;
  /*font-size: 16px;*/
  /*position: relative;*/
  background-color: #fff;
}
body.loaded {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
input,
textarea,
label,
button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
button {
  border: none;
  box-shadow: none;
}
p {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}
h1 {
  font-size: 40px;
  line-height: 40px;
  color: #414042;
  margin-bottom: 30px;
  padding-top: 10px;
}
h2 {
  padding-top: 6px;
  margin-bottom: 14px;
  font-size: 26px;
  line-height: 30px;
}
h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 14px;
  position: relative;
  margin-top: -2px;
}
h1 + h2 {
  position: relative;
  margin-top: -26px;
  margin-bottom: 30px;
}
.p_w {
  width: 100%;
  min-width: 950px;
  margin: 0 auto;
}
.page {
  width: 950px;
  margin: 0 auto;
  /*outline: 1px solid red;*/
}
button.btn_more {
  width: 125px;
  padding: 8px 5px 9px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
button.btn_more.btn_white {
  background-color: #fafafb;
  color: #008647;
}
button.btn_more.btn_green {
  background-color: #008647;
  color: #fff;
}
a.more_arrow {
  display: inline-block;
  position: relative;
  /*display: block;*/
  color: inherit;
  text-decoration: underline;
}
a.more_arrow:hover {
  text-decoration: none;
}
a.more_arrow:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  margin-bottom: -4px;
  background: url("../images/pics_17.png") no-repeat -102px 0;
}
.languages_w {
  display: none;
  background-color: #e7e7e8;
  padding-bottom: 31px;
}
.languages_w .page {
  position: relative;
}
.languages_w .page .close {
  position: absolute;
  right: 0;
  top: 20px;
}
.languages_w .page .close span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-bottom: -3px;
  margin-left: 10px;
  background: url("../images/pics_17.png") -119px 0;
  cursor: pointer;
}
.languages_w .page h2 {
  padding-top: 40px;
  margin-bottom: 27px;
  text-align: center;
}
.languages_w .page .languages {
  padding: 0 20px 0 0;
  font-size: 0;
  text-align: justify;
  text-justify: distribute;
}
.languages_w .page .languages:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.languages_w .page .languages .group {
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.languages_w .page .languages .group .item {
  line-height: 18px;
  margin-bottom: 8px;
}
.languages_w .page .languages .group .item a {
  font-size: 0;
  color: inherit;
  text-decoration: none;
}
.languages_w .page .languages .group .item a .text {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 12px;
}
.languages_w .page .languages .group .item a .text .inactive {
  transition: 0.2s;
}
.languages_w .page .languages .group .item a .text .active {
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  font-weight: bold;
}
.languages_w .page .languages .group .item a img {
  transition: 0.2s;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  display: inline-block;
  vertical-align: middle;
  padding-right: 13px;
  margin-top: -2px;
}
.languages_w .page .languages .group .item:hover a img,
.languages_w .page .languages .group .item.active a img {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.languages_w .page .languages .group .item:hover a .text .inactive,
.languages_w .page .languages .group .item.active a .text .inactive {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.languages_w .page .languages .group .item:hover a .text .active,
.languages_w .page .languages .group .item.active a .text .active {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header {
  position: relative;
  z-index: 5;
}
header .header_top {
  vertical-align: top;
}
header .header_top .logo_w {
  display: block;
  margin-top: 30px;
}
header .header_top .logo_w .logo {
  float: left;
}
header .header_top .call1,
header .header_top .call2 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin-top: 41px;
}
header .header_top .call1:before,
header .header_top .call2:before {
  content: '';
  position: absolute;
  top: 0;
  left: -25px;
  width: 17px;
  height: 17px;
}
header .header_top .call1 > span,
header .header_top .call2 > span {
  display: block;
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
}
header .header_top .call1 a[href^="tel:"],
header .header_top .call2 a[href^="tel:"] {
  color: inherit!important;
  text-decoration: none;
}
header .header_top .language {
  margin-top: 26px;
}
header .header_top .call1 {
  width: 200px;
  margin-left: 15px;
}
header .header_top .call1:before {
  background: url("../images/pics_17.png") no-repeat 0 0;
}
header .header_top .call1 > span:nth-child(2) {
  color: #939598;
}
header .header_top .call1 a {
  color: #008647;
}
header .header_top .call2 {
  width: 200px;
  margin-left: 25px;
}
header .header_top .call2:before {
  background: url("../images/pics_17.png") no-repeat -17px 0;
}
header .header_top .call2 span a {
  color: #008647;
}
header .header_top ul.nav.menu {
  position: relative;
  margin-right: -30px;
  margin-left: -30px;
  margin-top: 29px;
  padding: 0;
  padding: 0 8px 0 4px;
  display: block;
  text-align: justify;
  line-height: 0;
  font-size: 1px;
}
header .header_top ul.nav.menu:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
header .header_top ul.nav.menu > li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  font-size: 16px;
}
header .header_top ul.nav.menu > li:first-child {
  display: none;
}
header .header_top ul.nav.menu > li > a {
  border: solid 1px transparent;
  display: inline-block;
  position: relative;
  padding: 11px 22px 12px 25px;
  margin-bottom: -1px;
  z-index: 20;
  font-size: 18px;
  color: inherit;
  text-decoration: none;
}
header .header_top ul.nav.menu > li > .ul_w {
  z-index: 10;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px 450px 30px 58px;
  min-height: 198px;
  background-color: #fafafb;
  border: 1px solid #e1e1e3;
  text-align: left;
}
header .header_top ul.nav.menu > li > .ul_w > ul {
  display: none;
}
header .header_top ul.nav.menu > li > .ul_w .verify_w {
  position: absolute;
  top: 30px;
  right: 58px;
  width: 332px;
  height: 140px;
  background: url("../images/img_verify_in_menu.png") no-repeat 179px 30px #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #e3e4e5;
}
header .header_top ul.nav.menu > li > .ul_w .verify_w .verify_in {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 166px;
  padding: 15px 20px 0 21px;
  background-color: #008647;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 16px;
  color: #fff;
  text-align: left;
}
header .header_top ul.nav.menu > li > .ul_w .verify_w .verify_in .btn_more {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  bottom: 21px;
  left: 21px;
  background-color: #fafafb;
  color: #008647;
  width: 125px;
  padding: 8px 5px 9px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
}
header .header_top ul.nav.menu > li:hover.parent > a {
  padding-bottom: 13px;
  border-bottom: none;
}
header .header_top ul.nav.menu > li:hover > a {
  /*padding: 11px 21px 12px 24px;*/
  background-color: #fafafb;
  /*border: 1px solid #e1e1e3;*/
  border-color: #e1e1e3;
  border-radius: 4px 4px 0 0;
}
header .header_top ul.nav.menu > li:hover > .ul_w {
  display: block;
}
header .header_top ul.nav.menu > li:hover > .ul_w > ul {
  display: block;
  padding: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-rule: 1px solid #d0d1d3;
  -webkit-column-rule: 1px solid #d0d1d3;
  column-rule: 1px solid #d0d1d3;
  -webkit-column-gap: 94px;
  -moz-column-gap: 94px;
  column-gap: 94px;
}
header .header_top ul.nav.menu > li:hover > .ul_w > ul > li {
  list-style: none;
  margin-bottom: 10px;
}
header .header_top ul.nav.menu > li:hover > .ul_w > ul > li:last-of-type {
  margin-bottom: 0;
}
header .header_top ul.nav.menu > li:hover > .ul_w > ul > li > a {
  color: #58595b;
}
header .verify_w {
  position: relative;
  margin-top: -1px;
  background-color: #e7e7e8;
  height: 98px;
}
header .verify_w .tabs_content {
  position: relative;
  height: 100%;
  font-size: 12px;
  color: #414042;
}
header .verify_w .tabs_content .page p {
  line-height: 16px;
  margin-bottom: 6px;
}
header .verify_w .tabs_content .page a {
  color: inherit;
}
header .verify_w .tabs_content .page .red {
  color: #be272e;
}
header .verify_w .tabs_content .page .fl {
  position: relative;
}
header .verify_w .tabs_content .page a.app_mobile {
  display: block;
  margin-right: 22px;
}
header .verify_w .tabs_content .page a.app_mobile:first-of-type {
  position: relative;
  margin-top: -3px;
}
header .verify_w .tabs_content .page a.app_mobile img {
  float: left;
  width: 135px;
  height: 33px;
  margin-bottom: 6px;
}
header .verify_w #tab1 .txt_enter_code {
  float: left;
  width: 314px;
  margin-right: 10px;
}
header .verify_w #tab2 .bc_white {
  margin-bottom: 11px;
  width: 560px;
}
header .verify_w #tab2 .bc_white p:not(.small_and_light) {
  margin-bottom: 3px;
}
header .verify_tabs_w {
  background-color: #008647;
  box-shadow: 0px 13px 13px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 13px 13px rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=180, Color=#bfbfbf);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=13, Direction=180, Color=#bfbfbf)";
}
header .verify_tabs_w ul.tabs {
  list-style: none;
  display: block;
  padding: 0;
  text-align: justify;
  font-size: 1px;
  line-height: 0;
}
header .verify_tabs_w ul.tabs:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
header .verify_tabs_w ul.tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 45px;
  padding-top: 12px;
  font-size: 20px;
  line-height: normal;
  cursor: pointer;
  text-align: center;
  color: #fff;
}
header .verify_tabs_w ul.tabs li.active {
  background-color: #fff;
  color: inherit;
}
header .verify_tabs_w ul.tabs li.active:before {
  content: '';
  position: absolute;
  top: -31px;
  left: 0;
  height: 31px;
  width: 100%;
  background: url("../images/tab_roofs.png") no-repeat;
}
header .verify_tabs_w ul.tabs li img {
  display: none;
}
header .verify_tabs_w ul.tabs li:first-child {
  width: 180px;
}
header .verify_tabs_w ul.tabs li:first-child.active:before {
  background-position: left 0;
}
header .verify_tabs_w ul.tabs li:nth-child(2) {
  width: 167px;
}
header .verify_tabs_w ul.tabs li:nth-child(2).active:before {
  background-position: left -31px;
}
header .verify_tabs_w ul.tabs li:nth-child(3) {
  width: 218px;
}
header .verify_tabs_w ul.tabs li:nth-child(3).active:before {
  background-position: left -62px;
}
header .verify_tabs_w ul.tabs li:nth-child(4) {
  width: 293px;
}
header .verify_tabs_w ul.tabs li:nth-child(4).active:before {
  background-position: left -93px;
}
body.not_gl header .verify_short_w {
  position: relative;
  margin-top: -1px;
  height: 65px;
  background-color: #e0e1e2;
  box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color=#d9d9d9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color=#d9d9d9)";
  transition: 0.2s;
  cursor: pointer;
}
body.not_gl header .verify_short_w.full {
  background-color: #e7e7e8;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#d9d9d9);
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=#d9d9d9)";
}
body.not_gl header .verify_short_w.full .tabs_title .page h2 .arrow {
  background-position: -90px 0;
}
body.not_gl header .verify_short_w .tabs_title {
  color: #414042;
}
body.not_gl header .verify_short_w .tabs_title .page h2 {
  position: relative;
  padding-top: 19px;
  margin-top: 0;
  margin-bottom: 0;
  /*margin-bottom: 19px;*/
  font-size: 24px;
  font-weight: bold;
}
body.not_gl header .verify_short_w .tabs_title .page h2 .arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 18px;
  margin-bottom: -6px;
  background: url("../images/pics_arrows.png") no-repeat -60px 0;
  cursor: pointer;
}
body.not_gl header .verify_and_tabs_w {
  display: none;
}
body.not_gl header .verify_w {
  margin-top: 0;
  padding-top: 3px;
}
body.not_gl header .verify_w #tab1 .enter-code {
  float: left;
}
body.not_gl header .verify_w #tab1 .enter-code button {
  margin-left: 20px;
}
body.not_gl header .verify_w #tab1 .enter-code .input {
  width: 456px;
}
body.not_gl header .verify_w #tab1 .enter-code .input .group input {
  width: 16px;
}
body.gl .how_spot_fake .slides li img {
  width: 134px!important;
  height: 128px!important;
}
body.gl header .verify_w {
  height: 380px;
}
body.gl header .verify_w .tabs_content {
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 15px;
}
body.gl header .verify_w .tabs_content .page h2 {
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 19px;
  padding-top: 26px;
  padding-bottom: 11px;
  font-size: 50px;
  font-weight: normal;
  line-height: 64px;
}
body.gl header .verify_w .tabs_content .page p {
  line-height: 18px;
  margin-bottom: 8px;
}
body.gl header .verify_w .tabs_content .page p.small_and_light {
  margin-bottom: 8px !important;
  font-size: 12px;
  line-height: 16px !important;
  color: #939598;
}
body.gl header .verify_w .tabs_content .page .bc_white {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 14px 22px 1px 17px;
  margin-bottom: 17px;
}
body.gl header .verify_w .tabs_content .page .bc_white p {
  margin-bottom: 10px;
  line-height: 20px;
}
body.gl header .verify_w .tabs_content .page a.app_mobile {
  /*margin-right: 22px;*/
  margin-top: 0;
}
body.gl header .verify_w .tabs_content .page a.app_mobile:first-of-type {
  margin-top: 4px;
}
body.gl header .verify_w .tabs_content .page a.app_mobile img {
  width: auto;
  height: auto;
  margin-bottom: 13px;
}
body.gl header .verify_w #tab1 {
  background-image: url("../images/bg_tabs_content1.jpg");
  background-color: #c2e86e;
}
body.gl header .verify_w #tab1 .txt_enter_code {
  position: absolute;
  width: auto;
  bottom: 32px;
}
body.gl header .verify_w #tab2 {
  background-image: url("../images/bg_tabs_content2.jpg");
  background-color: #fecc37;
}
body.gl header .verify_w #tab3 {
  background-image: url("../images/bg_tabs_content3.jpg");
  background-color: #c2e86e;
}
body.gl header .verify_w #tab3 .bc_white {
  padding-right: 80px;
  margin-bottom: 13px;
}
body.gl header .verify_w #tab4 {
  background-image: url("../images/bg_tabs_content4.jpg");
  background-color: #fecc37;
}
body.gl header .verify_w #tab4 .bc_white {
  padding: 12px 28px 3px 16px;
}
body.gl header .verify_tabs_w ul.tabs li {
  height: 100px;
  padding-top: 67px;
}
body.gl header .verify_tabs_w ul.tabs li.active img:first-of-type {
  display: none;
}
body.gl header .verify_tabs_w ul.tabs li.active img:nth-of-type(2) {
  display: block;
}
body.gl header .verify_tabs_w ul.tabs li img {
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
}
body.gl header .verify_tabs_w ul.tabs li img:first-of-type {
  display: block;
}
body.gl header .verify_tabs_w ul.tabs li img:nth-of-type(2) {
  display: none;
}
body.gl .text-block {
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #f8f9f9;
}
body.gl .text-block h2 {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 10px;
}
body.gl .text-block p {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 0 0;
}
.center_w {
  background-color: #f8f9f9;
  padding-top: 40px;
  padding-bottom: 20px;
}
#slider .flex-direction-nav {
  display: none!important;
}
.slider_w {
  position: relative;
  padding-top: 13px;
  padding-bottom: 18px;
  margin-bottom: 37px;
  border: 1px solid #d3d4d6;
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.slider_w h2 {
  text-align: center;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.slider_w .flexslider {
  margin: 0 65px 0 65px;
  border: 0;
}
.slider_w .flexslider ul.slides {
  margin-left: -1px;
}
.slider_w .flexslider ul.slides li {
  position: relative;
  text-align: center;
  border-left: 1px solid #a7a9ac;
  width: 164px;
}
.slider_w .flexslider ul.slides li:first-of-type {
  border-left: none;
}
.slider_w .flexslider ul.slides li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slider_w .flexslider ul.slides li img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin-bottom: 9px;
}
.slider_w .flexslider ul.slides li p {
  padding-left: 3px;
  padding-right: 3px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.slider_w .flexslider ul.slides li .title {
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 16px;
  padding: 0 13px;
}
.slider_w .flexslider ul.slides li .cat {
  padding: 3px 13px 0 13px;
  font-size: 12px;
  line-height: 14px;
  color: #939598;
}
.slider_w .flexslider ul.slides li:hover .cat,
.slider_w .flexslider ul.slides li:hover .title {
  color: #008647;
}
.slider_w .flexslider .custom-navigation1,
.slider_w .flexslider .custom-navigation2 {
  position: absolute;
  top: 49px;
  right: -46px;
  left: -46px;
}
.slider_w .flexslider .custom-navigation1 .flex-prev,
.slider_w .flexslider .custom-navigation2 .flex-prev,
.slider_w .flexslider .custom-navigation1 .flex-next,
.slider_w .flexslider .custom-navigation2 .flex-next {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  opacity: 1;
  font-size: 0;
}
.slider_w .flexslider .custom-navigation1 .flex-prev:before,
.slider_w .flexslider .custom-navigation2 .flex-prev:before,
.slider_w .flexslider .custom-navigation1 .flex-next:before,
.slider_w .flexslider .custom-navigation2 .flex-next:before,
.slider_w .flexslider .custom-navigation1 .flex-prev:after,
.slider_w .flexslider .custom-navigation2 .flex-prev:after,
.slider_w .flexslider .custom-navigation1 .flex-next:after,
.slider_w .flexslider .custom-navigation2 .flex-next:after {
  content: '';
}
.slider_w .flexslider .custom-navigation1 .flex-prev,
.slider_w .flexslider .custom-navigation2 .flex-prev {
  left: 0;
  background-image: url("../images/pics_arrows.png");
  background-position: 0 0;
}
.slider_w .flexslider .custom-navigation1 .flex-next,
.slider_w .flexslider .custom-navigation2 .flex-next {
  right: 0;
  background-image: url("../images/pics_arrows.png");
  background-position: -30px 0;
}
.slider_w .flexslider .custom-navigation1 .flex-disabled,
.slider_w .flexslider .custom-navigation2 .flex-disabled {
  /*cursor: default;*/
  pointer-events: none;
  opacity: 0.5;
}
.slider_w .flexslider#slider1 .pic {
  margin: 0 auto;
  width: 134px;
  height: 128px;
  margin-bottom: 9px;
  text-align: center;
  line-height: 128px;
}
.slider_w .flexslider#slider1 .pic img {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.slider_w.goods {
  margin-bottom: 50px;
}
.slider_w.goods a.more_arrow {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
.slider_w.goods a.more_arrow:after {
  margin-left: 9px;
}
.consumer_producer {
  padding-top: 20px;
  padding-bottom: 33px;
}
.consumer_producer ul.tabs {
  list-style: none;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.consumer_producer ul.tabs li {
  display: inline-block;
  padding: 7px 18px 8px 18px;
  font-size: 16px;
  background-color: #e7e7e8;
  transition: 0.2s;
  cursor: pointer;
}
.consumer_producer ul.tabs li:first-child {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.consumer_producer ul.tabs li:last-child {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}
.consumer_producer ul.tabs li:hover {
  background-color: #a7a9ac;
  color: #ffffff;
}
.consumer_producer ul.tabs li.active {
  background-color: #008647;
  color: #fff;
}
.consumer_producer .tabs_content {
  text-align: center;
}
.consumer_producer .tabs_content.full a.expand span.down {
  display: none;
}
.consumer_producer .tabs_content.full a.expand span.up {
  display: inline;
}
.consumer_producer .tabs_content.full a.expand span.arrow {
  background-position: -85px 0;
}
.consumer_producer .tabs_content .boxes {
  text-align: left;
  vertical-align: top;
  line-height: 0;
  font-size: 0;
}
.consumer_producer .tabs_content .boxes .box {
  position: relative;
  display: none;
  vertical-align: top;
  width: 215px;
  /*height: 190px;*/
  margin: 15px 30px 15px 0;
  background-color: #fff;
  border: 1px solid #d3d4d6;
  text-decoration: none;
  color: inherit;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}
.consumer_producer .tabs_content .boxes .box:nth-child(4n) {
  margin-right: 0;
}
.consumer_producer .tabs_content .boxes .box .img_w {
  margin-top: 8px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 19px;
  transform: scale(0.837, 0.837);
  transition: 0.1s;
}
.consumer_producer .tabs_content .boxes .box .img_w img {
  vertical-align: bottom;
  width: auto;
  height: 86px;
}
.consumer_producer .tabs_content .boxes .box p {
  margin: 0 0 21px 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
}
.consumer_producer .tabs_content .boxes .box button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: block;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
}
.consumer_producer .tabs_content .boxes .box.active {
  display: inline-block;
}
.consumer_producer .tabs_content .boxes .box.story-contest {
  background-color: #008546;
}
.consumer_producer .tabs_content .boxes .box.story-contest p {
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
}
.consumer_producer .tabs_content .boxes .box.story-contest button {
  font-size: 16px;
  color: #008546;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: 'Arial';
  padding: 10px 5px 9px 5px;
}
.consumer_producer .tabs_content .boxes .box:hover .img_w {
  transform: scale(1, 1);
}
.consumer_producer .tabs_content .boxes .box:hover p {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.consumer_producer .tabs_content .boxes .box:hover button {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
.consumer_producer .tabs_content a.expand {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.consumer_producer .tabs_content a.expand:hover {
  text-decoration: none;
}
.consumer_producer .tabs_content a.expand span.down {
  display: inline;
}
.consumer_producer .tabs_content a.expand span.up {
  display: none;
}
.consumer_producer .tabs_content a.expand span.arrow {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  margin-bottom: -4px;
  background: url("../images/pics_17.png") no-repeat -68px 0;
}
.news.page {
  margin-bottom: 21px;
}
.news.page h2 {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  background-color: #e7e7e8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 7px 19px 8px 18px;
  margin-top: 0;
  margin-bottom: 12px;
}
.news.page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
}
.news.page ul li {
  margin-bottom: 7px;
  text-align: left;
  vertical-align: top;
  font-size: 0;
}
.news.page ul li > * {
  font-size: 12px;
}
.news.page ul li .mod-articles-category-date {
  display: inline-block;
  width: 110px;
  margin-right: 9px;
}
.news.page ul li .mod-articles-category-title {
  display: inline-block;
  width: 825px;
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}
.news.page a.more_arrow {
  font-size: 12px;
}
.news.page a.more_arrow:after {
  margin-left: 10px;
  margin-bottom: -4px;
}
.system_dat_w {
  background-color: #e7e7e8;
}
.system_dat_w .system_dat {
  padding-top: 19px;
  padding-bottom: 18px;
  font-size: 12px;
}
.system_dat_w .system_dat *:not(h2) {
  line-height: 18px;
}
.system_dat_w .system_dat h2 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 9px;
  text-align: center;
}
.system_dat_w .system_dat a {
  text-decoration: none;
  color: inherit;
}
.system_dat_w .system_dat a:hover {
  text-decoration: underline;
}
.system_dat_w .system_dat ul.square {
  margin: 0;
  padding: 0;
  list-style: none;
}
.system_dat_w .system_dat ul.square li:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  background-color: #a7a9ac;
}
.system_dat_w .system_dat .col2 {
  width: 50%;
}
.system_dat_w .system_dat .bc_white {
  margin-bottom: 8px;
  background-color: #f6f6f6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-repeat: no-repeat;
}
.system_dat_w .system_dat > .col2 {
  margin-top: 16px;
  margin-bottom: 15px;
}
.system_dat_w .system_dat > .fl.col2 {
  padding-right: 15px;
}
.system_dat_w .system_dat > .fl.col2 .bc_white {
  padding: 13px 5px 9px 83px;
  background-image: url("../images/sys_consumer.png");
  background-position: 15px center;
}
.system_dat_w .system_dat > .fr.col2 {
  padding-left: 14px;
  border-left: 1px solid #c7c8ca;
}
.system_dat_w .system_dat > .fr.col2 .bc_white {
  padding: 13px 5px 9px 58px;
  background-image: url("../images/sys_producer.png");
  background-position: 15px center;
}
.system_dat_w .system_dat > .bc_white .fl.col2 {
  padding: 12px 5px 7px 83px;
  background: url("../images/sys_shield.png") no-repeat 25px center;
}
.system_dat_w .system_dat > .bc_white .fr.col2 {
  padding: 12px 5px 7px 73px;
  background: url("../images/sys_video.png") no-repeat 8px center;
}
body.not_gl .center_w {
  border-bottom: 25px solid #e7e7e8;
}
body.not_gl .center_w .osn {
  padding-top: 12px;
  font-size: 14px;
}
body.not_gl .center_w .osn p,
body.not_gl .center_w .osn div {
  line-height: 18px;
}
body.not_gl .center_w .osn p {
  margin-bottom: 16px;
}
body.not_gl .center_w .osn img.img_in_goods {
  margin-top: 14px;
  margin-bottom: 114px;
}
body.not_gl .center_w .osn a {
  color: inherit;
}
body.not_gl .center_w .osn .breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 16px;
}
body.not_gl .center_w .osn .breadcrumb li {
  display: inline-block;
}
body.not_gl .center_w .osn .breadcrumb li:first-child {
  display: none;
}
body.not_gl .center_w .osn .breadcrumb li a {
  display: inline-block;
}
body.not_gl .center_w .osn .breadcrumb li .divider {
  display: inline-block;
  width: 5px;
  height: 6px;
  margin: 0 9px 0 10px;
  background: url("../images/divider.png") no-repeat center;
}
body.not_gl .center_w .osn .breadcrumb li .divider img {
  display: none;
}
body.not_gl .center_w .osn .blog_goods .category-desc img {
  display: none;
}
body.not_gl .center_w .osn .blog_goods .cat-children {
  text-align: left;
  font-size: 0;
  line-height: 0;
}
body.not_gl .center_w .osn .blog_goods .cat-children .cat_goods {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 215px;
  margin-right: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border: 1px solid #d3d4d6;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
}
body.not_gl .center_w .osn .blog_goods .cat-children .cat_goods:nth-child(4n) {
  margin-right: 0;
}
body.not_gl .center_w .osn .blog_goods .cat-children .cat_goods .img_w {
  margin: 10px 0 0 0;
  width: 180px;
  height: 128px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  font-size: 0;
}
body.not_gl .center_w .osn .blog_goods .cat-children .cat_goods .img_w img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
body.not_gl .center_w .osn .blog_goods .cat-children .cat_goods .img_w:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 100%;
}
body.not_gl .center_w .osn .blog_goods .cat-children .cat_goods h3 {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 0 10px;
}
body.not_gl .center_w .osn .blog_goods .items-leading {
  font-size: 0;
}
body.not_gl .center_w .osn .blog_goods .items-leading .leading-item {
  position: relative;
  padding: 0 0 12px 0;
  display: inline-block;
  vertical-align: top;
  width: 215px;
  margin: 0 30px 30px 0;
  font-size: 14px;
  text-align: center;
  color: #58595b;
  text-transform: uppercase;
  background-color: #ffffff;
  border: solid 1px #d3d4d6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}
body.not_gl .center_w .osn .blog_goods .items-leading .leading-item h3 {
  width: 100%;
  margin: 8px 0 0 0;
  padding: 0 10px;
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
}
body.not_gl .center_w .osn .blog_goods .items-leading .leading-item .img-wrapper {
  margin: 13px 0 0 0;
  display: inline-block;
  width: 180px;
  height: 128px;
  font-size: 0;
}
body.not_gl .center_w .osn .blog_goods .items-leading .leading-item .img-wrapper img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
body.not_gl .center_w .osn .blog_goods .items-leading .leading-item .img-wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
body.not_gl .center_w .osn .item-page {
  padding: 0 0 90px 0;
}
body.not_gl .center_w .osn .item-page h2 {
  font-size: 26px;
  line-height: 30px;
}
body.not_gl .center_w .osn .item-page h1 + h2 {
  margin-top: -31px;
}
body.not_gl .center_w .osn .item-page h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 1px 0 3px 0;
}
body.not_gl .center_w .osn .item-page ul {
  list-style: none;
  padding: 0;
}
body.not_gl .center_w .osn .item-page ul li {
  margin: 5px 0 5px 0;
  list-style: none;
  padding: 0 0 0 22px;
}
body.not_gl .center_w .osn .item-page ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: -2px 14px 0 -22px;
  background-color: #a7a9ac;
}
body.not_gl .center_w .osn .item-page ul li ul {
  padding: 12px 0;
}
body.not_gl .center_w .osn .item-page ul li ul li {
  padding: 0 0 0 13px;
}
body.not_gl .center_w .osn .item-page ul li ul li:before {
  height: 1px;
  width: 7px;
  background-color: #58595b;
  margin: -2px 6px 0 -13px;
}
body.not_gl .center_w .osn .item-page.goods {
  padding-bottom: 84px;
}
body.not_gl .center_w .osn .item-page.goods h1 + h2 {
  margin-top: -6px;
  margin-bottom: 15px;
}
body.not_gl .center_w .osn .item-page.goods hr {
  margin: 26px 0 22px 0;
}
body.not_gl .center_w .osn .item-page.goods img {
  margin: 14px 0 14px 0;
}
footer {
  padding: 20px 0 20px 0;
  font-size: 16px;
}
footer a {
  color: inherit;
}
footer ul.nav.menu {
  display: block;
  padding: 0;
  margin-bottom: 32px;
  /*text-align: justify;*/
  line-height: 0;
  font-size: 0;
  /*&:after{
      content: '';
      display: inline-block;
      width: 100%;
      height: 0;
      visibility: hidden;
      overflow: hidden;
    }*/
}
footer ul.nav.menu li {
  list-style: none;
}
footer ul.nav.menu > li {
  padding: 0 15px 0 0;
  display: inline-block;
  /*max-width: 150px;*/
  vertical-align: top;
  line-height: normal;
  font-size: 16px;
  text-align: left;
}
footer ul.nav.menu > li:first-child {
  display: none;
}
footer ul.nav.menu > li > a {
  text-decoration: none;
}
footer ul.nav.menu > li > ul {
  padding: 0;
  margin-top: 8px;
}
footer ul.nav.menu > li > ul > li {
  margin-bottom: 4px;
  font-size: 11px;
}
footer ul.nav.menu > li:nth-child(2) {
  width: 155px;
}
footer ul.nav.menu > li:nth-child(3) {
  width: 153px;
}
footer ul.nav.menu > li:nth-child(4) {
  width: 98px;
}
footer ul.nav.menu > li:nth-child(5) {
  width: 180px;
}
footer ul.nav.menu > li:nth-child(6) {
  width: 180px;
}
footer ul.nav.menu > li:nth-child(7) {
  width: 114px;
}
footer ul.nav.menu > li:nth-child(8) {
  width: 70px;
  padding: 0;
  text-align: right;
}
footer .call1 {
  margin-right: 41px;
}
footer .call1 span {
  font-size: 12px;
}
footer .call2 {
  margin-right: 55px;
}
footer .recall {
  margin-right: 30px;
}
footer .sm {
  position: relative;
  margin-top: 2px;
  text-align: right;
}
footer .sm a {
  /*display: inline-block;*/
  /*vertical-align: top;*/
  float: left;
  margin-left: 7px;
}
footer .sm a img {
  float: left;
}
footer .copyright {
  position: relative;
  margin-right: -25px;
  padding-top: 28px;
  font-size: 11px;
}
footer .copyright p {
  margin-bottom: 4px;
}
footer .copyright p span {
  text-decoration: underline;
}
header .language {
  background-color: transparent;
  transition: 0.1s;
  position: relative;
  padding: 17px 11px 17px 13px!important;
  cursor: pointer;
  font-size: 0;
}
header .language svg {
  transition: 0.1s;
  display: none;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  position: absolute;
  margin-bottom: 28px;
  bottom: 100%;
  left: 0;
  fill: #008647;
  width: 100%;
  height: 30px;
}
header .language span.language-label {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
header .language span.language-label span.select-holder {
  white-space: nowrap;
  /*position: absolute;
        top: 20px;
        right: 0;*/
  font-size: 12px;
  font-family: 'Arial';
  font-weight: normal;
  display: block;
  /*text-align: right;*/
}
header .language:before {
  content: "";
  background: url('../images/pics_17.png') -34px 0 no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}
header .language.active {
  color: #ffffff;
  background-color: #008647;
}
header .language.active:before {
  background-position: -51px 0 !important;
}
header .language.active svg {
  display: block;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header .language.active span.language-label span.select-holder {
  /*display: none;*/
}
header .language.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 28px;
  width: 100%;
  background-color: #008647;
}
.enter-code {
  margin: 0 0 18px 0;
  font-size: 0;
}
.enter-code .input {
  text-align: center;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  width: 469px;
  font-size: 0;
  position: relative;
}
.enter-code .input .mx-input-text {
  width: 430px;
  font-size: 30px;
  font-family: "Arial Narrow", Arial, sans-serif;
  letter-spacing: 9px;
  text-align: center;
  border: none;
  background: none;
  margin-top: 6px;
  color: #939598;
}
.enter-code .input .mx-input-text:focus {
  outline: none;
}
.enter-code .input .group {
  position: static;
  display: inline-block;
}
.enter-code .input .group .inputbox {
  display: inline-block;
  vertical-align: middle;
  border-bottom: solid 2px #939598;
}
.enter-code .input .group .inputbox input {
  position: relative;
  top: 3px;
  background-color: transparent;
  cursor: default;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  width: 17px;
  font-size: 30px;
  color: #939598;
  font-family: "Arial Narrow", Arial, sans-serif;
  border: none;
  outline: none;
}
.enter-code .input .group .inputbox:not(:last-child) {
  margin: 0 8px 0 0;
}
.enter-code .input .group:not(:last-child) {
  margin: 0 40px 0 0;
}
.enter-code button {
  margin: 0 0 0 51px;
  width: 150px;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
  background-color: #be272e;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.enter-code button:disabled {
  cursor: default;
  color: #A9A9A9;
}
.enter-code.error .input .group .inputbox {
  border-bottom-color: #f00;
}
div.images-group,
div.images-group2,
div.images-group4,
div.images-group5 {
  font-size: 0;
  margin: 0 0 30px 0;
}
div.images-group img,
div.images-group2 img,
div.images-group4 img,
div.images-group5 img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
}
div.images-group img:not(:last-child),
div.images-group2 img:not(:last-child),
div.images-group4 img:not(:last-child),
div.images-group5 img:not(:last-child) {
  margin: 0 30px 0 0;
}
div.images-group img {
  max-width: 950px;
}
div.images-group2 img {
  max-width: 460px;
}
div.images-group4 img {
  max-width: 215px;
}
div.images-group5 img {
  max-width: 166px;
}
.text-insertion {
  margin: 0 0 40px 0;
  background-color: #e7e7e8;
  padding: 14px 39px 15px 39px;
}
.measure-height {
  height: auto!important;
  display: inline-block !important;
  position: absolute !important;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  left: -1000px;
  top: -1000px;
}
.blog-fake-or-true {
  display: none;
  padding-bottom: 86px;
  font-size: 0;
  position: relative;
}
.blog-fake-or-true h1 {
  margin-bottom: 35px;
}
.blog-fake-or-true .items-list-more {
  margin-top: 21px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
}
.blog-fake-or-true .items-list-more span {
  font-size: 16px;
  text-decoration: underline;
}
.blog-fake-or-true .items-list-more span:after {
  content: "";
  background: url("../images/pics_17.png") no-repeat -68px 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog-fake-or-true .items-list-more.hidden {
  display: none;
}
.blog-fake-or-true .items {
  padding: 0 10px 49px 10px;
  background-color: #ffffff;
  border: solid 1px #d3d4d6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.blog-fake-or-true .items .inner {
  margin-top: -59px;
}
.blog-fake-or-true .items .inner .item {
  vertical-align: top;
  margin: 73px 0 0 0;
  padding: 0 10px;
  width: 232px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.blog-fake-or-true .items .inner .item .pic {
  margin: 10px 0;
  height: 111px;
  padding: 0 10px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.blog-fake-or-true .items .inner .item .pic:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.blog-fake-or-true .items .inner .item .pic img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.blog-fake-or-true .items .inner .item .info h2 {
  font-size: 16px;
  color: #58595b;
  line-height: 20px;
  padding: 0;
}
.blog-fake-or-true .items .inner .item .info h2.measure-height {
  position: relative!important;
  left: 0!important;
  top: 0 !important;
}
.blog-fake-or-true .items .inner .item .info .more {
  margin: 0 0 1px 0;
  color: #58595b;
  font-size: 14px;
  background-color: #e7e7e8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 26px 8px 26px;
  text-decoration: none;
  transition: 0.2s;
}
.blog-fake-or-true .items .inner .item .info .more:hover {
  background-color: #008647;
  color: #ffffff !important;
}
.blog-fake-or-true .items .inner .item:not(:nth-child(4n)) {
  border-right: solid 1px #d3d4d5;
}
.blog-fake-or-true.visible {
  display: block;
}
.blog-fake-or-true.measure-height {
  display: block!important;
  position: relative!important;
}
.blog-fake-or-true.measure-height .inner .item {
  display: inline-block !important;
}
.popup {
  transition: opacity 0.3s;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup .win {
  padding: 40px 40px 31px 40px;
  background-color: #fafafb;
  position: absolute;
  left: 50%;
  top: 0;
  width: 825px;
  margin-left: -412px;
}
.popup .win .close {
  position: absolute;
  top: 11px;
  right: 10px;
  background: url("../images/close.png") center center no-repeat;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
.popup[data-name="feedback"] .win .groups {
  font-size: 0;
}
.popup[data-name="feedback"] .win .groups .item {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  line-height: normal;
  padding: 9px 17px 8px 17px;
  background-color: #e7e7e8;
  transition: 0.2s;
  cursor: pointer;
}
.popup[data-name="feedback"] .win .groups .item:first-child {
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.popup[data-name="feedback"] .win .groups .item:last-child {
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.popup[data-name="feedback"] .win .groups .item.active {
  background-color: #008647;
  color: #ffffff;
}
.popup[data-name="feedback"] .win .groups .item:not(.active):hover {
  background-color: #a7a9ac;
  color: #ffffff;
}
.popup[data-name="feedback"] .win form {
  margin: 30px 0 0 0;
}
.popup[data-name="feedback"] .win form .data {
  background-color: #ffffff;
  border: solid 1px #d3d4d6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 23px;
}
.popup[data-name="feedback"] .win form .data .row {
  display: none;
  padding: 13px 0;
  font-size: 0;
}
.popup[data-name="feedback"] .win form .data .row label {
  cursor: default;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  width: 205px;
}
.popup[data-name="feedback"] .win form .data .row .select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.popup[data-name="feedback"] .win form .data .row .select:after {
  content: "";
  width: 18px;
  height: 12px;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  background: url("../images/pics_17.png") -136px 0 no-repeat #fff;
  right: 12px;
  top: 50%;
  margin-top: -5px;
}
.popup[data-name="feedback"] .win form .data .row .select:before {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  height: 33px;
  width: 11px;
  box-sizing: border-box;
  background-color: #fff;
  -moz-border-top-right-radius: 4px;
  -webkit-top-right-border-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-bottom-right-border-radius: 4px;
  border-bottom-right-radius: 4px;
  pointer-events: none;
}
.popup[data-name="feedback"] .win form .data .row .select select {
  width: auto;
  font-size: 16px;
  font-family: Arial;
  color: #58595b;
  padding: 1px 35px 0 13px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #a7a9ac;
}
.popup[data-name="feedback"] .win form .data .row input[type="file"] {
  font-size: 16px;
  font-family: 'Arial';
}
.popup[data-name="feedback"] .win form .data .row input[type="text"],
.popup[data-name="feedback"] .win form .data .row input[type="email"] {
  font-size: 16px;
  font-family: Arial;
  color: #58595b;
  display: inline-block;
  vertical-align: middle;
  height: 35px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #a7a9ac;
  width: 492px;
  padding: 0 13px;
}
.popup[data-name="feedback"] .win form .data .row textarea {
  color: #58595b;
  font-size: 16px;
  font-family: Arial;
  display: block;
  width: 100%;
  margin: 13px 0 0 0;
  padding: 8px 13px 8px 13px;
  height: 150px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.popup[data-name="feedback"] .win form .data .row ::-webkit-input-placeholder {
  color: #a7a9ac;
}
.popup[data-name="feedback"] .win form .data .row :-moz-placeholder {
  color: #a7a9ac;
  opacity: 1;
}
.popup[data-name="feedback"] .win form .data .row ::-moz-placeholder {
  color: #a7a9ac;
  opacity: 1;
}
.popup[data-name="feedback"] .win form .data .row :-ms-input-placeholder {
  color: #a7a9ac;
}
.popup[data-name="feedback"] .win form .data .row .agreement {
  font-size: 0;
  line-height: 13px;
  color: #a7a9ac;
  position: relative;
  padding: 0 0 0 21px;
}
.popup[data-name="feedback"] .win form .data .row .agreement input {
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
}
.popup[data-name="feedback"] .win form .data .row .agreement a {
  color: inherit;
}
.popup[data-name="feedback"] .win form .data .row .agreement .text {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.popup[data-name="feedback"] .win form .data .row .agreement label {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 0 -21px;
  cursor: pointer;
  border: solid 1px #a7a9ac;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.popup[data-name="feedback"] .win form .data .row .agreement input:checked + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 10px;
  border-right: solid 1px #a7a9ac;
  border-bottom: solid 1px #a7a9ac;
  z-index: 1;
  transform: rotate(52deg) skewX(24deg);
  margin-top: -8px;
  margin-left: 2px;
}
.popup[data-name="feedback"] .win form .data .row.attachment input {
  cursor: pointer;
}
.popup[data-name="feedback"] .win form .data .row.attachment label {
  font-weight: normal;
  margin: 10px 0 0 0;
  display: block;
  font-size: 11px;
  color: #a7a9ac;
  width: auto;
}
.popup[data-name="feedback"] .win form .data .row.active {
  display: block;
}
.popup[data-name="feedback"] .win form button {
  font-size: 16px;
  font-family: Arial;
  color: #ffffff;
  background-color: #008647;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 22px 0 0 0;
  padding: 10px 24px 9px 24px;
  display: block;
  cursor: pointer;
  border: none;
}
.popup[data-name="thanks"] .win,
.popup[data-name="subscription-success"] .win,
.popup[data-name="sms"] .win,
.popup[data-name="phone-help"] .win,
.popup[data-name="data-code-help"] .win {
  width: 500px;
  max-width: 95%;
  transform: translateX(-50%);
  margin-left: 0;
  left: 50%;
}
.popup[data-name="thanks"] .win .win-content,
.popup[data-name="subscription-success"] .win .win-content,
.popup[data-name="sms"] .win .win-content,
.popup[data-name="phone-help"] .win .win-content,
.popup[data-name="data-code-help"] .win .win-content {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.popup[data-name="thanks"] .win .win-content p,
.popup[data-name="subscription-success"] .win .win-content p,
.popup[data-name="sms"] .win .win-content p,
.popup[data-name="phone-help"] .win .win-content p,
.popup[data-name="data-code-help"] .win .win-content p {
  font-size: 18px;
  line-height: 24px;
}
.popup[data-name="thanks"] .win button,
.popup[data-name="subscription-success"] .win button,
.popup[data-name="sms"] .win button,
.popup[data-name="phone-help"] .win button,
.popup[data-name="data-code-help"] .win button {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: auto;
  font-size: 16px;
  font-family: Arial;
  color: #ffffff;
  background-image: none;
  background-color: #008647;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 22px auto 0 auto;
  padding: 10px 24px 9px 24px;
  display: block;
  cursor: pointer;
  border: none;
  height: auto;
}
.popup[data-name="data-code-help"] .win {
  width: 600px;
}
.popup[data-name="data-code-help"] .win .win-content ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.popup[data-name="data-code-help"] .win .win-content ul li {
  margin: 10px 0;
}
.popup[data-name="phone-help"] .win .win-content p,
.popup[data-name="data-code-help"] .win .win-content p {
  margin: 0 0 20px 0;
}
.popup[data-name="phone-help"] .win .win-content p a,
.popup[data-name="data-code-help"] .win .win-content p a {
  color: #008647;
  text-decoration: underline;
  word-break: keep-all;
  white-space: nowrap;
}
.popup.active {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
.popup.active[data-name="feedback"] .win form button {
  pointer-events: auto;
}
.popup.active[data-name="feedback"] .win form.sending button {
  pointer-events: none;
}
.item-page-newsitem h1 {
  line-height: 45px;
  margin: 0 0 17px 0;
}
.item-page-newsitem [itemprop="articleBody"] {
  padding: 0 0 17px 0;
}
.item-page-newsitem .publish-date {
  box-sizing: content-box;
  background: url("../images/date.png") left top no-repeat;
  padding: 0 0 13px 55px;
  margin: 0 0 14px 0;
  height: 44px;
  line-height: 43px!important;
  border-bottom: solid 1px #cfd1d2;
}
.item-page-newsitem div[itemprop="articleBody"] {
  margin-top: 14px;
}
.item-page-newsitem .tags {
  padding: 0 0 17px 0;
  font-size: 0;
  white-space: nowrap;
}
.item-page-newsitem .tags .label {
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  margin: 0 4px 0 0;
}
.item-page-newsitem .tags .tags-list {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  line-height: 12px;
}
.item-page-newsitem .tags .tags-list .item {
  white-space: nowrap;
  display: inline-block;
  font-size: 12px;
}
.item-page-newsitem .tags .tags-list .item:not(:last-child):after {
  content: "/";
  display: inline-block;
  margin: 0 3px;
}
.item-page-newsitem .item-image {
  margin: 0 0 17px 0;
}
.item-page-newsitem .item-image p.img_caption {
  font-style: italic;
  border-bottom: solid 1px #cfd1d2;
  margin: 0 !important;
  padding: 13px 0 7px 0;
}
.item-page-newsitem .subsribe-news-form {
  display: block;
  font-size: 14px;
  margin: 0 0 20px 0;
  text-align: right;
}
.item-page-newsitem .subsribe-news-form.sending {
  pointer-events: none;
}
.item-page-newsitem .subsribe-news-form input {
  display: inline-block;
  box-sizing: border-box;
  height: 30px;
  padding: 0 10px;
}
.item-page-newsitem .subsribe-news-form button {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  padding: 0 15px;
  border: solid 1px #999;
  height: 30px;
}
.item-page-newsitem .newsitem-footer {
  font-size: 0;
  border-top: solid 1px #cfd1d2;
  padding: 15px 0 54px 0;
}
.item-page-newsitem .newsitem-footer a.prev {
  font-size: 12px;
  display: inline-block;
  position: relative;
  padding: 0 0 0 28px;
  margin: 0 48px 0 0;
}
.item-page-newsitem .newsitem-footer a.prev:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  background: url("../images/prev.png");
  width: 17px;
  height: 17px;
}
.item-page-newsitem .newsitem-footer a.next {
  font-size: 12px;
  position: relative;
  display: inline-block;
  padding: 0 28px 0 0;
}
.item-page-newsitem .newsitem-footer a.next:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  background: url("../images/next.png");
  width: 17px;
  height: 17px;
}
.item-page-newsitem .newsitem-footer a.all {
  float: right;
  font-size: 12px;
  position: relative;
  padding: 0 28px 0 0;
}
.item-page-newsitem .newsitem-footer a.all:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  background: url("../images/next.png");
  width: 17px;
  height: 17px;
}
.blog-news .items .blog-news-item {
  display: block;
  text-decoration: none;
  font-size: 0;
  /*white-space: nowrap;*/
}
.blog-news .items .blog-news-item .pic {
  display: inline-block;
  width: 70px;
  height: 100%;
  vertical-align: top;
}
.blog-news .items .blog-news-item .pic img {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.blog-news .items .blog-news-item .info {
  width: calc(100% - 70px);
  /*white-space: normal;*/
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
}
.blog-news .items .blog-news-item .info h2 {
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  font-size: 26px;
  padding: 0;
}
.blog-news .years {
  margin: 0 0 14px 0;
  font-size: 0;
  border-bottom: solid 1px #cfd1d2;
  padding: 5px 0 13px 0;
}
.blog-news .years:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("../images/date.png") center center no-repeat;
  width: 42px;
  height: 44px;
  margin: 0 13px 0 0;
}
.blog-news .years a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #58595b;
  font-size: 12px;
  font-weight: bold;
}
.blog-news .years a:hover,
.blog-news .years a.active {
  color: #be272e !important;
}
.blog-news .years a:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 3px 0 4px;
  color: #58595b !important;
}
.blog-news .tags {
  font-size: 0;
  margin: 0 0 18px 0;
}
.blog-news .tags .label {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  margin: 0 4px 0 0;
}
.blog-news .tags a {
  display: inline-block;
  vertical-align: baseline;
  color: #58595b;
  font-size: 12px;
  text-decoration: underline;
}
.blog-news .tags a:hover,
.blog-news .tags a.active {
  color: #be272e !important;
  text-decoration: none;
}
.blog-news .tags a:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 3px 0 4px;
}
.blog-news.pressa-o-nas .items .blog-news-item .pic {
  display: none;
}
.blog-news.pressa-o-nas .items .blog-news-item .info {
  width: 100%;
}
.pagination {
  margin: 17px 0 189px 0;
  padding: 24px 0 0 0;
  border-top: solid 1px #cfd1d2;
}
.pagination .pagination-list {
  font-size: 0;
  margin: 0;
  padding: 0;
}
.pagination .pagination-list li {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  line-height: 30px;
}
.pagination .pagination-list li.last,
.pagination .pagination-list li.first,
.pagination .pagination-list li.disabled {
  display: none;
}
.pagination .pagination-list li.prev {
  background: url("../images/pics_arrows.png") -120px center no-repeat;
}
.pagination .pagination-list li.prev a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.pagination .pagination-list li.next {
  background: url("../images/pics_arrows.png") -150px center no-repeat;
}
.pagination .pagination-list li.next a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.pagination .pagination-list li:not(.next):not(.prev) {
  font-size: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #58595b;
  text-align: center;
}
.pagination .pagination-list li:not(.next):not(.prev).active {
  background-color: #008647;
  color: #ffffff;
}
.pagination .pagination-list li a {
  text-decoration: none;
}
.blog-videos .items-leading .item {
  padding: 0 0 57px 0;
}
.blog-videos .items-leading .item h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0;
}
.blog-videos .items-leading .item .tags {
  margin: 0 0 17px 0;
  font-size: 0;
}
.blog-videos .items-leading .item .tags .label {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  margin: 0 4px 0 0;
}
.blog-videos .items-leading .item .tags a {
  font-size: 12px;
  display: inline-block;
  vertical-align: baseline;
  text-decoration: underline;
}
.blog-videos .items-leading .item .tags a:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 3px 0 4px;
}
.blog-videos .items-leading .item .tags a.active {
  color: #be272e !important;
  text-decoration: none;
}
.blog-videos .items-leading .item .video {
  width: 560px;
  height: 315px;
  background-color: #f5f5f5;
}
.blog-videos .items-leading .item .video iframe {
  min-width: 0;
  width: 100% !important;
  height: 100% !important;
}
.blog-videos .items-leading .item .date-and-source {
  border-bottom: solid 1px #cfd1d2;
  padding: 26px 0 18px 0;
}
.blog-videos .items-leading .item .date-and-source .date {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 0 0 0 26px;
}
.blog-videos .items-leading .item .date-and-source .date:before {
  content: "";
  background: url("../images/ico-date.png") center center no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 9px 0 -26px;
}
.blog-videos .items-leading .item .date-and-source .source {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 26px;
}
.blog-videos .items-leading .item .date-and-source .source:before {
  content: "";
  background: url("../images/ico-source.png") center center no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 9px 0 -26px;
}
.blog-videos .items-leading .item .content {
  padding: 15px 0 0 0;
}
.blog-videos .items-leading .item .content p {
  margin: 0;
}
.blog-videos .items-list {
  margin: 0 0 103px 0;
  position: relative;
  display: none;
  font-size: 0;
  padding: 0 17px;
  border: solid 1px #d3d4d6;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.blog-videos .items-list.visible {
  display: block;
}
.blog-videos .items-list .item {
  padding: 17px 0 46px 0;
  vertical-align: top;
  display: inline-block;
  width: 215px;
  font-size: 12px;
}
.blog-videos .items-list .item .video {
  background-color: #f5f5f5;
  width: 215px;
  height: 120px;
  position: relative;
}
.blog-videos .items-list .item .video a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-videos .items-list .item .video iframe {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
}
.blog-videos .items-list .item:not(:nth-child(4n+4)) {
  margin: 0 18px 0 0;
}
.blog-videos .items-list .item h2 {
  margin: 6px 0 6px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.blog-videos .items-list .item .date {
  margin: 0 0 1px 0;
}
.blog-videos .items-list .item .content {
  margin: 17px 0 0 0;
}
.blog-videos .items-list .item .content p {
  margin: 0;
}
.blog-videos .items-list .items-list-more {
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 21px;
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
}
.blog-videos .items-list .items-list-more span {
  font-size: 16px;
  text-decoration: underline;
}
.blog-videos .items-list .items-list-more span:after {
  content: "";
  background: url("../images/pics_17.png") no-repeat -68px 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.blog-videos .items-list .items-list-more.hidden {
  display: none;
}
.item-page.single-video .video {
  width: 560px;
  height: 315px;
  background-color: #f5f5f5;
}
.item-page.single-video .video iframe {
  min-width: 0;
  width: 100% !important;
  height: 100% !important;
}
.item-page.single-video .date-and-source {
  border-bottom: solid 1px #cfd1d2;
  padding: 26px 0 18px 0;
}
.item-page.single-video .date-and-source .date {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  padding: 0 0 0 26px;
}
.item-page.single-video .date-and-source .date:before {
  content: "";
  background: url("../images/ico-date.png") center center no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 9px 0 -26px;
}
.item-page.single-video .date-and-source .source {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 26px;
}
.item-page.single-video .date-and-source .source:before {
  content: "";
  background: url("../images/ico-source.png") center center no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 9px 0 -26px;
}
.item-page.single-video .tags {
  margin: 0 0 17px 0;
  font-size: 0;
}
.item-page.single-video .tags .label {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  margin: 0 4px 0 0;
}
.item-page.single-video .tags a {
  font-size: 12px;
  display: inline-block;
  vertical-align: baseline;
  text-decoration: underline;
}
.item-page.single-video .tags a:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  margin: 0 3px 0 4px;
}
.item-page.single-video .tags a.active {
  color: #be272e !important;
  text-decoration: none;
}
.item-page.single-video .content {
  padding: 15px 0 0 0;
}
.item-page.single-video .content p {
  margin: 0;
}
.item-page.single-video .content p {
  margin: 0!important;
}
.item-page.single-video .items-list {
  margin: 0 0 103px 0;
  position: relative;
  display: none;
  font-size: 0;
  padding: 0 17px;
  border: solid 1px #d3d4d6;
  background-color: #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 57px;
}
.item-page.single-video .items-list.visible {
  display: block;
}
.item-page.single-video .items-list .item {
  padding: 17px 0 46px 0;
  vertical-align: top;
  display: inline-block;
  width: 215px;
  font-size: 12px;
}
.item-page.single-video .items-list .item .video {
  background-color: #f5f5f5;
  width: 215px;
  height: 120px;
  position: relative;
}
.item-page.single-video .items-list .item .video a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item-page.single-video .items-list .item .video iframe {
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
}
.item-page.single-video .items-list .item:not(:nth-child(4n+4)) {
  margin: 0 18px 0 0;
}
.item-page.single-video .items-list .item h2 {
  margin: 6px 0 6px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.item-page.single-video .items-list .item .date {
  margin: 0 0 1px 0;
}
.item-page.single-video .items-list .item .content {
  margin: 17px 0 0 0;
}
.item-page.single-video .items-list .item .content p {
  margin: 0;
}
.item-page.single-video .items-list .items-list-more {
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 21px;
  position: absolute;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
}
.item-page.single-video .items-list .items-list-more span {
  font-size: 16px;
  text-decoration: underline;
}
.item-page.single-video .items-list .items-list-more span:after {
  content: "";
  background: url("../images/pics_17.png") no-repeat -68px 0;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.item-page.single-video .items-list .items-list-more.hidden {
  display: none;
}
body.language header {
  padding: 30px 0 39px 0;
}
body.language header .language {
  margin: -4px 9px 0 0;
}
body.language header .email {
  cursor: pointer;
  font-weight: bold;
  margin: 13px 144px 0 0;
}
body.language header .email:before {
  content: "";
  background: url('../images/pics_17.png') -17px 0 no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 8px 0 0;
}
body.language .verify-block {
  padding: 27px 0 0 0;
  margin: 0 0 43px 0;
  background: url("../images/bg_tabs_content.jpg") center center no-repeat;
  height: 380px;
}
body.language .verify-block .title {
  margin: 0 0 29px -1px;
  font-size: 50px;
  font-weight: normal;
  line-height: 64px;
  color: #414042;
}
body.language .verify-block .description {
  font-size: 15px;
  color: #414042;
  line-height: 18px;
}
body.language .verify-block .description .subtitle {
  margin: 0 0 10px 0;
  font-weight: bold;
}
body.language .verify-block .description .subtitle span {
  color: #be272e;
}
body.language .verify-block .description .strong {
  font-weight: bold;
}
body.language .item-page {
  font-size: 12px;
  line-height: 16px;
}
body.language .item-page h1 {
  color: #414042;
  font-weight: normal;
  font-size: 40px;
  margin: 0 0 -16px 0;
  line-height: normal;
  padding: 0;
}
body.language .item-page h2 {
  margin: 0;
  padding: 21px 0 14px 0;
  line-height: normal;
  font-size: 24px;
  font-weight: normal;
}
body.language .item-page a {
  color: inherit;
}
body.language .item-page p {
  margin: 16px 0;
}
body.language .item-page .strong {
  font-weight: bold;
}
body.language .item-page .email-message {
  margin: 23px 0 22px 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 22px 20px 21px 110px;
  background: url("../images/ico-email.png") 28px center no-repeat #e7e7e8;
}
body.language .item-page .how-to {
  margin-bottom: 61px;
  margin-top: 6px;
  background-color: #e7e7e8;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 0 22px 0;
  border-bottom: none!important;
  position: relative;
}
body.language .item-page .how-to:after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #cfd1d2;
  bottom: -25px;
  left: 0;
  right: 0;
}
body.language .item-page .how-to .pics {
  background-color: #008647;
  font-size: 0;
  padding: 20px 0 0 0;
  height: 122px;
}
body.language .item-page .how-to .pics img {
  display: inline-block;
  margin: 0;
}
body.language .item-page .how-to .pics img:nth-child(1) {
  margin: 0 0 0 84px;
}
body.language .item-page .how-to .pics img:nth-child(2) {
  margin: 0 0 0 196px;
}
body.language .item-page .how-to .pics img:nth-child(3) {
  margin: 0 0 0 194px;
}
body.language .item-page .how-to .items {
  padding: 28px 0 0 0;
  font-size: 0;
}
body.language .item-page .how-to .items .item {
  display: inline-block;
  white-space: nowrap;
}
body.language .item-page .how-to .items .item .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  white-space: normal;
}
body.language .item-page .how-to .items .item .text span {
  font-weight: bold;
}
body.language .item-page .how-to .items .item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
  width: 29px;
  height: 42px;
  margin: 0 11px 0 0;
}
body.language .item-page .how-to .items .item:nth-child(1) {
  margin: 0 0 0 17px;
}
body.language .item-page .how-to .items .item:nth-child(1) .text {
  width: 274px;
}
body.language .item-page .how-to .items .item:nth-child(1):before {
  background-image: url("../images/num1.png");
}
body.language .item-page .how-to .items .item:nth-child(2) {
  margin: 0 0 0 15px;
}
body.language .item-page .how-to .items .item:nth-child(2) .text {
  width: 211px;
}
body.language .item-page .how-to .items .item:nth-child(2):before {
  background-image: url("../images/num2.png");
}
body.language .item-page .how-to .items .item:nth-child(3) {
  margin: 0 0 0 15px;
}
body.language .item-page .how-to .items .item:nth-child(3) .text {
  width: 278px;
}
body.language .item-page .how-to .items .item:nth-child(3):before {
  background-image: url("../images/num3.png");
}
body.language .item-page .how-to .comment {
  padding: 26px 0 19px 27px;
}
body.language .item-page .how-to .comment span {
  font-weight: bold;
}
body.language .item-page .how-to .items2 {
  font-size: 0;
  padding: 0 0 0 27px;
}
body.language .item-page .how-to .items2 .item {
  display: inline-block;
  vertical-align: middle;
}
body.language .item-page .how-to .items2 .item .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
body.language .item-page .how-to .items2 .item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-position: left center;
  width: 50px;
  height: 50px;
  margin: 0 13px 0 0;
}
body.language .item-page .how-to .items2 .item:nth-child(1) {
  width: 250px;
}
body.language .item-page .how-to .items2 .item:nth-child(1) .text {
  width: 177px;
}
body.language .item-page .how-to .items2 .item:nth-child(1) .text span {
  font-weight: bold;
  color: #008647;
  text-transform: uppercase;
}
body.language .item-page .how-to .items2 .item:nth-child(1):before {
  background-image: url("../images/ico1.png");
}
body.language .item-page .how-to .items2 .item:nth-child(2) {
  width: 323px;
}
body.language .item-page .how-to .items2 .item:nth-child(2) .text {
  width: 250px;
}
body.language .item-page .how-to .items2 .item:nth-child(2) .text span {
  font-weight: bold;
  color: #f0b41d;
  text-transform: uppercase;
}
body.language .item-page .how-to .items2 .item:nth-child(2):before {
  background-image: url("../images/ico2.png");
}
body.language .item-page .how-to .items2 .item:nth-child(3) {
  width: 330px;
}
body.language .item-page .how-to .items2 .item:nth-child(3) .text {
  width: 257px;
}
body.language .item-page .how-to .items2 .item:nth-child(3) .text span {
  font-weight: bold;
  color: #be272e;
  text-transform: uppercase;
}
body.language .item-page .how-to .items2 .item:nth-child(3):before {
  background-image: url("../images/ico3.png");
}
body.language .item-page .warning {
  font-weight: bold;
  color: #be272e;
}
body.language .contacts {
  margin: 39px 0 0 0;
  padding: 10px 26px 24px 26px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #d3d4d6;
  font-size: 0;
}
body.language .contacts .title {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 33px 0;
}
body.language .contacts .address {
  display: inline-block;
  vertical-align: top;
  width: 550px;
  padding: 0 0 0 82px;
  line-height: 18px;
  font-size: 12px;
  position: relative;
}
body.language .contacts .address:before {
  content: "";
  background: url("../images/ico-contacts.png") center center no-repeat;
  width: 50px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
}
body.language .contacts .phone-and-email {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 45px;
  font-size: 12px;
  line-height: 18px;
}
body.language .contacts .phone-and-email a {
  color: inherit;
}
body.language .contacts .phone-and-email a[href^="tel"] {
  text-decoration: none;
}
body.language footer {
  margin: 89px 0 0 0;
  padding: 28px 0 26px 0;
  border-top: solid 25px #e7e7e8;
}
body.language footer .email,
body.language footer .phone {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
body.language footer .email a,
body.language footer .phone a {
  font-size: 16px;
}
body.language footer .phone {
  margin: 0 0 0 69px;
}
body.language footer .phone a {
  text-decoration: none;
}
body.language footer .copyright {
  margin: 26px 0 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 18px;
}
body.language .popup[data-name="feedback"] .win form {
  margin-top: 40px;
}
body.language .popup[data-name="feedback"] .win form button {
  min-width: 125px;
}
body.language .verify-block {
  padding: 27px 0 0 0;
  margin: 0 0 43px 0;
  background: url("../images/bg_tabs_content1.jpg") right center no-repeat;
  background-color: #c2e86e;
  height: 380px;
}
.pagenf {
  height: 423px;
  width: 100%;
  background: url("/images/404-page-3888.png") no-repeat center center;
  color: #FFF;
  text-align: center;
  font-family: Arial;
}
.headnf {
  padding: 88px 0 0 96px;
  font-size: 130px;
}
.headdesc {
  padding: 46px 0 0 96px;
  font-size: 24px;
}
.blog-news .items .blog-news-item .info {
  width: 89%;
  /*white-space: normal;*/
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
}
.blog-news .items .blog-news-item .pic {
  display: inline-block;
  width: 100px;
  height: 100%;
  vertical-align: top;
}
.osn.page a:hover,
.item-page a:hover,
footer a:hover,
header a:hover,
body.gl .goods a:hover,
body.gl .how_spot_fake a:hover,
body.gl .news a:hover,
body.gl .system_dat_w a:hover {
  color: #008647 !important;
}
body.gl span.down:hover,
body.gl a.more_arrow:hover {
  color: #008647 !important;
}
.header-note {
  background-color: #ebebeb;
  color: #000000;
  padding: 9px 0 7px 0;
  font-size: 14px;
}
.header-note .name {
  font-size: 16px;
  color: #ad1d2a;
  font-weight: bold;
}
.header-note .dash {
  font-size: 9px;
  margin: 0 2px 0 3px;
  position: relative;
  top: -1px;
}
