@charset "utf-8";
/* CSS Document */
/* START RESET STYLES */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  height: 100%;
}
a {
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/*'cellspacing="0"' */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END RESET STYLES */

/* Galvenā daļa */
.main_wrapper {
  position: relative;
  flex:1 1 auto;            /* занимает остаток ширины */
  min-width:0;
  float: right;
  display: inline-block;
  border-right: 2px solid red;
  margin-top: -50px;
  padding-top: 50px;
}
#jsddm {
  margin: 0;
  padding: 0;
  height: 35px;
  border-radius: 5px;
}
#jsddm li {
  float: left;
  list-style: none;
  border-left: 1px solid #4e1c1c;
  border-right: 1px solid black;
}
#jsddm li a {
  color: #ffffff;
  font-size: 14px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#jsddm li a:hover {
  background-image: url("/img/Menu_bg.png");
}
#jsddm li ul {
  margin: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  border-top: 1px solid white;
}
#jsddm li ul li {
  float: none;
  display: inline;
}
#jsddm li ul li a {
  width: auto;
  background: #9f1b1b;
}
#jsddm li ul li a:hover {
  background: #9d0707;
}
.i {
  display: none;
}
.erp {
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.menu_main {
  font-family: Helvetica, Verdana, sans-serif;
  height: 35px;
  background-image: url("/img/m.png");
  border-radius: 3px;
}
.menu_sub {
  background-color: #3c0404;
  font-family: Helvetica, Verdana, sans-serif;
  text-align: center;
  margin-top: -5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu_sub ul {
  text-align: left;
}
.menu_sub ul li {
  display: inline-block;
  list-style: none;
  border-left: 1px solid #4e1c1c;
  border-right: 1px solid black;
}
.menu_sub ul li a {
  color: #ffffff;
  font-size: 12px;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 5px;
}
.menu_sub ul li a:hover {
  background-color: #ffffff;
  color: #000000;
}

/* Lapu sadalījums */
.page_1 {
  clear: both;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.page_2 {
  color: #ffffff;
  margin-left: 5px;
}
.selected {
  color: red;
  font-weight: bold;
}
.page_3 {
  display: inline-block;
  padding-top: 22px;
  background-size: 100% 100%;
  background-image: url("/img/Poga.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  text-align: center;
}
.page_3 a {
  padding: 0 20px;
  margin-top: 10px;
  color: #ffffff;
}
.page_3 a:hover {
  color: red;
}
.page_4 {
  display: inline-block;
  padding-top: 22px;
  background-size: 100% 100%;
  background-image: url("/img/Poga.png");
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  text-align: center;
}
.page_4 a {
  padding: 0 20px;
  margin-top: 10px;
  color: #ffffff;
}
.page_4 a:hover {
  color: red;
}
.page_5 {
  display: inline-block;
  padding: 5px 20px;
  padding-top: 10px;
  text-align: center;
  line-height: 20px;
}
.page_5 a:hover {
  cursor: pointer;
  color: red;
  text-decoration: underline;
}
.main_menu {
}
.topSide {
  height: 30px;
  background-image: url("../img/res.gif");
}
.main_content {
  padding: 20px;
}
.main_wrapperi {
  width: 850px;
}
.main_contenti {
}
.lefterSider {
  margin-top: -50px;
  flex:0 0 25%;
  box-sizing:border-box;
  bottom: 0;
  border-left: 2px solid red;
  border-right: 2px solid red;
  float: left;
}
.wraps {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display:flex;
  align-items:stretch;
  min-height:100vh;
}
.leftTop a {
  margin: 0 0 0 5px;
}
.leftTop {
  text-align: center;
  font-size: 13px;
}
.leftTop.banner img {
  width: 100%;
}
.it {
  font-style: italic;
  margin-bottom: 3px;
}
.it span {
  color: red;
}
.main_footer {
  margin-top: 60px;
  padding: 2px 20px 20px;
  text-align: center;
}
.bannerTop {
  margin-top: 30px;
  text-align: center;
  text-align: center;
}
.red {
  color: red;
}
.redbold {
  color: red;
  font-weight: bold;
}
.whitebold {
  color: white;
  font-weight: bold;
}

h1 {
  font-size: 16px;
  text-align: left;
  margin: 5px 2px;
  color: #000000;
}

.red {
  color: red;
}

.paypal {
  margin: 10px 0;
}
.paypal select[name="type"] {
  margin-bottom: 10px;
}
.paypal p {
  padding: 8px 0;
}
.paypal select {
  padding: 4px;
}
.total_price {
  font-weight: bold;
  padding: 4px 0;
  color: red;
  font-size: 120%;
}

.border {
  border: 2px solid red;
  padding: 5px;
}
.bigger {
  font-size: 130%;
  padding: 10px 0;
  padding-top: 20px;
  text-align: center;
  display: inline-block;
  border-top: 2px solid white;
  width: 100%;
}
#country,
label[for="country"] {
  font-size: 130%;
  min-width: 120px;
  padding: 3px;
}
.clearfix {
  content: " ";
  clear: both;
}
.payment-desc {
  line-height: 18px;
}
.hidden {
  display: none !important;
}

.lefterSiderToMobile {
  display: none;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.mobile_menu {
  width: 17em;
  min-height: 100%;
  border-width: 0;
  top: 0;
  display: block;
  position: fixed;
  bottom: -1px;
  padding-bottom: 1px;
  display: none;
  background: rgb(144, 0, 0);
  border-right: 1px solid red;
}

.menu_main.menu_mobile {
  display: none;
}
.menu_main.menu_mobile #jsddm li {
  border: none;
}
#jsddm li.mobile_langs {
  float: right;
  margin-right: 10px;
}
#jsddm li.mobile_langs a {
  display: inline-block;
  padding: 10px 3px;
}
#jsddm li.mobile_langs a img {
  width: 26px;
  height: 13px;
}
#jsddm li.mobile_button a {
  padding: 8px 10px !important;
}
#jsddm li.mobile_button a img {
  height: 17px;
}
.mobile_menu .menu_mobile {
  display: none !important;
}

.mobile_menu .menu_sub {
  height: auto;
  background: none;
  margin-top: 10px;
}
.mobile_menu .menu_sub ul {
  padding: 5px 10px;
}
.mobile_menu .menu_sub ul li {
  display: block !important;
  clear: both !important;
  float: none;
  width: 100%;
  background: #3c0404;
  margin-bottom: 2px;
  border: none;
}
.mobile_menu .menu_main {
  background: none !important;
}
.mobile_menu #jsddm {
  height: auto;
  text-align: center;
  padding: 5px 10px;
}
.mobile_menu #jsddm li {
  display: block !important;
  clear: both !important;
  float: none;
  width: 100%;
  background: url(/img/m.png);
  margin-bottom: 2px;
  border: none;
}

@media (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }
  .main_menu .menu_main,
  .main_menu .menu_sub {
    display: none;
  }
  .menu_main.menu_mobile {
    display: block;
  }
  .langs-menu {
    display: none;
  }
  .menu_sub ul {
    text-align: center;
  }
  body.open-mobile-menu .mobile_menu {
    display: block;
  }
  body.open-mobile-menu .wraps {
    left: 0;
    right: 0;
    -webkit-transform: translate3d(17em, 0, 0);
    -moz-transform: translate3d(17em, 0, 0);
    transform: translate3d(17em, 0, 0);
  }
  .myCabinet,
  .myCabinetMenu {
    display: none !important;
  }
  .myCabinetMobile {
    display: block !important;
  }
  .module_wrapper .page_3,
  .module_wrapper .page_4 {
    display: none;
  }
  .module_wrapper .page_5 a {
    font-size: 2em;
    line-height: 2.5em;
    display: inline-block;
    margin: 0px 5px;
  }
}

@media (max-width: 700px) {
  .lefterSider {
    display: none;
  }
  .main_wrapper {
    width: 100%;
    border: none;
  }
  .lefterSiderToMobile {
    display: block;
    padding: 20px;
  }
}
