input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

body {

  position: relative;
  margin: 0;
  padding: 0;
  color: #282828;
  font-family: Montserrat, 'Ubuntu', 'Noto Sans', 'PT Sans', Verdana, Arial, sans-serif;
  outline: none;
  min-width: 1162px;
  min-height: 100%;
  padding-bottom: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fefefe;
}

body.adaptiv {
  min-width: 320px;
}

.wrap{

}

.svg_fill_solid {
  fill: #1a58d7;
}

/*buttons and inputs*/
.solid_button,
.solid_element {
  background: #1a58d7;
  color: #fff;
  font-family: Verdana, 'PT Sans', 'Ubuntu', 'Noto Sans', Arial, sans-serif;
}

.solid_button.ui-state-active,
.solid_button.ui-state-current,
.solid_button:focus,
.solid_button:hover {
  background: #546dd1;
  color: #fff;
}

.solid_button.bg_yellow{
  background: #f2ad00 !important;
}

.border_button {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #a7a7a7;
  cursor: pointer;
}

.border_button:hover {
  background: #e2e2e2;
}

.solid_input {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 19px;
  height: 38px;
  border: none;
  border-radius: 6px;
  background: #e9e9e9;
  box-shadow: none;
  font-weight: normal;
  font-size: 14px;
  float: none;
  margin-bottom: 25px;
}

/*end buttons*/
.new_price,
.old_price,
.title_f {
  font-family: 'Ubuntu', 'PT Sans', sans-serif;
}

.title_product {
  font-family: 'PT Sans', sans-serif;
}

.sl_header1,
.sl_header2,
.sl_header3 {
  font-family: 'Ubuntu', sans-serif;
}

a img {
  border: none;
}

a,
.open_call,
.hover_link :hover {
  text-decoration: none; /*underline;*/
  /*text-decoration-style: dashed;
  /*border-bottom: 1px dashed #1a58d7;*/
  color: #ebebeb;//1a58d7;
  cursor: pointer;
}

/* %%%% */
.open_call, .login, .logout {
	color: #ebebeb;
	text-decoration: none;
	border-bottom: 1px dashed #ebebeb;
}

.open_call:hover, .login:hover, .logout:hover {
	color: #0089e5;
	text-decoration: none;
	border-bottom: 1px dashed #0089e5;
}

/* %%%% */

a:hover,
.open_call:hover {
  color: #636363;
}

h3 {
  //text-align: center;
  //text-transform: uppercase;
  font-size: 28px !important;
  //font-weight: bold !important;
  font-weight: 500 !important;
  font-style: normal;
  font-stretch: normal;
  //font-size: 26px;
}

.h3_center{
  text-align: center;
  //text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
}
.h3_center a{
	color: inherit;
}

.h3_to_all{
	//font-size: 16px;
	margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 15px;
    vertical-align: bottom;
    float: right;
    letter-spacing: 1px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    -moz-border-radius: 5px;           /* Firefox */
    -webkit-border-radius: 5px;        /* Safari, Google Chrome */
    -khtml-border-radius: 5px;         /* KHTML */
    -o-border-radius: 5px;             /* Opera */
    -ms-border-radius: 5px;            /* IE8 */
    -icab-border-radius: 5px;          /* Icab */
}

a.h3_to_all{
    text-decoration: none;	
}

/*float class*/
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/*TOP-PANEL*/
.top_panel {
  width: 100%;
  background: #424242;
  //border-bottom: 1px solid black;
}

.top_panel_wrap {
  margin: 0 auto;
  max-width: 1162px;
  //padding-left: 10px;
  //padding-right: 10px;
  line-height: 40px;
}

.top_panel .search_wrap {
  float: left;
  padding-top: 7px;
}

.top_panel .basket_wrap {
  margin-left: 20px;
  white-space: nowrap;
  background-color: #FFD700;
  padding-left: 10px;
  padding-right: 10px;
}

.top_panel .phone_block {
  display: block;
  white-space: nowrap;
}

.top_panel .phone_block .phone {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  color: #656565;
  margin-right: 20px;
}

.top_panel .phone_block .call_button {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
}

.top_panel .top_personal {
  margin-left: 30px;
}

@media all and (max-width: 920px) {
  .adaptiv .top_panel .phone_block {
    float: none !important;
  }

  .adaptiv .top_panel .search_wrap {
    float: none;
  }

  .adaptiv .top_panel .phone_block {
    float: none;
  }

  .adaptiv .top_panel .basket_wrap {
    float: none;
    margin-left: 0px;
  }

  .adaptiv .top_panel .top_personal {
    float: none;
    margin-left: 0px;
  }

  .adaptiv .top_panel .top_panel_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 390px) {
  .adaptiv .top_panel_wrap {
    padding: 0;
  }
}

/*TOP-PANEL END*/
/* ---- HEADER ---- */
.header_wrap {
  position: relative;
  z-index: 20;
  //background-color: #f8f8f8;
  border-bottom: 1px solid #ebebeb;
}

.header_wrap .header_wrap_information {
  /*min-height: 120px;*/
  min-height: 100px;
}

.header_wrap .phone {
  font-size: 20px;
  font-weight: bold;
}

.header_wrap .call_button {
}

.workarea_wrap {
  position: relative;
  z-index: 10;
  //background-color: #ffffff;
}

.header_wrap_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1162px;
  position: relative;
}

.header_wrap_container .logo_wrap {
  width: auto;
  width: 35%;
  padding-top: 19px;
  padding-bottom: 19px;
}

.header_wrap_container .logo_wrap img {

}

.header_wrap_container .search_wrap {
  padding-left: 20px;
}

.header_wrap_container .right_wrap {
  width: 73%;
}

.header_wrap_container .right_wrap table.table_wrap {
  float: right;
  width: 100%;
}

table.table_wrap{
  vertical-align: middle;
}

.header_wrap_container .right_wrap table.table_wrap .menu_wrap {
  position: static;
  display: block;
  padding-left: 20px;
  margin: 0px;
}

.header_wrap_container .right_wrap table.table_wrap .phone_wrap {
  white-space: nowrap;
  padding-left: 20px;
  text-align: right;
}

.header_wrap_container .right_wrap table.table_wrap .basket_wrap {
  white-space: nowrap;
  padding-left: 20px;
}

.top_panel .top_panel_wrap .b_compare,
.top_panel .top_panel_wrap .b_basket {
  line-height: normal;
}

.b_compare,
.b_basket {
  display: inline-block;
  vertical-align: middle;
}

.video-list {
  overflow: hidden;
  margin: 0 -10px 0px;
}

.video-list_2x .video-item{
  width: 50%;
}

.video-item:hover .preview .img {
  transform: scale(1.01, 1.01) translateY(-50%);
}

.video-item:hover a,
.video-item:hover .name {
  text-decoration: none;
  color: #1e81bf !important;
}

.video-item:nth-child(3n+1) {
  clear: left;
}

.video-item {
  display: block;
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  margin: 0 0 20px;
  //margin: 0;
  overflow: hidden;
}

.inner_section_list .center {
  overflow: hidden;
}

.video-item .preview img {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
}

.video-item .preview .img {
  position: absolute;
  top: 50%;
  width: 100%;
  min-height: 100%;
  left: 0;
  transform: scale(1, 1) translateY(-50%);
}

.video-item .preview {
  background: #eee;
  overflow: hidden;
  display: block;
  position: relative;
  transform: scale(1);
  margin: 0 0 5px;
}

.video-item .name-categories {
  color: #999;
  line-height: 1.25;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin: 5px 0;
}

.video-item .name {
  color: #000;
  font-size: 14px;
  line-height: 1.25;
  display: block;
  font-weight: 500;
  margin: 5px 0;
  height: 50px;
  overflow: hidden;
}

.video-item .video_see,
.video-item .video_like,
.video-item .video_date {
  display: block;
  color: #999;
  font-size: 10px;
  line-height: 18px;
}

.video-item .video_see {
  text-align: right;
  float: right;
}

.video-item .video_like {
  text-align: center;
  display: inline-block;
  position: relative;
  top: -1px;
}

.video-item .video_date {
  text-align: left;
  float: left;
}

.like {
  cursor: pointer;
}

.video-item .video_see .img,
.video-item .video_like .img,
.video-item .video_date img {
  margin: 0 5px 0 0;
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}

.video_info_in .like {
  line-height: 27px;
  float: left;
  color: #636363;
  font-size: 14px;
  margin: 0 0 0 6px;
}

.video_info_in .like .img,
.video-item .video_like .img {
  width: 16px;
  height: 13px;
  font-size: 0;
  color: transparent;
  display: inline-block;
  background: url(images/like-icon.svg) no-repeat;
}

.video_info_in .like:hover .img,
.video_info_in .like.active .img,
.video-item .video_like.active .img,
.video-item .video_like:hover .img {
  background: url(images/like-icon-select.svg) no-repeat;
}

.video-item .video_like:hover {
  text-decoration: underline;
}

.video-item .video_see .img {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(images/views-icon.svg) no-repeat;
}

.video-similar {
  float: right;
  width: 280px;
  margin: 0 0 0 30px;
}

.video_info_in {
  overflow: hidden;
}

.video-similar-item:hover .name {
  color: #1e81bf !important;
  text-decoration: none;
}

.video-similar-item {
  overflow: hidden;
  margin: 0 0 20px;
  display: block;
  clear: both;
}

.video-similar-item .center {
  overflow: hidden;
}

.video-similar-item .preview .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.video-similar-item .preview img {
  display: block;
  width: 100%;
}

.video-similar-item .preview {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
  width: 110px;
  margin: 0 15px 0 0;
}

.video-similar-item .preview:hover {
}

.video-similar-item .name {
  color: #282828;
  font-size: 12px;
  display: block;
  overflow: hidden;
  margin: 0 0 4px;
  height: 45px;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.25;
}

.video-similar-item .like,
.video-similar-item .see {
  float: left;
  color: #999;
  width: 25%;
  font-size: 10px;
  line-height: 14px;
}
.video-similar-item .see {

}

.video-similar-item .like .img {
  width: 15px;
  height: 13px;
  font-size: 0;

  color: transparent;
  display: inline-block;
  background: url(images/like-icon.svg) no-repeat;
}

.video-similar-item .like.active .img,
.video-similar-item .like:hover .img {
  background: url(images/like-icon-select.svg) no-repeat;
}

.video-similar-item .like .img,
.video-similar-item .see .img {
  float: left;
  margin: 1px 5px 0 0;
}

.video-similar-item .see .img {
  width: 13px;
  height: 13px;
  display: inline-block;
  background: url(images/views-icon.svg) no-repeat;
}

.video_info_in .sharing:after {
  content: '';
  bottom: -10px;
  background: #f1f1f1;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  display: inline-block;
}

.video_info_in .sharing .count-like.active .img {
  background: url(images/like-icon-select.svg) no-repeat;
}
.video_info_in .sharing .count-like .img {
  background: url(images/like-icon.svg) no-repeat;
  width: 16px;
  height: 13px;
  background-size: contain !important;
  font-size: 0;
  color: transparent;
  display: inline-block;

}

.video_info_in .sharing .img {
  float: left;
  margin: 6px 5px 0 0;
}

.video_info_in .sharing .count-like {
  line-height: 24px;
  display: block;
  float: right;
  margin: 0 0 0 10px;
}

.video_info_in .sharing {
  text-align: right;
  padding: 10px 10px;
  /*background: #f1f1f1;*/
  margin-bottom: 20px;
  position: relative;

}

.video_info_in {
  color: #282828;
  font-size: 15px;
  line-height: 1.25;
}

.video_info_in .product_link{
  margin-top: 5px;
}


.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 12px;
}

.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_info_in p {
  margin: 0 0 20px;
}

.video_info_in .reviews-box .reviews .form .row {
  width: 100%;
}

.last-video h3 {
  //text-align: center;
  //text-transform: uppercase;
  //font-size: 35px;
}

.last-video .video-list {
  text-align: left;
  //margin: 0 -30px;
}

.last-video .video-item {
  //padding: 0 30px;
}

.last-video {
  background: #f1f1f1;
  text-align: center;
  overflow: hidden;
  padding: 25px 0 50px 0;

}

.last-video .button {
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}

.reviews-post-table .reviews-actions {
  padding-bottom: 5px;
}

.reviews-post-table .message-author-name {
  margin-top: 10px;
  display: inline-block;
}

.reviews-post-table .review-avatar img {
  margin-top: 15px;
  margin-bottom: 15px !important;
}

.reviews-post-first {
}

.reviews-post-first .message-author-name,
.reviews-post-first .review-avatar img {
  margin-top: 0;
}

.review-avatar .review-avatar img{
  border-radius: 0 !important;
  width: 60px !important;
  height: auto !important;
  position: absolute;
  top: 50%;
  margin: 0 !important;
  left: 50%;
  transform: translate(-50%, -50%);
}
.review-avatar .review-avatar{
  overflow: hidden;
  border-radius: 100%;
  width: 60px;
  margin: 5px 15px 15px 0;
  position: relative;
  height: 60px;
}
/*.reviews-post-even .review-avatar{
    width: 105px;
}
.reviews-post-even .review-avatar img {
    margin: 15px 15px 0 30px;
}
.reviews-post-even .message-author-name{
    margin-top: 10px;
    display: inline-block;
}*/

@media all and (max-width: 1200px) {
  .adaptiv .header_wrap_container.with-menu.with-phone.with-basket .right_wrap table.table_wrap {
    width: auto;
  }

  .adaptiv .header_wrap_container.with-menu.with-phone.with-basket .right_wrap table.table_wrap .menu_wrap {
    display: none;
  }

  .adaptiv .header_wrap .top.with-menu.with-phone.with-basket {
    display: block !important;
  }
}

@media all and (max-width: 1150px) {
  .adaptiv .header_wrap .border_catalog_menu {
    display: none;
  }

  .adaptiv .top_panel_wrap .bg_top_menu {
    display: none;
  }

  .adaptiv .header_wrap .top.with-top-menu {
    display: block !important;
  }
}

@media all and (max-width: 1000px) {
  .adaptiv .header_wrap_container.with-menu.with-basket .right_wrap table.table_wrap {
    width: auto;
  }

  .adaptiv .header_wrap_container.with-menu.with-basket .right_wrap table.table_wrap .menu_wrap {
    display: none;
  }

  .adaptiv .header_wrap .top.with-menu.with-basket {
    display: block !important;
  }

  .video-item {
    width: 50%;
  }

  .video-item:nth-child(2n+1) {
    clear: left;
  }

  .video-item:nth-child(3n+1) {
    clear: none;
  }

  .last-video .video-item:last-child {
    display: none;
  }
}

@media all and (max-width: 920px) {
  .adaptiv .header_wrap .header_wrap_information {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (max-width: 900px) {
  .adaptiv .header_wrap_container.with-menu.with-phone .right_wrap table.table_wrap {
    width: auto;
  }

  .adaptiv .header_wrap_container.with-menu.with-phone .right_wrap table.table_wrap .menu_wrap {
    display: none;
  }

  .adaptiv .header_wrap .top.with-menu.with-phone {
    display: block !important;
  }
}

@media all and (max-width: 825px) {
  .adaptiv .header_wrap_container .right_wrap table.table_wrap {
    width: auto;
  }

  .adaptiv .header_wrap_container.with-menu .right_wrap table.table_wrap .menu_wrap {
    display: none;
  }

  .adaptiv .header_wrap .top.with-menu {
    display: block !important;
  }
}

@media all and (max-width: 800px) {
  .adaptiv .header_wrap_container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .adaptiv .header_wrap_container .search_wrap {
    padding-left: 0px;
  }

  .adaptiv .header_wrap_container .right_wrap table.table_wrap .basket_wrap {
    padding-left: 0px;
  }

  .adaptiv .header_wrap_container tbody {
    display: block;
  }

  .adaptiv .header_wrap_container tbody tr {
    display: block;
  }

  .adaptiv .header_wrap_container tbody tr td {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .adaptiv .header_wrap_container .logo_wrap {
    display: block;
  }

  .adaptiv .header_wrap_container .right_wrap {
    display: block;
    width: auto;
  }

  .adaptiv .header_wrap_container .right_wrap table.table_wrap {
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_left_wrap {
    display: block;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .adaptiv .header_wrap_container .right_wrap table.table_wrap .phone_wrap {
    text-align: left;
    padding-left: 0px;
  }

  .adaptiv .header_wrap_container .right_wrap table.table_wrap .basket_wrap.fly {
    width: 300px;
  }

  .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_right_wrap {
    display: block;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .video-similar {
    display: none;
  }
}

@media all and (max-width: 510px) {
  .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_right_wrap {
    float: none;
  }

  .adaptiv .header_wrap_container .right_wrap table.table_wrap .adaptiv_left_wrap {
    float: none;
  }

  .adaptiv .header_wrap_container .right_wrap table.table_wrap .call_button {
    text-align: left;
  }

  .video-item {
    width: 100%;
  }

  .last-video .video-item:last-child {
    display: block;
  }
}

.worakarea_wrap_container {
  margin: 0 auto;
  max-width: 1162px;
  //padding: 0 9px;
  //min-height: 350px;
  //border: 1px solid red;
}

.header_grey {
  font-size: 21px;
  color: #212121;
  font-weight: normal;
  font-family: Montserrat, sans-serif, 'Ubuntu', 'PT Sans';
  margin-top: 0;
  margin-bottom: 10px;
}


.standart_block {
  margin-bottom: 30px;
}

@media (max-width: 980px) {
  .adaptiv .header_wrap_container .logo_wrap {
    width: 30%;
  }
}

@media (max-width: 640px) {
  .adaptiv .header_wrap_container .logo_wrap {
    width: 35%;
  }
}

@media (max-width: 1024px) {
  .adaptiv .workarea_wrap {
    min-height: 400px;
  }
}

.workarea_wrap h1 {
  padding-bottom: 0;
  font-size: 36px;
  margin-top: 20px;
  color: #000://#444648;
  font-weight: normal;
  font-weight: 600;
}

.workarea_wrap h1 a {
  color: #000;
  text-decoration: none;
}


/* УЮВ + */

.workarea_wrap h2{
  color: #000000;
  font-family: Montserrat, Ubuntu;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.9rem;
  margin: 10px auto;
}

.workarea_wrap h6{
  margin: 0 0 2em 0;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.forum-topic-last{
  max-width: 100%;
}

.data-table{
  max-width: 100%;
}
/* УЮВ - */

.bx_title_section {
  margin-top: 0;
  padding-top: 0;
  vertical-align: middle;
  font-size: 26px;
}

.footer_wrap_container {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  max-width: 980px;
}

/* ---- INC SOCIAL HEADER ---- */
.bx_inc_social_footer h4 {
  text-align: left;
  font-weight: normal;
  font-size: 26px;
}

.social_buttons {
  margin-top: 0px
}

.social_buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social_buttons ul li {
  display: inline-block;
  width: 21px;
  height: 21px;
  list-style: none;
}

.social_buttons ul li a {
  display: block;
  width: 21px;
  height: 21px;
  background: url(images/sprite_social.png) no-repeat;
}

.social_buttons ul li.fb a {
  background-position: -21px 0;
}

.social_buttons ul li.tw a {
  background-position: -42px 0;
}

.social_buttons ul li.in a {
  background-position: -63px 0;
}

.social_buttons ul li.vk a {
  background: url(/images/vk48_2.png) no-repeat;
  background-size: contain;
  /*background-position: 0 0*/
}

.social_buttons ul li.tg a {
  background: url(/images/tg48.png) no-repeat;
  background-size: contain;
  /*background-position: 0 0*/
}

.social_buttons ul li.whatsapp a {
   background: url(/images/whatsapp48.png) no-repeat;
   background-size: contain;
   /*background-position: 0 0*/
 }

 .social_buttons ul li a:hover {
  opacity: 0.65;
}

/* ---- INC SOCIAL HEADER END---- */
/*HEADER_LOGO*/
span.code {
  font-size: 17px;
}

table.header_table td.logo {
  width: 50%;
}

table.header_table td.logo_wrap {
  padding-left: 12px;
  max-height: 60px;
}

table.header_table td.logo_wrap img {
  max-height: 60px;
}

@media (max-width: 1200px) {
  .adaptiv table.header_table td.logo {
    width: 40%;
  }

  .adaptiv table.header_table td.address {
    width: 20%;
  }

  .adaptiv table.header_table td.phone {
    width: 20%;
  }
}

@media (max-width: 920px) {
  .adaptiv table.header_table td.logo {
    width: 30%;
  }

  .adaptiv table.header_table td.address {
    width: 25%;

  }

  .adaptiv table.header_table td.phone {
    width: 25%;
  }
}

@media (max-width: 740px) {
  .adaptiv table.header_table td.logo {
    display: block;
    float: left;
    width: 30%;
    margin-top: 5px;
    margin-bottom: 5px;

  }

  .adaptiv table.header_table td.socnet {
    display: none;
  }

  .adaptiv table.header_table td.address {
    display: block;
    float: left;
    width: 30%;
    margin-left: 20px;
    margin-left: 10px;
    margin-top: 2%;
  }

  .adaptiv table.header_table td.phone {
    display: block;
    float: right;
    width: 35%;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: right;
  }

  .adaptiv table.header_table {
    max-height: 60px;
  }
}

@media (max-width: 600px) {
  .adaptiv table.header_table td.address {
    display: none;
  }

  .adaptiv table.header_table td.phone {
    width: 50%;
    font-size: 18px;
  }

  .adaptiv span.code {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .adaptiv .header_wrap_container .logo_wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .adaptiv .top_panel .phone_block .phone {
    margin-right: 6px;
  }
}

/*TOP_SLIDER*/
.slider {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
}

.slider .slider_container {
  position: absolute;
  top: 0px;
  padding: 0px;
}

.slider .slider_container .slider_item {
  overflow: hidden;
  float: left;
}

.slider .slider_container .slider_item img {

}

/*INDEX_HEADER*/
.section_header {
  text-transform: uppercase;
  font-size: 30px;
  color: #cf9f33;
  width: 100%;
  text-align: center;
  background: url(images/header_line.jpg) repeat-x center;
  margin-bottom: 35px;
  margin-top: 26px;
}

.section_header div {
  padding: 0 11px;
  display: inline-block;
  background: white;
}

/*///////////*/
.text_block {
  font-size: 12px;
  color: #686868;
}

/*footer*/
.bg_footer {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #f1f1f1;
  color: #292929;
  padding: 10px 0;
  margin-top: 60px;
}

.bg_footer .footer {
  position: relative;
  max-width: 1162px;
  margin: 0 auto;
  overflow: hidden;
  padding: 13px 20px;
}

.bg_footer .footer .table_footer {
  width: 100%;
}

.bg_footer .contacts {
  color: inherit;
}

.bg_footer .contacts .one_phone {
  font-size: 13px;
  color: inherit;
}

.bg_footer .contacts .text_phone {
  font-size: 13px;
  color: inherit;
  padding-left: 2px;
}

.bg_footer .phone-block {
  text-align: right;
}

.bg_footer .phone-block .phone {
  font-size: 19px;
  color: inherit;
}

.bg_footer .phone-block .call_button {
  font-size: 13px;
  color: inherit;
}

.bg_footer .logo-block {
  padding-top: 25px;
}

.table_footer .contacts {
  width: 32%;
  padding-left: 13px;
}

.table_footer .footer_menu {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 650px) {
  .adaptiv .bg_footer .contacts {
    float: none;
  }

  .adaptiv .bg_footer .menu {
    float: none;
  }

  .adaptiv .bg_footer .phone-block {
    float: none;
    text-align: left;
  }
}

.footer-contacts{
  max-width: 100%;
}

/*END_FOOTER*/
/*BX_POPUP_WINDOW*/
.popup-window {
  border: 0;
  border-radius: 0;
  box-shadow: 0;
  font-size: 0;
}

.popup-window-close-icon {
  width: 11px;
  height: 11px;
  background: url(images/close_popup.png) no-repeat 0 0;
  opacity: 0.38;
}

.popup-window-close-icon:hover {
  background: url(images/close_popup.png) no-repeat 0 0;
  opacity: 1;
}

.popup-window-top-row,
.popup-window-left-column,
.popup-window-right-column {
  display: none;
}

.popup-window-content {
  margin: 0;
  background: #fff;
  border-radius: 7px;
}

.popup-window,
.popup-window-content-row .popup-window-center-column {
  background: none;
}

/*END BX_POPUP_WINDOW*/
.bx_left_catalog {
  float: left;
  width: 18.7%;
}

.bx_content_right {
  width: 80%;
  float: right;
  clear: right;
}

@media (max-width: 959px) {
  .adaptiv .bx_left_catalog {
    display: none;
  }

  .adaptiv .bx_content_right {
    width: 100%;
    float: none;
  }
}

ul.top_personal_menu {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  top: 1px;
}

ul.top_personal_menu li {
  float: left;
  display: block;
  list-style: none;
  border: 1px solid #fff;
  border-bottom: 0;
}

ul.top_personal_menu li.active {
  border: 1px solid #bebebe;
  border-bottom: 1px solid #fff;
}

ul.top_personal_menu li a {
  display: block;
  font-size: 14px;
  padding: 14px 17px;
  color: #5a5a5a;
  font-family: 'Babas', Arial, sans-serif;
  text-decoration: none;
}

.personal_body {
  border: 1px solid #bebebe;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

@media (max-width: 600px) {
  .adaptiv ul.top_personal_menu li a {
    padding: 12px 10px;
  }
}

@media (max-width: 480px) {
  .adaptiv ul.top_personal_menu li a {
    padding: 12px 4px;
    font-size: 12px;
  }
}

.bx_page {
  font-size: 14px;
}

@media (max-width: 800px) {
  .video-list_2x .video-item{
    width: 100%;
  }
  .adaptiv .left_col_index {
    display: none;
  }

  .adaptiv .right_col,
  .adaptiv .right_col_index {
    width: 100%;
  }

  .adaptiv .left_col {
    width: 100%;
    margin-bottom: 15px;
  }
}

/*contacts*/

@media (max-width: 768px) {
  .adaptiv .cnt_contacts {
    width: 100%;
  }

  .adaptiv .cnt_map {
    width: 100%;
    margin-top: 15px;
  }
}

/*block see*/
.one_see .img_see {
  width: 58px;
  height: 58px;
  display: block;
  float: left;
  text-align: center;
}

.one_see {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
}

.one_see .right_see {
  float: right;
  width: 60%;
}

/*To cart*/
.min-button.to-cart div {
  background-image: url('images/to_cart.png');
}

/*Catalog button*/
.catalog-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 13px 6px 13px;
  text-decoration: none;
  background: #3a58d2;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
  border-radius: 3px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.catalog-button:hover {
  background: #546dd1;
  text-decoration: none;
  color: #fff;
}

.catalog-button:focus {
  background: #3252d1;
  color: #fff;
  outline: none;
  text-decoration: none;
}

/*Hover shadow*/
.hover_shadow {
  transition-property: box-shadow;
  transition: 0.2s;
}

.hover_shadow:hover {
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.15);
}

/*flexel*/
.nbs-flexisel-container {
  position: relative;
  /*max-width:98%;*/
  margin: 0 auto;
  overflow: hidden;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  overflow: hidden;
  /*width:97%;*/
  margin: 0 auto;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}

.nbs-flexisel-item img {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 100px;
  max-height: 45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left {
  position: absolute;
  top: -50px !important;
  left: auto;
  right: 36px;
}

.nbs-flexisel-nav-right {
  position: absolute;
  top: -50px !important;
  right: 8px;
}

.error404 {
  max-width: 563px;
  margin: 0 auto;
  font-family: "Ubuntu", sans-serif;
  text-align: center;
}

.error404 .img {
  color: #fff;
  text-align: center;
  font-size: 50px;
  width: 145px;
  height: 145px;
  line-height: 145px;
  margin: 0 auto;
  border-radius: 145px;
  font-weight: bold;
  font-family: "Ubuntu";
}

.error404 .header_text {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  color: #111111;
  padding: 30px 0;
}

.error404 .text {
  font-size: 14px;
  margin-bottom: 30px;
}

.error404 .solid_button,
.error404 .border_button {
  text-decoration: none;
  font-size: 16px;
  text-align: center;
  width: 263px;
  height: 35px;
  line-height: 35px;
  border-radius: 6px;
}

@media (max-width: 700px) {
  .error404 .solid_button,
  .error404 .border_button {
    width: 100%;
    margin-bottom: 10px;
  }
}

.button_up {
  width: 40px;
  height: 40px;
  position: fixed;
  display: none;
  bottom: 30px;
  right: 30px;
  border-radius: 5px;
  z-index: 50;
  cursor: pointer;
  opacity: 0.9;
}

.button_up:hover {
  opacity: 1;
}

.button_up i {
  width: 16px;
  height: 9px;
  margin: 15px auto;

  background: url(images/sprite_to_up.png) no-repeat bottom;
  display: block;
}

/*old_styles*/
.checkbox_list_form .checkbox_item .checkbox_input {
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url(images/bg_checkbox.png) 0px 0px no-repeat;
}

.checkbox_list_form .checkbox_item_sel .checkbox_input {
  padding: 0px;
  margin: 0px;
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url(images/bg_checkbox.png) -16px 0px no-repeat;
}

.checkbox_list_form .checkbox_item span {
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  text-shadow: 0px 1px 0px #fff;
  position: relative;
  z-index: 2;
  zoom: 1;
}

.alx_scroll_pole_block .alx_scroll_pole {
  overflow-x: hidden;
  position: relative;
}

.alx_scroll_pole_block .checkbox_item {
  margin-bottom: 5px;
}

.checkbox_list_form .checkbox_item .checkbox_input input {
  visibility: hidden;
}

.logo_block {
  float: left;
  padding: 0px;
  margin: 0px;
}

.logo_block .logo {
  display: block;
  margin-top: 11px;
  margin-right: 18px;
  float: left;
}

.logo_block .slogan_txt {
  float: left;
  padding: 14px 0px 17px 16px;
  padding-left: 16px;
  background: url(images/slogan_shadow.png) 0px 0px no-repeat;
  width: 229px;
  color: #9b9b9b;
  font-size: 12px;
}

.topics.props_list {
  margin: 0px auto;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  border: 1px solid #dcdcdc;
}

.topics.props_list table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.topics.props_list table .name_td {
  text-align: left;
  border-left: 0px;
}

.topics.props_list table th {
  padding: 7px 10px 9px 19px;
  font-weight: bold;
  font-size: 12px;
  color: #3f4b54;
  text-align: center;
  margin: 0px;
  border-left: 1px solid #dcdcdc;
  background: #ecf1f4;
}

.topics.props_list table td {
  padding: 7px 19px 9px 19px;
  margin: 0px;
  text-align: center;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.topics.props_list table .line_bg td {
  background: #f9f9f9;
}

.description-top {
  overflow: hidden;
  //border: 1px solid #e8e8e8;
  padding: 25px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

.reviews-box .reviews .review {
  //border: none !important;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.07);
  margin-bottom: 10px;
}

.description-in {
  //border: 1px solid #e8e8e8;
  padding: 25px;
  border-top: none;
}

.reviews-box .reviews .review .description {
  padding: 0 0 30px !important;
}

.description-top-text {
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.only-mobile {
  display: none !important;
}

.reviews-box .reviews .review .description .company {
  font-size: 20px;
}

.video_info_top p,
.video_info_top a {
  text-transform: uppercase;
  font-size: 13px;
  color: #656565;
  display: inline-block;
  float: left;
  line-height: 1.25;
  margin: 0 20px 0 0;
}

.video_info_top a:hover {
  color: #1e81bf !important;
}

.video_info_top {
  overflow: hidden;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #656565;
}

.add_bottom .review_field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dadada;
}

.add_bottom .review_field::-moz-placeholder { /* Firefox 19+ */
  color: #dadada;
}

.add_bottom .review_field:-ms-input-placeholder { /* IE 10+ */
  color: #dadada;
}

.add_bottom .review_field:-moz-placeholder { /* Firefox 18- */
  color: #dadada;
}

.add_bottom .review_field {
  width: 100%;
  resize: none;
  height: 100px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #dadada;
}

.add_bottom .center {
  overflow: hidden;
}

.add_bottom .review-avatar {
  float: left;
}

.add_bottom {
  overflow: hidden;
}

.reviews-reply-buttons {
  margin: 10px 0 0 75px;
}

div.reviews-reply-field-author label, div.reviews-reply-field-email label{
  margin:0 0 5px;
  font-size: 14px;
  display: block;
}
div.reviews-reply-field-author, div.reviews-reply-field-email{
  width: 100% !important;
}
div.reviews-reply-fields{
  padding:0 0 20px;
}
div.reviews-reply-field-author input, div.reviews-reply-field-email input{
  width: 100%;
  resize: none;
  box-sizing: border-box;
  padding: 5px 10px;
  line-height: 1.25;
  border: 1px solid #dadada !important;
}

.apx_trace{
	border: 1px dotted gray;
}

ul.list_v1 {
  list-style-type: none;
  //padding-left: 60px;
  //list-style-image: url('/images/icons/check24.png');
  padding-left: 0 !important;
  margin-top: 0 !important;
}
ul.list_v1 li{
  line-height: 30px;
  //min-height: 40px;
  align-items: center;
  //position: relative;
  background: url('/images/icons/check20.png') left center no-repeat;
  padding-left: 30px;
}



/* ФОРУМ - ФОРМА ОТВЕТА */

.forum-reply-header{
  display: none;
 }

.forum-reply-fields{
  padding: 0 !important;
}

.feed-add-post-text{
  padding: 0 !important;
}

.forum-reply-field{
  margin-top: 0 !important;
}

.forum-reply-fields .feed-add-post .file-selectdialog-switcher span{
  background-color: lightcyan;
  padding: 10px;
  margin-right: .462em !important;
  font-size: 1.1em;
}

.forum-reply-fields .feed-add-post .file-selectdialog-switcher,
.forum-reply-field .file-selectdialog,
.forum-reply-field-settings,
.forum-reply-buttons,
.forum-reply-field-title,
.forum-reply-field-desc,
.forum-reply-field-switcher,
.forum-reply-field-tags,
.forum-reply-field-vote-duration,
.forum-reply-field-vote
{
  margin: 1em !important;
}

.forum-reply-field input{
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #DDD;
}

.forum-reply-field-switcher-tag{
  padding-right: 15px;
}

.forum-new-topic-btn-block{
  margin-top: 10px;
  margin-bottom: 10px;
}

.forum-menu-box{
 background-color: #f6f6f6 !important;
}

.global_border_style{
  border-radius: 10px;
  overflow: hidden;
}