body
{
    background-color: #0B1834;
    height: 80%;
}
div, p, a, button, input, span,h1,h2,h3,h4 {
  font-family: 'Ubuntu', sans-serif;
}


::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #0b1834;
}


::-webkit-scrollbar-thumb {
    background-color: #00DAFE;

}

html
{
    height: 100%;
     scroll-behavior: smooth;
}
.headerlk {
      width: -webkit-fill-available;
}
@media (min-width: 1200px)
{
  .container {
    width: 90%;
}
}
.content
{
    margin: 0 auto;
    max-width: 100%;
    min-width: 300px;
    margin-bottom: 50px;
}


img {
    height: auto;
    max-width: 100%;
}

.product {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
/*  height: 390px; */
    overflow: hidden;
    padding: 25px 15px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.product:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.product-img {
    height: 200px;
}

.product-title a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}

.product-desc {
    max-height: 60px;
    overflow: hidden;
}

.product-price {
    /*bottom: 15px; */
    left: 0;
    position: absolute;
    width: 100%;
    color: #d51e08;
    font-size: 18px;
    font-weight: 500;
}

.wrap
{
    min-height: 100%;
    margin-bottom: -3em;
}

.wrap:after
{
  content: "";
  display: block;
}

.page-footer, .page-content:after {
  height: 3em;
}
.page-footer {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 3px;
  text-align: center;
  width: 100%;
  padding: 12px;
}

.news-block
{
    margin: 0 auto;
    max-width: 600px;
    min-width: 300px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 3px;
    margin-top: 30px;
    padding: 10px;
}

.news-title
{
    font-size: 20px;
    clear: left;
}
.navbar-header {
  height: 70px;

}
.navbar-header a img {
      height: inherit;
}
.navbar-brand, .navbar-nav>li>a {
    color: white;
    line-height: 41px;
}
header {
  //background-image: url(/web/20220402045948im_/https://www.boost-csgo.ru/img/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -100px;
    width: 100%;
    height: 666px;
        overflow-y: hidden;
    overflow-x: hidden;
    background-position-y: bottom;
}

.navbar {
  margin-bottom: 0;
}
.headertext {
  color: #FFFFFF;
  margin-top: 80px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 28px;

  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #00DAFE;
}
.startnow a:hover {
  text-decoration: none !important;
}
.startnow {background: #00DAFE;
    box-shadow: 0px 10px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    color: #161128;
    font-size: 22px;
    padding: 15px;
    text-decoration: none !important;
    text-shadow: none;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}
.buttons {
  margin-top: 50px;
}

.startnow.reg {

    font-weight: 100;
    background: transparent;
    border-style: solid;
    border-color: white;
    border-width: 1px;
    color: #00DAFE;
    box-shadow: none;
   font-style: normal;
font-weight: 300;
margin-left: 20px;
padding: 16px;
font-size: 20px;
    white-space: nowrap;
}
div,a,input,button,span,p {
  transition: 300ms;
}
.reg:hover {
  background-color: #00DAFE;
  color: white;

}
.card {
  background-color: #07021A;
  min-height: 270px;
  padding: 20px;
  color: white;

  font-size: 16px;
  margin-top: 15px;
  border-radius: 8px;
}
option {
  color: white;
  background: #07021a;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: none;
}
a {
  color: #00DAFE;
  text-decoration: none;
}
.card2 {
  background-color: #07021A;
  min-height: 300px;
  padding: 20px;
  color: white;
  font-size: 16px;
  margin-top: 15px;
  border-radius: 8px;
}
.btn-default {
    border-radius: 2px !important;
}
input[type=checkbox] { display: none; }

.pseudocheckbox::before {
  content: "\00A0";
    display: inline-block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-color: #ffffff00;
    border: 2px solid #B0B0B0;
    border-radius: 2px;
    margin-right: 6px;
    vertical-align: baseline;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #ffffff;
}

input[type=checkbox]:checked + .pseudocheckbox::before { content: "\2713"; }
.product {
  background-color: #07021A;
  color: white;
  border: 0;
    border-radius: 8px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee61;
}
.product-title {
  margin-bottom: 0px;
}
.cardheader h1 {
  color: #00DAFE;
  margin: unset;
  padding: unset;
  display: inline-block;
      font-size: 56px;

}
.product-desc {
  color: gray;
    font-size: 12px;
}
.cardbody {
  font-size: 13px;
  margin-top: 15px;
}
.cardheader {

  border-bottom: 1px solid #514D5E;

}
.nav-tabs {
    border-bottom: 1px solid #514D5E;
    padding-top: 10px;
    padding-bottom: 5px;
}
input[type="number"] {
  background-color: #eee;
  vertical-align: top;
  outline: none;
  padding: 0;
  height: 40px;
  line-height: 40px;
  text-indent: 10px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 14px;
  border-radius: 3px;
}

input[type="number"]:focus {
  outline: 2px solid transparent;
}
.orderbutton {
      background: #00DAFE;
    color: black;
    text-shadow: 0 0 black;
    border: 0;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 22px;
    font-weight: 600;
}
#summ,#summ3,#summ4,#summn,.sumpay {
  color: white;background-color: transparent !important;border:0;
    padding: 0 !important;
    font-size: 19px !important;
  }
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    color: white;
    border: 0;
        font-size: 14px;
        font-weight: 300;

}
.navbar-collapse {
  border-top: 0 !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #00DAFE;
    cursor: default;
    border: 0;
    background-color: transparent;
    border: none !important;
    border-bottom-color: transparent;

}

.nav-tabs>li>a:hover {
    border: 0;
}

.active {
    color: #00DAFE !important;
}
.btn-default {
    border-radius: 12px;
}
.nav-tabs>li {
    margin-bottom: -1px;
    float: none !important;
    display: inline-block !important;
}
#pic1, #pic2, #picn1, #picn2 {
    border-radius: 5px;

    width: 140px !important;
    height: 55px !important;
}
.ordergroup {
  text-align: right;
}
.orderbutton:hover {
  background: #03c2e1;

}
#pic1 {
   margin-left: 10px;
}
#pic2 {
   margin-right: 10px;
}
.rightblock {
  padding-right: 0;text-align: left;
      display: flex;
    flex-flow: row-reverse;


    width: 45.5%;
    justify-content: flex-end;


}
.leftblock {
  padding-left: 0;
  text-align: right;
      display: flex;
    flex-flow: row;
    justify-content: flex-end;

    width: 45.5%;

}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
        background-color: white;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    margin-right: 0px;
    margin-bottom: 16px;
    background-color: transparent;
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
}
.form-control:focus {
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;

}
.calcright,.calcleft {
  display: inline-block ;
  width: inherit;
}

.calcleft {
  position: absolute;
    right: 0px;
}



.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.leftpc {
  float: left;
}
.calcleft,.calcright {
  margin-left: 50px;
}
@media(max-width: 1200px) {
  .calcleft,.calcright {
  margin-right: 50px;
  margin-left: 50px;
}
}
.centeronmob {

  margin-top: 50px;
}
@media(max-width: 1200px) {
.centeronmob {

    margin: 0 auto !important;
}

.leftpc {
  float: unset;
}
.rightblock {
  display: block !important;
    width: 100%;


}
.leftblock {
    width: 100%;

  display: block;
}

  .calcleft {
        position: relative;
    padding-bottom: 15px;
    margin: 0 auto;
    float:unset !important;width: 100% !important;

  }
.centermobile {
  text-align: center !important;
}
.widthmobile {
  width: 100% !important;
  position: relative !important;
}
.m-t-m-20 {
  margin-top: 20px;
}
.mt--3-m {
  margin-top: -3px !important;
}
.rightblock {
  padding-right: 0;
  text-align: center;
  padding-left: 0;


}
.rightblock select {
      flex-basis: 100%;
}
.leftblock select {
   width: 100%;
}
.leftblock {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  white-space: break-spaces;
}
#pic1,#picn1 {
   margin-bottom: 10px;
   margin-left:  0;
}
#pic2,#picn2 {
   margin-top: 10px;
   margin-right: 0;
}
.ordergroup {
  text-align: center;
  margin-top: 20px;
}
.hidemobile {
  display: none !important;
}
.hidemobileopa {
  visibility: hidden;
}
.m-m-t-10 {
  margin-top: 10px;
}

.m-m-t-15 {
  margin-top: 15px;
}
  .headertext {
      color: #FFFFFF;
      margin-top: 15px;
      padding-left: 23px;
      font-size: 15px;
      line-height: 28px;
      text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  header {
   // background-image: url(/web/20220402045948im_/https://www.boost-csgo.ru/img/header.png);
    background-repeat: no-repeat;
    background-size: 150%;
        background-position: right 0px;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}
.buttons {
     margin-top: 0;
    line-height: 237px;
}
.startnow.reg {
    margin-left: 0px;
}


.nav-tabs>li {
    width: 100%;
}

}



#s1,#sn1 {
  margin-left: 25px;
      height: 40px;
    align-self: center;
        max-width: 50%;
}

#s2,#sn2 {
  margin-right: 25px;
      height: 40px;
    align-self: center;
       max-width: 50%;
}
.bootstrap-select {
  height: 34px;
  line-height: 55px;
}
.m-pc-l-10 {
  margin-left: 10px !important;
}
.m-pc-r-10 {
  margin-right: 10px !important;
}

.bootstrap-select button {
  background: transparent !important;
  text-shadow: 0 1px 0 transparent !important;
  color: white !important;
}
.bootstrap-select .dropdown-menu {

    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #07021a;
    color: white;
     visibility: hidden;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 270px !important;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted transparent!important;
    outline: unset !important;
    outline-offset: 0px;
}
.dropdown-menu {
  display: block;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;

}
.open>.dropdown-menu {

  transform: scale(1);
    visibility: visible;
    opacity: 1;
  box-shadow: 0 0 5px black;
}
.dropdown-menu>li>a {
    color: white;
}

.fixmobcalc {
  max-width: 80%;
}

@media screen and (max-width: 1200px)
{
  .navbar-brand, .navbar-nav>li>a {
    color: white;
    line-height: 30px;
}
.leftpc {
  height: 70px;
}
.rightpc {
  height: 70px;
}
.fixmobcalc {

  max-width: 100%;
  width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}
.m-pc-l-10 {
  margin-left: 0px !important;
}
.m-pc-r-10 {
  margin-right: 0px !important;
}
.bootstrap-select {
  width: 100% !important;

}


#s1,#sn1 {
  margin-left: 25px;
      height: 40px;
    align-self: center;
        max-width: 100%;
        width: 100%;
}

#s2,#sn2 {
  margin-right: 25px;
      height: 40px;
    align-self: center;
       max-width: 100%;width: 100%;
}

#s1,#sn1 {
  margin-left: unset;
}

#s2,#sn2 {
  margin-right: unset;
}
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 0;
}
}


/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .calcleft, .calcright {
    margin-right: 0;
    margin-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .bootstrap-select>.dropdown-toggle {
        max-width: 150px;
    }
}

.btn-success:hover {
    color: #000;
}
/*
     FILE ARCHIVED ON 04:59:48 Apr 02, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:55:54 Apr 10, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 464.216
  exclusion.robots: 0.139
  exclusion.robots.policy: 0.133
  RedisCDXSource: 25.474
  esindex: 0.008
  LoadShardBlock: 423.483 (3)
  PetaboxLoader3.datanode: 426.008 (5)
  CDXLines.iter: 13.311 (3)
  load_resource: 58.11
  PetaboxLoader3.resolve: 30.092
  loaddict: 9.626
*/
.bs3{
  margin-top: -8px;
}
.model__window{
display: none;
  position: fixed;
  margin:auto;
  left:0;
  right:0;
  width: 500px;
  height: 100px;
  background-color: white;
}
.wrapper{
  display: flex;
  justify-content: space-between;
}
.left__wrapper{
  width: 400px;
}
.right__wrapper{
  width: 600px;
}