
@font-face {
  font-family: 'Open Sans';
  font-display: fallback;
  src: url(/source/fonts/OpenSans-Regular-webfont.woff);
}

/*
@font-face {
  font-family: 'Open Sans Light';
  font-display: fallback;
  src: url(/source/fonts/OpenSans-Light-webfont.woff);
}
*/

@font-face {
  font-family: 'Open Bold';
  font-display: fallback;
  src: url(/source/fonts/OpenSans-Bold-webfont.woff);
}

/*
@font-face {
  font-family: 'Open Sans ExtraBold';
  font-display: fallback;
  src: url(/source/fonts/OpenSans-ExtraBold-webfont.woff);
}
*/

@font-face {
  font-family: 'ProximaNova-Bold';
  font-display: fallback;
  src: url(/source/fonts/ProximaNova-Bold.woff);
}

html body {
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  color: #444444;
  font-size: 16px;
}

p {
  font-size: 16px;
}

.bg_image_blue {
  background-color: #f0f5f8;
  background-image: url(/source/img_posts/bit_bg_2.jpg);
  background-size: unset !important;
}

a,
a::before {
  color: #63A3F7;
  transition: all 0.2s ease;
  z-index: 98 !important;
  position: relative;
}

a.btn {
  text-decoration: none !important;
}

.fixed_main {
  position: fixed;
  top: 0px;
  z-index: 1000;
}

.relative {
  position: relative;
}

main {
  padding-top: 68px;
}

.product main {
  padding-top: 135px;
}

.product.perform_page main {
  padding-top: 128px;
}

.simpl_page main {
  padding-top: 64px;
}

.fixed_prod {
  position: fixed;
  top: 64px;
  z-index: 100;
}

.fixed_prod_mobile {
  position: fixed;
  top: 0px;
  z-index: 1000;
  border-bottom: 1px solid #e2e2e2;
}

.fixed_button {
  position: fixed !important;
  top: 30px !important;
  right: 30px !important;
  z-index: 10000 !important;
}

.fixed_button .icon_bar {
  background-image: url(/source/images/icon_bar_black.png);
}

.fixed_dropdown_menu {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 80px;
  padding-top: 12px;
  padding-left: 20px;
  background: rgb(46, 64, 82);
  z-index: 1000;
}

#main_menu .navbar-brand img {
  width: 163px;
}

.article {
  margin-bottom: 40px;
}

.dropdown-menu {
  background-color: #ffffff;
  background-clip: padding-box;
  border: none;
  border-radius: 0px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  margin-top: 0;
  padding-bottom: 0px;
  z-index: 10000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.24);
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}

#main_menu .bg-light {
  background: #2E4052 !important;
}

.white_bg {
  background-color: #ffffff;
  padding: 30px 15px;
}

sup {
  top: -.35em;
  font-size: 68%;
  padding: 0 3px;
  font-weight: normal !important;
}

.discountedrrp {
	text-decoration: line-through;
	color: #AA0000;
}

.btn {
  border-radius: 3px;
  border: none;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Bold';
  padding: 10px 30px;
  color: #fff;
}

.db {
  display: block;
}

table.blue_bd {
  /*border: 2px solid #edf3f6;*/
  border-bottom: none;
  border-right: none;
}

table.blue_bd td {
  border-bottom: 2px solid #edf3f6;
  border-right: 2px solid #edf3f6;
}

table.blue_bd tr td:first-child {
  border-left: 2px solid #edf3f6;
}

table.blue_bd tbody tr:first-child td {
  border-top: 2px solid #edf3f6;
}

table.table_first_style {
  border-collapse: initial;
}

.table_first_style thead th {
  border-bottom: none;
}

.table_first_style th {
  font-size: 16px;
  font-weight: 600;
  border-top: none;
  color: #3F4850;
}

.table_first_style td {
  border-top: none;
  color: #3F4850;
  font-size: 16px;
}

.table_white_style td {
  border-top: 1px solid #f0f6f8;
  color: #8D8D8D;
  font-size: 15px;
  background-color: #fff;
  line-height: 19px;
}

.table_white_style tr:first-child td {
  border-top: none;
}

.big_h1 {
  font-size: 54px;
}

.price_check {
  margin-left: -5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.btn-primary {
  background: #246EB9;
}

.hover_opacity:hover,
.hover_opacity img:hover,
.hover_opacity h3:hover {
  text-decoration: none;
  opacity: 0.85;
}

.btn-primary.empty_style {
  color: #246EB9;
  background: transparent;
  border: 1px solid #246EB9;
}

.btn-warning.empty_style {
  color: #F48A18;
  background: transparent;
  border: 1px solid #F48A18;
}

.btn-primary:hover {
  background: rgb(28, 91, 155);
}

.btn:hover {
  color: #fff;
}

.btn-warning {
  background: #F48A18;
}

i.check {
  background-image: url(/source/images/icon_check.png);
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  display: block;
}

i.uncheck {
  background-image: url(/source/images/icon_notcheck.png);
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  display: block;
}

.btn-warning:hover {
  background: rgb(219, 121, 15);
}

#top_menu,
#main_menu {
  padding: 0;
}

#top_menu {
  background: #191919;
}

#top_menu nav {
  padding: 14px 1rem;
  justify-content: flex-end;
}

#top_menu a {
  color: rgba(255, 255, 255, 0.65);
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 17px;
  line-height: 12px;
  border-right: 1px solid #aec9d0;
  text-shadow: none;
}

.bg_blue {
  background-color: #f0f6f8;
}

.bg_blue_imane,
.bg_blue_img {
  background-color: #f0f5f8;
  background-image: url(/source/img_posts/bit_bg_2.jpg);
}

.bg_blue_img.related img {
  background-color: #fff;
  border-radius: 50%;
}

.related.img_blue_bg img {
  background-color: #F0F6F8;
  border-radius: 50%;
}

.dropdown-toggle::after {
  display: none;
}

#top_menu ul li:last-child a:last-child {
  border-right: none;
}

.icons {
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.icon_lock {
  background-image: url(/source/images/icon_lock.png);
  padding-left: 15px;
}

.icon_cart {
  background-image: url(/source/images/icon_cart.png);
  padding-left: 20px;
}

.icon_search {
  background-image: url(/source/images/icon_search.png);
  width: 20px;
  height: 20px;
}

.icon_phone {
  background-image: url(/source/images/icon_phone.png);
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon_bar {
  background-image: url(/source/images/icon_bar.png);
  width: 23px;
  height: 19px;
  display: block;
}

.icon_pdf {
  background-image: url(/source/images/pdf_file.png);
  width: 32px;
  height: 40px;
  display: block;
}

.form-inline .form-control {
  border: none;
  background: #4c5c6c;
  padding-left: 15px;
  padding-top: 8px;
}

#search_form li a:hover {
  opacity: 0.7;
}

#main_menu form {
  background: #4c5c6d;
  border-radius: 4px;
  margin-left: 15px;
  background: transparent;
  border-bottom: none;
}

#main_menu form input {
  font-size: 0.8rem;
  color: #fff;
}

a[href^="tel:"] {
  color: #8D8D8D;
  text-decoration: none;
  font-weight: normal !important;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

:focus {
  outline: none;
}

.center {
  text-align: center;
}

#main_menu input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e9e9e;
  /* font-family: 'Open Bold'; */
  font-size: 14px;
}

#main_menu input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
  /* font-family: 'Open Bold'; */
  font-size: 14px;
}

#main_menu input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e;
  /* font-family: 'Open Bold'; */
  font-size: 14px;
}

#main_menu input:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
  /* font-family: 'Open Bold'; */
  font-size: 14px;
}

#main_menu button {
  border: none;
  background-color: transparent;
  cursor: pointer;
}

#main_menu button i.fa-bars {
  font-size: 28px;
  color: #252A37;
}

h1 {
  z-index: 10;
  font-family: 'ProximaNova-Bold';
}

.under_header {
  font-size: 16px;
  color: #444;
}

h2 {
  font-size: 30px;
  color: #191919;
  font-family: 'ProximaNova-Bold';
}

h3,
h4 {
  font-size: 18px;
  color: #191919;
  font-family: 'Open Bold', sans-serif;
}

h4 {
  font-size: 14px;
  margin-bottom: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #FBFCFD;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #fff;
}

.attention {
  background-color: #f3f3f3;
  border: 1px solid #d2d2d2;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 15px;
}

.attention h4 {
  color: #FF0000;
  margin-bottom: 2px;
}

.attention p {
  margin: 0;
}

strong {
  font-family: 'Open Bold';
}

.mw_100per {
  max-width: 100%;
}

.anchor_padding {
  margin-top: -70px;
  padding-top: 70px;
}

.form_block label {
  font-size: 12px;
  color: #8D8D8D;
  display: block;
  margin-bottom: 0px;
}

.form_block form .input_text,
.form_block .input_text {
  width: 100%;
  background: #fff;
  border: none;
  padding: 5px 5px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  font-size: 14px;
  color: #3F4850;
  border-bottom: 1px solid #D7DFE2;
  margin-bottom: 25px;
  background-repeat: no-repeat !important;
  background-position: 0 50% !important;
}

.form_page.cc_pay .form_block .input_text {
  padding: 5px 0px;
}

.form_page.cc_pay #paiment_types,
.form_page.cc_pay #paiment_types_2 {
  margin-right: 64px;
}

.form_block form input.input_text:focus,
.form_block input.input_text:focus {
  border-bottom: 1px solid #F48A18 !important;
}

.form_block .submit,
.log_checkout,
.submit {
  background: rgb(243, 138, 25) !important;
  border-radius: 4px;
  color: #fff;
  font-family: 'Open Bold';
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  padding: 9px 37px;
  margin: 30px 0px 5px 0px;
  cursor: pointer;
  border: none;
}

.form_block .submit,
.log_checkout,
.submit:disabled {
  background: rgb(138, 138, 138) !important;
}

.form_block .icon_lock_open {
  background-repeat: no-repeat;
  background-image: url(/source/images/icon_lock_white_open.png);
  width: 9px;
  display: inline-block;
  height: 12px;
}

.check {
  background-image: url(/source/images/icon_check_input.png) !important;
  background-repeat: no-repeat !important;
  background-position: 100% 50%;
}

.pd_0 {
  padding: 0;
}

#submit_input {
  display: none;
}

.form_block .icon_mail {
  background-image: url(/source/images/icon_mail_grey.png) !important;
}

.form_block .icon_lock {
  background-image: url(/source/images/icon_lock_grey.png) !important;
}

input {
  background: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
input:-webkit-text-fill-color,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: transparent !important;
}

.centered_column {
  display: flex;
  align-items: start;
  justify-content: center;
  text-align: center;
}

.centered_column .one_column {
  display: inline-block;
  width: 25%;
  margin-bottom: 35px;
  text-align: center;
}

.centered_column .one_column img {
  width: 127px;
}

.black {
  color: #3F4850;
}

.white {
  color: #fff !important;
}

.grey_smaller_text {
  font-size: 14px;
  color: #8D8D8D;
}

.mw_100 {
  max-width: 100px;
}

button:focus {
  outline: none;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.list-item {
  background-image: url(/source/images/l-item.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left: 22px;
}

#main_menu li a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  line-height: normal;
  font-size: 15px;
  color: #ffffff;
  padding: 23px 15px;
  text-shadow: none !important;
  /*  border-radius: 3px;*/
  letter-spacing: 0.03em;
}

#main_menu li a.active {
  background: #42576d;
  color: #fff;
}

#main_menu .left-nav-bar li a {
  padding: 9px 7px;
  display: inline-block;
}

#main_menu .signbutton {
  border: 1px solid #4b6279;
  border-radius: 3px;
  padding: 5px 14px !important;
  margin-top: 4px;
  margin-left: 3px;
  font-size: 14px;
}

#main_menu .signbutton:hover {
  background: #F48A18;
  text-decoration: none;
  color: #fff;
  opacity: 1;
  /*border: 1px solid #fff;*/
}

#main_menu .dropdown-menu a {
  color: #444;
  padding: 9px 20px 6px 6px;
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  position: relative;
}

.big-dropdown-menu a {
  font-weight: 600;
  line-height: 20px;
  font-size: 12px;
  color: #444;
}

.big-dropdown-menu {
  width: 780px;
  padding-left: 12px;
}

#main_menu .big-dropdown-menu .all_width {
  width: 780px;
  background: #DDDDDD;
  padding: 25px 20px;
  border-radius: 0px;
  margin-top: 25px;
  margin-left: -12px;
}

.big-dropdown-menu.colum-2-menu {
  width: 400px;
  width: 455px;
}

.big-dropdown-menu.colum-2-menu .column_1_submenu,
.big-dropdown-menu.colum-2-menu .column_2_submenu {
  width: 48%;
  float: left;
}

.colum-2-menu .submeu_block_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #444444;
  padding-left: 8px;
  padding-top: 9px;
  margin-bottom: 5px;
}

.colum-2-menu .column_2_submenu .submeu_block_title {
  padding-left: 7px;
}

.one_big_submenu_item .menu_desc {
  font-weight: 600;
  line-height: 17px;
  /*    padding-bottom: 5px;*/
  font-size: 10px;
  color: #868686;
  display: block;
  /*    border-bottom: 1px solid #b3b3b3;*/
}

.big-dropdown-menu .menu_tips_button {
  display: inline-block;
  padding-left: 6px;
}

#main_menu .big-dropdown-menu .one_big_submenu_item .menu_tips_button a {
  padding: 0px 8px;
  font-size: 10px;
  color: #246EB9;
  display: inline-block !important;
  border-right: 1px solid #6e88ca;
  margin-right: 3px;
  float: left;
  display: inline;
  border-radius: 0px;
}

#main_menu .big-dropdown-menu .one_big_submenu_item .menu_tips_button a:first-child {
  padding-left: 0px;
}

.big-dropdown-menu .dropdown-item {
  display: inline-block;
}

#main_menu .big-dropdown-menu .menu_tips_button a:last-child {
  border-right: none !important;
}

.big-dropdown-menu .one_big_submenu_item {
  width: 32%;
  display: inline-block;
  padding: 13px 8px 10px 8px;
}

.one-column-drop-menu .one_big_submenu_item {
  padding: 19px 19px 10px 20px;
}

.big-dropdown-menu .one_big_submenu_item .dropdown-item,
.one-column-drop-menu .one_big_submenu_item .dropdown-item {
  border: 1px solid transparent;
  transition: all 0.5s ease;
  border-bottom: 1px solid #b3b3b3;
  border-radius: 0px;
}



.big-dropdown-menu .one_big_submenu_item:hover .dropdown-item,
.one-column-drop-menu .one_big_submenu_item:hover .dropdown-item {
  /*
  background: transparent;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: 1px solid #b3b3b3;
  */
	border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
}

.big-dropdown-menu.colum-2-menu .one_big_submenu_item {
  width: 100%;
}

#main_menu .big-dropdown-menu .all_width .icon_right {
  background-image: url(/source/images/icon_right_black.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 7px;
  display: inline-block;
  padding-left: 4%;
  background-position: 100% 50%;
  margin-bottom: 1px;
}

.big-dropdown-menu .one_big_submenu_item:last-child {
  padding-bottom: 20px;
}

.one-column-drop-menu {
  padding-bottom: 20px;
}

/*#main_menu .nav-item .dropdown-menu a:hover {
    background: transparent;
    opacity: 0.9;
    padding-left: 10px;
}*/

#main_menu .nav-item .dropdown-menu a.all_width:hover {
  background: #d2d2d2;
  color: #444;
}

#main_menu .nav-item .dropdown-menu a:hover::before {
  left: 23px;
}

#main_menu .nav-item:hover a.nav-link {
  background: #42576d;
  color: #fff;
  text-shadow: none !important;
  border-radius: 0px;
}

#main_menu nav {
  padding: 0px 1rem;
}

.main_slick_nav .slick-slide,
.style_top_nav > div {
  padding: 5px 0px;
  border: none;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(46, 64, 82, 0.57);
  font-family: "Open Bold";
  background-color: transparent;
}

/*.index_page .main_slick_nav .slick-slide, .style_top_nav > div {
    font-size: 16px;
    color: rgba(46, 64, 82, 0.57);
}*/

.index_page .main_slick_nav {
  width: unset;
}

.main_slick_nav .slick-slide:hover {
  cursor: pointer;
}

.main_slick_nav .slick-current,
.style_top_nav .slick-current {
  color: #246EB9;
  text-decoration: none;
  background: transparent;
}

.main_slick_nav .slick-current:hover,
.style_top_nav .slick-current:hover {
  color: #246EB9;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

.main_slick_nav {
  width: 500px;
  text-align: center;
  margin: 0 auto;
}

.slick-slide .row img {
/*  max-width: 80%; removed by DW home page image fix*/
  max-width: 100%;
  display: inline-block;
}

.slick-slide .row a.ajax-popup {
  max-width: 80%;
}

.slick-slide .row a.ajax-popup img {
  max-width: 100%;
}

.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block_title {
  height: 200px;
  background-size: cover;
  background-position: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px !important;
}

#block_title + div {
  padding-top: 27px;
}

.pt_30 {
  padding-top: 30px;
}

.related h4 {
  font-size: 16px;
  margin-top: 7px;
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
}

#block_title .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#left_line {
  left: 0px;
}

#right_line {
  right: 0px;
}

#left_line,
#right_line {
  height: 3px;
  background: #D7DFE2;
  border-radius: 3px;
  width: 50%;
  position: absolute;
  bottom: 1px;
}

#block_title h1 {
  color: #fff;
  font-size: 38px;
  font-family: 'Open Bold', sans-serif;
  /* font-weight: 800; */
  margin: 0px 25px;
}

.title_bg_img {
  z-index: -1;
  position: absolute;
  width: 100%;
  top: 0;
}

#block_content {
  margin-top: 0px;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}

.breadcrumb a {
  font-size: 12px;
  color: #63A3F7;
}

.breadcrumb-item.active {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #959da5;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\00bb" !important;
}

.map_block iframe {
  width: 100%;
  height: 122px;
  border: none;
}

.contact_info_block {
  background-color: #fff;
  padding: 35px 50px;
  min-height: 430px;
  margin-bottom: 70px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.contact_info_block.australia {
  background-image: url(/source/images/bg_australia.png);
}

.contact_info_block.america {
  background-image: url(/source/images/bg_america.png);
}

.contact_info_block a {
  font-weight: bold;
}

.contact_info_block .icon {
  width: 35px;
  float: left;
  color: #503F40;
  text-align: center;
  font-size: 16px;
}

.contact_info_block .info {
  display: inline-block;
}

.contact_info_block h4::before,
.contact_info_block .mail_info::before,
.contact_info_block .fax_info::before,
.contact_info_block .more_phone_info::before,
.contact_info_block .phone_info::before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -24px;
}

.contact_info_block .adress_info h4::before {
  background-image: url(/source/images/icon_map.png);
}

.contact_info_block .support_info h4::before {
  background-image: url(/source/images/icon_phone_black.png);
}

.contact_info_block .mail_info::before {
  background-image: url(/source/images/icon_mail.png);
  margin-top: 3px;
}

.contact_info_block .phone_info::before {
  background-image: url(/source/images/icon_phone_2.png);
  margin-top: 3px;
}

.contact_info_block .fax_info::before {
  background-image: url(/source/images/icon_fax.png);
  margin-top: 3px;
}

.contact_info_block .more_phone_info::before {
  background-image: url(/source/images/icon_phone_3.png);
  margin-top: 3px;
}

.one_row {
  padding: 4vh 0px;
}

.contact_info_block .more_phone_info p {
  margin-bottom: 0;
}

.map_block {
  margin-bottom: 0px;
}

h1.black_title {
  text-align: center;
  color: #191919 !important;
  margin-bottom: 15px;
  margin-top: 0px;
  font-size: 38px;
}

h1.black_h1 {
  text-align: center;
  color: #191919;
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 38px;
}

/* All product */

/* Sub header */

#prod_menu {
  background-color: #fff;
  padding: 3px 0;
  min-height: 73px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}

#prod_menu nav {
  padding: 0;
}

.product h1 {
  font-family: 'ProximaNova-Bold';
  line-height: 53px;
  margin-bottom: 23px;
}

.product h2 {
  font-size: 38px;
  color: #191919;
  font-family: 'ProximaNova-Bold';
  margin-bottom: 15px;
}

.collapse_btn_block {
  text-align: right;
}

.collapse_btn_block.h2_before {
  margin-top: -50px;
}

.collapse_btn_block span:hover {
  cursor: pointer;
  background-color: #f9f9f9;
}

.collapse_btn_block span {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #C4C4C4;
  font-family: 'Open Bold';
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #3F4850;
  padding: 6px 25px;
  display: inline-block;
  background-repeat: no-repeat;
  padding-right: 33px;
}

.collapse_btn_block span.expandAll {
  margin-right: 15px;
  background-position: 90% 50%;
  background-image: url(/source/images/expand.png);
}

.collapse_btn_block span.collapseAll {
  background-position: 90% 18px;
  background-image: url(/source/images/collapse.png);
}

#faq_page h2 {
  font-size: 30px;
  margin-top: 15px;
}

.product #block_1 li {
  /* list-style-type: none; */
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 26px;
}



.product #block_1 p {
  font-size: 17px;
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
  margin-top: -15px;
}

.bg_elips {
  background-repeat: no-repeat;
  padding: 15px 0;
  background-position: 50% 50%;
  background-size: contain;
  margin-top: 20px;
  min-height: 330px;
}

.bg_elips_1 {
  background-image: url(/source/img_posts/ellipse.png);
}

.bg_elips_2 {
  background-image: url(/source/img_posts/ellipse_2.png);
}

.bg_elips_4 {
  background-image: url(/source/img_posts/ellipse_4.png);
}

.bg_elips_5 {
  background-image: url(/source/img_posts/ellipse_5.png);
}

.bg_elips_6 {
  background-image: url(/source/img_posts/ellipse_6.png);
}

.bg_square {
  background-image: url(/source/img_posts/bg_square.png);
  background-size: auto;
}

.white_text {
  color: #fff;
}

.clear_both {
  clear: both;
}

.profile_page .container-fluid {
  padding: 0px;
}

.profile_page .profile_options,
.profile_page .profile_content {
  background: #fff;
  float: left;
  padding: 40px 30px;
}

.profile_page .nav-tabs .nav-link.active {
  color: #3F4850;
  background-color: #F0F6FB;
  border: 1px solid transparent;
}

.profile_page .nav-tabs .nav-link {
  border: 1px solid #E6EBEC;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-family: 'Open Bold';
  font-size: 17px;
  text-align: center;
  color: #3F4850;
}

.profile_page .profile_options {
  width: 20%;
  padding: 40px 0px;
}

.profile_page h1.black_title {
  margin-bottom: 30px;
}

.profile_page .profile_content {
  width: 75%;
  margin-left: 25px;
}

.profile_page .order_history {
  margin-top: 14px;
}

.profile_page .order_history .table_first_style thead th {
  text-align: left;
}

.profile_page .profile_content .nav-tabs .nav-item {
  margin-bottom: 5px;
  width: 50%;
}

.profile_page .label {
  display: block;
  margin-bottom: 5px;
  margin-top: 4px;
  line-height: 11px;
}

.profile_page label {
  font-size: 12px;
  color: #8D8D8D;
  width: 100%;
}

.profile_page input {
  margin: 0;
  font-size: 14px;
  color: #3F4850;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #D7DFE2;
  width: 100%;
  padding: 3px 0px;
  letter-spacing: 0.05em;
}

.profile_page .main_billing_table tr td:first-child {
  padding-left: 0;
  padding-right: 11px;
}

.profile_page .main_billing_table tr td:last-child {
  padding-right: 0;
  padding-left: 10px;
}

.profile_page .main_billing_table tr td {
  width: 50%;
}

.profile_page table {
  width: 100%;
}

.profile_page select {
  background: transparent;
  margin: 0;
  font-size: 13px;
  color: #3F4850;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #D7DFE2;
  width: 100%;
  padding: 3px 0px;
  letter-spacing: 0.05em;
}

.profile_page .submit {
  background: rgb(243, 138, 25) !important;
  border-radius: 4px;
  color: #fff;
  font-family: 'Open Bold';
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  padding: 9px 37px;
  margin: 10px 0px 5px 0px;
  cursor: pointer;
  border: none;
  width: unset;
}

.profile_page .text_in_table {
  font-size: 12px;
  color: #8D8D8D;
  padding: 15px 0px 10px 0px;
}

.profile_page .change_pass {
  max-width: 300px;
  margin-top: 20px;
}

.profile_page .ok {
  background-image: url(/source/images/icon_check.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 5px;
  padding-left: 30px;
}

.profile_page .order_history_items {
  margin-top: 30px;
}

.manage_products_page #filter_button,
.manage_products_page #reset_button {
  width: unset;
  padding: 7px 22px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Open Bold';
  letter-spacing: 0.03em;
}

.manage_products_page #filter_button:hover,
.manage_products_page #reset_button:hover {
  cursor: pointer;
}

.manage_products_page #reset_button {
  color: #fff;
}

.manage_products_page #filter_button_wrapp,
.manage_products_page #reset_button_wrapp {
  display: inline-block;
  background: #F48A18;
  border-radius: 2px;
}

.manage_products_page #filter_button_wrapp:hover,
.manage_products_page #reset_button_wrapp:hover {
  opacity: 0.9;
  cursor: pointer;
}

.manage_products_page #manage_filter {
  padding: 6px 0px;
  margin: 0 4px;
}

.manage_products_page #reset_button_wrapp {
  display: inline-block;
  background-color: #969696;
  border-radius: 2px;
}

.manage_products_page .icon_img {
  margin-right: 5px;
  margin-bottom: 3px;
}

.manage_products_page .icon_question_left {
  margin-left: 5px;
}

.manage_products_page .icon_question_left:hover {
  cursor: pointer;
}

.manage_products_page .table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7fafd;
}

.manage_products_page .profile_options {
  /* width: 18%;*/
  padding: 40px 0px;
}

.manage_products_page .profile_content {
  /_3token_hck_1: */
    margin-left: 25px;
  padding: 34px 25px;
}

.manage_products_page .one_row img {
  width: unset;
}

.manage_products_page .table-responsive {
  display: inline-table;
}

.manage_products_page.view_order .table_first_style {
  margin-top: 17px;
}

.manage_products_page.view_order .table_first_style thead th {
  text-align: left;
}

.manage_products_page.view_order .table_first_style tr th:last-child,
.manage_products_page.view_order .table_first_style tr td:last-child {
  text-align: right;
}

.manage_products_page.view_order .icon {
  margin-right: 5px;
}

.manage_products_page.view_order .print_block {
  float: right;
  vertical-align: text-top;
}

.manage_products_page .table_first_style table tr td:nth-child(4) a {
  display: inline-block;
  margin-bottom: 5px;
}

.manage_products_page .table_first_style table tr td:nth-child(4) a img {
  margin-right: 5px;
}

.reseller_page .btn-primary {
  background: #246EB9 !important;
}

.reseller_page table {
  border-collapse: collapse;
}

.reseller_page .table_first_style thead th {
  text-align: left;
  background: #8caccc54;
}

.reseller_page table input[type="text"] {
  background: transparent !important;
  border: 1px solid #d2e0ea;
  padding: 3px 10px;
  color: #303b46;
  border-radius: 3px;
}

.reseller_page ul {
  padding-left: 20px;
}

.profile_options ul {
  list-style-type: none;
  padding: 0px;
  text-align: center;
}

.profile_options ul li a {
  padding: 30px 0px;
  display: block;
}

.profile_options ul li a.active {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  border-left: 4px solid #62a3f7;
  color: #246EB9;
}

.profile_options ul a {
  font-weight: 600;
  font-size: 13px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #8d8d8d;
}

.profile_options ul a:hover {
  color: #246EB9;
  text-decoration: none;
}

.profile_options .icon {
  display: block;
  width: 100%;
  height: 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-bottom: 7px;
}

.profile_options .icon_reseller {
  background-image: url(/source/images/reseller.png);
}

.profile_options  a.active .icon_reseller {
  background-image: url(/source/images/reseller_hover.png);
}

.profile_options  a:hover .icon_reseller {
  background-image: url(/source/images/reseller_hover.png);
}

.profile_options .icon_details {
  background-image: url(/source/images/details.png);
}

.profile_options  a.active .icon_details {
  background-image: url(/source/images/details_hover.png);
}

.profile_options  a:hover .icon_details {
  background-image: url(/source/images/details_hover.png);
}

.profile_options .icon_manage {
  background-image: url(/source/images/manage.png);
}

.profile_options a.active .icon_manage {
  background-image: url(/source/images/manage_hover.png);
}

.profile_options a:hover .icon_manage {
  background-image: url(/source/images/manage_hover.png);
}

.profile_options .icon_order {
  background-image: url(/source/images/order.png);
}

.profile_options a.active .icon_order {
  background-image: url(/source/images/order_hover.png);
}

.profile_options a:hover .icon_order {
  background-image: url(/source/images/order_hover.png);
}

.profile_options .icon_change_pass {
  background-image: url(/source/images/change_pass.png);
}

.profile_options a.active .icon_change_pass {
  background-image: url(/source/images/change_pass_hover.png);
}

.profile_options a:hover .icon_change_pass {
  background-image: url(/source/images/change_pass_hover.png);
}

.profile_options .icon_logout {
  background-image: url(/source/images/logout.png);
}

.profile_options a.active .icon_logout {
  background-image: url(/source/images/logout_hover.png);
}

.profile_options a:hover .icon_logout {
  background-image: url(/source/images/logout_hover.png);
}

/* search page */

.search_page .infoline {
  color: #B7BFC2;
  font-size: 14px;
}

.search_page .searchheading {
  color: #191919 !important;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 33px;
  font-family: 'ProximaNova-Bold';
  margin-top: 37px;
  line-height: 35px;
}

.search_page .summary {
  font-style: italic;
  margin-bottom: 14px;
}

.search_page .highlight {
  color: #ef6700;
}

.search_page .result_pagescount {
  display: none;
}

.search_page .result_block,
.search_page .result_altblock {
  margin-bottom: 18px;
  background-color: #fff;
  padding: 15px 17px;
  border-radius: 3px;
}

.search_page .cat_summary {
  font-size: 16px;
  font-family: 'Open Bold';
  margin-top: 0px;
  margin-bottom: 25px;
}

.search_page .cat_summary ul {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
}

.search_page .cat_summary ul li {
  display: inline-block;
  margin-right: 12px;
}

.search_page .zoom_searchform {
  /*padding-top: 11vh;*/
}

.search_page #zoom_cat {
  background: transparent;
  border: none;
  color: #444444;
  font-size: 15px;
}

.search_page #zoom_cat:hover {
  cursor: pointer;
}

.search_page center p {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #B7BFC2;
  font-family: 'Open Bold';
  padding-top: 15vh;
}

.search_page center p small {
  font-size: 14px;
}

.search_page label[for="zoom_searchbox"] {
  display: none;
}

.search_page label[for="zoom_match_any"] {
  margin-left: 12px;
  margin-right: 10px;
}

.search_page #zoom_match_any,
.search_page #zoom_match_all {
  display: none;
}

.search_page .checkmark {
  display: inline-block;
  height: 17px;
  margin-bottom: -3px;
  margin-right: 3px;
  width: 17px;
  background-image: url(/source/images/icon_checkbox.png);
  background-repeat: no-repeat;
}

.search_page #zoom_match_block {
  margin-right: 12px;
}

.search_page input:checked ~ .checkmark {
  background-image: url(/source/images/icon_checkbox_selected.png);
}

#search_options {
  border-bottom: 1px solid #DBE4E8;
}

.search_page .zoom_results_per_page {
  display: none;
}

.search_page #zoom_searchbox_label input.zoom_button {
  position: absolute;
  right: 11px;
  top: 11px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Bold';
  background: #F48A18 !important;
  color: #fff;
  padding: 11px 35px;
  background-image: url(/source/images/icon_search_big.png) !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
}

.search_page #zoom_searchbox_label input.zoom_button:hover {
  cursor: pointer;
}

.search_page .zoom_match,
.search_page label[for='zoom_cat'] {
  font-size: 14px;
  line-height: 13px;
  font-family: 'Open Bold';
  color: #3F4850;
  margin-right: 15px;
}

.search_page label[for="zoom_match_any"],
.search_page label[for="zoom_match_all"] {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.search_page .zoom_match {
  margin-right: 60px;
  font-size: 15px;
  display: inline-block;
}

.search_page .search_options {
  border-bottom: 1px solid #DBE4E8;
  padding-bottom: 6px;
}

.search_page #zoom_searchbox_label {
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  display: block;
  position: relative;
  padding: 20px 30px;
  margin-top: 25px;
}

.search_page #zoom_searchbox {
  width: 92%;
  display: block;
  border: none;
}

/* special page */

.special_page .special_content_wrapp > div {
  margin: 0 auto;
}

.special_page .special_content_wrapp .glidecontent {
  position: relative;
  margin-bottom: 55px;
  width: 100% !important;
  background-size: cover !important;
  background-position: 50% 50% !important;
}

.special_page .special_content_wrapp .glidecontent > div:first-child {
  padding-left: 400px;
}

.special_page .buybutton img {
  display: none;
}

.special_page .buybutton {
  /*position: absolute;*/
  bottom: 9px;
  right: 9px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Bold';
  background: #ff952e;
  color: #fff;
  padding: 8px 18px;
}

.special_page .feature_productname {
  font-size: 18px;
  /*font-family: 'Open Sans ExtraBold';*/
  font-family: 'Open Bold', sans-serif;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 10px;
}

.special_page .fineprint {
  font-size: 14px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #3F4850;
  background-color: #fff;
  padding: 12px;
  border: 1px solid #D7DFE2;
}

.special_page .textdesc {
  font-size: 24px;
  font-size: .85vw;
  line-height: 28px;
  text-transform: uppercase;
  /*font-family: 'Open Sans ExtraBold';*/
  font-family: 'Open Bold', sans-serif;
  color: #ffffff;
  margin-top: 13px;
  text-shadow: 0 0 5px #fff, 0 0 10px #ff4da6, 0 0 15px #ff4da6;
}

.special_page .bundle_discounts {
  text-align: center;
}

.special_page .bundle_discounts img {
  border: 1px solid #D7DFE2;
  border-radius: 2px;
  width: 100%;
}

.special_page .special_content_wrapp .discountPrice {
  position: absolute;
  top: 58px;
  right: 90px;
  /*font-family: 'Open Sans ExtraBold';*/
  font-family: 'Open Bold', sans-serif;
  font-size: 57px;
  line-height: normal;
  color: #FFFFFF;
}

.special_page .special_content_wrapp .discountPrice span {
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  display: inline-block;
  margin-right: 7px;
}

.special_page .special_content_wrapp .originalPrice {
  position: absolute;
  top: 126px;
  right: 92px;
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-decoration-line: line-through;
  line-height: normal;
  color: #FFFFFF;
}

.special_page .special_content_wrapp .defaultmonth {
  position: absolute;
  width: 47%;
  right: 0px;
  top: 0px;
  padding-top: 50px;
}

.special_page .special_content_wrapp .discount {
  background: linear-gradient(180deg, #F48A18 0%, #F25412 100%);
  font-size: 30px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: 'Open Bold';
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 12px;
}

.special_page .special_content_wrapp .offer {
  position: absolute;
  right: 0;
  top: 24px;
  font-size: 21px;
  line-height: normal;
  text-align: center;
  color: #3F4850;
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #fff;
  padding: 4px 26px;
  line-height: 25px;
}

.meta_wi_spec  table th {
  text-align: left;
}

iframe {
  border: none;
}

.custom_ul #faq_page .hide_content ul {
  padding-left: 35px;
  list-style-type: disc;
  margin-bottom: 15px;
}

.custom_ul #faq_page .hide_content ul li {
  margin-bottom: 5px;
}

.disclaim_custom .slider-1-for {
  margin-bottom: 50px;
}

.disclaim_custom .hide_content {
  margin-bottom: 10px;
}

.press_coft_cust .min_height {
  min-height: 240px;
}

.bitdebug_custom .white_bg {
  background-color: #ffffff;
  padding: 30px 24px;
}

.sleep_history_custom #faq_page .hide_content ul {
  padding-left: 35px;
  list-style-type: disc;
  margin-bottom: 15px;
}

.sleep_history_custom #faq_page .hide_content ul li {
  margin-bottom: 5px;
}

.bitlinux_cust #faq_page .hide_content ul {
  padding-left: 35px;
  list-style-type: disc;
  margin-bottom: 15px;
}

.bitlinux_cust #faq_page .hide_content ul li {
  margin-bottom: 5px;
}

.bit_faq_cust #faq_page .hide_content ul {
  padding-left: 35px;
  list-style-type: disc;
  margin-bottom: 15px;
}

.bit_faq_cust #faq_page .hide_content ul li {
  margin-bottom: 5px;
}

.bit_faq_cust .product h2 {
  font-size: 28px;
  margin-top: 23px;
}

.img_marg_cust  main img {
  margin-bottom: 25px;
}

.modemtest_cust table tr td:first-child,
.modemtest_cust table tr th:first-child {
  width: 30%;
}

.fccdoc_custom .map_block {
  margin-top: 20px;
}

.bit_linux_custom .slider-1-for {
  margin-bottom: 50px;
}

.bit_linux_custom .hide_content {
  margin-bottom: 10px;
}

.batmon_price_cust.price_page #block_4 {
  padding-top: 4vh;
}

.download_bit .download_page h2 {
  margin-top: 25px;
}

.download_bit .table_block table tr th:nth-child(3),
.download_bit .table_block table tr td:nth-child(3) {
  border-right: 3px solid #eff5f7;
}

.download_bit .table_block table tr th:nth-child(4),
.download_bit .table_block table tr td:nth-child(4),
.download_bit .table_block table tr th:nth-child(5),
.download_bit .table_block table tr td:nth-child(5),
.download_bit .table_block table tr th:nth-child(6),
.download_bit .table_block table tr td:nth-child(6),
.download_bit .table_block table tr th:nth-child(7),
.download_bit .table_block table tr td:nth-child(7) {
  color: #8D8D8D;
}

.download_bit .two_level_thead th {
  background-color: #dfe8f1;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Open Bold';
  padding: 19px .75rem;
}

/* intern page style */

.intern_page input {
  display: none;
}

.intern_page .one_site {
  background-color: #fff;
  padding: 25px 15px;
}

.intern_page .one_site a {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
}

.intern_page .one_site a:hover {
  text-decoration: none;
}

.intern_page .one_site .checkmark {
  margin-bottom: 1px;
}

.intern_page .one_site img {
  margin-right: 20px;
}

.intern_page .one_site.current {
  border: 1px solid #ccc;
}

.intern_page .glodal #global_site {
  border: 1px solid #ccc;
}

.intern_page .australia #austral_site {
  border: 1px solid #ccc;
}

.intern_page .countries {
  margin: 30px 0;
  margin-top: 9vh;
}

.intern_page .countries a {
  width: 100%;
  padding: 10px 0;
  display: block;
}

.intern_page h1 {
  margin-bottom: 5vh;
}

.intern_page .countries tbody tr:nth-child(odd) {
  background-color: #ffffff6b;
}

.tabs_on_page input {
  display: none;
}

.tabs_on_page .one_site label {
  margin: 0;
}

.tabs_on_page .one_site {
  background-color: #fff;
  padding: 25px 15px;
  text-align: center;
}

.tabs_on_page .one_site img {
  margin-right: 20px;
  max-width: 62px;
}

.tabs_on_page .one_site.current {
  border: 1px solid #ccc;
}

.tabs_on_page .one_site a {
  font-size: 24px;
  color: #444444;
  font-weight: bold;
}

.tabs_on_page .one_site a:hover {
  text-decoration: none;
}

.tabs_on_page .checkmark {
  margin-bottom: -1px !important;
}

.tabs_on_page {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}

.red {
  color: #F04731;
}

/* press_room_page page style */

.press_room_page .one_item {
  margin-bottom: 30px;
  max-height: 134px;
  background-color: #fff;
  position: relative;
}

.press_room_page #block_1 {
  padding-top: 8vh;
}

.press_room_page .img_block {
  padding: 0;
}

.press_room_page .img_block img {
  width: 100%;
}

.press_room_page .img_block img:hover {
  opacity: 0.8;
}

.press_room_page .time {
  font-size: 14px;
  color: #8D8D8D;
}

.press_room_page #archive {
  padding: 17px 30px;
}

.press_room_page #archive h2 {
  font-size: 20px;
}

.press_room_page #archive a {
  font-weight: bold;
  font-size: 13px;
  color: #63A3F7;
}

.press_room_page #archive p {
  margin-bottom: 6px;
}

.press_room_page .info_block {
  padding: 20px 35px;
}

.press_room_page .btn_arrow {
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #f35d16;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

.press_room_page .btn_arrow .icon_right {
  background-image: url(/source/images/arrow_left_huge.png);
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.press_room_page .btn_arrow .icon_right:hover {
  background-image: url(/source/images/arrow_left_huge_white.png);
}

.press_room_page .btn_arrow:hover {
  background: linear-gradient(180deg, #F48A18 0%, #F25412 100%);
}

/* about_company page style */

.about_company .partner_wrapp {
  border: 2px solid #f0f6f8;
  border-radius: 4px;
  text-align: center;
}

.about_company .partner_block {
  margin-bottom: 50px;
}

.about_company h2 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.about_company .bg_blue {
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.servindex_page .img_block img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.servindex_page .info_block {
  padding: 18px 18px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  min-height: 375px;
}

.servindex_page .info_block h3 {
  margin-top: 4px;
  margin-bottom: 10px;
}

.simpl_page.servindex_page #block_content {
  margin-top: 50px;
}

.servindex_page h2 {
  margin: auto;
  margin-bottom: 17px;
  font-size: 30px;
  max-width: 840px;
}

.servindex_page .shadow {
  margin-bottom: 25px;
}

.shadow {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04);
}

/* reports page style */

.reports_index .table_white_style tr td {
  padding: 16px 14px;
}

.reports_index .table_white_style tr td:last-child {
  background-color: #fbfcfd;
  padding-left: 40px;
  padding-right: 40px;
}

.reports_index .table_white_style a {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

/* support page style  */

.simpl_page #block_content {
  margin-top: 10px;
  margin-bottom: 9vh;
}

.support_page h3 {
  background-position: 98% 50%;
  background-repeat: no-repeat;
  padding-right: 50px;
}

.support_page .icon_round {
  background-image: url(/source/images/icon_round.png);
}

.support_page .icon_horn {
  background-image: url(/source/images/horn.png);
}

.support_page .icon_round_mail {
  background-image: url(/source/images/mail_round.png);
}

/* market analys page style */

.market_analys .table_white_style tr td:last-child {
  color: #F25412;
  font-weight: bold;
}

.market_analys h2,
.market_analys h3 {
  margin-bottom: 1rem;
}

/* purchase ord_page style */

.purchase_ord_page .contact_info_block {
  background-color: #fff;
  margin-bottom: 10px;
  min-height: unset;
}

.purchase_ord_page .map_block {
  background-repeat: no-repeat;
  text-align: center;
  padding: 50px 0px;
  background-size: cover;
  margin-top: 10px;
}

.purchase_ord_page h3 {
  margin: 15px 0px;
}

.purchase_ord_page .map_block h3 {
  color: #fff;
  padding: 0px;
  margin: 0;
}

.purchase_ord_page .australia_office .map_block {
  background-image: url(/source/img_posts/australian_office.jpg);
}

.purchase_ord_page .america_office .map_block {
  background-image: url(/source/img_posts/american_office.jpg);
}

.free_prod.product h1 {
  color: #246EB9;
}

.free_prod.product .one_row {
  padding: 4vh 0px;
  padding-bottom: 0;
}

.free_prod.product .one_row#block_1 {
  padding-top: 8vh;
}

.free_prod.product #block_content .one_row:first-child,
.free_prod.product #block_content .one_row:last-child {
  padding-bottom: 8vh;
}

.free_prod.product h4 {
  font-size: 16px;
}

.free_prod.product ul {
  padding-left: 20px;
}

.free_prod.product .hide_content {
  padding: 17px 20px;
}

.what_new_page.free_prod.product footer {
  margin-top: 30px;
}

/* sleeper page style */



/*sysinfo_page style*/

.sysinfo_page #block_content img {
  max-width: 400px;
  margin: 10px 3px;
}

/* login style */

.form_page .form_block {
  background-color: #fff;
  padding: 45px 30px;
  width: 400px;
  margin: 23px auto;
}

.form_page.cc_pay table {
  width: 100%;
}

.form_page #submit_input {
  display: none;
}

.form_block {
  text-align: left;
}

/* training style */

.training_page .btn-primary {
  background: #246EB9 !important;
  white-space: normal;
}

.training_page select {
  background: transparent;
  margin: 0;
  font-size: 13px;
  color: #3F4850;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #D7DFE2;
  width: 100%;
  padding: 3px 0px;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}

.training_page  .form_block form .input_text {
  padding: 3px 0px;
  margin-bottom: 17px;
}

.training_page .btn-warning {
  background: #F48A18 !important;
  margin-top: 17px;
  white-space: normal;
}

.training_page table {
  width: 100%;
}

/*cart page style*/

.cart_page p {
  font-size: 16px;
  color: #8D8D8D;
}

.cart_page strong {
  color: #3F4850;
}

.cart_page h1 {
  margin-bottom: 25px;
  margin-top: 5px;
}

.cart_page h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #3F4850;
}

.cart_page .contact_us {
  margin-bottom: 30px;
  margin-top: 30px;
}

.cart_page .empty_cart p {
  font-size: 14px;
}

.cart_page .empty_cart {
  padding: 70px 30px;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  width: 406px;
  margin-bottom: 25px;
  margin-top: 30px;
  margin: 0 auto;
}

.icon_cart_round {
  background-image: url(/source/images/icon_cart_round.png);
  width: 44px;
  height: 44px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.cart_table_full.user_login {
  padding-top: 0px;
}

.cart_table_full {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  padding: 30px;
}

.free_prod .cart_table_full {
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 3px;
  padding: 0px;
  margin-bottom: 30px;
}

.cart_table_full th {
  border-bottom: 2px solid #e4eaf1;
  border-left: 2px solid #fff;
}

.cart_table_full tr th:first-child {
  text-align: left;
}

.cart_page table th,
.cart_page table td {
  font-size: 14px;
  vertical-align: middle;
}

.cart_page table {
  border-left: 2px solid #f0f6f7;
  border-right: 2px solid #f0f6f7;
  vertical-align: middle;
}

.cart_page .under_table_block {
  padding-top: 0px;
}

.icon_minus,
.icon_plus {
  width: 23px;
  height: 23px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-bottom: -5px;
  cursor: pointer;
}

.icon_minus {
  background-image: url(/source/images/icon_minus.png);
}

.icon_plus {
  background-image: url(/source/images/icon_plus.png);
}

.cart_page table td {
  border-left: 2px solid #f0f6f7;
  border-bottom: 2px solid #f0f6f7;
}

.cart_page table tr td:first-child,
.cart_page table tr th:first-child {
  border-left: none;
}

.cart_page .cart_table_full input {
  border: none;
  font-size: 14px;
  color: #3F4850;
}

.cart_page .parts_under_table {
  padding: 0 20px;
}

.cart_page .cust_border_right {
  border-right: 2px solid #f0f6f8;
}

.cart_page .log_checkout,
.cart_page .check_as_guest {
  margin: 7px 0px 24px 0px;
  padding: 11px 23px;
}

.cart_page .coupon_code {
  border: 2px solid #f0f6f8 !important;
  border-radius: 4PX;
  padding: 10px 25px;
  width: 236px;
}

.cart_page .coupon_code::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: bold;
  font-size: 14px;
  color: #3F4850;
}

.cart_page .coupon_code::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: bold;
  font-size: 14px;
  color: #3F4850;
}

.cart_page .coupon_code:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: bold;
  font-size: 14px;
  color: #3F4850;
}

.cart_page .coupon_code:-moz-placeholder {
  /* Firefox 18- */
  font-weight: bold;
  font-size: 14px;
  color: #3F4850;
}

.cart_page .check_as_guest {
  border-radius: 4px;
  color: #fff;
  font-family: 'Open Bold';
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: linear-gradient(180deg, #7CB518 0%, #5C8001 100%);
}
.cart_page .editbutton {
  border-radius: 4px;
  color: #fff;
  font-family: 'Open Bold';
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: linear-gradient(180deg, #17B5B5 0%, #017481 100%);
}

.cart_page .discount {
  z-index: 100;
}

.cart_page .orderQtyBox {
  border: 2px solid #f0f6f8 !important;
  border-radius: 4PX;
  min-width: 41px;
  text-align: center;
  padding: 1px 6px;
  margin: 0 4px;
}

/* step2 page style */

.step2_page h1 {
  margin-top: 50px;
  margin-bottom: 35px;
  font-size: 38px;
  text-align: center;
  color: #191919;
}

.step2_page .cart_table_full {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 20px;
}

.step2_page .cart_table_full table {
  width: 100%;
}

.step2_page h2 {
  font-size: 16px;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
}

.step2_page .shoppingcart_table tbody tr:first-child td {
  background: #a2c0de2b;
}

.cart_table_full table tr td:first-child,
.cart_table_full table tr th:first-child {
  border-left: none;
}

.cart_table_full table td {
  border-left: 2px solid #f0f6f7;
  border-bottom: 2px solid #f0f6f7;
}

/*.cart_table_full tr td:last-child{
    padding-left: 0;
}
*/

.cart_table_full table th,
.cart_table_full table td {
  font-size: 14px;
  vertical-align: middle;
}

.cart_table_full table {
  border-left: 2px solid #f0f6f7;
  border-right: 2px solid #f0f6f7;
  vertical-align: middle;
}

.step2_page  select {
  background: transparent;
  margin: 0;
  font-size: 13px;
  color: #3F4850;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #D7DFE2;
  width: 100%;
  padding: 3px 0px;
  letter-spacing: 0.05em;
}

.step2_page select:hover {
  cursor: pointer;
}

.step2_page label {
  font-size: 12px;
  color: #8D8D8D;
  width: 100%;
}

.step2_page .label {
  display: block;
  margin-bottom: 5px;
  margin-top: 4px;
  line-height: 11px;
}

.step2_page input {
  margin: 0;
  font-size: 14px;
  color: #3F4850;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #D7DFE2;
  width: 100%;
  padding: 3px 0px;
  letter-spacing: 0.05em;
}

.step2_page input:focus {
  border-bottom: 1px solid #F48A18;
}

.step2_page .main_billing_table tr,
.step2_page .main_billing_table td,
.step2_page .main_billing_table {
  border: none;
  background-color: #fff;
}
.step2_page .main_billing_table tr td {
  width: 50%;
}

.step2_page .text_in_table {
  font-size: 12px;
  color: #8D8D8D;
  padding: 25px 0px 10px 0px;
}

.step2_page .paiment_select {
  padding: 0px;
  padding-bottom: 35px;
}

.step2_page .paiment_select input {
  width: auto;
  display: inline-block;
  display: none;
}

.step2_page .paiment_select input:hover,
.step2_page .paiment_select img:hover {
  cursor: pointer;
}

.step2_page .button_block {
  margin-top: -40px;
}

.step2_page .button_block button {
  margin-top: 0;
  margin-bottom: 20px;
}

.step2_page .main_billing_table tr td:first-child {
  padding-left: 0;
  padding-right: 6px;
}

.step2_page .main_billing_table tr td:last-child {
  padding-right: 0;
  padding-left: 10px;
}

.step2_page input[type=checkbox],
.step2_page input[type=radio] {
  width: auto;
  margin-right: 5px;
}

.step2_page #shipping_details_div tr,
.step2_page #shipping_details_div td,
.step2_page #shipping_details_div {
  border: none;
  background-color: #fff;
}

.step2_page #osShipping1 input,
.step2_page #osShipping2 input,
.step2_page #usShipping1 input,
.step2_page #usShipping2 input,
.step2_page #usShipping3 input,
.step2_page #auShipping1 input,
.step2_page #auShipping2 input,
.step2_page #caShipping1 input,
.step2_page #caShipping2 input {
  display: none;
}

.step2_page #osShipping1 .checkmark,
.step2_page #osShipping2 .checkmark,
.step2_page #usShipping1 .checkmark,
.step2_page #usShipping2 .checkmark,
.step2_page #usShipping3 .checkmark,
.step2_page #auShipping1 .checkmark,
.step2_page #auShipping2 .checkmark,
.step2_page #caShipping1 .checkmark,
.step2_page #caShipping2 .checkmark {
  position: absolute;
  left: 0px;
  top: 3px;
}

.step2_page #osShipping1 label,
.step2_page #osShipping2 label,
.step2_page #usShipping1 label,
.step2_page #usShipping2 label,
.step2_page #usShipping3 label,
.step2_page #auShipping1 label,
.step2_page #auShipping2 label,
.step2_page #caShipping1 label,
.step2_page #caShipping2 label {
  color: #3F4850;
  font-size: 15px;
  padding-left: 23px;
  line-height: 20px;
  position: relative;
}

.step2_page .text_real {
  font-size: 16px;
  color: #444444;
}

.step3_page .emptybutton {
  background: linear-gradient(180deg, #507bbb 0%, #294979 100%) !important;
  border-radius: 4px;
  color: #fff;
  font-family: 'Open Bold';
  font-size: 15px;
  display: inline-block;
  text-transform: uppercase;
  padding: 9px 37px;
  margin: 30px 0px 5px 0px;
  cursor: pointer;
  border: none;
}

.step3_page input {
  border-bottom: none;
  padding: 0px 0px;
}

.step3_page table tr {
  line-height: 19px;
}

/* bootable page style */

.bootable #block_1 {
  background-image: url(/source/img_posts/bg_bootable.jpg);
  background-size: cover;
}

.bootable #block_2 ul li {
  list-style-type: none;
  margin-top: 25px;
}

.float_right {
  float: right;
}

.float_left {
  float: left;
}

.bootable #block_2 ul li a {
  font-size: 20px;
  color: #191919;
  font-weight: bold;
}

.bootable #block_2 a:hover {
  text-decoration: none;
  opacity: 0.9;
}

.bootable #block_2 .align_right {
  text-align: right;
}

/* ecc_tester page style */

.ecc_tester_page #block_1 {
  background-image: url(/source/img_posts/bg_ecc_tester.jpg);
  background-size: cover;
}

/* pcie gen3 page style */

.pcie_gen3_page #block_1 {
  background-image: url(/source/img_posts/bg_pci_gen3_1.jpg);
  background-size: cover;
}

/* audio_loopback page style */

.audio_loopback #block_1 {
  background-image: url(/source/img_posts/bg_audio_loopback.jpg);
  background-size: cover;
}

/* Loopback page style */

.loopback_page #block_1 {
  background-image: url(/source/img_posts/bg_loopback.jpg);
  background-size: cover;
}

.loopback_page .adition_img_slider img {
  max-width: 100%;
}

.loopback_page .related img {
  background-color: #fff;
  border-radius: 50%;
}

.loopback_page #block_4.related img {
  background-color: #F0F6F8;
}

/* PCI style */

.pci_page #block_1 {
  background-image: url(/source/img_posts/bg_pci_1.jpg);
  background-size: cover;
}

.pci_page #block_5 h4,
.pci_page #block_6 h4 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
}

.pci_page h1 {
  font-size: 54px;
}

.pci_page #block_6 img {
  background-color: #f0f6f8;
  border-radius: 50%;
}

.pci_page #block_5 img {
  background-color: #fff;
  border-radius: 50%;
}

/* usb30 style */

.usb3_0_page #block_1 {
  background-image: url(/source/img_posts/bg_usb_3_0.jpg);
  background-size: cover;
}

.usb3_0_page .sp_st_usb30 {
  max-width: 478px;
}

#block_5 h2 {
  margin-bottom: 30px;
}

.usb3_0_page #block_5 img {
  background-color: #fff;
  border-radius: 50%;
}

.usb3_0_page #block_6 img {
  background-color: #f0f6f8;
  border-radius: 50%;
}

/* usb20 style */

.usb2_0_page #block_1 {
  background-image: url(/source/img_posts/bg_usb_2_0.jpg);
  background-size: cover;
}

.usb2_0_page #block_5 img {
  background-color: #f0f6f8;
  border-radius: 50%;
}

.usb2_0_page #block_6 img {
  background-color: #fff;
  border-radius: 50%;
}

.usb2_0_page #block_5 h4,
.usb2_0_page #block_6 h4 {
  font-size: 16px;
  margin-top: 7px;
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
}

/* usb Power style */

.usb_power_page #block_1 {
  background-image: url(/source/img_posts/bg_usb_power.jpg);
  background-size: cover;
  overflow: hidden;
}

.usb_power_page #block_3 iframe {
  width: 375px;
  height: 212px;
}

.usb_power_page #block_3 .bg_elips {
  margin-top: 25px;
  min-height: 307px;
}

.usb_power_page #block_4 .very_bottom {
  position: absolute;
  bottom: 0px;
}

.usb_power_page .related img {
  background-color: #f0f6f8;
  border-radius: 50%;
}

.usb_power_page #block_2 .bg_elips {
  min-height: 375px;
}

/* psu tester style */

.psu_tester_page #block_1 {
  background-image: url(/source/img_posts/bg_usb_power.jpg);
  background-size: cover;
  overflow: hidden;
}

.psu_tester_page #block_3 iframe {
  width: 375px;
  height: 212px;
}

.psu_tester_page #block_3 .bg_elips {
  margin-top: 25px;
  min-height: 307px;
}

.psu_tester_page #block_4 .very_bottom {
  position: absolute;
  bottom: 0px;
}

.psu_tester_page .related img {
  background-color: #f0f6f8;
  border-radius: 50%;
}

.psu_tester_page #block_1 img {
    max-width: 503px;
    margin-left: -125px;
    margin-bottom: -77px;
    width: 756px;
}

.psu_tester_page #block_2 .bg_elips {
  min-height: 375px;
}

/* usb31_cable_page style */

.usb31_cable_page #block_1 {
  background-image: url(/source/img_posts/bg_usb31_cable_1.jpg);
  background-size: cover;
  padding-bottom: 0px;
}

.img_slider {
  position: relative;
}

.img_slider .col-lg-6,
.img_slider .slick-slider {
  position: unset;
}

.img_slider .slider-image .slick-arrow {
  position: absolute;
}

.img_slider .slider-image .slick-prev {
  left: 4%;
}

.img_slider .slider-image .slick-next {
  right: 4%;
}

.usb31_cable_page .related img {
  background-color: #fff;
  border-radius: 50%;
}

/* metageek_page style */

.metageek_page #block_1,
.metageek_2_page #block_1 {
  background-image: url(/source/img_posts/bg_wi_spy.jpg);
  background-size: cover;
}

/* short_cir_page style */

.short_cir_page #block_1 {
  background-image: url(/source/img_posts/bg_short_circuit.jpg);
  background-size: cover;
}

.short_cir_page #block_2 .bg_elips {
  min-height: 370px;
}

.short_cir_page .related img {
  background-color: #fff;
  border-radius: 50%;
}

/* wireless style */

.wireless_page #block_1 {
  background-image: url(/source/img_posts/bg_wir.jpg);
  background-size: cover;
}

.wireless_page .wir_cust_img {
  min-height: 316px;
  max-height: 316px;
  display: flex;
  align-items: center;
}

.wireless_page .wir_cust_img a.ajax-popup {
  max-width: 100%;
  width: 329px;
  text-align: center;
}

.wireless_page .wir_cust_img img {
  max-width: 100%;
}

.wireless_page #block_4 {
  background: rgba(58, 56, 165, 0.2);
}

/* home_page */

.home_page .block_1 {
  background-image: url(/source/img_posts/bg_batmon.jpg);
  background-size: cover;
  padding: 0px;
  position: relative;
  height: 534px;
}

.home_page main {
  padding-top: 62px;
}

.home_page .top_slider h2 {
  color: #fff;
  font-size: 46px;
  line-height: 47px;
}

.home_page .top_slider {
  margin-bottom: 0px;
}

.home_page .top_slider .slick-dots {
  bottom: 70px;
}

.home_page .top_slider .slick-dots li.slick-active button:before {
  color: #ffffff;
}

.home_page .top_slider .slick-dots li button::before {
  color: #fff;
}

.home_page .top_slider_with_buttons .wrapp_inner {
  max-width: 555px;
  margin: 0 auto;
}

.home_page .slide_1 .top_slider_with_buttons .wrapp_inner {
  max-width: 100%;
  margin-top: 50px;
}

.home_page .top_slider_with_buttons {
  position: absolute;
  top: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 10;
}

.home_page .slide_2 .top_slider_with_buttons p {
  font-size: 26px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.home_page .top_slider_with_buttons p {
  font-size: 21px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.home_page .top_slider_with_buttons a {
  font-size: 21px;
  color: #fff;
  display: block;
}

.home_page .slide_2 .top_slider_with_buttons a {
  color: #818285;
}

.home_page .slide_2 .top_slider_with_buttons a:hover {
  color: #fff;
}

.home_page .top_slider_with_buttons a:hover {
  text-decoration: none;
  color: #ccc;
}

.home_page .top_slider_with_buttons a .icon_download {
  background-image: url(/source/images/download.png);
  width: 14px;
}

.home_page .top_slider_with_buttons a .icon_add_to_cart {
  background-image: url(/source/images/shop.png);
  width: 18px;
}

.home_page .top_slider_with_buttons a .icon {
  height: 18px;
  display: inline-block;
  margin-right: 2px;
  padding: 0;
  background-repeat: no-repeat;
}

.light {
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
}

.home_page .bottom_img img {
  width: 100%;
}

.home_page .slide_2 .bottom_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32%;
  max-width: 584px;
}

.home_page .slide_3 .bottom_img {
  position: absolute;
  left: 14%;
  max-width: 723px;
  width: 44%;
  height: 100%;
  display: flex;
  align-items: center;
}

.home_page .slide_3 .top_slider_with_buttons .wrapp_inner {
  max-width: 400px;
}

.home_page .slide_3 .top_slider_with_buttons p {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 6px;
}

.home_page .top_slider_with_buttons p.small {
  font-size: 21px;
  margin-top: 8px;
}

.home_page .slide_3 .top_slider_with_buttons a {
  color: #ffffff;
}

.home_page .slide_3 .top_slider_with_buttons a:hover {
  color: #ccc;
}

.home_page .slide_4 .bottom_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 32%;
  max-width: 584px;
}

.home_page .slide_4 .logo_img {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  left: 10%;
  width: 32%;
  max-width: 427px;
}

.home_page .slide_4 .logo_img img {
  width: 100%;
}

.home_page .slide_4 h2 span {
  font-family: 'Open Sans', sans-serif;
}

.home_page .slide_5 .top_slider_with_buttons {
  top: 66px;
  text-align: left;
}

.home_page .slide_5 .top_slider_with_buttons .wrapp_inner {
  max-width: 555px;
  margin: 0;
  position: absolute;
  right: 0;
}

.home_page .slide_5 .logo_img img {
  margin-top: -50px;
  width: 100%;
}

.home_page .slide_5 .logo_img {
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  left: 15%;
  top: 0;
  width: 32%;
  max-width: 536px;
}

.home_page .info_block {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 17px 22px;
  width: 439px;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  background: #05060a95;
}

.home_page .info_block table tr td:first-child {
  padding-right: 20px;
  line-height: 20px;
}

.home_page .info_block table .h3 {
  font-size: 24px;
  line-height: normal;
  color: #FFFFFF;
  margin-bottom: 7px;
  font-family: 'Open Bold';
  border-bottom: 2px solid #B31500;
  margin-right: 30px;
}

.home_page .info_block a {
  color: #FFFFFF;
  display: inline-block;
  float: left;
}

.home_page .info_block a.icon_youtube {
  float: right;
}

.home_page .info_block a:hover {
	background-color: #B31500;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 1;
}

.home_page .info_block a img {
  display: inline-block;
}

.home_page h2 a {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 36px;
  color: #63A3F7;
  position: absolute;
  right: 18px;
}

.home_page .one_product {
  border-radius: 3px;
  border: 1px solid #DFE8F1;
  text-align: center;
  padding: 35px 30px;
  min-height: 340px;
  position: relative;
}

.home_page .one_product h3 {
  margin-bottom: 25px;
  font-size: 24px;
}

.home_page .product_descr {
  text-align: left;
}

.home_page .prod_img {
  margin-bottom: 15px;
}

.home_page .product_btn {
  position: absolute;
  bottom: 35px;
}

.home_page .product_btn .btn-primary {
  margin-right: 15px;
}

.home_page .slider-for {
  padding: 40px 0;
}

.home_page .one_product.big_img {
  padding: 0;
  background-color: #fff;
  min-height: 370px;
}

.home_page .one_product.big_img img{
  width: 100%;
  max-width: 100%;
  border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.home_page .one_product.big_img h3,
.home_page .one_product.big_img .product_descr {
  padding: 0px 27px;
}

.home_page .one_product.big_img h3 {
  margin-bottom: 20px;
}

.home_page .one_product.big_img .product_btn {
  width: 100%;
}

.home_page .one_product.big_img .prod_img {
  /*    border-bottom: 1px solid #DFE8F1;*/
  margin-bottom: 22px;
}

ver
.home_page .one_product.big_img img {
  max-width: 100%;
  width: 100%;
}

.home_page #block_4 {
  background-image: url(/source/img_posts/bg_blue_pixel.png);
  background-size: cover;
}

.home_page #block_4 h2 {
  margin-bottom: 35px;
}

.home_page #block_4 .one_product.big_img .prod_img {
  border-bottom: 1px solid #DFE8F1;
  margin-bottom: 22px;
  background: #f5f5f5;
}

.home_page #block_5 .one_product.big_img {
  min-height: 510px;
}

/* batmon_page style */

.batmon_page .custom_slide_1 {
  background-size: auto;
}

.batmon_page .custom_slide_1 img {
  max-width: 337px;
}

.batmon_page #block_1 {
  background-image: url(/source/img_posts/bg_batmon.jpg);
  background-size: cover;
}

/* montest_page */

.montest_page #block_1 {
  background-image: url(/source/img_posts/bg_montest.jpg);
  background-size: cover;
}

/* networktest_page */

.networktest_page #block_1 {
  background-image: url(/source/img_posts/bg_nettest.jpg);
  background-size: cover;
  }

/* audioloopbackplug_page */

.audio_loopback_plug_page #block_1 {
  background-image: url(/source/img_posts/bg_audio_plug.jpg);
  background-size: cover;
  }

/* power_sup_tester_page */

.power_sup_tester_page #block_1 {
  background-image: url(/source/img_posts/bg_power_sup_test.jpg);
  background-size: cover;
}

/* pc_test_kit_page */

.pc_test_kit_page #block_1 {
  background-image: url(/source/img_posts/bg_pc_test_kit.jpg);
  background-size: cover;
}

/* optical_page */

.optical_page #block_1 {
  background-image: url(/source/img_posts/bg_optical.jpg);
  background-size: cover;
}

.optical_page .up_to_top_slider {
  margin-top: -390px;
  z-index: 0;
}

.z_index_1000 {
  z-index: 999;
  background-color: #fff;
}

.montest_page #block_2 li {
  margin-bottom: 7px;
}

.montest_page .custom_style_1 img {
  max-width: 330px;
}

/* keytest_page style */

.keytest_page #block_1 {
  background-image: url(/source/img_posts/bg_keytest.jpg);
  background-size: cover;
}

/* keyboards style */

.keyboards_page table tr td:last-child {
  text-align: center;
}

.keyboards_page table tr td:first-child {
  min-width: 150px;
}

/* FAQ_page style */

#faq_page p.titles_show {
  margin: 20px 0 0 0;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #ffffff url("../images/icon_right_gray.png") no-repeat right top;
}

#faq_page .titles_show strong {
  font-weight: bold;
  /*  padding-top: 155px;*/
}

#faq_page .hide_content {
  background-color: #fff;
  padding: 17px 20px 10px 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: none;
  position: relative;
}

#faq_page .hide_content ul {
  padding-left: 0px;
  list-style-type: none;
}

#faq_page .hide_content ul img {
  max-width: 100%;
}

#faq_page .hide_content ul ul.inner-list {
  padding-left: 35px;
  list-style-type: disc;
  margin-bottom: 15px;
}

#faq_page .hide_content ul ul.inner-list li,
#faq_page .hide_content ul ol li {
  margin-bottom: 5px;
}

#faq_page .hide_content ul ul {
  padding-left: 35px;
  list-style-type: disc;
  margin-bottom: 15px;
}

#faq_page .hide_content ul ol {
  padding-left: 35px;
  list-style-type: decimal;
  margin-bottom: 15px;
}

#faq_page .hide_content ul ul li,
#faq_page .hide_content ul ol li {
  margin-bottom: 5px;
}

#faq_page table.inner-table {
  margin-top: 30px;
}

#faq_page table.inner-table th,
#faq_page table.inner-table td {
  text-align: center;
}

#faq_page .open_next_block {
  background: #ffffff url("../images/icon_down_gray.png") no-repeat right top !important;
}

#faq_page {
  margin-bottom: 50px;
}

#faq_page .container.white_bg {
  padding: 30px 23px;
}

/* BIT style */

.bit_page .one_row p {
  font-size: 16px;
}

.bit_page #block_1 {
  background-image: url(/source/img_posts/bit_bg_1.jpg);
  color: #fff;
  background-size: cover;
}

.product.price_page .table-responsive .btn-primary {
  margin-top: 20px;
}

.product.price_page table a {
  font-size: 16px;
  font-weight: normal;
}

.product.price_page table .discountedrrp {
  font-size: 16px;
  font-weight: normal;
}

/* .product #block_1{
    background-size: cover;
} */

.product #block_1 img {
  max-width: 100%;
}

.bit_page #block_1 p {
  font-size: 17px;
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
}

.product #block_1 a {
  text-decoration: none;
  color: #fff;
}

.product.pcie_spec #block_1 a {
  color: #63A3F7;
}

.product #block_1 ul {
  padding: 11px 0 0 26px;
}

.navbar-brand {
  padding: 0px;
}

#prod_menu .sub_logo img {
  width: 252px;
}

#prod_menu .sub_logo_icon img {
  width: unset;
  max-height: 64px;
  max-width: 64px;
  margin-top: -10px;
}

#prod_menu .sub_logo_icon .prod_label {
  font-size: 30px;
  line-height: 44px;
  display: inline-block;
  align-items: center;
  color: #246EB9;
  margin-top: 10px;
  margin-left: 20px;
  font-weight: bold;
}

.usb3test_page #prod_menu .sub_logo_icon .prod_label {
  margin-top: 0px;
}

#prod_menu .img_label {
  display: inline-block;
}

#prod_menu nav a:hover {
  text-decoration: none;
}

#prod_menu nav a {
  font-size: 17px;
  color: #3F4850;
  padding: 10px 12px;
}

#prod_menu .navbar-brand a {
  padding-left: 0;
}

.audio_loopback #prod_menu .sub_logo img {
  margin-bottom: -5px;
}

#prod_menu .button_in_nav {
  position: absolute;
  right: 0;
}

#prod_menu .button_in_nav a {
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  margin-left: 15px;
}

.bit_page h1 {
  font-size: 54px;
  color: #FFFFFF;
  font-family: 'ProximaNova-Bold';
  line-height: 53px;
}

.bit_page #block_3,
.bit_page #block_6 {
  background-color: #f0f5f8;
  background-image: url(/source/img_posts/bit_bg_2.jpg);
}

.bit_page #block_4 {
  background-color: #f4ab76;
  background-image: url(/source/img_posts/bit_bg_3_2.png), url(/source/img_posts/bit_bg_3_1.png);
  color: #444444;
  background-size: contain;
  background-position: 0% 0%, 100% 0%;
  /* padding: 14vh 0px; */
  background-repeat: no-repeat;
}

.bit_page #block_5,
.bit_page #block_6 {
  padding: 6vh 0px;
}

.bit_page #block_7 h2 {
  margin-bottom: 40px;
}

.bit_page #block_7 h4 {
  font-size: 16px;
  margin-top: 7px;
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
}

.bit_page #block_7 .col-lg-3 {
  margin-bottom: 40px;
}

.bit_page #block_2 .row .col-lg-6.center {
  background-image: url(/source/img_posts/ellipse.png);
  background-repeat: no-repeat;
  padding: 70px 0;
  background-position: 50% 50%;
  background-size: contain;
}

.perform_page #block_2 .row .col-lg-6.center {
  background-image: url(/source/img_posts/ellipse.png);
  background-repeat: no-repeat;
  padding: 15px 0;
  background-position: 50% 50%;
  background-size: contain;
  margin-top: 20px;
  min-height: 330px;
}

.block_7 img {
  max-width: 127px;
}

.bit_page #block_4 .img_block {
  background-image: url(/source/img_posts/ellipse_red.png);
  background-repeat: no-repeat;
  padding: 30px 0;
  background-position: 0% 50%;
  background-size: contain;
}

/* PRICE style */

.price_page p {
  font-size: 16px;
  color: #444444;
}

.price_page h1 {
  font-size: 38px;
  text-align: center;
  color: #191919;
  margin-bottom: 15px;
}

.price_page #block_1 {
  background-color: #f0f5f8;
  background-image: url(/source/img_posts/bit_bg_2.jpg);
  padding-top: 60px;
  padding-bottom: 10px;
  background-size: unset;
}

.price_page .block_2 {
  background-color: #f0f5f8;
  background-image: url(/source/img_posts/bit_bg_2.jpg);
  padding-top: 25px;
}

.price_page input[type=radio] {
  display: none;
  opacity: 0;
}

.price_page .checkmark,
.intern_page .checkmark,
.step2_page .checkmark,
.tabs_on_page .checkmark {
  display: inline-block;
  height: 17px;
  margin-bottom: -3px;
  margin-right: 7px;
  width: 17px;
  background-image: url(/source/images/icon_checkbox.png);
  background-repeat: no-repeat;
}

.price_page input:checked ~ .checkmark,
.intern_page input:checked ~ .checkmark,
.step2_page .paiment_select input:checked ~ .checkmark,
.step2_page .billing_details_table input:checked ~ .checkmark,
.tabs_on_page input:checked ~ .checkmark {
  background-image: url(/source/images/icon_checkbox_selected.png);
}

.price_page .table td,
.price_page .table th {
  border-top: none;
  padding: 19px 17px;
  vertical-align: middle;
}

.price_page .table {
  color: #3F4850;
  font-size: 16px;
  margin-bottom: 6px;
}

.price_page .table label {
  font-weight: bold;
  line-height: 59px;
  font-size: 24px;
  color: #444444;
  cursor: pointer;
}

.price_page .table th {
  font-weight: normal;
}

.price_page .table thead th {
  border-bottom: none;
  font-family: 'Open Bold';
  font-size: 17px;
  padding: 8px 17px;
}

.price_page tbody {
  border-top: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

.price_page tbody tr:nth-child(odd) {
  background: #fff;
}

.button_buy {
  padding-top: 20px;
}

.tips {
  padding-left: 16px;
}

.price_page h2 {
  font-size: 30px;
  text-align: center;
  color: #191919;
  font-family: 'ProximaNova-Bold';
  margin-bottom: 20px;
}

.price_page .block_3 {
  padding-bottom: 50px;
}

.price_page .table_simple tbody {
  border-top: none;
  border-bottom: none;
}

.price_page .table_simple td {
  border-top: none;
  padding: 5px 3px;
  vertical-align: middle;
}

.price_page #block_4 {
  padding-top: 0px;
}

.price_page h4,
.usb3_0_page h4 {
  font-size: 16px;
  margin-top: 7px;
  /*font-family: 'Open Sans Light';*/
  font-family: 'Open Sans', sans-serif;
}

.price_page .block_5 .row > div {
  margin-bottom: 30px;
}

.price_page .block_5 img {
  max-width: 127px;
}

.price_page .nav-tabs {
  justify-content: center;
}

/* what_new_page */

.titles_show {
  margin-bottom: 0px;
  padding: 8px 20px;
  display: block;
  line-height: 19px;
  font-size: 16px;
  color: #3F4850;
  font-weight: 600;
  cursor: pointer;
}

.titles_show em {
  font-style: normal;
}

.titles_show i {
  font-style: normal;
  font-weight: normal;
  font-size: 90%;
}

.titles_show strong {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}

.hide_content {
  display: none;
  background-color: #fff;
  padding: 17px 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #444444;
  font-size: 16px;
}

.hide_content ul {
  padding-left: 25px;
}

.hide_content li {
  margin-bottom: 12px;
  line-height: 20px;
}

.what_new_page .slick-list {
  height: auto !important;
}

.what_new_page {
  background-color: #f0f5f8;
  background-image: url(/source/img_posts/bit_bg_2.jpg);
}

.what_new_page .style_top_nav {
  margin: 5px auto 40px auto;
}

.style_top_nav .slick-slide {
  padding: 0 10px;
}

.panel-heading h4 a {
  padding: 5px 20px;
  display: inline-block;
  line-height: 19px;
  font-size: 16px;
  color: #3F4850;
  font-weight: 600;
}

.what_new_page .panel-body {
  background-color: #fff;
  padding: 17px 3px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #444444;
}

.what_new_page .panel-body li {
  margin-bottom: 7px;
}

.what_new_page h1 {
  font-size: 38px;
  text-align: center;
  color: #191919;
  margin-bottom: 15px;
  margin-top: 40px;
}

/* Perform Test Page */

.perform_page #block_1 {
  background-image: url(/source/img_posts/perf_test_bg_1.jpg);
  color: #fff;
  background-size: cover;
}

.perform_page #block_3 .row .col-lg-6.center {
  background-image: url(/source/img_posts/ellipse_2.png);
  background-repeat: no-repeat;
  padding: 70px 0;
  background-position: 50% 50%;
  background-size: contain;
}

.perform_page #block_4 {
  background-color: #b6dfc7;
  background-image: url(/source/img_posts/perf_test_bg_2_1.png), url(/source/img_posts/perf_test_bg_2_2.png);
  color: #444444;
  background-size: contain;
  background-repeat: no-repeat, no-repeat;
  background-position: 0% 0%, 100% 0%;
}

.perform_page #block_4 .col-lg-6.center {
  background-image: url(/source/img_posts/ellipse_3.png);
  background-repeat: no-repeat;
  padding: 70px 0;
  background-position: 0% 50%;
  background-size: contain;
}

.perform_page #block_5 {
  padding: 5vh 0px;
}

.perform_page #block_5 .row .col-lg-6.center {
  background-image: url(/source/img_posts/ellipse_2.png);
  background-repeat: no-repeat;
  padding: 45px 0;
  background-position: 50% 50%;
  background-size: contain;
}

.perform_page #block_7 .row .col-lg-6.center {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/source/img_posts/ellipse.png);
  background-repeat: no-repeat;
  padding: 39px;
  background-position: 65px 50%;
  background-size: 240px;
}

.perform_page #block_7 img {
  padding: 12px;
  padding-bottom: 20px;
  background: #e2e2e2;
  border-radius: 7px;
}

.perform_page p {
  color: #444;
}

.perform_page #block_7 h2 {
  margin-bottom: 5px;
}

.perform_page .text_under_h2 {
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 14px !important;
}

/* bit editions */

.bit_editors .product_price {
  font-size: 21px;
}

.bit_editors th {
  font-size: 16px;
  font-weight: normal;
}

.bit_editors td {
  text-align: center;
}

.bit_editors td i {
  margin: 0 auto;
}

.bit_editors .center_bg_title,
.table_first_style thead th {
  text-align: center;
  background: #a2c0de2b;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
}

.bit_editors .table td,
.bit_editors .table th {
  border-top: none;
}

.bit_editors table {
  border-collapse: initial;
}

.bit_editors .table thead th {
  border-bottom: none;
}

.bit_editors #block_1,
.bit_editors #block_2 {
  /* padding: 8vh 0px; */
}

.bit_editors table .btn {
  min-width: 83px;
}

/* index page */

.index_page #block_2 {
  margin-top: 30px;
}

.index_page .one_product {
  background-color: #fff;
  padding: 30px 27px;
  border: 1px solid #DFE8F1;
  border-radius: 3px;
  min-height: 477px;
  position: relative;
  margin-bottom: 30px;
}

.index_page .one_product.big_img {
	padding: 0px;
}

.index_page .one_product.less_height {
  min-height: 290px;
}

.index_page .one_product.medium_height {
  min-height: 350px;
}

.index_page .one_product.less_height .product_descr p {
  line-height: 23px;
}

.index_page main h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}

.index_page main h4 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.index_page .prod_img {
  margin-bottom: 15px;
  text-align: center;
}

.index_page.support_sales .product_descr p {
  font-size: 16px;
  color: #444444;
  text-align: center;
}

.index_page .product_descr {
  margin-bottom: 30px;
}

.index_page .product_links {
  margin-bottom: 17px;
}

.index_page .product_links a {
  line-height: 16px;
  display: inline-block;
  font-size: 16px;
  border-right: 1px solid #adadad;
  padding: 0px 11px 0px 6px;
}

.index_page .product_links a:last-child {
  border-right: none;
}

.index_page .product_btn a {
  margin: 0px 5px;
}

.index_page .product_btn {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}

.index_page .info_block h3 a {
   color: #191919;
}

.hardware_page main h3 {
  font-size: 23px;
  margin-bottom: 15px;
}

.hardware_page .prod_code {
  font-size: 13px;
  margin-top: -15px;
  color: #888;
  margin-bottom: 0;
  text-align: right;
}

.hardware_page .grey_text {
  font-size: 15px;
  color: #888;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  padding: 0 25px;
}

.hardware_page .product_price {
  font-size: 22px;
  text-align: center;
  color: #444444;
  font-weight: bold;
  position: absolute;
  bottom: 86px;
  margin: 0;
  width: 100%;
  margin-left: -23px;
}

.hardware_page .product_price span {
  font-size: 15px;
  font-weight: normal;
}

.hardware_page .product_descr {
  margin-bottom: 7px;
}

.hardware_page .one_price {
  float: left;
  width: 48%;
  font-size: 20px;
}

.hardware_page sup {
  padding: 0 1px;
}

.hardware_page .one_product {
  background-color: #fff;
}

.hardware_page .prod_img {
  margin-bottom: 15px;
}

.hardware_page .img_block img {
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.hardware_page .many_data h3 {
  margin-bottom: 4px;
  line-height: 21px;
}

.hardware_page .many_data .product_descr {
  margin-bottom: 0px;
}

/* sales_index */

.sales_index main h3 {
  margin-bottom: 8px;
}

.sales_index main h4 {
  margin-bottom: 3px;
}

.sales_index .product_price {
  font-size: 24px;
  text-align: center;
  color: #444444;
  font-weight: bold;
  margin-bottom: 20px;
  margin: 0;
  position: absolute;
  bottom: 85px;
  width: 100%;
  margin-left: -27px;
  line-height: 28px;
}

.sales_index .one_product {
  min-height: 377px;
}

.sales_index .product_btn {
  /_3token_hck_2: */;
}

.sales_index .prod_img {
  margin-bottom: 12px;
}

.sales_index .small_product  .product_price {
  margin-top: 25px;
}

.sales_index .small_product .one_product {
  min-height: 350px;
}

.sales_index .most_small_product .one_product {
  min-height: 311px;
}

.sales_index .one_row {
  padding-top: 32px;
}

.upgrade_page .product_descr {
  text-align: center;
  margin-bottom: 17px;
}

.upgrade_page h2 {
  margin-top: 30px;
  margin-bottom: 17px;
}

/* download page */

.download_page .cur_vers_dowload {
  background-color: #fff;
  padding: 15px;
  /* margin: 0 15px; */
  margin-top: 30px;
}

.download_page .cur_vers_dowload_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.download_page .more_one .cur_vers_dowload_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.download_page #block_1 .more_one .cur_vers_dowload_link a {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  background-position: 0px 0px;
}

.download_page #block_1 .more_one .grey_smaller_text {
  margin-bottom: 0;
  line-height: 18px;
  margin-top: 5px;
  padding-left: 35px;
  font-size: 14px;
}

.download_page .more_one .row {
  margin-bottom: 15px;
}

.download_page .more_one .row:last-child {
  margin-bottom: 0px;
}

.download_page #block_1 .cur_vers_dowload_link a {
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  color: #63A3F7;
  display: inline-block;
  background-image: url(/source/images/icon_download.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding-left: 35px;
}

.download_page #block_1 .cur_vers_dowload_link p {
  margin-top: 0px;
}

.download_page .cur_vers_dowload_link span {
  font-size: 24px;
  color: #63A3F7;
  display: block;
}

.download_page table {
  margin-top: 15px;
}

.download_page h2 {
  text-align: center;
  color: #191919 !important;
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 30px;
}

.download_page #block_1 {
  padding-bottom: 4vh;
}

.download_page .download_vers_2 {
  border-right: 1px solid #e0dcdc;
}

.icon_download {
  background-image: url(/source/images/icon_download.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  padding: 3px 0px;
  padding-left: 28px;
  display: inline-block;
  line-height: 18px;
}

.keyboards_page .icon_download {
  width: 100%;
  background-position: 0px 0px;
}

.download_page .grey_smaller_text {
  margin-bottom: 0;
}

.download_page .cur_vers_dowload_img img {
  max-width: 100%;
}

.mt_30 {
  margin-top: 30px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 22px;
}

.p_0 {
  padding: 0px;
}

.contact_block .contact_info_block {
  border: 2px solid #ecf2f5;
  margin-top: -7px;
  min-height: unset;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

/* slick */

.slider-nav {
  margin-bottom: 20px;
}

.slider-nav .passmarkslick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  color: #B7BFC2;
  font-family: 'Open Bold';
  font-size: 14px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.slider-1-nav .passmarkslick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}

.slider-nav  .slick-slide {
  display: inline-block;
  width: initial !important;
  margin: 0 15px;
  font-size: 16px;
  color: rgba(46, 64, 82, 0.57);
}

.slider-nav  .slick-slide:hover {
  cursor: pointer;
}

.slider-nav .slick-slide.slick-current {
  color: #246EB9;
  text-decoration: none;
}

.slider-for p {
  font-size: 16px;
  color: #444444;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  display: none;
}

.slick-prev,
.slick-next {
  width: 60px;
  background-repeat: no-repeat;
  height: 60px;
  background-size: contain;
}

.slick-prev {
  background-image: url(/source/images/slide_left.png);
  left: -130px;
}

.slick-next {
  background-image: url(/source/images/slide_right.png);
  right: -130px;
}

.slick-prev:hover,
.slick-prev:focus {
  background-image: url(/source/images/slide_left.png);
}

.slick-next:hover,
.slick-next:focus {
  background-image: url(/source/images/slide_right.png);
}

.slick-dots li button::before {
  color: #63A3F7;
  font-size: 10px;
  opacity: 1;
}

.slick-dots li.slick-active button {
  width: 30px;
  height: 31px;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #5492e2;
  content: '○';
  font-size: 28px;
}

/* footer styles */

footer {
  /* margin-top: 108px; */
}

.yellow {
  color: #FFC300;
}

#footer_info_block {
  background: #4F6882;
  padding: 32px 0px;
}

#footer_nav_block {
  background: #2E4052;
  padding: 50px 9%;
}

#footer_info_block .icon {
  margin-right: 17px;
  float: left;
}

#footer_info_block .info {
  display: inline-block;
  max-width: 80%;
}

#footer_info_block .info p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #ccc;
  line-height: 22px;
}

#footer_info_block .info h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 14px;
  margin-bottom: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}

#footer_nav_block .menu_header,
#footer_nav_block .menu_header a {
  font-size: 16px;
  display: block;
  color: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

#footer_nav_block a {
  font-size: 14px;
  color: #a5a4a4;
  padding: 6px 1rem;
  position: relative;
}

#footer_nav_block .social_footer a {
  display: inline-block;
  padding: 0 6px;
}

#footer_nav_block .social_footer {
  padding-right: 0px;
}

#footer_nav_block .social_footer a:first-child {
  padding-left: 12px;
}

#footer_nav_block a:hover {
  color: #d4d4d4;
}

#footer_nav_block a::before {
  content: "";
  background-image: url(/source/images/icon-right.png);
  width: 10px;
  height: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  left: 0;
  top: 12px;
  position: absolute;
}

#footer_nav_block .menu_header a::before {
  display: none;
}

#footer_nav_block .menu_header i {
  color: #a9a9a9;
  margin-left: 10px;
}

#footer_copyright_block {
  padding: 15px 40px;
}

#footer_copyright_block p {
  font-size: 12px;
  color: #252A37;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 25px;
}

#footer_copyright_block #paiment_types,
.step3_page #paiment_types_2 {
  text-align: right;
}

#footer_copyright_block .paiment_logo,
.step3_page .paiment_logo {
  display: inline-block;
  margin-right: 5px;
}

#search_form input {
  width: 0px;
  padding: 0;
  transition: all 0.2s ease;
}

#search_form button {
  margin-top: 1px;
  z-index: 101;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

#search_form input.open {
  padding-left: 8px;
  display: block;
  margin-right: -22px !important;
  width: 300px;
  border-radius: 4px;
  background-position: center right 10px;
  background-color: #3a4e63!important;
  z-index: 100;
}

#main_menu #search_form {
  position: absolute;
  right: 21px;
  height: 66px;
  padding-top: 14px;
  padding-left: 20px;
  background: #2e4052;
}

.perform_price.product main {
  padding-top: 128px;
}

.flag {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: -2px;
}

.flag_fr {
  background-image: url(/source/images/flag_fr.png);
}

.flag_china {
  background-image: url(/source/images/flag_china.png);
}

.flag_korea {
  background-image: url(/source/images/flag_korea.png);
}

.flag_de {
  background-image: url(/source/images/flag_de.png);
}

.flag_yap {
  background-image: url(/source/images/flag_yap.png);
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#prod_menu .back_button a {
  font-size: 14px;
  padding-left: 20px;
  background-image: url(/source/images/slide_left.png);
  background-repeat: no-repeat;
  background-position: 25px 50%;
  background-size: 40px;
  position: absolute;
  color: #2E4052;
  text-transform: uppercase;
  padding: 0 30px;
  padding-left: 78px;
  left: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  font-family: 'Open Bold';
  border-right: 1px solid #e6e6e6;
}

/* media */

@media (min-width: 1200px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu.show {
    display: none;
  }

  .usb_power_page #block_1 img {
    max-width: 740px;
    margin-left: -125px;
    margin-bottom: -77px;
    width: 740px;
  }

  .sales_index .custom_prod {
    min-height: 415px;
  }

  .metageek_page #block_1 img {
    margin-top: -215px;
  }

  .width_80 {
    width: 80%;
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    border: none;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
}

/* mobile style */

@media (max-width: 1525px) {
  .main_btn_block > div {
    background-image: none;
    padding-right: 17px;
    max-width: 100%;
    padding: 0px;
    flex: 100%;
    margin-bottom: 9px;
  }

  #prod_menu .back_button a {
    background-position: 10px 50%;
    background-size: 30px;
    padding: 0 12px;
    padding-left: 47px;
  }

  .main_btn_block .btn {
    width: 280px;
  }

  .main_btn_block > div:last-child {
    margin-bottom: 0px;
  }

  .slick-next {
    right: -80px;
  }

  .slick-prev {
    left: -80px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  #main_menu .navbar-brand {
    /*margin-right: 0px;*/
    padding: 5px 0px;
  }

  .perform_page #block_3 .row .col-lg-6.center {
    background-size: 307px;
  }

  .sales_index .custom_prod {
    min-height: 390px !important;
  }
}

@media (max-width: 768px) and (min-width: 575px) {
  .sales_index .many_text .one_product {
    min-height: 390px;
  }
    img {
    max-width: 100%;
  }
}

@media (max-width: 1200px) {
  #footer_nav_block .social_footer a {
    display: inline-block;
    padding: 0 3px;
  }
  .one_row .table-striped img {
    width: auto;
    padding: 0;
  }
  #footer_nav_block .social_footer a:first-child {
    padding-left: 7px;
  }

  #footer_nav_block .social_footer {
    padding-left: 10px;
  }

  #footer_nav_block .social_footer img {
    max-width: 22px;
  }

  #prod_menu .back_button a {
    background-position: 7px 50%;
    background-size: 18px;
    padding: 0 8px;
    padding-left: 32px;
    height: 25px;
    bottom: 0px;
    font-size: 12px;
    top: unset;
    border-top: 1px solid #e6e6e6;
    background-color: #fff;
  }

  .special_page .special_content_wrapp .glidecontent > div:first-child {
    padding-left: 330px;
  }

  .home_page .slide_5 .logo_img {
    left: 9%;
    width: 34%;
  }

  .home_page .slide_4 .logo_img {
    position: absolute;
    height: unset;
    display: unset;
    align-items: center;
    left: 4%;
    width: 32%;
    bottom: 36px;
    max-width: 427px;
  }

  .home_page .slide_2 .top_slider_with_buttons a {
    color: #ffffff;
  }

  .home_page .slide_2 .top_slider_with_buttons {
    top: 40px;
  }

  .home_page .slide_2 .top_slider_with_buttons p {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .optical_page .up_to_top_slider .slick-slide .row img {
    max-width: 334px;
  }

  .press_coft_cust .min_height {
    min-height: 288px;
  }

  .sales_index .product_price {
    bottom: 75px;
    margin-left: -20px;
  }

  .hardware_page .product_price {
    bottom: 75px;
    margin-left: -17px;
  }

  .servindex_page .info_block {
    min-height: 470px;
  }

  .press_room_page .btn_arrow {
    width: 35px;
    height: 35px;
    bottom: 8px;
    right: 10px;
  }

  .press_room_page #archive {
    padding: 17px 17px;
  }

  .press_room_page .info_block {
    padding: 14px 14px;
  }

  .press_room_page .info_block h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .about_company .partner_wrapp img {
    max-width: 100%;
  }



  .index_page .product_btn {
    bottom: 22px;
  }

  .index_page .product_descr p {
    font-size: 15px;
    line-height: 22px;
  }

  .index_page .product_btn a {
    margin: 0px 4px;
    padding: 10px 18px;
  }

  .index_page .prod_img img {
    width: 60px;
  }

  .index_page h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
  }

  .index_page .one_product {
    /*padding: 20px 20px;*/
    min-height: 450px;
  }

  .hardware_page .one_product {
    /*padding: 20px 17px;*/
    min-height: 480px;
  }

  .hardware_page .one_price {
    float: none;
    width: 100%;
    font-size: 22px;
  }

  .sales_index .one_product {
    min-height: 360px;
  }

  .perform_price.product main {
    padding-top: 128px;
  }

  .big-dropdown-menu,
  #main_menu .big-dropdown-menu .all_width {
    width: 524px;
  }

  .big-dropdown-menu .one_big_submenu_item {
    width: 48%;
    display: inline-block;
  }

  .slick-slide .row img {
    max-width: 400px;
  }

  .slick-next {
    right: -70px;
  }

  .slick-prev {
    left: -70px;
  }

  .one_row img {
    width: 100%;
  }

  .screenshots img {
    width: unset;
    max-width: 100%;
  }

  .home_page .one_row img {
    width: auto;
  }

  .home_page .one_product {
    padding: 28px 21px;
  }

  .home_page .one_product .btn {
    padding: 9px 19px;
  }

  .home_page .one_product.big_img h3,
  .home_page .one_product.big_img .product_descr {
    padding: 0px 22px;
  }

  .home_page .product_btn {
    position: absolute;
    bottom: 25px;
  }

  .bootable #block_2 img {
    width: unset;
  }

  .more_height_img {
    width: auto !important;
    max-height: 280px;
  }

  #main_menu a.nav-link {
    padding: 24px 9px;
  }

  .img_gallery .img_prew {
    padding-right: 13px;
  }

  .block_title_icon .title_info {
    width: 60%;
  }

  .block_title_icon h1 {
    font-size: 30px;
    margin-bottom: 8px;
    line-height: 24px;
  }

  .block_title_icon h2 {
    font-size: 22px;
  }

  .btn_select_version {
    margin-left: 0px;
  }

  #left_line,
  #right_line {
    display: none;
  }

  #block_title {
    height: 160px;
  }

  #footer_info_block .icon {
    margin-right: 10px;
  }

  #footer_info_block .info {
    max-width: 235px;
  }

  #footer_info_block .icon img {
    max-width: 41px;
  }

  #footer_info_block .info h4 {
    font-size: 17px;
  }

  #main_menu button.navbar-toggler {
    position: absolute;
    top: 14px;
    right: 15px;
  }

  #main_menu #search_form {
    position: absolute;
    /* top: 35px; */
    right: -17px;
  }

  #main_menu ul.navbar-nav {
    margin-right: 50px;
  }

  #footer_nav_block a {
    padding: 6px 10px;
    line-height: 19px;
  }

  .contact_info_block .info {
    max-width: 350px;
  }

  .contact_info_block {
    padding: 30px 40px;
  }

  .multicolumn_image img {
    max-width: 127px !important;
  }

  .perform_page #block_7 .row .col-lg-6.center {
    padding: 39px;
    background-position: 50% 50%;
    background-size: 227px;
  }

  .bit_editors table .btn {
    padding: 10px 3px;
    min-width: 83px;
  }

  main {
    padding-top: 48px;
  }

  .manage_products_page #filter_button,
  .manage_products_page #reset_button {
    padding: 6px 16px;
  }

  .home_page .bottom_img img {
    width: 100%;
  }

  .home_page .slide_2 .bottom_img {
    width: 34%;
  }
}

@media (max-width: 1080px) {
  .download_page .download_vers_2 {
    border-right: none;
  }

  #footer_nav_block .soc_icon {
    display: block;
  }

  #footer_nav_block .social_footer a:first-child {
    padding-left: 0px;
  }

  .tabs_on_page .one_site a {
    font-size: 20px;
  }

  .tabs_on_page .one_site {
    padding: 15px 10px;
  }

  .tabs_on_page .one_site img {
    margin-right: 9px;
    max-width: 40px;
  }

  .special_page .textdesc {
    font-size: 21px;
    line-height: 25px;
  }

  .special_page .special_content_wrapp .originalPrice {
    top: 108px;
    right: 73px;
    font-size: 23px;
  }

  .special_page .special_content_wrapp .discountPrice {
    top: 58px;
    right: 70px;
    font-size: 40px;
  }

  .special_page .special_content_wrapp .glidecontent > div:first-child {
    padding-left: 298px;
  }

  .home_page .slide_5 .top_slider_with_buttons .wrapp_inner {
    max-width: 406px;
  }

  .home_page .slide_5 .top_slider_with_buttons {
    top: 30px;
  }

  .home_page .top_slider_with_buttons p.small {
    font-size: 19px;
    margin-top: 7px;
    margin-bottom: 15px;
  }

  .home_page .slide_3 .bottom_img {
    left: 9%;
    top: 24px;
    max-width: 723px;
    width: 45%;
  }

  .home_page .slide_2 .bottom_img {
    width: 29%;
  }

  .home_page .slide_2 .top_slider_with_buttons p {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .home_page .top_slider .slick-dots {
    position: unset;
  }

  .home_page .top_slider .slick-dots li.slick-active button:before,
  .home_page .top_slider .slick-dots li button::before {
    color: #5492e2;
  }

  .home_page .block_1 {
    height: 423px;
  }

  .home_page .slide_1 .top_slider_with_buttons .wrapp_inner {
    margin-top: 0px;
  }

  .home_page .top_slider_with_buttons {
    top: 40px;
  }

  .home_page h2 a {
    line-height: 29px;
    display: block;
    width: 100%;
    position: unset;
  }

  .home_page .top_slider h2 {
    font-size: 46px;
    line-height: 46px;
  }

  .home_page .info_block {
    padding: 14px 20px;
    width: 392px;
  }

  .home_page #block_2 .product_btn {
    left: 43px;
  }

  .home_page .one_product.big_img h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .home_page main {
    padding-top: 50px;
  }

  .home_page .one_product {
    margin-bottom: 28px;
  }

  .optical_page .up_to_top_slider {
    margin-top: -476px;
    height: 479px;
    z-index: 0;
  }

  .press_coft_cust .min_height {
    min-height: 408px;
  }

  .profile_page .order_history_items {
    margin-top: 20px;
  }

  .manage_products_page.view_order .print_block {
    float: none;
    vertical-align: text-top;
  }

  .manage_products_page #input_wrapp {
    display: block;
    margin-top: 10px;
  }

  .servindex_page .info_block {
    min-height: 708px;
  }

  .press_room_page .one_item {
    margin-bottom: 17px;
  }

  .press_room_page .info_block {
    padding: 11px 13px;
  }

  .press_room_page #archive p {
    margin-bottom: 12px;
    line-height: 18px;
  }

  .hardware_page .one_price {
    float: left;
    width: 48%;
    font-size: 20px;
  }

  .usb31_cable_page #block_1 {
    padding-bottom: 30px;
  }

  .short_cir_page #block_2 .bg_elips {
    min-height: unset;
  }

  .reports_index .table_white_style tr td:last-child {
    padding-left: 25px;
    padding-right: 25px;
  }

  .sales_index .most_small_product .one_product {
    min-height: 290px;
  }

  .cart_page .cust_border_right {
    border-right: none;
  }

  .keyboards_page table tr td:last-child {
    max-width: 175px;
    padding-left: 8px;
    font-size: 15px;
  }

  .keyboards_page table tr td:last-child p {
    padding-left: 28px;
    line-height: 10px;
    font-size: 11px;
  }

  .keyboards_page table tr td:first-child {
    min-width: 135px;
  }

  .centered_column .one_column img {
    width: 127px;
  }

  .download_page #block_1 .cur_vers_dowload_link a {
    font-size: 20px;
    line-height: 23px;
  }

  .download_page .cur_vers_dowload_link {
    padding: 7px 0px;
  }

  .table_first_style thead th {
    line-height: 18px;
  }

  .download_page table {
    margin-top: 10px;
  }

  .download_page .cur_vers_dowload {
    margin-top: 15px;
  }

  .download_page h2 {
    font-size: 28px;
  }

  .download_page #block_1 {
    padding-bottom: 6vh;
  }

  h1.black_title {
    font-size: 34px;
  }

  .bg_elips {
    /*background-size: auto;*/
  }

  .wireless_page .wir_cust_img {
    background-size: contain;
  }

  .product main {
    padding-top: 120px;
  }

  main {
    padding-top: 53px;
  }

  .index_page .one_product.less_height {
    min-height: 260px;
  }

  .index_page .one_product {
    min-height: 440px;
  }

  .sales_index .one_product {
    min-height: 340px;
  }

  .simpl_page main {
    padding-top: 52px;
  }

  .perform_price.product main {
    padding-top: 114px;
  }

  .what_new_page .style_top_nav .slick-slide {
    padding: 0 3px;
    font-size: 13px;
    margin: 0px 2px;
  }

  #prod_menu nav a {
    padding: 10px 7px;
  }

  #prod_menu .container {
    width: 100%;
    max-width: 100%;
  }

  .fixed_prod {
    top: 49px;
  }

  #main_menu .navbar-brand img {
    width: 124px;
  }

  .slick-slide .row img {
    /*max-width: 315px;*/
  }

  .one_row img {
    /* margin-bottom: 20px; */
  }

  .one_row {
    padding: 6vh 0px;
  }

  .slider-nav .slick-slide {
    margin: 0 7px;
    font-size: 13px;
    text-align: center;
  }

  .slick-prev {
    left: -32px;
  }

  .slick-next {
    right: -32px;
  }

  .slick-prev,
  .slick-next {
    width: 30px;
    background-size: contain !important;
    height: 30px;
  }

  #prod_menu {
    padding: 10px 0;
  }

  .sub_logo {
    /* display: none; */
  }

  #main_menu a.nav-link {
    padding: 18px 7px;
    font-size: 13px;
  }

  .block_title_icon .title_info {
    width: 100%;
  }

  .block_title_icon .title_icon {
    margin-bottom: 13px;
  }

  .card-body {
    padding: 15px;
  }

  #block_title {
    height: 120px;
  }

  #main_menu #search_form {
    top: 0px;
    right: -36px;
    height: 54px;
    padding-top: 8px;
    padding-left: 7px;
  }

  #main_menu #search_form input {
    display: block;
  }

  .contact_info_block .info {
    max-width: 218px;
  }

  .contact_info_block .info p {
    line-height: 20px;
    margin-bottom: 9px;
  }

  #footer_info_block .icon {
    width: 100%;
    margin-bottom: 13px;
    text-align: center;
  }

  #footer_info_block .info {
    text-align: center;
    max-width: 100%;
  }

  #footer_info_block .icon img {
    max-width: none;
  }

  #footer_info_block .info h4 {
    line-height: 19px;
  }

  #footer_nav_block {
    padding: 50px 25px;
  }

  #footer_nav_block a {
    padding-right: 0px;
  }

  #footer_nav_block .menu_header i {
    margin-left: 0px;
  }

  .ddmenu_left_110 {
    left: -110px !important;
  }

  .product.perform_page main {
    padding-top: 114px;
  }

  .manage_products_page .profile_content {
    margin-left: 18px;
  }
}

@media (max-width: 874px) and (min-width: 767.98px) {
  #main_menu #navbarSupportedContent ul.navbar-nav {
    opacity: 0;
  }

  .navbar-toggler {
    display: block !important;
  }

  #main_menu #search_form {
    right: 19px;
  }
}

@media (max-width: 767.98px) {
  #faq_page p.titles_show {
    margin: 15px 0 0 0;
    padding: 9px 12px;
    font-size: 15px;
  }

  .collapse_btn_block span.expandAll {
    margin-right: 5px;
  }

  .collapse_btn_block span.collapseAll {
    background-position: 90% 16px;
  }

  .collapse_btn_block span {
    font-size: 13px;
    line-height: 18px;
    padding: 4px 14px;
    padding-right: 31px;
  }

  #footer_nav_block .social_footer {
    padding-left: 0px;
    padding-top: 0;
  }

  #prod_menu .back_button a {
    font-size: 11px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff !important;
    z-index: 10;
  }

  #faq_page .titles_show strong {
    /*padding-top: 115px;*/
  }

  .special_page .special_content_wrapp .discount {
    font-size: 20px;
    line-height: 21px;
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
  }

  .special_page .textdesc {
    font-size: 17px;
    line-height: 21px;
    margin-top: 5px;
  }

  .special_page .special_content_wrapp .discountPrice {
    top: 69px;
    right: 30px;
    font-size: 32px;
  }

  .special_page .special_content_wrapp .originalPrice {
    top: 110px;
    right: 31px;
    font-size: 20px;
  }

  .special_page .special_content_wrapp .glidecontent > div:first-child {
    padding-left: 196px;
  }

  .home_page .slide_5 .top_slider_with_buttons p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .home_page .slide_5 .top_slider_with_buttons .wrapp_inner {
    padding: 0 15px;
    max-width: 100%;
  }

  .home_page .slide_5 .logo_img {
    position: absolute;
    height: unset;
    display: unset;
    align-items: center;
    left: 31%;
    top: unset;
    bottom: 0;
    width: 255px;
    max-width: 536px;
  }

  .home_page .slide_3 .bottom_img {
    position: absolute;
    left: 19%;
    max-width: 723px;
    width: 282px;
    height: unset;
    display: unset;
    bottom: 29px;
    top: auto;
  }

  .home_page .slide_2 .bottom_img {
    width: 37%;
  }

  .home_page .top_slider_with_buttons {
    position: unset;
    margin-top: 30px;
  }

  .home_page .slider-for {
    padding: 10px 0;
  }

  .home_page main {
    padding-top: 40px;
  }

  .home_page .one_product {
    padding: 25px 18px;
    min-height: unset;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 18px;
  }

  .home_page .product_btn {
    position: unset;
  }

  .home_page .prod_img {
    margin-bottom: 12px;
  }

  .home_page .one_product h3 {
    margin-bottom: 13px;
    font-size: 19px;
  }

  .home_page .product_descr {
    text-align: center;
  }

  .home_page .one_product.big_img {
    min-height: unset;
    padding-bottom: 25px;
  }

  .home_page #block_5 .one_product.big_img {
    min-height: unset;
  }

  .home_page h2 span {
    line-height: 29px;
    display: block;
  }

  .home_page .top_slider h2 {
    font-size: 37px;
    line-height: 38px;
  }

  .home_page .info_block {
    padding: 10px 17px;
    width: 384px;
  }

  .home_page .one_row img {
    padding: 0;
    margin: 0;
  }

  .optical_page .up_to_top_slider {
    margin-top: 10px;
    height: 300px;
    z-index: 0;
    text-align: center;
  }

  .press_coft_cust .min_height {
    min-height: unset;
  }

  .search_page .searchheading {
    font-size: 27px;
    line-height: 28px;
  }

  .search_page .zoom_match {
    display: block;
  }

  img {
    max-width: 100%;
  }

  .displ_block_om_mobile .slick-slide {
    float: none !important;
    width: auto !important;
  }

  .manage_products_page .table-responsive {
    display: block;
  }

  #faq_page .container.white_bg {
    padding: 15px 15px;
  }

  .profile_options ul li a.active {
    box-shadow: 0px 4px 15px 4px rgba(0, 0, 0, 0.06);
    border-left: none;
  }

  .profile_page .profile_content {
    width: 100%;
    margin-left: 0px;
    padding: 19px 15px;
  }

  .profile_page .nav-tabs {
    border-bottom: none;
  }

  .profile_page .profile_options {
    width: 100%;
    float: left;
    padding: 0px 0px;
    margin-bottom: 15px;
  }

  .profile_page .profile_options li {
    float: left;
    max-width: 110px;
    min-height: 85px;
  }

  .profile_options ul li a {
    padding: 11px 2px;
    display: block;
    font-size: 12px;
    margin: 0 3px;
  }

  .servindex_page .info_block {
    min-height: unset;
  }

  .servindex_page .shadow {
    max-width: 350px;
    margin: 0px auto;
    margin-bottom: 24px;
  }

  .archive_block {
    padding: 0;
  }

  .big-dropdown-menu.colum-2-menu {
    width: 100%;
  }

  .big-dropdown-menu.colum-2-menu .column_1_submenu,
  .big-dropdown-menu.colum-2-menu .column_2_submenu {
    width: 48%;
    display: inline-grid;
    float: none;
  }

  .colum-2-menu .submeu_block_title {
    color: #829ab3;
    padding-top: 7px;
    margin-bottom: 6px;
  }

  .bootable #block_2 .col-lg-12 img {
    max-width: 150px;
  }

  .img_slider .slider-image .slick-arrow {
    top: 26%;
  }

  .simpl_page.servindex_page #block_content {
    margin-top: 23px;
  }

  .servindex_page h2 {
    margin-bottom: 8px;
    font-size: 21px;
  }

  .purchase_ord_page .col-12,
  .reports_index .col-12,
  .about_company .col-12,
  .servindex_page .container-fluid,
  .reseller_page .col-lg-12,
  .market_analys .col-12 {
    padding: 0px;
  }

  .about_company .partner_wrapp {
    margin: 0 auto;
    max-width: 340px;
    margin-bottom: 16px;
  }

  .purchase_ord_page .map_block {
    padding: 35px 0px;
  }

  .support_page h3 {
    background-size: 24px;
    padding-right: 30px;
  }

  .wireless_page .one_row img {
    max-width: 340px;
    padding: 0px 15px;
  }

  #prod_menu .col-12 {
    padding: 0px 15px;
  }

  .centered_column .one_column {
    width: 30%;
    margin-bottom: 30px;
  }

  .download_page #block_1 .more_one .cur_vers_dowload_link {
    max-width: 92%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .download_page #block_1 .cur_vers_dowload_img img {
    max-width: 270px;
    padding: 0px;
  }

  .download_page #block_1 .more_one .cur_vers_dowload_img img {
    margin-bottom: 10px;
  }

  .download_page #block_1 .more_one .cur_vers_dowload_link a {
    padding: 4px 0px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    background-position: 0px 0px;
  }

  .download_page #block_1 .cur_vers_dowload_img {
    text-align: center;
  }

  .download_page #block_1 .more_one .grey_smaller_text {
    margin-top: 0px;
  }

  .download_page #block_1 .cur_vers_dowload_link {
    padding-top: 0px;
  }

  .download_page #block_1 .cur_vers_dowload {
    padding: 10px;
  }

  .download_page #block_1 {
    padding-bottom: 5vh;
  }

  .download_page h2 {
    font-size: 25px;
    line-height: 28px;
    margin-top: 10px;
  }

  .download_page #block_1 .cur_vers_dowload_link a {
    font-size: 18px;
    line-height: 20px;
    padding: 4px 0;
    width: 80%;
    padding-left: 30px;
  }

  .download_page .icon_download {
    display: inline-block;
    line-height: 16px;
  }

  .keyboards_page .icon_download {
    line-height: 18px;
  }

  .download_page .col-lg-12 {
    padding: 0px;
  }

  h1.black_h1 {
    margin-bottom: 20px;
  }

  .table_first_style th,
  .table_first_style td {
    font-size: 14px;
    line-height: 18px;
  }

  .table td,
  .table th {
    padding: 5px 5px;
  }

  .bit_editors th {
    font-size: 14px;
    line-height: 18px;
  }

  .price_page .block_2 {
    padding-top: 5px;
  }

  .product h2 {
    font-size: 25px;
    margin-bottom: 9px;
  }

  .product h1 {
    font-size: 43px;
    line-height: 47px;
  }

  .bg_elips {
    background-image: none;
    padding: 0px 0px;
    margin-top: 0;
    min-height: unset;
  }

  .index_page .one_product.less_height {
    min-height: 273px;
  }

  .index_page .one_product.less_height .product_descr p {
    line-height: 22px;
  }

  .index_page .one_product {
    margin-bottom: 15px;
    /*padding: 16px 17px;*/
    min-height: 443px;
  }

  .index_page .product_descr p {
    line-height: 21px;
  }

  .index_page h3 {
    font-size: 19px;
    margin-bottom: 7px;
  }

  .index_page .prod_img img {
    width: 48px;
    padding: 0px !important;
    margin-bottom: -8px;
  }

  .index_page .product_links a {
    line-height: 13px;
    font-size: 15px;
    padding: 0px 6px 0px 2px;
  }

  .index_page .col-12 {
    padding: 0px 8px;
  }

  .support_page .col-12 {
    padding: 0px 0px;
  }

  .support_page main ul {
    padding-left: 21px;
  }

  .simpl_page #block_title h1 {
    font-size: 29px;
    line-height: 28px;
  }

  .index_page .product_descr {
    margin-bottom: 10px;
  }

  .hardware_page .product_descr {
    margin-bottom: 2px;
  }

  .index_page .product_btn {
    bottom: 18px;
    left: 0;
    width: 100%;
  }

  .index_page .product_btn a {
    margin: 0px 2px;
    padding: 9px 15px;
  }

  .hardware_page .product_btn a {
    padding: 9px 10px;
  }

  .simpl_page main {
    padding-top: 48px;
  }

  .perform_price.product main {
    padding-top: 0px;
  }

  .product.perform_page main {
    padding-top: 0px;
  }

  h1.black_title {
    font-size: 30px;
    margin-bottom: 4px;
    line-height: 34px;
  }

  .bit_page #block_2 .row .col-lg-6.center,
  .perform_page #block_3 .row .col-lg-6.center {
    background-image: none;
  }

  .price_page .block_2 .col-lg-12 {
    /* padding: 0px; */
  }

  .what_new_page .block_2 .col-lg-12 {
    padding: 0px;
  }

  .what_new_page .panel-heading h4 a {
    padding: 5px 10px;
  }

  .what_new_page .style_top_nav {
    margin: 5px auto 15px auto;
  }

  .what_new_page .style_top_nav .slick-slide {
    padding: 2px 3px;
    font-size: 13px;
    min-width: 82px;
    margin-bottom: 0px;
    margin: 0px 0px;
  }

  .perform_page #block_4,
  .bit_page #block_4 {
    background-image: none;
  }

  .left-nav-bar li {
    float: right;
  }

  #prod_menu .button_in_nav a {
    margin-left: 0px;
    margin-right: 15px;
  }

  .left-nav-bar {
    flex-direction: unset;
  }

  .bit_page #block_4 .img_block {
    padding: 25px 0;
    background-position: 50% 10%;
    background-size: contain !important;
  }

  .sub_logo.bit_product {
    width: 125px;
    margin-top: -6px;
    overflow: hidden;
  }

  .sub_logo_icon.bit_product {
    width: unset;
    margin-top: -6px;
    overflow: hidden;
  }

  .sub_logo.pt {
    width: 160px;
    margin-top: -5px;
    margin-right: 3px;
  }

  #prod_menu .sub_logo a {
    padding: 0;
  }

  #prod_menu .sub_logo img {
    width: 100%;
  }

  #prod_menu .sub_logo_icon img {
    width: unset;
    max-width: 37px;
    margin-top: -9px;
  }

  #prod_menu .sub_logo_icon .prod_label {
    font-size: 20px;
    line-height: 23px;
    margin-top: 4px;
    margin-left: 15px;
  }

  h2 {
    text-align: center;
    font-size: 24px;
  }

  #faq_page h2 {
    font-size: 24px;
  }

  #block_1 .col-lg-6 img {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 12px;
  }

  #main_menu .big-dropdown-menu .one_big_submenu_item .menu_tips_button a {
    color: #72a2d2;
  }

  .dropdown-menu {
    background-color: #42576d;
    border: none;
  }

  .big-dropdown-menu {
    width: 100%;
  }

  #main_menu .dropdown-menu a {
    /*padding: 8px 0px 0px 18px;*/
    color: #d0d0d0;
  }

  .big-dropdown-menu .one_big_submenu_item:hover,
  .one-column-drop-menu .one_big_submenu_item:hover {
    background-color: #495e75;
  }

  #main_menu .big-dropdown-menu .all_width {
    background: transparent;
    width: 100%;
    padding: 9px 8px;
    margin-top: 5px;
    margin-left: 0px;
    padding-bottom: 12px;
  }

  #main_menu .nav-item .dropdown-menu a.all_width:hover {
    background-color: #495e75;
    color: #d0d0d0;
  }

  #main_menu a.nav-link {
    padding: 8px 7px;
    font-size: 13px;
  }

  #main_menu button.navbar-toggler {
    top: 11px;
  }

  #main_menu #search_form {
    top: 6px;
    right: 65px;
    height: 49px;
    padding-top: 5px;
    padding-left: 7px;
    top: 0;
  }

  #main_menu .navbar-brand img {
    width: 95px;
    padding: 8px 0px;
  }

  .row .col-lg-6.center {
    /* background-size: 200px !important; */
  }

  .more_height_img {
    width: auto !important;
    max-height: 227px;
  }

  .slick-slide .row img {
    /*max-width: 320px;*/
    /*padding: 0 15px;*/
  }

  .home_page .one_product.big_img img {
    padding: 0;
  }

  .price_page .table label {
    text-align: center;
    line-height: initial;
    font-size: 18px;
  }

  .price_page .checkmark {
    display: block;
    margin: 3px auto;
    margin-bottom: 2px;
  }

  .price_page .table thead th {
    line-height: 18px;
    font-size: 16px;
  }

  .price_page .table td,
  .price_page .table th {
    border-top: none;
    padding: 4px 13px;
    vertical-align: middle;
  }

  .bit_page h1 {
    font-size: 43px;
    line-height: 47px;
  }

  #prod_menu .navbar-nav {
    /* position: absolute;
        top: 0; */
  }

  #prod_menu nav {
    height: 70px;
    align-items: flex-start;
  }

  #prod_menu nav a {
    padding-top: 0px;
  }

  #prod_menu .button_in_nav {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .main_btn_block .btn {
    width: 100%;
  }

  .block_title_icon h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .block_title_icon h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .btn_select_version.active::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    float: right;
    font-size: 15px;
    color: #6f7275;
  }

  .btn_select_version {
    display: none;
    width: 100%;
  }

  .btn_select_version.active {
    display: block;
  }

  #main_content {
    padding: 0px;
  }

  #tabs_block {
    background-color: #F0F6F8;
    margin: 0 -15px;
    padding: 25px 15px;
  }

  #main_menu {
    background: #fff;
    box-shadow: 0px 10px 17px rgba(0, 0, 0, 0.04);
  }

  html body {
    background-color: #fff;
  }

  .mobile_on_img_slide {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
  }

  .mobile_on_img_slide.left_slide {
    left: 0;
  }

  .mobile_on_img_slide.right_slide {
    right: 0;
  }

  .wrapp_title_icon {
    max-height: 200px;
    overflow: hidden;
    position: relative;
  }

  .block_title_icon .title_icon {
    float: none;
    width: 100%;
    text-align: center;
  }

  .block_title_icon .title_icon img {
    width: 100%;
    max-width: 350px;
  }

  #mobile_slider_nav {
    margin-top: 7px;
  }

  #mobile_slider_nav .dot_nav {
    background-color: #D7DFE2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px;
  }

  #mobile_slider_nav .dot_nav.active {
    background-color: transparent;
    position: relative;
  }

  #mobile_slider_nav .dot_nav.active::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f192";
    font-size: 13px;
    color: #ff6719;
    position: absolute;
    top: -3px;
    left: 0;
  }

  .white_bg {
    padding: 15px 7px;
  }

  .mb_10 {
    margin-bottom: 3px;
  }

  .main_btn_block .btn:before {
    margin-right: 0px;
  }

  .main_btn_block > div {
    max-width: 33%;
    padding-left: 10px;
    margin-bottom: 0;
  }

  .main_btn_block > div:first-child {
    max-width: 33%;
    padding-left: 0;
  }

  #tabs_block .card-body .col-12 {
    margin-bottom: 15px;
  }

  #block_title {
    height: 100px;
  }

  .contact_info_block {
    padding: 25px 42px;
    margin-bottom: 25px;
    min-height: auto;
  }

  .map_block h3 {
    margin-bottom: 9px;
  }

  footer {
    margin-top: 0px;
  }

  .contact_info_block .info {
    max-width: 100%;
  }

  .contact_info_block .more_phone_info p {
    margin-bottom: 0;
  }

  #footer_info_block .icon {
    width: 64px;
    margin-bottom: 30px;
    text-align: center;
  }

  #footer_info_block .icon img {
    max-width: 47px;
  }

  #footer_info_block .info {
    text-align: left;
    max-width: 100%;
  }

  #footer_info_block {
    padding-bottom: 10px;
  }

  #footer_nav_block {
    padding: 17px 10%;
    padding-bottom: 33px;
  }

  #footer_nav_block .menu_header {
    margin-bottom: 5px;
    margin-top: 19px;
  }

  #footer_nav_block .menu_header,
  #footer_nav_block .menu_header a {
    padding-left: 0px;
    margin-bottom: 0px;
  }

  #footer_nav_block .menu_header i {
    margin-left: 10px;
  }

  #footer_copyright_block p,
  #footer_copyright_block #paiment_types {
    text-align: center;
  }

  #footer_copyright_block #paiment_types {
    margin-bottom: 10px;
  }

  #footer_copyright_block .paiment_logo {
    width: 50px;
    margin-right: 0px;
  }

  #footer_copyright_block {
    padding-top: 22px;
  }

  #main_menu ul.navbar-nav {
    margin-right: 0px;
  }

  #main_menu #navbarSupportedContent {
    /* padding-left: 10px; */
    padding-bottom: 15px;
  }

  .bit_page #block_2 .row .col-lg-6.center {
    padding: 25px 0;
    /* background-image: none; */
  }

  .perform_page #block_2 .row .col-lg-6.center {
    padding: 5px 0;
    margin-top: 5px;
    min-height: auto;
  }

  .perform_page #block_3 .row .col-lg-6.center {
    padding: 15px 0;
  }

  .perform_page #block_4 .col-lg-6.center {
    padding: 20px 0;
    background-image: none;
  }

  .perform_page #block_5 .row .col-lg-6.center {
    padding: 15px 0;
  }

  .perform_page #block_7 .row .col-lg-6.center {
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 0 10px;
    background-image: none;
  }

  .perform_page #block_7 img {
    padding: 6px;
    padding-bottom: 11px;
    margin-left: 6px;
  }

  .price_page #block_1 {
    padding-top: 15px;
  }

  .price_page h1 {
    font-size: 30px;
  }

  .slider-nav .passmarkslick-track,
  .slider-1-nav .passmarkslick-track {
    margin-bottom: 10px;
  }

  .product .fixed_main,
  .fixed_prod {
    position: inherit;
  }

  .fixed_prod_mobile {
    top: 0px;
    position: fixed;
  }

  .product main {
    padding-top: 0px;
  }

  .slider-nav {
    margin-bottom: 5px;
  }

  .hardware_page .one_product {
    min-height: 492px;
  }

  .sales_index .one_product {
    min-height: 320px;
  }

  .usb_power_page #block_4 img {
    max-width: 300px;
  }

  .usb_power_page #block_4 .very_bottom {
    position: unset;
  }

  .usb_power_page #block_3 .bg_elips {
    margin-top: 0px;
    min-height: 230px;
    margin-bottom: 20px;
  }

  .usb_power_page #block_1_a img {
    max-width: 480px;
  }

  .upgrade_page .product_descr,
  .upgrade_page .product_descr p {
    margin-bottom: 6px;
  }

  .home_page .slide_4 h2 span {
    display: inline;
  }

  .download_page .cur_vers_dowload_link {
    padding: 7px 15px;
  }

  .download_page .cur_vers_dowload_img img {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .reseller_page .buton_table td {
    display: block;
    width: 100%;
  }
  .bg_blue .adDiv {
    display:  none;
  }
  .one_row  .BaselineInformation {
    width: 100%;
    overflow-y: scroll;
}

  .reseller_page .buton_table input {
    white-space: normal;
  }

  .form_page.cc_pay #paiment_types_2 {
    margin-right: 0px;
  }

  .cart_table_full {
    padding: 15px;
  }

  .form_page .form_block {
    background-color: #fff;
    padding: 25px 15px;
    width: 100%;
    margin: 18px auto;
  }

  .tabs_on_page.row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .download_page .tabs_on_page.row {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .price_page .checkmark,
  .intern_page .checkmark,
  .step2_page .checkmark,
  .tabs_on_page .checkmark {
    margin-right: 3px;
  }

  .tabs_on_page .one_site a {
    font-size: 16px;
  }

  .tabs_on_page .one_site img {
    margin-right: 5px;
    max-width: 33px;
    padding: 0;
  }

  .special_page .fineprint {
    font-size: 12px;
    padding: 9px;
  }

  .special_page .textdesc {
    margin-right: 5px;
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
  }

  .special_page .special_content_wrapp .discountPrice span {
    display: none;
  }

  .special_page .special_content_wrapp .originalPrice {
    top: 77px;
    right: 20px;
    font-size: 17px;
  }

  .special_page .special_content_wrapp .discountPrice {
    top: 45px;
    right: 20px;
    font-size: 25px;
  }

  .special_page .special_content_wrapp .discount {
    font-size: 17px;
    line-height: 17px;
    width: 65px;
    height: 65px;
    margin-bottom: 16px;
  }

  .special_page .special_content_wrapp .offer {
    top: 8px;
    font-size: 16px;
    padding: 2px 16px;
  }

  .special_page .special_content_wrapp .glidecontent > div:first-child {
    padding-left: 31%;
  }

  #block_title + div {
    padding-top: 15px;
  }

  .pt_30 {
    padding-top: 15px;
  }

  #prod_menu .sub_logo_icon img {
    max-width: 36px;
    margin-top: -3px;
  }

  #prod_menu .sub_logo_icon .prod_label {
    margin-top: 8px;
    margin-left: 7px;
    font-size: 18px;
  }

  .free_prod.product h1 {
    color: #246EB9;
    margin-bottom: 3px;
    font-size: 26px;
  }

  .home_page .slide_5 .logo_img {
    left: 22%;
    width: 224px;
    display: none;
  }

  .home_page .slide_4 .top_slider_with_buttons p {
    font-size: 19px;
    margin-top: 3px;
    margin-bottom: 3px;
    line-height: 24px;
  }

  .home_page .slide_4 .bottom_img {
    width: 230px;
  }

  .home_page .slide_4 .logo_img {
    display: none;
  }

  .home_page .top_slider_with_buttons p {
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 26px;
  }

  .home_page .slide_3 .bottom_img {
    width: 250px;
  }

  .home_page .top_slider_with_buttons .wrapp_inner img {
    width: 100%;
  }

  .home_page .slide_2 .top_slider_with_buttons p {
    font-size: 20px;
    line-height: 22px;
  }

  .home_page .top_slider_with_buttons a {
    font-size: 16px;
    display: inline-block;
    margin-right: 12px;
    margin-top: 4px;
  }

  .home_page .slide_2 .bottom_img {
    width: 240px;
  }

  .home_page .top_slider_with_buttons {
    margin-top: 20px;
  }

  .home_page .top_slider h2 {
    font-size: 31px;
    line-height: 32px;
  }

  .home_page .one_product.big_img .prod_img {
    margin-bottom: 11px;
  }

  .home_page .one_product.big_img h3 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .home_page .slick-next {
    top: -25px;
  }

  .home_page .slick-prev {
    top: -25px;
  }

  .home_page .info_block {
    padding: 10px 17px;
    width: 100%;
  }

  .home_page .info_block table .h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .home_page .one_product .btn {
    padding: 8px 17px;
  }

  .sub_logo {
    margin-right: 2px;
    display: flex;
    align-items: center;
    width: 109px;
    left: 178px;
    top: -2px;
    margin-right: 7px;
    height: 33px;
  }

  .add_custom #main_menu button.navbar-toggler.fixed_button {
    top: 37px !important;
  }

  .search_page label[for="zoom_match_any"] {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 11px;
    margin-bottom: 10px;
  }

  .search_page label[for='zoom_cat'] {
    display: block;
    margin-top: 19px;
  }

  .search_page label[for="zoom_match_any"],
  .search_page label[for="zoom_match_all"] {
    display: block;
  }

  .search_page #zoom_searchbox_label {
    padding: 14px 15px;
  }

  .search_page #zoom_searchbox_label input.zoom_button {
    right: 0px;
    top: 55px;
    padding: 9px 32px;
  }

  .search_page center p {
    padding-top: 9vh;
  }

  .search_page .zoom_searchform {
    padding-top: 3vh;
  }

  .search_page .label_option {
    display: block;
    margin-bottom: 5px;
    margin-top: 7px;
  }

  .manage_products_page #filter_button,
  .manage_products_page #reset_button {
    padding: 4px 12px;
  }

  .manage_products_page #manage_filter {
    width: 100px !important;
  }

  #welcom_w {
    display: none;
  }

  .press_room_page .btn_arrow {
    width: 29px;
    height: 29px;
  }

  .hardware_page .prod_img img {
    margin-bottom: 0px;
  }

  .hardware_page .product_price {
    margin-bottom: 11px;
    margin-top: 9px;
    position: unset;
  }

  .press_room_page .info_block h3 {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .press_room_page #archive p {
    margin-bottom: 8px;
  }

  .press_room_page #block_1 {
    padding-top: 3vh;
  }

  .hardware_page .one_price {
    float: none;
    width: 100%;
    font-size: 22px;
  }

  .bootable #block_2 ul {
    padding: 0;
  }

  .bootable #block_2 ul li a {
    font-size: 16px;
  }

  .bootable #block_2 ul li {
    margin-top: 10px;
  }

  .img_slider .slider-image .slick-arrow {
    top: 151px;
    display: block;
  }

  .price_page .btn-primary {
    padding: 8px 11px;
  }

  .intern_page .one_site a {
    font-size: 20px;
  }

  .intern_page .one_site img {
    margin-right: 10px;
  }

  .intern_page .countries {
    margin-top: 5vh;
  }

  .reports_index .table_white_style tr td:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reports_index .table_white_style tr td {
    padding: 11px 10px;
  }

  .step2_page .main_billing_table select {
    font-size: 12px;
  }

  .step2_page .cart_table_full {
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 15px 11px;
  }

  .sales_index .product_price {
    font-size: 19px;
    margin: 0;
    margin-bottom: 12px;
    position: unset;
  }

  .sales_index main h3 {
    text-align: center;
    font-size: 21px;
  }

  .sales_index main h4 {
    text-align: center;
    font-size: 15px;
  }

  .sales_index .small_product .product_price {
    margin-top: 15px;
  }

  .sales_index .small_product .one_product,
  .sales_index .most_small_product .one_product {
    min-height: auto;
  }

  .keyboards_page table img {
    padding: 0;
  }

  .centered_column {
    display: block;
    text-align: left;
  }

  .centered_column .one_column {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }

  .centered_column .one_column img {
    margin-bottom: 5px;
    padding: 0;
  }

  .related img {
    padding: 0;
  }

  .centered_column .one_column h4 {
    margin-top: 1px;
  }

  .download_page table {
    margin-top: 5px;
  }

  .download_page #block_1 {
    padding-bottom: 3vh;
  }

  .download_page .cur_vers_dowload_img {
    text-align: center;
  }

  .download_page .cur_vers_dowload_link {
    padding-top: 2px;
  }

  .download_page #block_1 .cur_vers_dowload_link a {
    padding: 4px 0px;
    padding-left: 30px;
    font-size: 17px;
    line-height: 18px;
    max-width: 80%;
  }

  .download_page .grey_smaller_text {
    margin-bottom: 2px;
  }

  .download_page #block_1 .cur_vers_dowload_img img {
    max-width: 270px;
    padding: 0px;
  }

  .grey_smaller_text {
    font-size: 13px;
  }

  h1.black_h1 {
    margin-bottom: 10px;
  }

  .contact_info_block {
    padding: 16px 32px;
    margin-bottom: 20px;
  }

  .price_page .block_3 {
    padding-bottom: 5px;
  }

  .table-arrow {
    padding-top: 23px;
    background-image: url(/source/images/arrow_long_right.png);
    background-repeat: no-repeat;
    background-position: right top;
  }

  .pci_page #block_5 h4,
  .pci_page #block_6 h4 {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .product h2 {
    font-size: 22px;
    margin-bottom: 9px;
    line-height: 25px;
  }

  .index_page .one_product.medium_height {
    min-height: unset;
  }

  .index_page .one_product.less_height {
    min-height: unset;
  }

  main {
    padding-top: 49px;
  }

  .index_page #block_2 {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .index_page .slider-nav {
    margin-bottom: 0px;
  }

  .index_page .one_product {
    max-width: 350px;
    min-height: unset;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .index_page .product_btn {
    position: unset;
  }

  .product main {
    padding-top: 0px;
  }

  .multicolumn_image img {
    max-width: 127px !important;
  }

  .what_new_page .panel-heading h4 a {
    padding: 4px 5px;
    font-size: 14px;
  }

  sup {
    padding: 0px 0px;
  }

  .price_page .table label {
    font-size: 16px;
  }

  .price_page .table thead th {
    line-height: 14px;
    font-size: 13px;
    padding: 8px 4px;
  }

  .price_page .table td,
  .price_page .table th {
    padding: 4px 7px;
    line-height: 16px;
    font-size: 13px;
  }

  .main_slick_nav {
    width: 100%;
  }

  .price_page .passmarkslick-track .item.slick-slide {
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
  }

  .one_row img {
    margin-bottom: 20px;
    margin-bottom: 10px;
    max-width: 100%;
    /*padding: 0px 15px;*/
  }

  #main_menu .signbutton {
    padding: 3px 6px !important;
    margin-top: 8px;
  }

  #main_menu .left-nav-bar li a {
    padding: 10px 3px;
  }

  #prod_menu .navbar-nav {
    margin-top: 2px;
  }

  .sub_logo.bit_product {
    top: 0px;
    height: 43px;
  }

  .sub_logo.pt {
    width: 150px;
    margin-top: 0px;
    margin-right: 3px;
  }

  .one_big_submenu_item .menu_desc {
    color: #a9a9a9;
  }

  .big-dropdown-menu .one_big_submenu_item {
    width: 95%;
    display: inline-block;
  }

  #main_menu a.nav-link {
    padding: 6px 11px;
  }

  #main_menu .dropdown-menu a {
    font-size: 13px;
    padding-top: 5px;
  }

  #main_menu #navbarSupportedContent {
    padding-left: 0px;
    max-height: 100vh;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
  }

  #main_menu #navbarSupportedContent::-webkit-scrollbar {
    display: none;
  }

  .product #block_1 li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 22px;
  }

  .one_row {
    padding: 4vh 0px;
  }

  .free_prod.product #block_content .one_row:first-child,
  .free_prod.product #block_content .one_row:last-child {
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .screenshots img {
    width: unset;
    max-width: 100%;
    padding: 0;
  }

  .special_page .bundle_discounts {
    /*padding: 0 15px;*/
  }

  .special_page .bundle_discounts img {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .round_img img {
    padding: 0px 0px;
  }

  .bit_page h2 {
    font-size: 27px;
    line-height: 33px;
  }

  .product h1 {
    font-size: 30px;
    line-height: 32px;
  }

  #prod_menu nav a {
    font-size: 14px;
    padding: 3px 3px;
    padding-right: 4px;
    white-space: nowrap;
  }

  #prod_menu .col-lg-12 {
    padding: 0px;
    padding-right: 5px;
  }

  #prod_menu .button_in_nav a {
    width: 42%;
    padding: 7px 0px;
    margin-right: 6px;
  }

  #prod_menu {
    padding: 9px 0;
    padding-top: 2px;
  }

  #prod_menu .col-12 {
    padding: 0px 9px;
  }

  #main_menu button.navbar-toggler {
    top: 11px !important;
    right: 0px !important;
  }

  #main_menu button.navbar-toggler.fixed_button {
    top: 38px !important;
  }

  #main_menu .navbar-brand img {
    padding: 5px 0px;
    width: 82px;
  }

  #main_menu nav {
    padding: 5px 9px;
  }

  .slider-nav .passmarkslick-track {
    display: block;
  }

  .slider-nav .slick-slide {
    width: 100% !important;
    display: block;
    margin-bottom: 0px;
    padding: 2px 0px;
  }

  #block_7 img {
    max-width: 80%;
  }

  .bit_page #block_4,
  .bit_page #block_5,
  .bit_page #block_6 {
    padding: 8vh 0px;
  }

  .slick-prev {
    display: none;
    z-index: 100;
    left: 0px;
    top: -40px;
  }

  .slick-next {
    display: none;
    z-index: 100;
    right: 0px;
    top: -40px;
  }

  .main_btn_block > div {
    max-width: 100%;
    margin-bottom: 5px;
    padding-left: 0;
  }

  .main_btn_block > div:first-child {
    max-width: 100%;
    padding-left: 0;
  }

  #footer_info_block .info {
    max-width: 72%;
    margin-bottom: 15px;
  }

  .contact_info_block .info {
    max-width: 84%;
  }

  .mobile-collapse {
    display: none;
  }

  #main_menu #search_form {
    top: 0px;
    right: 43px;
    width: 130px;
    padding-top: 3px;
    padding-left: 1px;
  }

  #footer_nav_block {
    padding: 15px 18px;
  }

  #main_menu #search_form input.open {
    position: absolute;
    right: -16px;
    top: 5px;
    width: 189px;
    background: #4c5c6d;
    border: none;
    padding-left: 28px;
    border-radius: 3px;
    margin-right: 0px;
  }

  #main_menu #search_form button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    left: -19px;
    top: 12px;
  }

  #main_menu form {
    border-bottom: none;
    margin-left: 0px;
    margin-top: 0px;
  }

  #main_menu .navbar-brand {
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .step2_page .button_block {
    margin-top: -40px;
  }
}