*:focus {
  outline: none;
}
html {
  font-size: 16px;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "RobotoRegular", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  overflow-y: scroll;
}
label {
  font-weight: normal;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.btn-primary[disabled],
.btn-secondary[disabled],
.btn-warning[disabled] {
  opacity: 0.25;
  cursor: default;
}
input[type=checkbox] {
  cursor: pointer;
}
button {
  cursor: pointer;
}
@media (max-width: 480px) {
  .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container .row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
body.default-index {
  background-color: black;
  color: white;
}
body.default-index h2 {
  font: 500 30px/30px 'RobotoCondensedBold';
  margin-top: 45px;
  margin-bottom: 30px;
}
body.default-index h4 {
  font-size: 24px;
}
body.default-index button,
body.default-index input[type=submit] {
  color: black;
}
body.default-index header {
  background: url("../images/index-header.jpg") 100% 0;
  background-size: cover;
  height: 100vh;
}
body.default-index header > .container {
  padding-top: 1px;
}
body.default-index header .login-form-block {
  max-width: 445px;
  margin-top: 47px;
}
@media (max-width: 768px) {
  body.default-index header .login-form-block {
    margin-top: 15px;
  }
}
body.default-index header .login-form-block ._header {
  background: #e74c3c;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  border-bottom: 4px solid #c14235;
}
@media (max-width: 768px) {
  body.default-index header .login-form-block ._header {
    flex-wrap: wrap;
  }
}
body.default-index header .login-form-block ._header h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  margin: 0px 10px;
}
body.default-index header .login-form-block ._header .flags {
  margin: 0;
  padding: 0;
  display: flex;
}
body.default-index header .login-form-block ._header .flags > li {
  list-style: none;
}
body.default-index header .login-form-block ._header .flags a {
  display: block;
  width: 64px;
  height: 42px;
  background-size: cover;
  border: solid black 1px;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
}
body.default-index header .login-form-block ._header .flags a:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #000000AA;
  text-align: center;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  left: 0;
  top: 0;
}
body.default-index header .login-form-block ._header .flags a:hover:before {
  opacity: 1;
}
body.default-index header .login-form-block ._header .flags a.en {
  background-image: url("../images/flags/en.jpg");
}
body.default-index header .login-form-block ._header .flags a.en:before {
  content: "English";
}
body.default-index header .login-form-block ._header .flags a.zh {
  background-image: url("../images/flags/zh.jpg");
}
body.default-index header .login-form-block ._header .flags a.zh:before {
  content: "中文";
}
body.default-index header .login-form-block ._header .flags a.ru {
  background-image: url("../images/flags/ru.jpg");
}
body.default-index header .login-form-block ._header .flags a.ru:before {
  content: "Русский";
}
body.default-index header .login-form-block ._header .flags a.ae {
  background-image: url("../images/flags/ae.jpg");
}
body.default-index header .login-form-block ._header .flags a.ae:before {
  content: "Arabic";
}
@media (max-width: 768px) {
  body.default-index header .login-form-block ._header .flags {
    margin: 10px 0px;
  }
}
body.default-index header .login-form-block ._postheader {
  background-color: #f8d7da;
  min-height: 26px;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 10px 20px;
}
body.default-index header .login-form-block ._postheader .error-summary ul {
  margin: 0;
  padding: 0;
}
body.default-index header .login-form-block ._postheader .error-summary ul li {
  list-style: none;
  color: #721c24;
}
body.default-index header .login-form-block ._form {
  margin-top: 10px;
  background: #343127db;
  padding: 25px 15px 5px;
}
body.default-index header .login-form-block ._form .has-error .form-control {
  border-color: #a94442;
  border-width: 2px;
}
body.default-index header .login-form-block ._form .form-group {
  margin-bottom: 10px;
}
body.default-index header .login-form-block ._form .form-group label {
  padding-top: 5px;
  padding-bottom: 0px;
}
body.default-index header .login-form-block ._form .form-group label.control-label:after {
  content: ":";
}
body.default-index header .login-form-block ._form .form-control {
  border-radius: 0 0.25em 0.25em 0;
}
body.default-index header .login-form-block ._form .field-loginform-accept_terms label {
  display: block;
  cursor: pointer;
}
@media (min-width: 500px) {
  body.default-index header .login-form-block ._form .field-registerform-accept_terms label {
    white-space: nowrap;
  }
}
body.default-index header .login-form-block ._form a {
  color: white;
  text-decoration: underline;
}
body.default-index header .login-form-block ._form a:hover {
  color: red;
  text-decoration: none;
}
body.default-index header .login-form-block ._form ._buttons {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
body.default-index header .login-form-block ._form ._buttons button[value=login],
body.default-index header .login-form-block ._form ._buttons button[value=register] {
  position: relative;
  display: block;
  width: 122px;
  height: 50px;
  margin-right: 51px;
  border: none;
  background: #404040;
  border-bottom: 4px solid #292929;
  text-transform: uppercase;
  font: 400 15px/20px 'open Sans', sans-serif;
  transition: all 0.3s ease;
}
body.default-index header .login-form-block ._form ._buttons button[value=login]:after,
body.default-index header .login-form-block ._form ._buttons button[value=register]:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 48px;
  padding-left: 4px;
  background: #e74c3c;
  border-bottom: 4px solid #c14235;
  content: '\f054';
  font: 400 20px/46px 'FontAwesome';
  color: white;
}
body.default-index header .login-form-block ._form ._buttons button[value=login][disabled],
body.default-index header .login-form-block ._form ._buttons button[value=register][disabled] {
  opacity: 0.5;
}
body.default-index header .login-form-block ._form ._buttons button[value=login]:hover,
body.default-index header .login-form-block ._form ._buttons button[value=register]:hover {
  background: white;
  color: #e74c3c;
}
body.default-index header .login-form-block ._form ._buttons button[value=login] {
  color: white;
}
body.default-index header .login-form-block ._form ._buttons button[value=register] {
  background: #00ff2b;
  color: black;
  font-weight: bold;
  width: 100%;
}
body.default-index header .login-form-block ._form ._bottom {
  margin-top: 10px;
  text-align: center;
}
body.default-index header .login-form-block ._form ._social_buttons {
  display: flex;
  justify-content: center;
  column-gap: 7px;
}
body.default-index section.std-section {
  border-bottom: 1px solid white;
}
body.default-index section.std-section h2 {
  text-align: center;
  text-transform: uppercase;
}
body.default-index section.std-section hr {
  width: 50px;
  height: 3px;
  border: none;
  background: #e74c3c;
  margin-top: 16px;
}
body.default-index section.server-list {
  padding-bottom: 20px;
  max-width: 100%;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body.default-index section.server-list > .container {
    max-width: 800px;
  }
}
body.default-index section.server-list hr {
  margin-bottom: 60px;
}
body.default-index section.server-list .vpn-map {
  max-width: 85%;
  width: 95%;
  margin: 40px auto;
  position: relative;
}
body.default-index section.server-list .vpn-map .cp-server {
  cursor: pointer;
  position: absolute;
}
body.default-index section.server-list .vpn-map .cp-server img {
  width: 40px;
}
body.default-index section.server-list .vpn-map .cp-server img + span {
  font-weight: bold;
}
body.default-index section.server-list .vpn-map .cp-server > div {
  background: #e74c3c;
  padding: 10px;
  font-size: 12px;
  line-height: 18px;
  color: white;
  border-bottom: 4px solid #c14235;
  display: none;
  position: absolute;
  z-index: 10;
}
body.default-index section.server-list .vpn-map .cp-server:hover > div {
  display: block;
}
body.default-index section.server-list .vpn-map .cp-server1 {
  top: 31%;
  left: 5%;
}
body.default-index section.server-list .vpn-map .cp-server2 {
  right: 21%;
  bottom: 39%;
}
body.default-index section.server-list .vpn-map .cp-server3 {
  top: 20%;
  left: 46%;
}
body.default-index section.server-list .vpn-map .cp-server4 {
  bottom: 50%;
  right: 30%;
}
body.default-index section.server-list .vpn-map .cp-server5 {
  top: 18.5%;
  left: 44%;
}
body.default-index section.server-list .vpn-map .cp-server6 {
  top: 16%;
  right: 43.5%;
}
body.default-index section.server-list .vpn-map .cp-server7 {
  right: 11%;
  top: 30%;
}
body.default-index section.server-list .vpn-map .cp-server8 {
  top: 13%;
  left: 50.5%;
}
body.default-index section.server-list .vpn-map .cp-server9 {
  top: 9.5%;
  left: 52.5%;
}
body.default-index section.server-list .vpn-map .cp-server10 {
  top: 22%;
  left: 18.5%;
}
body.default-index section.server-list .vpn-map .cp-server11 {
  top: 20%;
  right: 46%;
}
body.default-index section.server-list .vpn-map .cp-server12 {
  right: 15.5%;
  top: 30%;
}
body.default-index section.server-list .vpn-map .cp-server13 {
  top: 16.5%;
  left: 42%;
}
body.default-index section.server-list .vpn-map .cp-server14 {
  right: 8%;
  bottom: 14%;
}
body.default-index section.server-list .vpn-map .cp-server15 {
  top: 20%;
  right: 50%;
}
body.default-index section.server-list .vpn-map .cp-server16 {
  top: 26%;
  left: 41%;
}
body.default-index section.server-list .vpn-map .cp-server17 {
  top: 41%;
  left: 18%;
}
body.default-index section.server-list .vpn-map .cp-server18 {
  top: 26%;
  left: 4%;
}
body.default-index section.server-list .vpn-map .cp-server19 {
  top: 40%;
  left: 57%;
}
body.default-index section.server-list .vpn-map .cp-server20 {
  top: 29%;
  left: 50%;
}
body.default-index section.server-list .vpn-map .cp-server21 {
  top: 23%;
  left: 44%;
}
body.default-index section.server-list .vpn-map .cp-server22 {
  top: 35%;
  left: 53%;
}
body.default-index section.server-list .vpn-map .cp-server23 {
  top: 5%;
  left: 48%;
}
body.default-index section.server-list .vpn-map .cp-server24 {
  top: 29%;
  left: 54%;
}
body.default-index section.server-list .vpn-map .cp-server25 {
  top: 41%;
  left: 78%;
}
body.default-index section.server-list .vpn-map .cp-server26 {
  top: 25%;
  left: 47%;
}
body.default-index section.server-list .vpn-map .cp-server27 {
  top: 16%;
  right: 48%;
}
body.default-index section.server-list .vpn-map .cp-server28 {
  top: 25%;
  right: 47%;
}
body.default-index section.server-list .vpn-map .cp-server29 {
  top: 23%;
  left: 45.5%;
}
body.default-index section.server-list .vpn-map .cp-server30 {
  top: 22%;
  left: 46.8%;
}
body.default-index section.server-list .vpn-map .cp-server31 {
  top: 23%;
  right: 33%;
}
body.default-index section.server-list .vpn-map .cp-server32 {
  top: 17%;
  right: 35.5%;
}
body.default-index section.server-list .vpn-map .cp-server33 {
  top: 19%;
  right: 28.5%;
}
body.default-index section.server-list .vpn-map .cp-server34 {
  top: 44%;
  right: 87.5%;
}
body.default-index section.server-list .vpn-map .cp-server35 {
  top: 64%;
  right: 73.5%;
}
body.default-index section.server-list .vpn-map .cp-server36 {
  top: 33%;
  right: 81.5%;
}
body.default-index section.server-list .vpn-map .cp-server37 {
  top: 34%;
  right: 86.5%;
}
body.default-index section.server-list .vpn-map .fa {
  background: #010101;
  border-radius: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #e74c3c;
  font-size: 20px;
}
body.default-index section.server-list .vpn-list {
  position: relative;
}
body.default-index section.server-list .vpn-list ._group_net {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px 30px;
  justify-content: center;
}
body.default-index section.server-list .vpn-list ._group_net ._group_title {
  font-size: 22px;
  color: white;
  font-weight: 500;
  font-family: RobotoRegular, sans-serif;
  margin-bottom: 5px;
}
body.default-index section.server-list .vpn-list ._group_net ._item {
  display: flex;
  position: relative;
}
body.default-index section.server-list .vpn-list ._group_net ._item div {
  display: none;
  position: absolute;
  background: white;
  color: black;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
  bottom: calc(100% + 5px);
  left: 36px;
}
body.default-index section.server-list .vpn-list ._group_net ._item div:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: white transparent transparent transparent;
  bottom: -7px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
}
body.default-index section.server-list .vpn-list ._group_net ._item:hover > div {
  display: block;
}
body.default-index section.server-list .vpn-list ._group_net ._item .fa {
  position: relative;
  top: 5px;
  font-size: 16px;
  margin-left: 10px;
}
body.default-index section.server-list .vpn-list ._group_net ._item img {
  height: 15px;
  width: 25px;
  position: relative;
  top: 6px;
  margin-right: 15px;
  background: #5f5f5f;
  padding: 1px;
}
@media (min-width: 768px) {
  body.default-index section.server-list .vpn-list ._group_net {
    grid-template-rows: 180px auto;
  }
  body.default-index section.server-list .vpn-list ._group_net > div:nth-child(1) {
    grid-row: span 2;
  }
  body.default-index section.server-list .vpn-list ._group_net > div:nth-child(2) {
    grid-row: span 2;
  }
  body.default-index section.server-list .vpn-list ._group_net > div:nth-child(3) {
    grid-row: span 2;
  }
}
@media (max-width: 767px) and (min-width: 420px) {
  body.default-index section.server-list .vpn-list ._group_net {
    grid-template-columns: repeat(2, auto);
  }
  body.default-index section.server-list .vpn-list ._group_net > div:nth-child(2) {
    grid-row: span 3;
  }
}
@media (max-width: 419px) {
  body.default-index section.server-list .vpn-list ._group_net {
    grid-template-columns: auto;
    gap: 20px;
  }
}
body.default-index section.server-list .vpn-list ._more_button {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #000000;
  cursor: pointer;
}
body.default-index section.server-list .vpn-list ._more_button span {
  position: relative;
  font-size: 20px;
  margin-bottom: 10px;
}
body.default-index section.server-list .vpn-list ._more_button span:after {
  content: "\f0dd";
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -7px;
  transform: scale(3, 0.8);
  opacity: 0.7;
  font: 25px/1 FontAwesome;
}
@media (min-width: 768px) {
  body.default-index section.server-list .vpn-list {
    height: 300px;
    overflow-y: hidden;
    overflow-x: visible;
    transition: height 0.5s ease-in-out;
  }
  body.default-index section.server-list .vpn-list ._more_button {
    display: flex;
  }
  body.default-index section.server-list .vpn-list.mored {
    height: 705px;
  }
  body.default-index section.server-list .vpn-list.mored ._more_button {
    display: none;
  }
}
body.default-index section.our-technologies {
  padding-bottom: 50px;
}
body.default-index section.our-technologies ._net {
  margin-top: 40px;
}
@media (max-width: 480px) {
  body.default-index section.our-technologies ._net {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.default-index section.our-technologies ._net ._header {
  font-weight: bold;
}
body.default-index section.our-technologies ._net > p {
  font-weight: 400;
  font-size: 19px;
  position: relative;
}
body.default-index section.our-technologies ._net > p + p {
  margin-top: 60px;
}
body.default-index section.our-technologies ._net > p:nth-child(1) {
  padding-left: 108px;
  min-height: 70px;
  align-items: center;
}
body.default-index section.our-technologies ._net > p:nth-child(1):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background: url("../modules/panel/images/vpn-types/mobile/l2tp-mob.png") no-repeat 50% 50%;
  background-size: 100% auto;
}
body.default-index section.our-technologies ._net > p:nth-child(2) {
  padding-right: 340px;
  min-height: 70px;
  align-items: center;
}
body.default-index section.our-technologies ._net > p:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
  width: 305px;
  height: 57px;
  background: url("../modules/panel/images/vpn-types/openvpn2.png") no-repeat 50% 50%;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  body.default-index section.our-technologies ._net > p:nth-child(2) {
    padding-right: 90px;
  }
  body.default-index section.our-technologies ._net > p:nth-child(2):before {
    width: 60px;
    background-position: 0 0;
    background-size: auto 100%;
  }
}
body.default-index section.our-technologies ._net > p:nth-child(3) {
  padding-left: 440px;
  min-height: 70px;
  align-items: center;
}
body.default-index section.our-technologies ._net > p:nth-child(3):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -36px;
  width: 400px;
  height: 72px;
  background: url("../modules/panel/images/vpn-types/wireguard2.svg") no-repeat 50% 50%;
  background-size: 100% auto;
}
@media (max-width: 991px) {
  body.default-index section.our-technologies ._net > p:nth-child(3) {
    padding-left: 108px;
  }
  body.default-index section.our-technologies ._net > p:nth-child(3):before {
    width: 76px;
    height: 80px;
    background-position: 0 0;
    background-size: auto 100%;
  }
}
body.default-index section.our-technologies ._net > p:nth-child(4) {
  padding-right: 150px;
  min-height: 70px;
  align-items: center;
}
body.default-index section.our-technologies ._net > p:nth-child(4):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -28px;
  width: 125px;
  height: 70px;
  background: url("../modules/panel/images/vpn-types/ikev2.png") no-repeat 50% 50%;
  background-size: 100% auto;
}
body.default-index section.our-technologies ._net > p:last-child {
  text-align: center;
}
body.default-index section.advandage-blocks {
  border-top: 1px solid white;
  padding-bottom: 45px;
}
body.default-index section.advandage-blocks .advandage-block {
  text-align: center;
  margin-top: 30px;
}
body.default-index section.advandage-blocks .advandage-block ._icon {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  height: 125px;
  margin-top: 45px;
}
body.default-index section.advandage-blocks .advandage-block ._icon._phone {
  background-image: url("../images/phone-call.png");
}
body.default-index section.advandage-blocks .advandage-block ._icon._rocket {
  background-image: url("../images/rocket.png");
}
body.default-index section.advandage-blocks .advandage-block ._icon._shield {
  background-image: url("../images/shield.png");
}
body.default-index section.advandage-blocks .advandage-block h4 {
  margin-top: 20px;
}
body.default-index section.tariff-blocks {
  padding-bottom: 50px;
}
body.default-index section.tariff-blocks hr {
  margin-bottom: 0px;
}
@media (min-width: 1200px) {
  body.default-index section.tariff-blocks .col-xl-2 {
    padding: 0 0px;
  }
}
body.default-index section.tariff-blocks .tariff-block {
  color: #212529;
  background: white;
  min-height: 483px;
  position: relative;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 575px) {
  body.default-index section.tariff-blocks .tariff-block {
    min-height: 0px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }
  body.default-index section.tariff-blocks .tariff-block.tariff-trial p.discount {
    display: none;
  }
}
body.default-index section.tariff-blocks .tariff-block h3 {
  text-align: center;
  color: white;
  padding: 15px;
}
body.default-index section.tariff-blocks .tariff-block p.caption {
  font-size: 40px;
  margin: 28px 0 18px;
  position: relative;
  left: 3px;
}
body.default-index section.tariff-blocks .tariff-block p.caption sub {
  bottom: 0;
  left: -6px;
  font-size: 50%;
  vertical-align: bottom;
}
body.default-index section.tariff-blocks .tariff-block p.discount {
  font-weight: bold;
  font-size: 20px;
  color: #404040;
  margin: 20px 0 22px;
}
body.default-index section.tariff-blocks .tariff-block p.desc {
  padding: 0 15px;
}
body.default-index section.tariff-blocks .tariff-block a.arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58px;
  height: 58px;
  background: #404040;
  color: white;
  text-decoration: none;
}
body.default-index section.tariff-blocks .tariff-block a.arrow:before {
  content: '\f054';
  padding-left: 4px;
  font: 400 26px/58px 'FontAwesome';
}
body.default-index section.tariff-blocks .tariff-block a.arrow:hover {
  background: #e74c3c;
}
body.default-index section.tariff-blocks .tariff-block.tariff-trial h3 {
  background: #434343;
}
body.default-index section.tariff-blocks .tariff-block.tariff-trial p.caption {
  text-transform: uppercase;
}
body.default-index section.tariff-blocks .tariff-block.tariff-bronze h3 {
  background: #b2867b;
}
body.default-index section.tariff-blocks .tariff-block.tariff-silver h3 {
  background: #a1a194;
}
body.default-index section.tariff-blocks .tariff-block.tariff-gold h3 {
  background: #f2e85c;
}
body.default-index section.tariff-blocks .tariff-block.tariff-platinum h3 {
  background: #bdd4de;
}
body.default-index section.tariff-blocks .tariff-block.tariff-platinum:before {
  content: '';
  position: absolute;
  background: url("../images/mostpopular.png");
  width: 80px;
  height: 80px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: -1px;
  right: -1px;
}
body.default-index section.tariff-blocks .tariff-block.tariff-platinum:after {
  content: '';
  position: absolute;
  background: url("../images/bestvaue.png");
  width: 70px;
  height: 64px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 124px;
  right: 1px;
}
body.default-index section.you-can-get-blocks {
  padding-bottom: 45px;
}
body.default-index section.you-can-get-blocks .you-can-get-block {
  text-align: center;
  margin-top: 30px;
}
body.default-index section.you-can-get-blocks .you-can-get-block ._icon {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  height: 125px;
  margin-top: 45px;
}
body.default-index section.you-can-get-blocks .you-can-get-block ._icon._infinity {
  background-image: url("../images/infinity.png");
}
body.default-index section.you-can-get-blocks .you-can-get-block ._icon._china {
  background-image: url("../images/china.png");
}
body.default-index section.you-can-get-blocks .you-can-get-block ._icon._family-tree {
  background-image: url("../images/family-tree.png");
}
body.default-index section.you-can-get-blocks .you-can-get-block h4 {
  margin-top: 20px;
}
body.default-index section.feedback-blocks {
  padding-bottom: 20px;
}
body.default-index section.feedback-blocks ._list {
  margin-top: 60px;
}
body.default-index section.feedback-blocks .photo img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
@media (max-width: 767px) {
  body.default-index section.feedback-blocks .photo img {
    margin-bottom: 10px;
  }
}
body.default-index section.feedback-blocks img.flag {
  display: inline-block;
  max-width: 35px;
  margin-left: 20px;
  margin-bottom: 5px;
}
body.default-index section.feedback-blocks .owl-item {
  background: #3d3838;
  padding: 15px;
}
body.default-index section.feedback-blocks .item h4:first-child {
  text-transform: uppercase;
  font-family: "RobotoBold";
  font-size: 25px;
  margin-bottom: 13px;
}
body.default-index section.feedback-blocks .item h4:nth-child(2) {
  font-family: "RobotoRegular";
  font-size: 18px;
  margin-bottom: 12px;
}
body.default-index section.feedback-blocks .item p {
  font-family: "RobotoRegular";
  line-height: 23px;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
body.default-index section.feedback-blocks .owl-nav button span {
  font-size: 60px;
  margin: 0 20px;
  font-family: "RobotoRegular";
}
body.default-index section.register-now-block {
  background: url("../images/index-header.jpg") 100% 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 48px 0;
}
body.default-index section.register-now-block .connect {
  padding: 65px 0;
  background: #e74c3c;
  border-bottom: 4px solid #c14235;
  text-align: center;
}
body.default-index section.register-now-block .connect a.js-up-button {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: black;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
body.default-index section.register-now-block .connect a.js-up-button:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 12px 12px 12px;
  border-color: transparent transparent #000 transparent;
  top: -4px;
  left: 50%;
  margin-left: -12px;
  transition: all 0.3s ease;
}
body.default-index section.register-now-block .connect a.js-up-button:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: black;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  body.default-index section.register-now-block .connect a.js-up-button {
    font-size: 30px;
  }
}
body.default-index section.register-now-block .connect:hover a.js-up-button:before {
  top: -30px;
}
body.default-index section.register-now-block .connect:hover a.js-up-button:after {
  bottom: -30px;
}
@media (max-width: 800px) {
  body.default-index section.register-now-block .connect a.js-up-button:before {
    top: -7px;
  }
  body.default-index section.register-now-block .connect:hover > a.js-up-button:before {
    top: -37px;
  }
}
body.default-index section.need-more-info {
  font-family: "RobotoMedium";
  padding-bottom: 40px;
}
body.default-index section.need-more-info .content {
  margin-top: 20px;
}
body.default-index section.need-more-info .content a.list_link {
  display: block;
  text-transform: uppercase;
  color: #e74c3c;
  font-size: 24px;
  margin: 10px 0;
  line-height: 36px;
}
body.default-index section.need-more-info .content p.chats {
  line-height: 1.2;
}
body.default-index section.need-more-info .content p.chats a {
  color: #e74c3c;
}
body.default-index footer {
  background: #404040;
  border-top: none;
  padding: 42px 0 20px;
}
body.default-index footer a {
  color: white;
}
body.default-index footer a:hover {
  color: #e74c3c;
}
body.default-index footer ul {
  margin: 0;
  padding: 0;
}
body.default-index footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.default-index footer .brand1 a {
  color: #e74c3c;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
}
body.default-index footer .info .slogan {
  font-size: 12px;
  left: 0;
  margin-top: 5px;
  color: white;
  text-transform: uppercase;
}
body.default-index footer .info .addinfo {
  padding: 10px 0 0 0;
}
body.default-index footer .social-list {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 240px;
}
body.default-index footer .social-list > div {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #343434;
  -webkit-box-shadow: 0 4px 0 0 #2a2a2a;
  box-shadow: 0 4px 0 0 #2a2a2a;
  border-radius: 50px;
}
body.default-index footer .social-list > div:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  background: url("../images/payment-systems.png") no-repeat;
  background-size: 230px auto;
}
body.default-index footer .social-list > div:nth-child(1):before {
  background-position: 0 50%;
}
body.default-index footer .social-list > div:nth-child(2):before {
  background-position: -35px 50%;
}
body.default-index footer .social-list > div:nth-child(3):before {
  width: 42px;
  margin-left: -21px;
  background-position: -63px 50%;
  background-size: 200px auto;
}
body.default-index footer .social-list > div:nth-child(4):before {
  background-position: -123px 50%;
}
body.default-index footer .social-list > div:nth-child(5):before {
  background-position: -157px 50%;
}
body.default-index footer .social-list > div:nth-child(6):before {
  background-position: -190px 52%;
}
@media (max-width: 768px) {
  body.default-index footer .social-list {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  body.default-index footer .social-list > div {
    transform: scale(0.7);
    transform-origin: 0 0;
    margin-right: -10px;
    margin-bottom: -8px;
  }
}
body.default-index footer h3 {
  font-size: 20px;
  color: #e74c3c;
  text-transform: uppercase;
}
body.default-index footer ._links {
  margin-bottom: 20px;
}
body.default-index footer ._links li {
  margin-top: 10px;
}
body.default-sign-in {
  min-height: 100vh;
  background: url("../images/index-header.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
body.default-sign-in .before-sign-in-form {
  width: 100%;
  flex-grow: 0.3;
}
body.default-sign-in .after-sign-in-form {
  width: 100%;
  flex-grow: 1;
}
body.default-sign-in .sign-in-form {
  max-width: 1170px;
  width: 100%;
  background: white;
  color: black;
  border: solid black 1px;
}
@media (max-width: 1460px) {
  body.default-sign-in .sign-in-form {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  body.default-sign-in .sign-in-form {
    max-width: 95%;
  }
}
body.default-sign-in .sign-in-form ._header {
  background: #e74c3c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-bottom: 4px solid #c14235;
  color: white;
}
@media (max-width: 768px) {
  body.default-sign-in .sign-in-form ._header {
    flex-wrap: wrap;
  }
}
body.default-sign-in .sign-in-form ._header h1 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  margin: 0px 10px;
}
body.default-sign-in .sign-in-form ._header .flags {
  margin: 0;
  padding: 0;
  display: flex;
}
body.default-sign-in .sign-in-form ._header .flags > li {
  list-style: none;
}
body.default-sign-in .sign-in-form ._header .flags a {
  display: block;
  width: 64px;
  height: 42px;
  background-size: cover;
  border: solid black 1px;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
}
body.default-sign-in .sign-in-form ._header .flags a:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #000000AA;
  text-align: center;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  left: 0;
  top: 0;
}
body.default-sign-in .sign-in-form ._header .flags a:hover:before {
  opacity: 1;
}
body.default-sign-in .sign-in-form ._header .flags a.en {
  background-image: url("../images/flags/en.jpg");
}
body.default-sign-in .sign-in-form ._header .flags a.en:before {
  content: "English";
}
body.default-sign-in .sign-in-form ._header .flags a.zh {
  background-image: url("../images/flags/zh.jpg");
}
body.default-sign-in .sign-in-form ._header .flags a.zh:before {
  content: "中文";
}
body.default-sign-in .sign-in-form ._header .flags a.ru {
  background-image: url("../images/flags/ru.jpg");
}
body.default-sign-in .sign-in-form ._header .flags a.ru:before {
  content: "Русский";
}
body.default-sign-in .sign-in-form ._header .flags a.ae {
  background-image: url("../images/flags/ae.jpg");
}
body.default-sign-in .sign-in-form ._header .flags a.ae:before {
  content: "Arabic";
}
@media (max-width: 768px) {
  body.default-sign-in .sign-in-form ._header .flags {
    margin: 10px 0px;
  }
}
body.default-sign-in .sign-in-form .error-summary ul {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  margin: 20px 20px 0px 20px;
}
body.default-sign-in .sign-in-form .error-summary ul li {
  list-style: none;
  color: #721c24;
}
body.default-sign-in .sign-in-form ._form {
  padding: 20px 20px 10px 20px;
  font-family: "RobotoRegular";
}
body.default-sign-in .sign-in-form ._form .row {
  align-items: center;
  margin: 0;
  border: solid #ccc 1px;
  border-radius: 5px;
  margin-bottom: 10px;
}
body.default-sign-in .sign-in-form ._form .row.has-success {
  border-color: #8d8;
}
body.default-sign-in .sign-in-form ._form .row.has-success label.control-label {
  background: #aea;
  border-color: #8d8;
}
body.default-sign-in .sign-in-form ._form .row.has-error {
  border-color: #a94442;
}
body.default-sign-in .sign-in-form ._form .row.has-error label.control-label {
  background: #f2dede;
  border-color: #a94442;
}
body.default-sign-in .sign-in-form ._form .row ._wrapper {
  flex-grow: 1;
}
body.default-sign-in .sign-in-form ._form label.control-label {
  width: 180px;
  background: #eee;
  margin: 0 0 0 0;
  text-align: center;
  border-radius: 5px 0 0 5px;
  border-right: solid #ccc 1px;
  padding: 5px 5px;
  font-size: 14px;
  color: #555;
}
body.default-sign-in .sign-in-form ._form label.control-label:after {
  content: ":";
}
@media (max-width: 480px) {
  body.default-sign-in .sign-in-form ._form label.control-label {
    width: 100%;
    border-width: 0px;
    border-radius: 5px 5px 0 0;
  }
}
body.default-sign-in .sign-in-form ._form input.form-control {
  border: none;
  margin: 0;
  height: 34px;
  padding: 0 0 0 10px;
  font-size: 14px;
  width: 100%;
}
body.default-sign-in .sign-in-form ._form ._buttons {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}
@media (max-width: 480px) {
  body.default-sign-in .sign-in-form ._form ._buttons {
    display: block;
  }
  body.default-sign-in .sign-in-form ._form ._buttons > div:nth-child(1) {
    text-align: center;
  }
  body.default-sign-in .sign-in-form ._form ._buttons button {
    margin-top: 20px;
  }
}
body.default-sign-in .sign-in-form ._form ._buttons .spacer {
  margin: 0 10px;
}
body.default-sign-in .sign-in-form ._form ._buttons a {
  color: #777;
  font-size: 14px;
}
body.default-sign-in .sign-in-form ._form ._buttons a:hover {
  text-decoration: none;
  color: #e74c3c;
}
body.default-sign-in .sign-in-form ._form ._buttons button {
  margin-left: auto;
  position: relative;
  display: block;
  width: 122px;
  height: 50px;
  margin-right: 51px;
  border: none;
  background: #404040;
  border-bottom: 4px solid #292929;
  text-transform: uppercase;
  font: 400 15px/20px 'open Sans', sans-serif;
  transition: all 0.3s ease;
  color: white;
}
body.default-sign-in .sign-in-form ._form ._buttons button:after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 48px;
  padding-left: 4px;
  background: #e74c3c;
  border-bottom: 4px solid #c14235;
  content: '\f054';
  font: 400 20px/46px 'FontAwesome';
  color: white;
}
body.default-sign-in .sign-in-form ._form ._buttons button[disabled] {
  opacity: 0.5;
}
body.default-sign-in .sign-in-form ._form ._social_buttons {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  column-gap: 7px;
}
body.subscribe-unsubscribe,
body.subscribe-confirm,
body.subscribe-confirm-ok,
body.subscribe-reconfirm-email {
  min-height: 100vh;
  background: url("../images/index-header.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.subscribe-unsubscribe .unsubscribe-form,
body.subscribe-confirm .unsubscribe-form,
body.subscribe-confirm-ok .unsubscribe-form,
body.subscribe-reconfirm-email .unsubscribe-form,
body.subscribe-unsubscribe .confirm-form,
body.subscribe-confirm .confirm-form,
body.subscribe-confirm-ok .confirm-form,
body.subscribe-reconfirm-email .confirm-form,
body.subscribe-unsubscribe .confirm-ok-form,
body.subscribe-confirm .confirm-ok-form,
body.subscribe-confirm-ok .confirm-ok-form,
body.subscribe-reconfirm-email .confirm-ok-form,
body.subscribe-unsubscribe .reconfirm-email-form,
body.subscribe-confirm .reconfirm-email-form,
body.subscribe-confirm-ok .reconfirm-email-form,
body.subscribe-reconfirm-email .reconfirm-email-form {
  background: white;
  color: black;
  padding: 20px;
  border: solid black 1px;
}
body.subscribe-unsubscribe .confirm-form,
body.subscribe-confirm .confirm-form,
body.subscribe-confirm-ok .confirm-form,
body.subscribe-reconfirm-email .confirm-form {
  width: 400px;
  max-width: 100%;
}
body.subscribe-unsubscribe .confirm-form .error-summary,
body.subscribe-confirm .confirm-form .error-summary,
body.subscribe-confirm-ok .confirm-form .error-summary,
body.subscribe-reconfirm-email .confirm-form .error-summary {
  color: red;
}
body.subscribe-unsubscribe .confirm-form .row,
body.subscribe-confirm .confirm-form .row,
body.subscribe-confirm-ok .confirm-form .row,
body.subscribe-reconfirm-email .confirm-form .row {
  margin: 0;
  align-items: center;
}
body.subscribe-unsubscribe .confirm-form .row ._wrapper,
body.subscribe-confirm .confirm-form .row ._wrapper,
body.subscribe-confirm-ok .confirm-form .row ._wrapper,
body.subscribe-reconfirm-email .confirm-form .row ._wrapper {
  flex-grow: 1;
}
body.subscribe-unsubscribe .confirm-form .row label,
body.subscribe-confirm .confirm-form .row label,
body.subscribe-confirm-ok .confirm-form .row label,
body.subscribe-reconfirm-email .confirm-form .row label {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: bold;
}
body.subscribe-unsubscribe .confirm-form .buttons,
body.subscribe-confirm .confirm-form .buttons,
body.subscribe-confirm-ok .confirm-form .buttons,
body.subscribe-reconfirm-email .confirm-form .buttons {
  margin-top: 10px;
  text-align: center;
}
body.default-restore-password,
body.default-restore-password-ok {
  min-height: 100vh;
  background: url("../images/index-header.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.default-restore-password .restore-password-form,
body.default-restore-password-ok .restore-password-form,
body.default-restore-password .restore-password-ok,
body.default-restore-password-ok .restore-password-ok {
  background: white;
  color: black;
  padding: 20px;
  border: solid black 1px;
}
body.default-restore-password .restore-password-form .help-block-error,
body.default-restore-password-ok .restore-password-form .help-block-error,
body.default-restore-password .restore-password-ok .help-block-error,
body.default-restore-password-ok .restore-password-ok .help-block-error {
  color: red;
}
body.default-restore-password-confirm,
body.default-restore-password-confirm-ok {
  min-height: 100vh;
  background: url("../images/index-header.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.default-restore-password-confirm .restore-password-confirm-form,
body.default-restore-password-confirm-ok .restore-password-confirm-form,
body.default-restore-password-confirm .restore-password-confirm-form-ok,
body.default-restore-password-confirm-ok .restore-password-confirm-form-ok {
  background: white;
  color: black;
  padding: 20px;
  border: solid black 1px;
}
body.default-restore-password-confirm .restore-password-confirm-form .help-block-error,
body.default-restore-password-confirm-ok .restore-password-confirm-form .help-block-error,
body.default-restore-password-confirm .restore-password-confirm-form-ok .help-block-error,
body.default-restore-password-confirm-ok .restore-password-confirm-form-ok .help-block-error {
  color: red;
}
body.default-need-email-confirm,
body.default-password-sent-to-email {
  min-height: 100vh;
  background: url("../images/index-header.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.default-need-email-confirm section.need-email-confirm,
body.default-password-sent-to-email section.need-email-confirm,
body.default-need-email-confirm section.password-sent-to-email,
body.default-password-sent-to-email section.password-sent-to-email {
  background: white;
  color: black;
  padding: 20px;
  border: solid black 1px;
}
body.default-need-email-confirm section.need-email-confirm .login-link,
body.default-password-sent-to-email section.need-email-confirm .login-link,
body.default-need-email-confirm section.password-sent-to-email .login-link,
body.default-password-sent-to-email section.password-sent-to-email .login-link {
  font-weight: bold;
}
html[lang="ru"] section.tariff-blocks .tariff-block.tariff-trial p.caption {
  font-size: 28px;
}
section.ip-line {
  background: white;
  color: black;
}
section.ip-line.unknown {
  background: #a30000;
  background: linear-gradient(180deg, #ff6767 12%, #a30000 100%);
  color: white;
}
section.ip-line.protected {
  background: #009100;
  background: linear-gradient(180deg, #2ddb00 12%, #009100 100%);
  color: white;
}
section.ip-line .container {
  padding: 3px 5px;
  text-align: center;
}
@media (max-width: 480px) {
  section.ip-line .container {
    padding: 2px 4px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.informer-toast-positioner {
  z-index: 5;
  left: 0;
  bottom: 50%;
  margin-bottom: -60px;
}
@media (max-width: 1024px) {
  .informer-toast-positioner {
    bottom: 0;
    margin-bottom: 0;
    max-width: calc(100% - 85px);
  }
}
#informer-toast {
  border-radius: 15px;
}
#informer-toast.bronze-tariff .toast-header {
  background: #b2867b;
  color: white;
}
#informer-toast.silver-tariff .toast-header {
  background: #a1a194;
  color: white;
}
#informer-toast.gold-tariff .toast-header {
  background: #eee12d;
  color: white;
}
#informer-toast.platinum-tariff .toast-header {
  background: #9bbecd;
  color: white;
}
body.payments-handler.modal-open .informer-toast-positioner {
  z-index: 2050;
}
@media (max-width: 1024px) {
  body.payments-handler.modal-open .informer-toast-positioner {
    bottom: 60px;
  }
}
.manual-order-qrcode-modal .modal-header,
.manual-order-upload-modal .modal-header,
.manual-order-wait-view-modal .modal-header,
.manual-crypto-order-select-modal .modal-header,
.manual-crypto-order-upload-modal .modal-header,
.paypal-manual-order-modal .modal-header,
.manual-paypal-order-upload-modal .modal-header {
  justify-content: center;
  border-bottom: none;
}
.manual-order-qrcode-modal .modal-footer,
.manual-order-upload-modal .modal-footer,
.manual-order-wait-view-modal .modal-footer,
.manual-crypto-order-select-modal .modal-footer,
.manual-crypto-order-upload-modal .modal-footer,
.paypal-manual-order-modal .modal-footer,
.manual-paypal-order-upload-modal .modal-footer {
  justify-content: center;
  flex-wrap: wrap;
}
.manual-order-qrcode-modal .modal-footer .send-pay-link-email,
.manual-order-upload-modal .modal-footer .send-pay-link-email,
.manual-order-wait-view-modal .modal-footer .send-pay-link-email,
.manual-crypto-order-select-modal .modal-footer .send-pay-link-email,
.manual-crypto-order-upload-modal .modal-footer .send-pay-link-email,
.paypal-manual-order-modal .modal-footer .send-pay-link-email,
.manual-paypal-order-upload-modal .modal-footer .send-pay-link-email {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.manual-order-qrcode-modal .modal-footer .send-pay-link-email > *,
.manual-order-upload-modal .modal-footer .send-pay-link-email > *,
.manual-order-wait-view-modal .modal-footer .send-pay-link-email > *,
.manual-crypto-order-select-modal .modal-footer .send-pay-link-email > *,
.manual-crypto-order-upload-modal .modal-footer .send-pay-link-email > *,
.paypal-manual-order-modal .modal-footer .send-pay-link-email > *,
.manual-paypal-order-upload-modal .modal-footer .send-pay-link-email > * {
  margin-right: 0.25rem;
}
.manual-order-qrcode-modal .modal-footer .send-pay-link-email .query-circle,
.manual-order-upload-modal .modal-footer .send-pay-link-email .query-circle,
.manual-order-wait-view-modal .modal-footer .send-pay-link-email .query-circle,
.manual-crypto-order-select-modal .modal-footer .send-pay-link-email .query-circle,
.manual-crypto-order-upload-modal .modal-footer .send-pay-link-email .query-circle,
.paypal-manual-order-modal .modal-footer .send-pay-link-email .query-circle,
.manual-paypal-order-upload-modal .modal-footer .send-pay-link-email .query-circle {
  position: relative;
  width: 42px;
  height: 42px;
  background-image: url("../images/query01.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% 50%;
}
.manual-order-qrcode-modal .modal-footer .send-pay-link-email .query-circle .send_hint,
.manual-order-upload-modal .modal-footer .send-pay-link-email .query-circle .send_hint,
.manual-order-wait-view-modal .modal-footer .send-pay-link-email .query-circle .send_hint,
.manual-crypto-order-select-modal .modal-footer .send-pay-link-email .query-circle .send_hint,
.manual-crypto-order-upload-modal .modal-footer .send-pay-link-email .query-circle .send_hint,
.paypal-manual-order-modal .modal-footer .send-pay-link-email .query-circle .send_hint,
.manual-paypal-order-upload-modal .modal-footer .send-pay-link-email .query-circle .send_hint {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 100;
  background: white;
  border: gray solid 3px;
  border-radius: 5px;
  padding: 10px 20px 20px 20px;
  width: 300px;
  text-align: left;
}
.manual-order-qrcode-modal .modal-footer .send-pay-link-email .query-circle:hover .send_hint,
.manual-order-upload-modal .modal-footer .send-pay-link-email .query-circle:hover .send_hint,
.manual-order-wait-view-modal .modal-footer .send-pay-link-email .query-circle:hover .send_hint,
.manual-crypto-order-select-modal .modal-footer .send-pay-link-email .query-circle:hover .send_hint,
.manual-crypto-order-upload-modal .modal-footer .send-pay-link-email .query-circle:hover .send_hint,
.paypal-manual-order-modal .modal-footer .send-pay-link-email .query-circle:hover .send_hint,
.manual-paypal-order-upload-modal .modal-footer .send-pay-link-email .query-circle:hover .send_hint {
  display: block;
}
.manual-order-qrcode-modal .modal-content .modal-body,
.manual-order-upload-modal .modal-content .modal-body,
.manual-order-wait-view-modal .modal-content .modal-body,
.manual-crypto-order-select-modal .modal-content .modal-body,
.manual-crypto-order-upload-modal .modal-content .modal-body,
.paypal-manual-order-modal .modal-content .modal-body,
.manual-paypal-order-upload-modal .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.manual-order-qrcode-modal .modal-content .screenshot-row,
.manual-order-upload-modal .modal-content .screenshot-row,
.manual-order-wait-view-modal .modal-content .screenshot-row,
.manual-crypto-order-select-modal .modal-content .screenshot-row,
.manual-crypto-order-upload-modal .modal-content .screenshot-row,
.paypal-manual-order-modal .modal-content .screenshot-row,
.manual-paypal-order-upload-modal .modal-content .screenshot-row {
  position: relative;
  margin-bottom: 10px;
}
.manual-order-qrcode-modal .modal-content .screenshot-row .query-circle,
.manual-order-upload-modal .modal-content .screenshot-row .query-circle,
.manual-order-wait-view-modal .modal-content .screenshot-row .query-circle,
.manual-crypto-order-select-modal .modal-content .screenshot-row .query-circle,
.manual-crypto-order-upload-modal .modal-content .screenshot-row .query-circle,
.paypal-manual-order-modal .modal-content .screenshot-row .query-circle,
.manual-paypal-order-upload-modal .modal-content .screenshot-row .query-circle {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
  width: 42px;
  height: 42px;
  background-image: url("../images/query01.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% 50%;
}
.manual-order-qrcode-modal .modal-content .screenshot-row .query-circle + .form-group,
.manual-order-upload-modal .modal-content .screenshot-row .query-circle + .form-group,
.manual-order-wait-view-modal .modal-content .screenshot-row .query-circle + .form-group,
.manual-crypto-order-select-modal .modal-content .screenshot-row .query-circle + .form-group,
.manual-crypto-order-upload-modal .modal-content .screenshot-row .query-circle + .form-group,
.paypal-manual-order-modal .modal-content .screenshot-row .query-circle + .form-group,
.manual-paypal-order-upload-modal .modal-content .screenshot-row .query-circle + .form-group {
  margin-bottom: 0;
}
.manual-order-qrcode-modal .modal-content .screenshot-row .query-circle + .form-group .help-block,
.manual-order-upload-modal .modal-content .screenshot-row .query-circle + .form-group .help-block,
.manual-order-wait-view-modal .modal-content .screenshot-row .query-circle + .form-group .help-block,
.manual-crypto-order-select-modal .modal-content .screenshot-row .query-circle + .form-group .help-block,
.manual-crypto-order-upload-modal .modal-content .screenshot-row .query-circle + .form-group .help-block,
.paypal-manual-order-modal .modal-content .screenshot-row .query-circle + .form-group .help-block,
.manual-paypal-order-upload-modal .modal-content .screenshot-row .query-circle + .form-group .help-block {
  display: none;
}
.manual-order-qrcode-modal .modal-content .screenshot-row .query-circle .example-window,
.manual-order-upload-modal .modal-content .screenshot-row .query-circle .example-window,
.manual-order-wait-view-modal .modal-content .screenshot-row .query-circle .example-window,
.manual-crypto-order-select-modal .modal-content .screenshot-row .query-circle .example-window,
.manual-crypto-order-upload-modal .modal-content .screenshot-row .query-circle .example-window,
.paypal-manual-order-modal .modal-content .screenshot-row .query-circle .example-window,
.manual-paypal-order-upload-modal .modal-content .screenshot-row .query-circle .example-window {
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 100;
  background: white;
  border: gray solid 3px;
  border-radius: 5px;
  padding: 10px 20px 20px 20px;
  width: 300px;
  display: none;
}
.manual-order-qrcode-modal .modal-content .screenshot-row .query-circle .example-window h2,
.manual-order-upload-modal .modal-content .screenshot-row .query-circle .example-window h2,
.manual-order-wait-view-modal .modal-content .screenshot-row .query-circle .example-window h2,
.manual-crypto-order-select-modal .modal-content .screenshot-row .query-circle .example-window h2,
.manual-crypto-order-upload-modal .modal-content .screenshot-row .query-circle .example-window h2,
.paypal-manual-order-modal .modal-content .screenshot-row .query-circle .example-window h2,
.manual-paypal-order-upload-modal .modal-content .screenshot-row .query-circle .example-window h2 {
  text-align: center;
}
.manual-order-qrcode-modal .modal-content .screenshot-row .query-circle .example-window .img,
.manual-order-upload-modal .modal-content .screenshot-row .query-circle .example-window .img,
.manual-order-wait-view-modal .modal-content .screenshot-row .query-circle .example-window .img,
.manual-crypto-order-select-modal .modal-content .screenshot-row .query-circle .example-window .img,
.manual-crypto-order-upload-modal .modal-content .screenshot-row .query-circle .example-window .img,
.paypal-manual-order-modal .modal-content .screenshot-row .query-circle .example-window .img,
.manual-paypal-order-upload-modal .modal-content .screenshot-row .query-circle .example-window .img {
  margin-top: 30px;
  width: 213px;
  height: 515px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/payment-example.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.manual-order-qrcode-modal .modal-content .screenshot-row .query-circle:hover .example-window,
.manual-order-upload-modal .modal-content .screenshot-row .query-circle:hover .example-window,
.manual-order-wait-view-modal .modal-content .screenshot-row .query-circle:hover .example-window,
.manual-crypto-order-select-modal .modal-content .screenshot-row .query-circle:hover .example-window,
.manual-crypto-order-upload-modal .modal-content .screenshot-row .query-circle:hover .example-window,
.paypal-manual-order-modal .modal-content .screenshot-row .query-circle:hover .example-window,
.manual-paypal-order-upload-modal .modal-content .screenshot-row .query-circle:hover .example-window {
  display: block;
}
.manual-order-qrcode-modal .modal-content .annotation-row,
.manual-order-upload-modal .modal-content .annotation-row,
.manual-order-wait-view-modal .modal-content .annotation-row,
.manual-crypto-order-select-modal .modal-content .annotation-row,
.manual-crypto-order-upload-modal .modal-content .annotation-row,
.paypal-manual-order-modal .modal-content .annotation-row,
.manual-paypal-order-upload-modal .modal-content .annotation-row {
  padding: 5px 15px 8px 15px;
}
.manual-order-qrcode-modal .modal-content .annotation-row p,
.manual-order-upload-modal .modal-content .annotation-row p,
.manual-order-wait-view-modal .modal-content .annotation-row p,
.manual-crypto-order-select-modal .modal-content .annotation-row p,
.manual-crypto-order-upload-modal .modal-content .annotation-row p,
.paypal-manual-order-modal .modal-content .annotation-row p,
.manual-paypal-order-upload-modal .modal-content .annotation-row p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.manual-order-qrcode-modal .modal-content .technology-block,
.manual-order-upload-modal .modal-content .technology-block,
.manual-order-wait-view-modal .modal-content .technology-block,
.manual-crypto-order-select-modal .modal-content .technology-block,
.manual-crypto-order-upload-modal .modal-content .technology-block,
.paypal-manual-order-modal .modal-content .technology-block,
.manual-paypal-order-upload-modal .modal-content .technology-block {
  color: white;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.manual-order-qrcode-modal .modal-content .technology-block p,
.manual-order-upload-modal .modal-content .technology-block p,
.manual-order-wait-view-modal .modal-content .technology-block p,
.manual-crypto-order-select-modal .modal-content .technology-block p,
.manual-crypto-order-upload-modal .modal-content .technology-block p,
.paypal-manual-order-modal .modal-content .technology-block p,
.manual-paypal-order-upload-modal .modal-content .technology-block p {
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  margin: 0;
}
.manual-order-qrcode-modal .modal-content .technology-block p:nth-child(1),
.manual-order-upload-modal .modal-content .technology-block p:nth-child(1),
.manual-order-wait-view-modal .modal-content .technology-block p:nth-child(1),
.manual-crypto-order-select-modal .modal-content .technology-block p:nth-child(1),
.manual-crypto-order-upload-modal .modal-content .technology-block p:nth-child(1),
.paypal-manual-order-modal .modal-content .technology-block p:nth-child(1),
.manual-paypal-order-upload-modal .modal-content .technology-block p:nth-child(1) {
  margin-top: 37px;
}
.manual-order-qrcode-modal .modal-content .technology-block p:nth-child(2),
.manual-order-upload-modal .modal-content .technology-block p:nth-child(2),
.manual-order-wait-view-modal .modal-content .technology-block p:nth-child(2),
.manual-crypto-order-select-modal .modal-content .technology-block p:nth-child(2),
.manual-crypto-order-upload-modal .modal-content .technology-block p:nth-child(2),
.paypal-manual-order-modal .modal-content .technology-block p:nth-child(2),
.manual-paypal-order-upload-modal .modal-content .technology-block p:nth-child(2) {
  position: relative;
  padding-top: 52px;
}
.manual-order-qrcode-modal .modal-content .technology-block p:nth-child(2):before,
.manual-order-upload-modal .modal-content .technology-block p:nth-child(2):before,
.manual-order-wait-view-modal .modal-content .technology-block p:nth-child(2):before,
.manual-crypto-order-select-modal .modal-content .technology-block p:nth-child(2):before,
.manual-crypto-order-upload-modal .modal-content .technology-block p:nth-child(2):before,
.paypal-manual-order-modal .modal-content .technology-block p:nth-child(2):before,
.manual-paypal-order-upload-modal .modal-content .technology-block p:nth-child(2):before {
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/computer-vision-white.png?") 50% 50% no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
.manual-order-qrcode-modal .modal-content .technology-block p:nth-child(3),
.manual-order-upload-modal .modal-content .technology-block p:nth-child(3),
.manual-order-wait-view-modal .modal-content .technology-block p:nth-child(3),
.manual-crypto-order-select-modal .modal-content .technology-block p:nth-child(3),
.manual-crypto-order-upload-modal .modal-content .technology-block p:nth-child(3),
.paypal-manual-order-modal .modal-content .technology-block p:nth-child(3),
.manual-paypal-order-upload-modal .modal-content .technology-block p:nth-child(3) {
  font-size: 14px;
  margin-bottom: 60px;
}
.manual-order-qrcode-modal .modal-content .brc-block,
.manual-order-upload-modal .modal-content .brc-block,
.manual-order-wait-view-modal .modal-content .brc-block,
.manual-crypto-order-select-modal .modal-content .brc-block,
.manual-crypto-order-upload-modal .modal-content .brc-block,
.paypal-manual-order-modal .modal-content .brc-block,
.manual-paypal-order-upload-modal .modal-content .brc-block {
  width: 100%;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-net-cont,
.manual-order-upload-modal .modal-content .brc-block .brc-net-cont,
.manual-order-wait-view-modal .modal-content .brc-block .brc-net-cont,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-net-cont,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-net-cont,
.paypal-manual-order-modal .modal-content .brc-block .brc-net-cont,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-net-cont {
  position: relative;
  margin-top: 10px;
  margin-bottom: 20px;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-dashes-net,
.manual-order-upload-modal .modal-content .brc-block .brc-dashes-net,
.manual-order-wait-view-modal .modal-content .brc-block .brc-dashes-net,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-dashes-net,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-dashes-net,
.paypal-manual-order-modal .modal-content .brc-block .brc-dashes-net,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-dashes-net {
  margin: 0 auto;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 14px;
  height: 20px;
  display: flex;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-dashes-net .brc-dash,
.manual-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash,
.manual-order-wait-view-modal .modal-content .brc-block .brc-dashes-net .brc-dash,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-dashes-net .brc-dash,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash,
.paypal-manual-order-modal .modal-content .brc-block .brc-dashes-net .brc-dash,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash {
  background: #212529;
  flex-grow: 1;
  height: 2px;
  margin-left: 30px;
  margin-right: 30px;
  flex-basis: 100px;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-dashes-net .brc-dash:first-child,
.manual-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash:first-child,
.manual-order-wait-view-modal .modal-content .brc-block .brc-dashes-net .brc-dash:first-child,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-dashes-net .brc-dash:first-child,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash:first-child,
.paypal-manual-order-modal .modal-content .brc-block .brc-dashes-net .brc-dash:first-child,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash:first-child {
  margin-left: 70px;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-dashes-net .brc-dash:last-child,
.manual-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash:last-child,
.manual-order-wait-view-modal .modal-content .brc-block .brc-dashes-net .brc-dash:last-child,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-dashes-net .brc-dash:last-child,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash:last-child,
.paypal-manual-order-modal .modal-content .brc-block .brc-dashes-net .brc-dash:last-child,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-dashes-net .brc-dash:last-child {
  margin-right: 70px;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net {
  justify-content: space-between;
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:first-child,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:first-child,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:first-child,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:first-child,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:first-child,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:first-child,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:first-child,
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:last-child,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:last-child,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:last-child,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:last-child,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:last-child,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:last-child,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place:last-child {
  flex-basis: 80px;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button .round,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button .round,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button .round,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button .round,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button .round,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button .round,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button .round {
  position: relative;
  border: solid lightgray 2px;
  border-radius: 10px;
  width: 30px;
  height: 30px;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button span,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button span,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button span,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button span,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button span,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button span,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place .brc-button span {
  font-size: 15px;
  text-align: center;
  color: lightgray;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round {
  border-color: black;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round:before,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round:before,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round:before,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round:before,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round:before,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round:before,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button .round:before {
  content: "";
  position: absolute;
  border-radius: 6px;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background: black;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button span,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button span,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button span,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button span,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button span,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button span,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.active .brc-button span {
  color: black;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button {
  cursor: pointer;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button .round,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button .round,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button .round,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button .round,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button .round,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button .round,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button .round {
  border-color: black;
}
.manual-order-qrcode-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button span,
.manual-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button span,
.manual-order-wait-view-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button span,
.manual-crypto-order-select-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button span,
.manual-crypto-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button span,
.paypal-manual-order-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button span,
.manual-paypal-order-upload-modal .modal-content .brc-block .brc-buttons-net .brc-button-place.prev .brc-button span {
  color: black;
}
.manual-order-qrcode-modal .modal-content .wait-block .fail-alert,
.manual-order-upload-modal .modal-content .wait-block .fail-alert,
.manual-order-wait-view-modal .modal-content .wait-block .fail-alert,
.manual-crypto-order-select-modal .modal-content .wait-block .fail-alert,
.manual-crypto-order-upload-modal .modal-content .wait-block .fail-alert,
.paypal-manual-order-modal .modal-content .wait-block .fail-alert,
.manual-paypal-order-upload-modal .modal-content .wait-block .fail-alert {
  text-align: left;
}
.manual-order-qrcode-modal .modal-content .wait-block .fail-alert ol,
.manual-order-upload-modal .modal-content .wait-block .fail-alert ol,
.manual-order-wait-view-modal .modal-content .wait-block .fail-alert ol,
.manual-crypto-order-select-modal .modal-content .wait-block .fail-alert ol,
.manual-crypto-order-upload-modal .modal-content .wait-block .fail-alert ol,
.paypal-manual-order-modal .modal-content .wait-block .fail-alert ol,
.manual-paypal-order-upload-modal .modal-content .wait-block .fail-alert ol {
  padding-left: 16px;
}
.manual-crypto-order-upload-modal .modal-content .screenshot-row .query-circle .example-window .img {
  width: 197px;
  height: 426.66666667px;
  background-image: url("../images/payment-crypto-example.jpg");
}
.manual-paypal-order-upload-modal .modal-content .screenshot-row .query-circle .example-window .img {
  width: 197px;
  height: 420.66666667px;
  background-image: url("../images/payment-paypal-example.jpg");
}
.manual-order-qrcode-modal .modal-header,
.manual-crypto-order-select-modal .modal-header,
.paypal-manual-order-modal .modal-header {
  padding-bottom: 5px;
}
.manual-order-qrcode-modal .modal-body,
.manual-crypto-order-select-modal .modal-body,
.paypal-manual-order-modal .modal-body {
  padding-top: 0px;
}
.manual-order-qrcode-modal .modal-body .hint-block,
.manual-crypto-order-select-modal .modal-body .hint-block,
.paypal-manual-order-modal .modal-body .hint-block {
  text-align: center;
  margin-bottom: 10px;
  color: #f54336;
}
.manual-order-qrcode-modal .modal-body .price-block,
.manual-crypto-order-select-modal .modal-body .price-block,
.paypal-manual-order-modal .modal-body .price-block {
  text-align: center;
  margin-bottom: 10px;
  color: #007bff;
}
.manual-order-qrcode-modal .modal-body .price-block ._label,
.manual-crypto-order-select-modal .modal-body .price-block ._label,
.paypal-manual-order-modal .modal-body .price-block ._label {
  font-size: 25px;
}
.manual-order-qrcode-modal .modal-body .price-block ._value,
.manual-crypto-order-select-modal .modal-body .price-block ._value,
.paypal-manual-order-modal .modal-body .price-block ._value {
  font-weight: bold;
  font-size: 25px;
}
.manual-order-qrcode-modal .modal-body .qrcode,
.manual-crypto-order-select-modal .modal-body .qrcode,
.paypal-manual-order-modal .modal-body .qrcode {
  max-width: 100%;
}
.manual-order-qrcode-modal .modal-body .select-block ._header,
.manual-crypto-order-select-modal .modal-body .select-block ._header,
.paypal-manual-order-modal .modal-body .select-block ._header {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.manual-order-qrcode-modal .modal-body .select-block ._list,
.manual-crypto-order-select-modal .modal-body .select-block ._list,
.paypal-manual-order-modal .modal-body .select-block ._list {
  display: grid;
  grid-gap: 5px;
  padding-top: 20px;
}
.manual-order-qrcode-modal .modal-body .select-block label,
.manual-crypto-order-select-modal .modal-body .select-block label,
.paypal-manual-order-modal .modal-body .select-block label {
  cursor: pointer;
  padding: 15px 15px;
  border: solid black 1px;
}
.manual-order-qrcode-modal .modal-body .select-block label input,
.manual-crypto-order-select-modal .modal-body .select-block label input,
.paypal-manual-order-modal .modal-body .select-block label input {
  margin-right: 5px;
}
.manual-order-upload-modal .help-block-error {
  color: red;
}
.manual-order-wait-view-modal .modal-body {
  text-align: center;
}
.paypal-manual-order-modal .modal-body .show-block ._header {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.paypal-manual-order-modal .modal-body .show-block ._email {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.paypal-manual-order-modal .modal-body .show-block ._email > span {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.paypal-manual-order-modal .modal-body .show-block ._email > span:after {
  position: absolute;
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
  text-decoration: none;
  transition: opacity 0.2s ease 0s;
}
.paypal-manual-order-modal .modal-body .show-block ._email > span:hover {
  text-decoration: underline;
}
.paypal-manual-order-modal .modal-body .show-block ._email > span:hover:after {
  opacity: 1;
}
.paypal-manual-order-modal .modal-body .show-block ._email > span:active {
  transform: scale(0.95);
}
.manual-crypto-order-select-modal .select-block ._list ._id_block {
  margin-right: 20px;
  position: relative;
}
.manual-crypto-order-select-modal .select-block ._list ._id_block:after {
  position: absolute;
  content: "";
  font-family: FontAwesome;
  margin-left: 5px;
  text-decoration: none;
  transition: opacity 0.2s ease 0s;
}
.manual-crypto-order-select-modal .select-block ._list ._id_block:hover {
  text-decoration: underline;
}
.manual-crypto-order-select-modal .select-block ._list ._id_block:hover:after {
  opacity: 1;
}
.manual-crypto-order-select-modal .select-block ._list ._id_block:active {
  transform: scale(0.95);
}
.manual-crypto-order-select-modal .modal-dialog {
  max-width: 600px;
}
@media (max-width: 500px) {
  .manual-crypto-order-select-modal .modal-body {
    padding: 5px;
  }
  .manual-crypto-order-select-modal .modal-body .select-block ._list {
    grid-gap: 2px;
  }
  .manual-crypto-order-select-modal .modal-body .select-block label {
    font-size: 11px;
    padding: 5px 10px;
  }
}
.balance-order-confirm-modal .modal-header {
  justify-content: center;
  border-bottom: none;
}
.balance-order-confirm-modal .modal-body {
  padding-top: 0;
}
.balance-order-confirm-modal .modal-body .tarrif-block {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.balance-order-confirm-modal .modal-body .tarrif-block ._button {
  width: 100px;
  padding: 8px 10px;
  color: #ffffff;
  background: #b2867b;
  border-bottom: 4px solid #a46456;
  font: 600 20px/20px 'Open Sans', sans-serif !important;
  text-align: center;
}
.balance-order-confirm-modal .modal-body .tarrif-block ._button.tarrif-TRIAL24Hours {
  background: #434343;
  border-bottom-color: #232323;
}
.balance-order-confirm-modal .modal-body .tarrif-block ._button.tarrif-Bronze {
  background: #b2867b;
  border-bottom-color: #a46456;
}
.balance-order-confirm-modal .modal-body .tarrif-block ._button.tarrif-Silver {
  background: #a1a194;
  border-bottom-color: #818176;
}
.balance-order-confirm-modal .modal-body .tarrif-block ._button.tarrif-Gold,
.balance-order-confirm-modal .modal-body .tarrif-block ._button.tarrif-GoldBlackFriday {
  background: #f2e85c;
  border-bottom-color: #d2c953;
}
.balance-order-confirm-modal .modal-body .tarrif-block ._button.tarrif-Platinum {
  background: #bdd4de;
  border-bottom-color: #a6b9c3;
}
.balance-order-confirm-modal .modal-body .price-block {
  text-align: center;
  margin-bottom: 10px;
  color: #007bff;
}
.balance-order-confirm-modal .modal-body .price-block ._label {
  font-size: 25px;
}
.balance-order-confirm-modal .modal-body .price-block ._value {
  font-weight: bold;
  font-size: 25px;
}
.balance-order-confirm-modal .modal-footer {
  justify-content: center;
}
.balance-order-confirmed-modal .modal-header {
  justify-content: center;
}
.balance-order-confirmed-modal .modal-body {
  text-align: center;
}
.transfer-balance-modal .modal-header {
  display: center;
  justify-content: center;
}
.transfer-balance-modal .modal-body {
  text-align: center;
}
.transfer-balance-modal-confirmed .modal-header {
  display: flex;
  justify-content: center;
}
.transfer-balance-modal-confirmed .modal-body {
  text-align: center;
}
.dmca-confirm-modal .modal-header {
  display: flex;
  justify-content: center;
  text-align: center;
}
.dmca-confirm-modal .modal-footer {
  flex-wrap: wrap;
}
.dmca-confirm-modal .flags-block {
  justify-content: end;
}
.dmca-confirm-modal .flags-block .flags {
  margin: 0;
  padding: 0;
  display: flex;
}
.dmca-confirm-modal .flags-block .flags > li {
  list-style: none;
}
.dmca-confirm-modal .flags-block .flags a {
  display: block;
  width: 64px;
  height: 42px;
  background-size: cover;
  border: solid black 1px;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
}
.dmca-confirm-modal .flags-block .flags a:before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #000000AA;
  text-align: center;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  left: 0;
  top: 0;
}
.dmca-confirm-modal .flags-block .flags a:hover:before {
  opacity: 1;
}
.dmca-confirm-modal .flags-block .flags a.en {
  background-image: url("../images/flags/en.jpg");
}
.dmca-confirm-modal .flags-block .flags a.en:before {
  content: "English";
}
.dmca-confirm-modal .flags-block .flags a.zh {
  background-image: url("../images/flags/zh.jpg");
}
.dmca-confirm-modal .flags-block .flags a.zh:before {
  content: "中文";
}
.dmca-confirm-modal .flags-block .flags a.ru {
  background-image: url("../images/flags/ru.jpg");
}
.dmca-confirm-modal .flags-block .flags a.ru:before {
  content: "Русский";
}
.dmca-confirm-modal .flags-block .flags a.ae {
  background-image: url("../images/flags/ae.jpg");
}
.dmca-confirm-modal .flags-block .flags a.ae:before {
  content: "Arabic";
}
@media (max-width: 768px) {
  .dmca-confirm-modal .flags-block .flags {
    margin: 10px 0px;
  }
}
.dmca-confirm-modal .flags-block .flags a {
  width: 48px;
  height: 31.5px;
  margin: 0 5px;
}
.dmca-confirm-modal .flags-block .flags a:before {
  font-size: 10px;
}
.dmca-cancel-modal .modal-header {
  display: flex;
  justify-content: center;
  text-align: center;
}
.dmca-cancel-modal .modal-footer {
  flex-wrap: wrap;
}
.dmca-cancel-modal .to-confirm-button {
  position: relative;
  padding-left: 25px;
}
.dmca-cancel-modal .to-confirm-button:before {
  content: "\f060";
  font: 14px "FontAwesome";
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -7px;
}
.trial-confirm-modal p {
  text-align: center;
}
.trial-confirm-modal .wait-block {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.trial-confirm-modal .wait-block .spinner-border {
  width: 48px;
  height: 48px;
}
.trial-confirm-modal .wait-block .spinner-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -24px;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 768px) {
  .trial-confirm-modal.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .trial-confirm-modal.show .modal-dialog {
    margin-bottom: 70px;
  }
}
.payment-wide-tooltip .tooltip-inner {
  text-align: left;
  max-width: 500px;
}
.google-oauth {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  border: solid black 1px;
  background: white;
  border-radius: 5px;
}
.google-oauth:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-image: url("../images/social/google-icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.facebook-oauth {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  border: solid black 0px;
  border-radius: 5px;
}
.facebook-oauth:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/social/facebook-icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.vk-oauth {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  border: solid black 0px;
  border-radius: 5px;
}
.vk-oauth:before {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../images/social/vk-icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
.apple-oauth {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  border: solid black 0px;
  background: white;
  border-radius: 5px;
}
.apple-oauth:before {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 2px;
  left: 2px;
  background-image: url("../images/social/apple-icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
}
#waiting-for-order-payment-modal .modal-header {
  justify-content: center;
}
#waiting-for-order-payment-modal .modal-body {
  text-align: center;
}
.modal.show + .modal-backdrop.show {
  opacity: 1;
  background: url('../images/g90.svg');
  background-color: #02031C;
  background-position: 50% 0;
  background-attachment: fixed;
}
