@import url(https://fonts.googleapis.com/css?family=Roboto:300,regular,500,700&display=swap&subset=cyrillic-ext);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

html,
body {
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/

body {
  color: #393e5c;
  font-size: 16;
  line-height: 1.1;
  background: url("../img/bg-main.jpg") no-repeat #32334F;
  background-size: 100% 1200px;
  background-position: 0 0;
}

.header__inner {
  padding: 0 20px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #393e5c;
}

.header__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__burger {
  position: relative;
  display: none;
}

.header__power {
  width: 15px;
  height: 15px;
  margin-right: 30px;
}

.header__power path {
  fill: #959ab7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__power:hover path {
  fill: rgba(255, 255, 255, 0.8);
}

.header-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-user__name {
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
  color: #959ab7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-user__name:hover {
  color: rgba(255, 255, 255, 0.7);
}

.header-user__image {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
}

.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}

.menu__logo {
  text-align: center;
  padding-top: 30px;
  margin-bottom: -20px;
}

.menu__logo * {
  width: 50px;
  height: 51px;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
}

.menu__content {
  padding-top: 50px;
  min-height: calc(100vh - 100px);
  border-right: 3px solid #3f435e;
}

.menu__title {
  font-size: 12px;
  color: #9396a9;
  text-align: center;
  margin-bottom: 10px;
}

.menu__sublist {
  overflow: hidden;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

/*.menu__sublist .menu__link {
  padding-left: 60px;
}

.menu__sublist .menu__link::before {
  left: 25px;
}

.menu__item:nth-child(1) .menu__link::before {
  background-image: url("../img/icon-server.png");
}

.menu__item:nth-child(2) .menu__link::before {
  background-image: url("../img/icon-partner.png");
}

.menu__item:nth-child(3) .menu__link::before {
  background-image: url("../img/icon-host.png");
}

.menu__item:nth-child(5) .menu__link::before {
  background-image: url("../img/icon-user.png");
}

.menu__item:nth-child(4) .menu__link::before {
  background-image: url("../img/icon-help.png");
}*/

.main__logo {
    background: url("/img/zyn/fon.png") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.main__mouse {
    color: white;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.main__mouse>span {
    font-size: 18px;
}
.bounce-3 {
    animation-name: bounce-3;
    animation-timing-function: ease;
}
@keyframes bounce-3 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-25px); }
    100% { transform: translateY(0px); }
}
.main__ysl {
    background-color:#13161D;
}
.ysl__text {
    text-align: center;
    padding: 25px;
    font-size: 35px;
    color: white;
}
.ysl__box {
    background-color: #1D212C;
    color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    min-width: 25%;
    border-radius: 10px;
}
.name__tarif {
    text-align: center;
    padding: 5px;
    font-size: 20px;
    border-bottom: 2px black solid;
}
.ysl__pred {
    margin:  auto;
    max-width: 80%;
    margin-top: 20px;
    font-family: 'Fjalla One', sans-serif;
}
.ysl__preds {
    padding: 3px;
    display: flex;
    justify-content: space-between;
    font-family: 'Fjalla One', sans-serif;
    font-size: 16px;
}
.bol {
    float:left;
    position: relative;
    bottom: -10px;
    left: -3px;
    color: aquamarine;
    font-size: 8px;
}
.ysl__cost {
    font-size: 18px;
    text-align: center;
}
.intro__main {
    background-color: #1D212C;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 20px;
    width: 100%;
}
.intro_main-icon {
    text-align: center;
}
.flex {
    display: flex;
    justify-content: space-between;
}
.intro__text {
    text-align: center;
    padding: 10px;
    font-size: 25px;
    color: white;
}
.intro_main-pred,.intro_main-text {
    padding: 10px;
    text-align: center;
    font-size: 20px;
}
.ysl__button {
    text-align: center;
    padding: 30px;
}
.ysl__button>a {
    border: 2px white solid;
    color: white;
    padding: 10px 25px;
    font-weight: 500;
    display: inline;
    text-transform: uppercase;
    transition: 0.6s;
}
.ysl__button>a:hover {
    color: black;
    background-color: white;
    padding: 10px 25px;
    font-weight: 500;
    display: inline;
    text-transform: uppercase;
    transition: 0.6s;
}
.main_test {
    background-color: #000000;
}
.main__test-text {
    color: white;
    font-size: 30px;
    text-align: center;
    padding: 10px;
}
.main_test-server {
    border: 2px white solid;
    padding: 6px 20px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    background-color: #1D212C;
    /*border-radius: 10px;*/
}

.menu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding-left: 45px;
  margin-bottom: 1px;
  text-decoration: none;
  color: #d5d4e2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.menu__link.sub.down + .menu__sublist {
  display: block;
}

.menu__link.sub.down::after {
  -webkit-transform: scale(1, -1) translateY(30%);
      -ms-transform: scale(1, -1) translateY(30%);
          transform: scale(1, -1) translateY(30%);
}

.menu__link.sub::after {
  content: "";
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  background: url("../img/arrow-down.svg") no-repeat right/cover;
  fill: #a5a6ba;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.menu__link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.menu__link.active {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 3px 0px 0px #3a80c3;
          box-shadow: 3px 0px 0px #3a80c3;
}

.content {
  padding-left: 25px;
  padding-right: 15px;
}

.content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  margin-bottom: 15px;
  border-bottom: 3px solid #3f435e;
}

.content__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  font-size: 22px;
  color: #9f9ab0;
}

.content__search {
  margin-bottom: 15px;
}

.user-name {
  font-weight: bold;
  font-size: 20px;
  color: #fafbf9;
}

.display-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  margin: 0 -5px;
}

.display-content__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100px;
  margin: 0 5px;
  padding-top: 20px;
  padding-left: 20px;
  border-radius: 15px;
}

.display-content__title {
  font-weight: 300;
  font-size: 10px;
  color: #fafbf9;
}

.display-content__text {
  font-size: 22px;
  line-height: 26px;
  color: #fafbf9;
}

.lg-blue {
  background: -o-linear-gradient(347.07deg, #644ce7 0%, #02dbfb 100%);
  background: linear-gradient(102.93deg, #644ce7 0%, #02dbfb 100%);
}

.lg-red {
  background: -o-linear-gradient(347.07deg, #fc5990 0%, #feac3e 100%);
  background: linear-gradient(102.93deg, #fc5990 0%, #feac3e 100%);
}

.lg-purple {
  background: -o-linear-gradient(347.07deg, #7f08ed -3.74%, #fb8ab5 96.26%);
  background: linear-gradient(102.93deg, #7f08ed -3.74%, #fb8ab5 96.26%);
}

.search-content {
  width: 100%;
  height: 40px;
  position: relative;
  border: 2px solid #606289;
  border-radius: 5px;
  background-color: #242541;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-content__input:hover {
  -webkit-box-shadow: 0 0 8px -2px #7678a8;
          box-shadow: 0 0 8px -2px #7678a8;
}

.search-content__input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 8px -1px #fff;
          box-shadow: 0 0 8px -1px #fff;
}

.search-content__button {
  position: absolute;
  padding: 5px;
  top: 50%;
  left: 10px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: #606289;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-content__button:hover {
  fill: #999bd4;
}

.search-content__input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  border-radius: 5px;
  background-color: #242541;
  font-size: 14px;
  color: #d9daff;
}

.table-content__row-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  font-size: 10px;
  color: #a5a6ba;
}

.table-content__row-title .table-content__column {
  text-align: left;
}

.table-content__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  height: 45px;
  background: rgba(165, 165, 186, 0.1);
  border-radius: 5px;
}

.table-content__column {
  font-size: 12px;
  color: #dadee9;
}

.table-content__column span {
  display: none;
}

.table-content__rate {
  display: inline-block;
  padding: 5px;
  font-size: 10px;
  border-radius: 5px;
  background: #59a791;
}

.table-content__status {
  display: inline-block;
  font-weight: 500;
}

.table-content__status.active {
  color: #3c7a55;
}

.table-content__status.load {
  color: #d3a81d;
}

.table-content__status.no-active {
  color: #ad2b2b;
}

.table-content__control {
  padding: 5px 10px;
  cursor: pointer;
  background: #0091fe;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-content__control:hover {
  background: #027ddb;
}

.table-content__control:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 8px 0 #fff;
          box-shadow: 0 0 8px 0 #fff;
  background: #027ddb;
}

.col-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45px;
          flex: 1 1 45px;
  margin-left: 5px;
}

.col-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 140px;
          flex: 1 1 140px;
}

.col-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100px;
          flex: 1 1 100px;
}

.col-4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 110px;
          flex: 1 1 110px;
}

.col-5 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90px;
          flex: 1 1 90px;
}

.col-6 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 80px;
          flex: 1 1 80px;
}

.col-7 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 90px;
          flex: 1 1 90px;
}

.col-8 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  text-align: right;
  margin-right: 10px;
}

@media (max-width: 1030px) {
  .content__top {
    padding: 20px 0;
    margin-bottom: 25px;
  }

  .display-content__item {
    padding-top: 15px;
    padding-left: 15px;
    height: 70px;
  }
}

@media (max-width: 940px) {
  .content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .content__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-left: 10px;
    padding-bottom: 20px;
  }

  .content__display {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 880px) {
  .table-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .table-content__row-title {
    display: none;
  }

  .table-content__row {
    width: 48%;
    height: 450px;
    margin: 0 1% 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .table-content__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 15px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }

  .table-content__column span {
    display: inline-block;
    text-align: left;
    font-size: 20px;
  }

  .table-content__rate {
    font-size: 16px;
  }

  .col-8 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .table-content__control {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .header__burger {
    display: block;
    width: 25px;
    height: 15px;
    cursor: pointer;
    z-index: 5;
  }

  .header__burger span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #959ab7;
  }

  .header__burger span:first-child {
    top: 0px;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0px;
  }

  .header__burger._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .header__burger._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .header__burger._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .menu {
    position: absolute;
    width: 200px;
    height: calc(100vh - 40px);
    top: 40px;
    left: -100%;
    background-color: #33354e;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 100;
  }

  .menu__content {
    min-height: auto;
  }

  .menu._active {
    left: 0;
  }

  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 580px) {
  .table-content__row {
    width: 80%;
  }

  .table-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  .display-content__text {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .display-content__item {
    padding: 10px;
    padding-left: 10px;
    height: 60px;
    -webkit-box-flex: 1;
        -ms-flex: 1 80px;
            flex: 1 80px;
  }

  .table-content__row {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .display-content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .display-content__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 80px;
            flex: 0 80px;
  }

  .lg-purple {
    -webkit-box-flex: 0;
        -ms-flex: 0 1;
            flex: 0 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.webp body{ background: url(../img/bg-main.webp) no-repeat #32334F; }

.webp .menu__item:nth-child(1) .menu__link::before{ background-image: url(../img/icon-server.webp); }

.webp .menu__item:nth-child(2) .menu__link::before{ background-image: url(../img/icon-partner.webp); }

.webp .menu__item:nth-child(3) .menu__link::before{ background-image: url(../img/icon-host.webp); }

.webp .menu__item:nth-child(5) .menu__link::before{ background-image: url(../img/icon-user.webp); }

.webp .menu__item:nth-child(4) .menu__link::before{ background-image: url(../img/icon-help.webp); }

.flex {
    display: flex;
    justify-content: space-between;
}
.but__serverz1 {
    background-color: Transparent;
    background-repeat:no-repeat;
    cursor:pointer;
    overflow: hidden;
    font-size: 16px;
    color: #344A5E;
    border: 0px solid white;
    padding: 7px;
    transition: 0.6s;
}
.block__ys {
    width: 164px;
	background-color: #e5e5e5;
}
.block__server-img,.but__serverz {
    border: 1px solid #344A5E;
    text-align: center;
}
.onz {
    color: #50C878;
    font-weight: 600;
}
.offz {
    color: #EB4C42;
    font-weight: 600;
}
.opz {
    color: #536872;
    font-weight: 600;
}
.ozz {
    color: #006262;
    font-weight: 600;
}
.test__st {
    border: 1px solid #344A5E;
    font-size: 16px;
    padding: 7px;
    text-align: center;
}
.test__st>a {
    color: #006262;
    font-weight: 600;
}
.modal {
    background: url(/img/gamepl/bg3.png);
    border: 1px solid #d8780b;
    border-radius: 3px;
}
.menu__server-base {
	background-color: #232631;
	margin-bottom: 15px;
	border-radius: 15px;
}
.nav-1s > li > a {
    color: white;
}
.nav-1s > li > a:hover {
    background-color: #313544;
	border: 1px solid #313544;
}
#pre-load-text{
    font: 13px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: black;
}
.b-preloader-body {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1045;
}
.b-preloader-background {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 1045;
    background: black;
}
.lasdjasd21{
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: 320px;
    height: 160px;*/
	width: 216px;
	height: 60px;
    margin: -30px 0 0 -108px;
    border: 1px solid #BBB;
    background: white;
    z-index: 1050;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.block__base-sr {
    background-color: #232631;
    margin-bottom: 15px;
    border-radius: 15px;
}
.block__base-sr1 {
    background-color: #232631;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 20px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}
.card.card-custom>.card-body {
    padding: 2rem 2.25rem;
}
.text-center1 {
    text-align: center!important;
}
.icon-6x {
    font-size: 6rem!important;
}
.pl-1, .px-1 {
    padding-left: 0.25rem!important;
}
.navi .navi-item .navi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: #B5B5C3;
}
.navi:hover .navi-item:hover .navi-link:hover {
    background-color: white;
    color: #2B60B5;
}
.but__serverz1 {
    border: 0px solid #344A5E;
    text-align: center;
}
.test__st1 {
    border: 0px solid #344A5E;
    font-size: 16px;
    padding: 7px;
    text-align: center;
    color: #006260;
}
.test__st1>a {
    color: #006260;
}
input, button, textarea {
    background-color: #232631;
}
.auto__imgz {
    width: 100%;
	height: 200px;
}
.gl__auto-block {
    width: 100%;
    height: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    padding: 1px;
	position:relative;
    margin: 10px;
}
.auto__name {
    text-align: center;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
}
.auto__text {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
}
.auto__button>form>button {
    width: 100%;
	position:absolute;
    bottom:10px;
}
.auto__button {
    padding: 5px 1px;
}
.auto__buttonz>form>button {
    width: 100%;
}
.block_fulls {
	background-color: #232631;
	border-radius: 10px;
}
.support-how {
    color: red;
    font-size: 19px;
    position: relative;
    top: -30px;
    right: -137px;
    display: none;
}