.fancybox-container {
  z-index: 9999999 !important;
}
.homeh1 {
  color: white;
  background-color: #009cff;
  padding: 10px;
  margin-top: -37px;
}
.toplogo {
  max-width: 280px;
}
footer.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.overprint_place_box {
  cursor: pointer;
}

.overprint_place_box.active {
  border: 1px solid #009cff;
}

.overprint_place_box input {
  display: none;
}

.ml-auto,
.mx-auto {
  margin-left: 0 !important;
}

@media (min-width: 1460px) {
  .container {
    max-width: 1440px;
  }
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

body {
  padding-top: 65px;
}

:not(i) {
  font-family: Roboto, sans-serif !important;
}

.mt15 {
  margin-top: 15px;
}

.borderradius8 {
  border-radius: 8px;
}

img {
  max-width: 100%;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

.navbar {
  padding-top: 40px;
  position: fixed;
  z-index: 999999;
  background-color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #cdcdcd;
  transition: 0.3s;
}

.navbar .container {
  position: relative;
}

.navbar-nav .nav-item a {
  padding: 1px 10px 21px 10px !important;
  margin-bottom: -1px;
}

.navbar-nav2 .nav-item a {
  font-weight: 300;
  font-size: 14px;
}

.navbar-nav2 .nav-item a span {
  margin-right: 5px;
}

.navbar-nav2 .nav-item a strong {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.navbar-nav2 .nav-item a strong.blue {
  color: #009cff;
}

.navbar-nav2 .i2 img {
  position: relative;
  top: -3px;
}

.mainmenuli > a {
  transition: 0.3s;
}

.mainmenuli > a {
  border-bottom: 4px solid transparent;
}

.mainmenuli.active > a,
.mainmenuli:hover > a {
  border-bottom: 4px solid #009cff;
  color: #009cff;
}

.navbar-nav1 > .nav-item:first-child {
  margin-right: 30px;
}

.navbar-nav1 > .nav-item:first-child a {
  padding: 0 !important;
  border: none;
}

.navbar-nav1 > .nav-item:first-child a img.second_domain {
  max-width: 180px;
}

.navbar-nav2 {
  margin-right: 0 !important;
  margin-left: auto !important;
}

.navbar .search {
  border-bottom: 3px solid #009cff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: none;
  margin-right: 20px;
  padding-bottom: 1px;
}

.navbar .search input {
  border: none;
  padding: 15px 11px 21px 11px;
  font-weight: 300;
  width: 350px;
  color: #000;
}

.navbar .search button {
  border: none;
  background: 0 0;
  position: relative;
  top: 0;
  cursor: pointer;
}

.bx-viewport,
.bx-wrapper {
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.bigsubmenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-box-shadow: 0 3px 3px 0 rgba(221, 221, 221, 1);
  -moz-box-shadow: 0 3px 3px 0 rgba(221, 221, 221, 1);
  box-shadow: 0 3px 3px 0 rgba(221, 221, 221, 1);
}

.bigsubmenu .out_left,
.bigsubmenu .out_right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}

.bigsubmenu .out_left {
  background-color: #fff;
  left: 0;
}

.bigsubmenu .out_right {
  background-color: #f7f7f7;
  right: 0;
}

.bigsubmenu .container .in {
  background-color: #f7f7f7;
  position: relative;
}

.bigsubmenu .container .in .column {
  width: 15%;
  float: left;
  padding: 27px 23px;
}

.bigsubmenu .container .in .column.first {
  padding-left: 9.2%;
  width: 26.7%;
  background-color: #fff;
}

.bigsubmenu .container .in .column:not(.first) {
  display: none;
}

.bigsubmenu .container .in .column a {
  display: block;
  margin-bottom: 4px;
  border: none;
  padding: 0 !important;
  font-weight: 400;
}

.bigsubmenu .container .in .column.first a {
  font-size: 14px;
}

.bigsubmenu .container .in .column a.active,
.bigsubmenu .container .in .column a:hover {
  color: #009cff;
}

.bigsubmenu .container .in .column.first a.active,
.bigsubmenu .container .in .column.first a:hover {
  color: inherit;
  font-weight: 600;
}

#main_slider {
  margin-top: 25px;
}

#main_slider .item {
  cursor: pointer;
}

#main_slider .item img {
  width: 100%;
}

.body-index .bx-viewport {
  height: auto !important;
}

.navbar-nav2 > li {
  position: relative;
  padding-bottom: 1px;
}

.navbar-nav li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 49px;
  background-color: #fff;
  z-index: 999;
  border: 1px solid #cdcdcd;
  display: none;
  width: 183px;
}

.navbar-nav2 .nav-item a {
  padding: 1px 13px 25px 13px !important;
  margin-bottom: -5px;
}

.navbar-nav li:focus .submenu,
.navbar-nav li:hover .submenu {
  display: block;
}

.navbar-nav .submenu li {
  text-align: center;
}

.navbar-nav .submenu li {
  border-bottom: 1px solid #cdcdcd;
}

.navbar-nav .submenu li:last-child {
  border-bottom: none;
}

.navbar-nav .submenu li a {
  display: inline-block;
  padding: 12px 43px !important;
  font-size: 16px;
  font-weight: 300;
}

.navbar-nav .submenu li a:hover {
  color: #009cff !important;
  font-weight: 600 !important;
}

.products_box .item {
  float: left;
  width: 18%;
  background-color: #f7f7f7;
  padding: 8px 12px;
  margin: 0 1.25% 25px;
  cursor: pointer;
  border: 1px solid #f7f7f7;
  transition: 0.3s;
}

.products_box .item:hover {
  border: 1px solid #d4d4d4;
}

.products_box .item .title {
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap1;
  display: block;
}

.products_box .item img {
  margin: 18px auto 8px auto;
  display: block;
}

.product2,
.products_box2 {
  padding-top: 37px;
}

.categories_box h1,
.product2 h1,
.products_box2 h1 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 20px;
}

.products_box2 .item {
  border: none !important;
  background: 0 0;
  padding: 0;
  position: relative;
}

.products_box2 .item img {
  border: 1px solid #fff;
  transition: 0.3s;
}

.products_box2 .item img.oos {
  position: absolute;
  left: 0;
  top: 0;
  border: none !important;
  max-height: 100%;
}

.products_box2 .item .title {
  text-align: center;
  margin-top: 12px;
  font-weight: 400;
  transition: 0.3s;
  display: block;
}

.products_box2 .item:hover img {
  border: 1px solid #009cff;
}

.products_box2 .item:hover .title {
  color: #009cff;
}

.ads_box {
  margin-top: 100px;
}

.ads_box iframe {
  width: 100%;
}

footer {
  background-color: #f7f7f7;
  padding: 23px 0 10px 0;
  margin-top: 40px;
}

footer .h {
  font-weight: 600;
  margin-bottom: 10px;
}

footer ul {
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 6px;
  display: inline;
  margin-right: 22px;
}

footer ul li a:hover {
  color: #009cff;
}

footer .button {
  background-color: #009cff;
  color: #fff !important;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 60px;
  border-radius: 9px;
  display: inline-block;
}

footer .uebtn {
  max-height: 117px;
  margin-top: 20px;
  display: block;
}

.products_box .clearfix1 {
  display: block;
}

.products_box .clearfix2 {
  display: none;
}

.products_box .clearfix3 {
  display: none;
}

.products_box .clearfix4 {
  display: none;
}

#right_catalog {
  position: fixed;
  top: 36%;
  left: 0;
}

.navbar.scrolled {
  padding-top: 15px;
}

.navbar.scrolled .navbar-nav .nav-item > a {
  padding-bottom: 15px !important;
}

.navbar.scrolled .bigsubmenu {
  top: 59px;
}

.navbar.scrolled .navbar-nav li .submenu {
  top: 43px;
}

.product {
  padding-top: 126px;
}

.product .left .item {
  border: 1px solid #cdcdcd;
  margin-bottom: 26px;
  padding: 13px 8px;
  text-align: center;
  cursor: pointer;
}

.product .center .description {
  font-size: 14px;
  margin-top: 12px;
  display: none;
}

.product .center img {
  display: block;
}

.product .center .item {
  position: relative;
}

.product .center .item .oos {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 100%;
}

.product .center .btn {
  padding: 0 20px 0 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  background-image: url(../img/arrow_r.png);
  background-repeat: no-repeat;
  background-position: right center;
  box-shadow: none !important;
  margin-top: 30px;
}

.product .right {
  color: #000;
}

.product .right h1 {
  color: #000;
  font-size: 24px;
  margin: 0;
}

.product .right .price {
  font-size: 16px;
  margin: 30px 0;
  letter-spacing: -1px;
}

.product .right .price span:not(#base_price) {
  font-size: 21px;
  font-weight: 600;
  margin-left: 7px;
}

.order .right form .h22,
.product .right form .h {
  text-transform: uppercase;
  font-weight: 600;
  padding: 30px 0 15px 0;
}

.order .right form .radio .item,
.product .right form .radio .item {
  border: 1px solid #cdcdcd;
  width: 48.8%;
  padding: 12px 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 7px;
}

.order .right form .radio .item.item1,
.order .right form .radio .item.item3,
.product .right form .radio .item.item1,
.product .right form .radio .item.item3 {
  float: left;
}

.order .right form .radio .item.item2,
.order .right form .radio .item.item4,
.product .right form .radio .item.item2,
.product .right form .radio .item.item4 {
  float: right;
}

.order .right form .radio .item.active:not(.select),
.product .right form .radio .item.active:not(.select) {
  box-shadow: inset 0 0 0 3px #009cff;
}

.order .right form .radio .item input[type='radio'],
.product .right form .radio .item input[type='radio'] {
  display: none;
}

.order .right form .radio .item .dot,
.product .right form .radio .item .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid;
  margin-right: 8px;
  border-radius: 50%;
  position: relative;
  bottom: -4px;
}

.order .right form .radio .item.select,
.product .right form .radio .item.select {
  padding: 0;
  cursor: auto;
}

.order .right form .radio .item select,
.product .right form .radio .item select {
  padding: 12px 5px;
  width: 100%;
  text-align: center;
  background-color: transparent;
  border: none;
}

.order .right form .radio .item.select .nice-select,
.product .right form .radio .item.select .nice-select {
  display: block;
  width: 100%;
  border-radius: 0;
  border: none;
}

.order .right form .radio .item.info,
.product .right form .radio .item.info {
  color: #009cff;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  border: none;
  padding: 0 0 0 10px;
  cursor: auto;
}

.order .right form button,
.product .right form .slogan,
.product .right form button {
  background-color: #009cff;
  color: #fff;
  display: block;
  width: 100%;
  border: none;
  padding: 15px 15px 13px 15px;
  margin-top: 30px;
  text-transform: uppercase;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.order .right form button img,
.product .right form button img {
  display: none;
}

.order .right form .slogan,
.product .right form .slogan {
  margin-top: 15px;
}

.cart,
.inventory,
.page {
  padding-top: 55px;
}

.cart h1,
.inventory h1,
.page h1 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 35px;
}

.inventory .left .el {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}

.inventory .left .el.active {
  color: #009cff;
  font-weight: 600;
}

.inventory .center {
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  padding-left: 6%;
}

.inventory .center .h {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 12px;
  margin: 20px 0 10px 0;
  font-size: 20px;
}

.inventory .center .h:first-child {
  margin-top: 0;
}

.inventory .center .item {
  margin-bottom: 50px;
}

.inventory .center .elements .el {
  width: 28.33333%;
  float: left;
  margin-bottom: 5px;
  margin-right: 5%;
  border: 2px solid transparent;
  padding: 5px 10px;
  cursor: pointer;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inventory .center .elements .el span {
  display: block;
  font-size: 14px;
}

.inventory .center .elements .el.active,
.inventory .center .elements .el:hover {
  border-color: #009cff;
}

.inventory .center .elements .el .red {
  color: red;
}

.inventory .right {
  padding-left: 7%;
  padding-top: 0;
}

.inventory .right .h {
  color: #777;
  font-weight: 600;
  margin-bottom: 20px;
}

.order .center {
  padding-left: 15px;
  border: none;
  max-width: 88%;
}

.order .center2 {
  max-width: 12%;
}

.order .center,
.order .center2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.order .center2 a {
  display: block;
  margin-bottom: 6px;
  word-wrap: break-word;
}

.order .center2 a.active,
.order .center2 a:hover {
  color: #009cff;
}

.order .right {
  padding-left: 15px;
}

.order .right form .radio .item {
  float: none !important;
  width: 100% !important;
}

.order .right form .radio .item.info {
  padding-left: 0;
  margin-top: 15px;
}

.order .right form .h22 {
  padding: 16px 0 5px 0;
}

.order .right form .radio .item select {
  padding: 5px 5px;
}

.categories_box {
  padding-top: 37px;
}

.product2 .part {
  background-color: #dbdbdb;
  padding: 15px;
  border: 1px solid #d7dbde;
}

.product2 .part.part_l {
  float: left;
  width: 30.333%;
  margin-right: 3%;
}

.product2 .part.part_l .form-group label {
  font-weight: 600;
  margin-bottom: 3px;
}

.product2 .part.part_l .form-group select {
  border-radius: 0;
}

.product2 .part.part_c {
  float: left;
  width: 30.333%;
  margin-right: 3%;
}

.product2 .part.part_c .h {
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.product2 .part.part_c .el {
  text-align: center;
  background-color: #fff;
  margin: 0 0 7px 0;
  padding: 8px 3px 7px 3px;
  line-height: 1;
  cursor: pointer;
  border: 1px solid #979797;
}

.product2 .part.part_c .el input {
  display: none;
}

.product2 .part.part_c .el.active {
  background-color: #0089b0;
  border-color: #0089b0;
  color: #fff;
}

.product2 .part.part_c .whitespace {
  background-color: #fff;
  margin: 16px 0 0 0;
  padding: 15px;
  font-size: 14px;
}

.product2 .part.part_c .info {
  color: #0089b0;
  font-size: 20px;
  margin-bottom: 10px;
}

.product2 .part.part_c .info2 {
  font-size: 18px;
}

.product2 .part.part_c input[type='submit'] {
  background-color: #0089b0;
  border: none;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0;
}

.product2 .part.part_r {
  float: left;
  width: 33.333%;
  padding: 0;
}

.product2 .part.part_r #tabs .nav-pills {
  background-color: #ececec;
}

.product2 .part.part_r #tabs .nav-pills li {
  width: 33.3333%;
  text-align: center;
}

.product2 .part.part_r #tabs .nav-pills li a {
  padding: 10px 1px;
  display: inline-block;
  width: 100%;
}

.product2 .part.part_r #tabs .nav-pills li a.active {
  background-color: #dbdbdb;
}

.product2 .part.part_r #tabs .tab-pane {
  padding: 15px;
}

.product2 .part.part_r #tabs .tab-pane a {
  color: #0089b0;
}

.product2 .part.part_r #tabs .tab-pane#a {
  text-align: center;
}

.modal-open .modal {
  z-index: 9999999;
  background-color: rgba(100, 100, 100, 0.5);
}

.btn-primary {
  background-color: #0089b0 !important;
  border-color: #0089b0 !important;
}

.login_page {
  text-align: center;
  padding-top: 46px;
  width: 35%;
}

.login_page2 {
  width: 55%;
}

.login_page h1,
.user_panel h1 {
  font-size: 28px;
}

.login_page input[type='submit']:not(.order-submit),
.user_panel input[type='submit']:not(.order-submit) {
  background-color: #009cff !important;
  border-color: #009cff !important;
  text-transform: uppercase;
  padding: 5px 35px;
}

.login_page .info {
  display: block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}

.login_page .info a {
  color: #009cff;
  text-decoration: underline;
}

.user_panel {
  padding-top: 46px;
}

.user_panel h4 {
  font-size: 22px;
}

.user_panel input[type='submit'] {
  font-size: 22px;
  padding: 5px;
  width: 100%;
}

.user_panel p {
  margin-bottom: 0;
}

.user_panel .menu ul {
  list-style: none;
  padding: 0;
}

.user_panel .menu ul li a {
  display: block;
  padding: 5px 9px;
  text-transform: uppercase;
  font-weight: 300;
}

.user_panel .menu ul li a.active,
.user_panel .menu ul li a:hover {
  color: #fff;
  background-color: #009cff;
}

.cart table tr td {
  vertical-align: top;
  border-color: #009cff;
  padding: 18px 0;
}

.cart table tr td.img {
  max-width: 70px;
}

.cart table tr td.img img {
  max-height: 200px;
}

.cart table tr td span {
  display: block;
  padding-left: 25px;
}

.cart table tr td .name {
  font-size: 20px;
  font-weight: 700;
  color: #009cff;
}

.cart table tr td .variables label {
  margin: 10px 0 0 0;
  font-weight: 700;
}

.cart table tr td .variables span {
  padding: 0;
  font-size: 14px;
}

.cart .summary {
  font-size: 30px;
}
.cart .summary .oprices {
  font-size: 16px;
  margin-top: 15px;
}
.cart .summary .oprices table td,
.cart .summary .oprices table th {
  border-color: #dee2e6;
  padding: 10px;
}
.cart .summary span {
  display: block;
  font-weight: 700;
  color: #009cff;
}

.cart .summary .finalize {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 20px;
  padding: 5px 60px;
}

.cart .summary .additional {
  font-size: 18px;
  line-height: 1.4;
  display: block;
}

.orderproductstable span {
  display: block;
}

.orderproductstable .variables label {
  font-weight: 700;
  margin: 0;
}

.orderproductstable .variables span {
  font-size: 14px;
}

.order_thanks p a {
  color: #009cff;
  text-decoration: underline;
}

.order_thanks .check {
  margin-top: 10px;
}

.catalog textarea {
  resize: none;
  height: 296px;
}

#colorsModal .modal-footer {
  display: block;
}

.full_user_data h4 {
  margin-top: 20px;
}

.full_user_data #copy {
  color: #009cff;
  text-decoration: underline;
}

.body-page iframe {
  max-width: 100%;
}

.orders_img_table {
  width: 100%;
  margin-top: 30px;
}

.orders_img_table img {
  max-width: 150px;
}

.orders_img_table i {
  font-size: 26px;
}

.mhbtn {
  background-color: #009cff !important;
  border-color: #009cff !important;
  font-size: 20px !important;
  text-transform: uppercase !important;
  padding: 10px 40px !important;
  font-weight: 300;
  margin-top: 20px;
  width: auto !important;
}

#preflight_steps {
  margin-bottom: 20px;
}

#preflight_steps .step {
  float: left;
  width: 25%;
  background-color: rgba(0, 156, 255, 0.3);
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  border: 1px solid #fff;
  padding: 7px 4px;
  text-transform: uppercase;
}

#preflight_steps .step.current {
  background-color: #009cff;
}
.mh-radio-box {
  margin-bottom: 15px;
}
.mh-radio-box .item .in {
  border: 2px solid #009cff;
  padding: 10px 15px;
  text-align: center;
  cursor: pointer;
}
.mh-radio-box .item .in input {
  display: none;
}

.mh-radio-box .item.active .in {
  color: white;
  background-color: #009cff;
}
.order-submit {
  width: auto !important;
  padding: 17px 45px !important;
  margin-top: 20px !important;
}

.cart_admin_mess p {
  margin: 0;
}
.portfolio .item {
  height: 250px;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  margin-bottom: 29px;
  background-repeat: no-repeat;
  position: relative;
}
.portfolio .item.big {
  height: 400px;
}
.portfolio .item .name {
  position: absolute;
  top: 0;
  margin: 0;
  background-color: #3336;
  display: none;
  width: 100%;
  height: 100%;
  padding: 20% 10px 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  font-size: 31px;
}
.portfolio .item:hover .name {
  display: block;
}

.portfolio-item {
  margin: 33px 0;
}

#portfolioItemBox {
}

#portfolioItemBox .l {
}

#portfolioItemBox .l p {
  margin: 10px 0 0 0;
}

#portfolioItemBox .l ul {
  padding-left: 0;
  list-style: inside;
}

#portfolioItemBox .c {
  padding-right: 5%;
}

#portfolioItemBox .c img {
  cursor: pointer;
}

#portfolioItemBox .r {
}

#portfolioItemBox .r .img1 {
  height: 222px;
  margin-bottom: 10px;
  background-position: center center;
  background-size: cover;
}
.cp {
  cursor: pointer;
}
.body-uber_uns {
  padding-top: 0;
}
.body-uber_uns footer {
  margin-top: 0;
}

#uberuns {
}
#uberuns .bgdark {
  background-image: url('../img/uberuns/bgdark.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#uberuns .usection {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#uberuns .usection .content {
  width: 50%;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 25%;
  line-height: 1.1;
}
#uberuns .usection .content .h {
  color: white;
  font-size: 95px;
  font-weight: 900;
  text-shadow: 3px -2px 8px #000000;
}
#uberuns .usection .content .text {
  background-color: white;
  font-size: 30px;
  padding: 12px 20px;
}
#uberuns #s1 {
  background-image: url('../img/uberuns/bg1.png');
  height: 500px;
}
#uberuns #s2 {
  background-image: url('../img/uberuns/bg2.png');
  height: 500px;
}

#uberuns #s2 .content .h {
  text-shadow: none;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
#uberuns #s2 .content .text {
  color: white;
  background-color: black;
}
#uberuns #s3 {
  background-image: url('../img/uberuns/bg3.png');
  height: 500px;
}
#uberuns #s3 .content .h {
  color: #004797;
  text-shadow: none;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
#uberuns #s4 .content * {
  color: #a9bcca !important;
}
#uberuns #s4 .content .h {
  text-shadow: none;
}
#uberuns #s4 .content .text {
  background-color: transparent;
}
#uberuns .usection2 {
  padding-bottom: 50px;
}
#uberuns .usection2 .content {
  position: static;
  width: 100%;
  padding: 0 2%;
}

#uberuns .usection2 .content * {
  color: white !important;
}
#uberuns .usection2 .content .h {
  text-shadow: none;
  font-size: 53px;
  font-style: italic;
  margin-top: 30px;
  font-weight: normal;
}
#uberuns .usection2 .content .text {
  background-color: transparent;
}

#uberuns #s10 {
  background-image: url('../img/uberuns/bg10.png');
}
#uberuns #s10 .content {
  background-color: white;
  padding: 43px 39px;
}
#uberuns #s10 .content * {
  color: black !important;
}
#uberuns #s10 .content .h {
  text-shadow: none;
  color: #2e7a9e !important;
  line-height: 1;
}
#uberuns #s10 .content .text {
  background-color: transparent;
  padding: 0;
}

#counters {
  margin-top: 40px;
}
#counters .item {
  font-weight: bold;
  margin-bottom: 25px;
}
#counters .item .number {
  font-size: 40px;
}

#counters .item .text {
}
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
#uberuns * {
  font-family: 'Merriweather' !important;
}

@media (min-width: 1460px) {
  .products_box .item.c1_1 {
    margin-left: 0;
  }
  .products_box .item.c1_5 {
    margin-right: 0;
  }
}

@media (min-width: 1460px) {
  .products_box .item.c1_1 {
    margin-left: 0;
  }
  .products_box .item.c1_5 {
    margin-right: 0;
  }
}

@media (max-width: 1459px) {
  .navbar .search input {
    width: 300px;
  }
  .products_box .item {
    width: 23%;
  }
  .products_box .clearfix1 {
    display: none;
  }
  .products_box .clearfix2 {
    display: none;
  }
  .products_box .clearfix3 {
    display: none;
  }
  .products_box .clearfix4 {
    display: block;
  }
  .inventory .center {
    padding-left: 15px;
  }
  .inventory .right {
    padding-left: 15px;
  }
  #uberuns .usection .content .h {
    font-size: 80px;
  }
}

@media (max-width: 1459px) and (min-width: 1160px) {
  .products_box .item.c4_1 {
    margin-left: 0;
  }
  .products_box .item.c4_4 {
    margin-right: 0;
  }
}

@media (max-width: 1159px) {
  .products_box .item {
    width: 31.6666666666%;
  }
  .products_box .clearfix1 {
    display: none;
  }
  .products_box .clearfix2 {
    display: none;
  }
  .products_box .clearfix3 {
    display: block;
  }
  .products_box .clearfix4 {
    display: none;
  }
  .inventory .center {
    padding-left: 15px;
  }
  .inventory .right {
    padding-left: 15px;
  }
}

@media (max-width: 1159px) and (min-width: 992px) {
  .products_box .item.c3_1 {
    margin-left: 0;
  }
  .products_box .item.c3_3 {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  #uberuns .usection:not(.usection2) .content {
    width: 80%;
    left: 10%;
  }
  #main_slider {
    margin-top: 22px;
  }
  .navbar-nav .nav-item a {
    padding: 1px 7px 21px 7px !important;
    font-size: 14px;
  }
  .navbar-nav1 > .nav-item:first-child {
    margin-right: 10px;
  }
  .bigsubmenu {
    top: 86px;
  }
  .navbar.scrolled .bigsubmenu {
    top: 58px;
  }
  .navbar-nav li .submenu {
    top: 46px;
  }
  .navbar-nav2 li .submenu {
    top: 45px;
  }
  .navbar.scrolled .navbar-nav li .submenu {
    top: 40px;
  }
  .navbar.scrolled .navbar-nav2 li .submenu {
    top: 38px;
  }
  .navbar .search input {
    width: 240px;
  }
  .inventory .left .el {
    font-size: 16px;
  }
  .inventory .center .elements .el {
    font-size: 14px;
    width: 32.3333%;
    margin-right: 1%;
  }
  .order .center2 a {
    font-size: 13px;
  }
  .product2 .part.part_c .h {
    font-size: 12px;
  }
  .product2 .part.part_c .el,
  .product2 .part.part_l,
  .product2 .part.part_l select,
  .product2 .part.part_r {
    font-size: 14px;
  }
  .product2 .part.part_c .info {
    font-size: 18px;
  }
  .product2 .part.part_c input[type='submit'] {
    font-size: 16px;
  }
  .product2 .part.part_c .info3 {
    font-size: 12px;
  }
}

.order .center2 {
  border-left: 1px solid #cdcdcd;
}

.order .center {
  border-right: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
}

.navbar-nav .nav-item a i {
  display: none;
}

.mobiletopbar {
  display: none;
}

.mobilecart {
  display: none;
}

.navbar-nav .mobile {
  display: none;
}

.navbar-nav2 > li.i3 span {
  display: none;
}

@media (max-width: 991px) {
  .homeh1 {
    margin-top: -57px;
    font-size: 20px;
  }
  #main_slider {
    margin-top: 55px;
  }
  .page {
    margin-top: 20px;
  }
  .navbar-nav2 > li.i3 span {
    display: inline-block;
    margin-left: 2px;
    font-weight: 400;
  }
  .navbar-nav .nav-item {
    border-bottom: 1px solid #ccc;
  }
  .navbar-nav .nav-item a {
    margin-bottom: 0 !important;
    margin-top: 9px;
  }
  .navbar-nav2 > li.i1,
  .navbar-nav2 > li.i2 {
    display: none;
  }
  .navbar-nav2 > li.i3 {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  .navbar .search {
    margin-bottom: 5px;
  }
  .navbar .search input {
    padding: 15px 11px 8px 11px;
  }
  .navbar .search button {
    top: 15px !important;
  }
  .navbar-nav2 {
    margin-top: 0;
  }
  .navbar-nav .mobile {
    display: block;
  }
  .mobilecart {
    display: block;
    position: fixed;
    top: 13px;
    right: 58px;
    z-index: 999;
  }
  .mobilecart strong {
    color: #009cff;
    position: relative;
    top: 3px;
  }
  .mobiletopbar {
    display: block;
    padding: 15px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 998;
    border-bottom: 1px solid #ccc;
  }
  .navbar-nav1 > .nav-item:first-child {
    margin-bottom: 8px !important;
  }
  .mobiletopbar .container {
    padding-left: 0;
  }
  .mobiletopbar .second_domain {
    max-width: 203px;
  }
  .navbar-nav .nav-item a i {
    display: inline;
    color: #009cff;
    margin-left: 10px;
    display: inline-block;
  }
  .navbar-nav .nav-item a i.rotated {
    transform: rotate(90deg);
  }
  .navbar-nav1 > .nav-item:first-child a {
    padding-left: 13px !important;
  }
  .products_box .item.c2_1 {
    margin-left: 0;
  }
  .products_box .item.c2_2 {
    margin-right: 0;
  }
  .products_box .item {
    width: 48%;
  }
  .products_box .clearfix1 {
    display: none;
  }
  .products_box .clearfix2 {
    display: block;
  }
  .products_box .clearfix3 {
    display: none;
  }
  .products_box .item .img {
    background-size: auto 90%;
  }
  .navbar-toggler {
    background-color: #009cff !important;
    position: fixed;
    top: 10px;
    right: 10px;
    color: #fff;
  }
  .navbar,
  body {
    padding-top: 0;
  }
  .bigsubmenu {
    background-color: #f7f7f7;
    position: static;
    top: 0;
    margin-bottom: 0;
    display: none;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #navbarResponsive {
    padding-bottom: 10px;
  }
  .bigsubmenu .container .in,
  .bigsubmenu .container .in .column {
    background-color: #f7f7f7 !important;
  }
  .bigsubmenu .container .in .column {
    display: none;
  }
  .bigsubmenu .container .in .column.first {
    display: block;
    width: 100%;
    float: none;
    height: auto !important;
  }
  .bigsubmenu .container .in .column.first a {
    font-size: 14px;
    width: 50%;
    float: left;
  }
  .bigsubmenu .out_left,
  .bigsubmenu .out_right {
    display: none;
  }
  .navbar-nav2 {
    display: block;
  }
  .navbar-nav2 > li {
    float: left;
    width: 31.333%;
    margin: 0 1%;
    text-align: center;
  }
  .navbar-nav li .submenu {
    bottom: -76px;
    left: 55px;
  }
  .navbar-nav {
    margin-top: 16px;
  }
  .navbar-nav1 > .nav-item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: -13px;
  }
  .navbar-nav .nav-item a {
    padding: 0 0 4px 0 !important;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
  }
  .navbar-nav .submenu li a {
    padding: 6px 13px !important;
    font-size: 14px;
    margin: 0 !important;
  }
  .navbar-nav li .submenu {
    position: static;
    display: block;
    width: 100%;
    border: none;
  }
  .navbar-nav .submenu li {
    text-align: left;
  }
  .navbar .search {
    width: 100%;
    margin-right: 0;
  }
  .navbar .search button {
    position: absolute;
    right: 0;
    top: 22px;
  }
  .navbar .search input {
    width: 100%;
  }
  .ads_box .item {
    margin-bottom: 10px;
  }
  .product .center,
  .product .left {
    float: left;
  }
  .product .left {
    width: 30%;
  }
  .product .center {
    width: 70%;
  }
  .product .right {
    margin-top: 30px;
  }
  .product {
    padding-top: 60px;
  }
  .inventory .left .el {
    font-size: 16px;
    float: left;
    width: 25%;
    padding: 0 1%;
  }
  .inventory .left {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px;
    margin-bottom: 35px;
  }
  .inventory .center {
    border: none;
  }
  .order .right {
    margin-top: 20px;
  }
  .order .center2 {
    border-left: none !important;
  }
  .order .center {
    border-right: none;
    border-left: none;
  }
  .navbar {
    overflow-y: auto;
    max-height: 100%;
  }
  .navbar-toggler {
    padding: 0;
    color: #009cff;
    background: 0 0 !important;
    font-size: 30px;
    top: 13px;
    z-index: 999;
  }
  .product2 .part.part_c,
  .product2 .part.part_l,
  .product2 .part.part_r {
    float: none !important;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .categories_box,
  .product2,
  .products_box2 {
    padding-top: 57px;
  }
  .product2 .part.part_c .h {
    font-size: 16px;
  }
  .product2 .part.part_c .el,
  .product2 .part.part_l,
  .product2 .part.part_l select,
  .product2 .part.part_r {
    font-size: 16px;
  }
  .product2 .part.part_c .el div {
    margin: 3px 0;
  }
  .login_page {
    width: 100%;
  }
  .cart,
  .inventory,
  .page,
  .user_panel {
    padding-top: 75px;
  }
  .bigsubmenu .container .in .column:not(.first) {
    display: none !important;
  }
  #uberuns .usection:not(.usection2) .content {
    width: 90%;
    left: 5%;
    word-wrap: break-word;
  }
  #uberuns .usection .content .h {
    font-size: 40px;
  }
  #uberuns .usection .content .text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .inventory .left .el {
    width: 33.333%;
  }
  .inventory .center .elements .el {
    width: 49%;
  }
  .order .center,
  .order .center2 {
    max-width: 100%;
  }
  .order .center2 {
    text-align: center;
  }
  .order .center2 a {
    display: inline-block;
    margin: 0 4px;
  }
  footer .uebox img {
    max-height: 40px;
    margin: 0;
  }
  .body-page td {
    display: block;
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .mobiletopbar .container {
    padding-left: 15px;
  }
  .products_box .item {
    width: 98%;
  }
  .bigsubmenu .container .in .column.first a {
    float: none;
    width: 100%;
  }
  .bigsubmenu .container .in .column a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .navbar-nav2 .nav-item a span {
    display: none;
  }
  .navbar-nav li .submenu {
    left: 0;
  }
  .cart table tr td.img {
    display: none;
  }
  .cart table tr td span {
    padding: 0;
  }
  .cart table tr td {
    text-align: center !important;
    display: block;
    border: none;
  }
  .cart table tr {
    border-bottom: 1px solid #009cff;
  }
}

@media (max-width: 400px) {
  .toplogo {
    max-width: 190px;
  }
  .inventory .left .el {
    width: 50%;
  }
  .inventory .center .h {
    text-align: center;
  }
  .inventory .center .elements .el {
    width: 100%;
    margin: 0 0 4px 0;
    float: none;
    display: block;
    text-align: center;
  }
}
