
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;

}

:hover {
  transition: 0.3s;
}

body {
  font-family: "Inter", serif;
  font-style: normal;
  margin: 0;
  background: #FBFBFB;
  color: #fff;
}

img {
  max-width: 100%;
}

input:focus {
  
  outline:none;
}

textarea:focus {
  outline: none;
}

textarea {
  font: inherit;
  border: none;
}

input {
  font: inherit;
  border: none;
}

button {
  font: inherit;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}

a {
  font: inherit;
  text-decoration: none;
}

a:hover {
  transition: 0.3s;
}

button:hover {
  transition: 0.3s;
}

svg {
  transition: 0.3s;
}

b {
  font-weight: inherit;
}

p {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clear {clear:both;}

.container {
  padding: 0 15px;
  max-width: 1440px;
  margin: 0 auto;
}

/*header*/

.header {
  background: linear-gradient(90deg, rgba(50, 28, 134, 0.95) 0%, rgba(21, 7, 75, 0.95) 64.5%);
  box-shadow: 0px 2px 5px 0px #00000040;
  padding: 12px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 48px;
  z-index: 3;
}

.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_burger {
  display: none;
}

.mobile_burger button {
  display: flex;
}

.header_nav ul {
  display: flex;
}

.header_nav ul li {
  display: flex;
  padding: 0 80px 0 0;
}

.header_nav ul li:last-child {
  padding: 0;
}

.header_nav ul li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  color: #fff;
}

.header_nav ul li a:hover {
  color: #42E1FD;
}

.header_right {
  display: flex;
  align-items: center;
}

.header_account button {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  color: #fff;
}

.header_account button img {
  margin: 0 15px 0 0;
}

.header_account button:hover {
  color: #42E1FD;
}

.header_download {
  padding: 0 0 0 40px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 21.78px;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
}

.btn_download {
  display: flex;
  align-items: center;
  padding: 12px 19px;
  background: linear-gradient(175.43deg, #0087FF 3.91%, #005199 96.54%);
  box-shadow: 0px 2px 5px 0px #00000040;
}

.btn_download img {
  margin: 0 10px 0 0;
}

.btn_download:hover {
  background: linear-gradient(174.29deg, #F2566F 10.84%, #B3243B 88.81%);
}

@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.burger2 {
  cursor: pointer;
  display: flex;
  content: "";
  font-size: 0px;
  user-select: none;
  position: absolute;
  top: 19px;
  left: 20px;
  width: auto;
  height: auto;
  background: none;
  z-index: 1;
  
}


 .burger2.is-open {

  transition: all 0.25s linear;
  background: transparent;

}


.sliding-panel-content {
  position: fixed;
  top: 0;
  right: auto;
  
  left: 0px;
  height: 100vh;
  width: 320px;
  padding: 70px 15px 35px 15px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: linear-gradient(-90deg, rgba(50, 28, 134, 0.95) 0%, rgba(21, 7, 75, 0.95) 64.5%);
  z-index: 13 !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.sliding-panel-content.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  
}

/*one*/

.one {
  background: url(../images/one.png) 0 100% no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.one:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(90deg, #291C5B 0%, rgba(66, 28, 91, 0.7) 33.9%, rgba(41, 28, 91, 0.3) 59.95%, rgba(41, 28, 91, 0.9) 100%);
}

.one_relative {
  max-width: 1920px;
  margin: 0 auto;
  padding: 200px 0 203px 0;
  position: relative;
}

.one_relative:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: url(../images/one_bf.png) 100% 100% no-repeat;
  z-index: 1;
}

.one_width {
  position: relative;
  z-index: 2;
  max-width: 810px;
}

.one h1 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.title {
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.03em;
  color: #FFFFFFE5;
  text-shadow: 0px 2px 4px #00000040;
}

.title span {
  font-weight: 900;
  line-height: 90px;
  color: #5EF0FAE5;
}

.logo {
  margin-bottom: 40px;
}

.logo a {
  display: flex;
  width: 466px;
  height: 466px;
  overflow: hidden;
  margin: -155px 0 -155px -60px;
}

.logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn_game {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  width: 280px;
  height: 70px;
  background: url(../images/btn_game_bg.svg) 0 0 no-repeat;
}

.btn_game img {
  margin: 0 20px 0 0;
}

.btn_game:hover {
  animation: wobbleud 0.5s linear infinite;
}

@keyframes wobbleud{
  0%{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25%{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  75%{
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
  }

  100%{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.one_scroll {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 2;
  animation: bounce 1600ms infinite cubic-bezier(0.445, 0.2, 0.2, 0.2);
}

@keyframes bounce {
50% {
    transform: translateY(-15px);
  }
}

.one_scroll p {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
}

.one_scroll_icon {
  padding: 8px 0 0 0;
  display: flex;
  justify-content: center;
}

/*two*/

.two {
  overflow: hidden;
  padding: 100px 0;
}

.two_wrap {
  align-items: flex-end;
  display: flex;
}

.two_block {
  width: 40%;
}

.two_block:last-child {
  padding: 0 0 60px 0;
  width: 60%;
  margin: 0 0 0 95px;
}

.two_img {
  display: flex;
}

.two h2 {
  text-align: right;
  text-shadow: none;
}

.two h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 36.31px;
  color: #3D3D3D;
  margin-top: 50px;
}

.two p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #3D3D3D;
  margin-top: 50px;
}

.two_button {
  padding: 50px 0 0 0;
}

.two_restagle {
  height: 5px;
  background: #42E1FD;
  max-width: 990px;
}


/*three*/

.three {
  background: url(../images/three.png) 0 0 no-repeat;
  background-size: cover;
  padding: 100px 0 70px 0;
  position: relative;
  overflow: hidden;
}

.three:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #291C5BD9;
}

.three_zindex {
  position: relative;
  z-index: 1;
}

.three h2 {
  text-align: center;
}

.three_border {
  background: linear-gradient(90deg, rgba(21, 7, 75, 0.7) 52.91%, rgba(21, 7, 75, 0.3) 100%);
  border-radius: 30px;
  padding: 50px 50px;
  position: relative;
}

.three_width {
  position: relative;
  z-index: 1;
  max-width: 879px;
}

.three h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36.31px;
}

.three p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 120px;
}

.three h4 {
  margin-top: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
  color: #A6A6A6;
}

.three_button {
  padding: 20px 0 0 0;
}

.btn_width {
  min-width: 220px;
  padding: 19px 25px;
}

.btn_red {
  font-weight: 700;
  background: linear-gradient(173.35deg, #F2566F 5%, #B2243B 94.61%);
  box-shadow: 0px 2px 5px 0px #00000040;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.btn_red:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: linear-gradient(173.35deg, #0087FF 5%, #005199 94.61%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_red:hover:before {
  top: 0;
}

.btn_red span {
  position: relative;
  z-index: 1;
}

.three_img {
  position: absolute;
  right: 100px;
  bottom: 0;
  display: flex;
}

.btn_blue {
  background: linear-gradient(173.35deg, #0087FF 5%, #005199 94.61%);
  box-shadow: 0px 2px 5px 0px #00000040;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.btn_blue span {
  position: relative;
  z-index: 1;
}

.btn_blue:before, .btn_blue:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: -50%;
  background: linear-gradient(173.35deg, #F2566F 5%, #B2243B 94.61%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_blue:after {
  left: 100%;
  background: linear-gradient(-173.35deg, #F2566F 5%, #B2243B 94.61%);
}

.btn_blue:hover:before {
  left: 0;
}

.btn_blue:hover:after {
  left: 50%;
}

.three_center {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
}

/*four*/

.four {
  overflow: hidden;
  padding: 100px 0;
}

.four_relative {
  position: relative;
}

.four_width {
  position: relative;
  z-index: 1;
  max-width: 1130px;
  margin: 0 -130px 0 auto;
}

.four_border {
  background: linear-gradient(90deg, rgba(251, 251, 251, 0) 0%, #E8E0FF 100%);
  padding: 23px 39px 23px 39px;
  border-radius: 0 200px 300px 0;
  margin-top: 60px;
}

.four_form {
  padding: 20px 0 0 0;
  max-width: 870px;
}

.four h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24.2px;
  color: #3D3D3D;
}

.four_form_wrap {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.four_form_block {
  width: 50%;
  padding: 30px 15px 0 15px;
}


.four_input {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  color: #3D3D3D;
  margin: 0 0 0 0;
  width: 100%; 
  padding: 0 20px 0 50px;
  height: 60px; 
  background: none;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #B2243B;
}


.four_input::-webkit-input-placeholder {
 color: #3D3D3D;
}

.four_input::-moz-placeholder {
  color: #3D3D3D;
}

.four_input:-ms-input-placeholder {
  color: #3D3D3D;
}

.four_input::placeholder {
  color: #3D3D3D;
}

.four_login {
  background: url(../images/four_login.svg) 20px 50% no-repeat;
}

.four_email {
  background: url(../images/four_email.svg) 20px 50% no-repeat;
}

.four_password {
  background: url(../images/four_password.svg) 20px 50% no-repeat;
}

.four_button {
  padding: 40px 0 0 0;
}

.four_form p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #AAAAAA;
  margin-top: 20px;
  max-width: 436px;
}

.four_img {
  position: absolute;
  top: 60px;
  left: 0;
}

.four_step {
  padding: 94px 0 0 0;
}

.four_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.client h3 {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
}

.client_black h3 {
  color: #3D3D3D;
}

.client h3 img {
  margin: 0 10px 0 0;
}

.client p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.client_black p {
  color: #3D3D3D;
}

.client_black button {
  margin-top: 20px;
}

.installer_black .installer_block {
  padding: 0 0 20px 0;
}

.installer_black .installer_block:last-child {
  padding: 0;
}

.installer_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.installer p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
}

.installer p img {
  margin: 0 15px 0 0;
}

.installer_black p {
  color: #3D3D3D;
}

.installer_black .installer_button {
  padding: 0 0 0 50px;
}

.installer_button button {
  width: 170px;
} 

.four_restagle {
  max-width: 960px;
  height: 5px;
  background: #42E1FD;
  margin: 30px 0 0 auto;
}

/*footer*/

.footer {
  padding: 50px 0;
  background: linear-gradient(90deg, rgba(50, 28, 134, 0.95) 0%, rgba(21, 7, 75, 0.95) 64.5%);
  box-shadow: 0px 2px 5px 0px #00000040;
}

.footer h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.31px;
  text-align: center;
  color: #6FE3EF;
}

.footer_socail {
  padding: 50px 0 0 0;
}

.footer_socail ul {
  display: flex;
  margin: 0 -15px;
}

.footer_socail ul li {
  width: 25%;
  padding: 0 15px;
}

.footer_socail ul li a {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
  color: #fff;
  padding: 0 10px;
  background: url(../images/footer_socail_bg.png) 0 0 no-repeat;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.footer_socail ul li a img {
  margin: 0 15px 0 0;
  position: relative;
  z-index: 1;
}

.footer_socail ul li a span {
  position: relative;
  z-index: 1;
}

.footer_socail ul li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #15074BCC;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_socail ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background: #B2243BD9;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_socail ul li a:hover:after {
  top: 0;
}

.footer_socail ul li a:hover:before {
  bottom: -100%;
}

.footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 0 0;
}

.footer p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.36px;
  color: #AAAAAA;
}

.footer_back_top a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  box-shadow: 0px 2px 5px 0px #00000040;
  background: linear-gradient(173.35deg, #F2566F 5%, #B2243B 94.61%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.footer_back_top a img {
  position: relative;
  z-index: 1;
}

.footer_back_top a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  background: linear-gradient(173.35deg, #0087FF 5%, #005199 94.61%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer_back_top a:hover:before {
  bottom: 0;
}


/*news*/

/*.background {
  background: url(../images/background.png) center 0 no-repeat;
  background-size: 2500px;
  position: relative;
}*/

.background_absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/one.png) 0 100% no-repeat;
  background-size: cover;
  height: 790px;
}

.background_absolute:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  background: linear-gradient(90deg, #291C5B 0%, rgba(66, 28, 91, 0.7) 33.9%, rgba(41, 28, 91, 0.3) 59.95%, rgba(41, 28, 91, 0.9) 100%);
}

.background_absolute:after {
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -5px;
    height: 100%;
    box-shadow: inset 0 -133px 56px -37px rgba(251, 251, 251, 1);
    width: 100%;
}

.background_pers {
  height: 100%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.background_pers:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: url(../images/one_bf.png) 100% 100% no-repeat;
}

.top {
  padding: 115px 0 100px 0;
  position: relative;
  z-index: 1;
}


.news {
  position: relative;
  z-index: 1;
  padding: 0 0 70px 0;
}

.news_bg {
  background: linear-gradient(180deg, rgba(55, 35, 136, 0.9) 0%, rgba(30, 17, 83, 0.9) 100%);
  padding: 50px 50px;
  border-radius: 10px;
}

.news h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36.31px;
}

.news_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
  margin: 0 -15px;
}

.news_block {
  width: 50%;
  padding: 30px 15px 0 15px;
}

.news_border {
  background: linear-gradient(180deg, rgba(21, 7, 75, 0.7) 0%, rgba(21, 7, 75, 0.3) 100%);
  padding: 30px 30px;
  border-radius: 20px;
}

.news_top {
  display: flex;
  justify-content: space-between;
}

.news_border h3 {
  padding: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
}

.news_border h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.78px;
  color: #A6A6A6;
  white-space: nowrap;
}

.news_border p {
  margin-top: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  height: 90px;
}

.pagination {
  padding: 50px 0 0 0;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li {
  padding: 0 5px 0 0;
}

.pagination ul li:last-child {
  padding: 0;
}

.pagination ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2F1A7E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  color: #fff;
}

.pagination ul li a.active {
  background: #B2243B;
}

.pagination ul li p {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2F1A7E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  color: #fff;
}

.pagination_arrow:hover {
  background: linear-gradient(173.35deg, #F2566F 5%, #B2243B 94.61%);
}

/*article*/

.article_top {
  display: flex;
  justify-content: space-between;
}

.article_top h1 {
  padding: 0 15px 0 0;
}

.article_top h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
  white-space: nowrap;
}

.article_content {
  padding: 50px 0 0 0;
}

.article_content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 30px;
}

.article_img {
  display: flex;
  margin-bottom: 30px;
}

.article_back {
  padding: 10px 0 0 0;
}

.article_back button {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #fff;
}

.article_back button svg {
  margin: 0 15px 0 0;
}

.article_back button:hover {
  color: #42E1FD;
}

.article_back button:hover svg path {
  fill: #42E1FD;
}

/*cabinet*/

.cabinet {
  position: relative;
  z-index: 1;
  padding: 0 0 70px 0;
}

.cabinet_wrap {
  display: flex;
}

.cabinet_block {
  width: 24%;
  margin: 0 30px 0 0;
}

.cabinet_block:last-child {
  width: 76%;
  margin: 0;
}

.cabinet_border {
  background: linear-gradient(180deg, rgba(84, 58, 188, 0.9) 0%, rgba(55, 35, 136, 0.9) 100%);
  backdrop-filter: blur(5px);
  padding: 30px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.cabinet_border:last-child {
  margin-bottom: 0;
}

.cabinet_border h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
}

.cabinet_border h2 span {
  color: #42E1FD;
}

.cabinet_restagle {
  height: 1px;
  background: #42E1FD;
  margin: 15px 0 20px 0;
}

.cabinet_nav ul {
  padding: 20px 0 5px 0;
}

.cabinet_nav ul li {
  padding: 0 0 10px 0;
}

.cabinet_nav ul li:last-child {
  padding: 0;
}

.cabinet_nav ul li a {
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  color: #fff;
}

.cabinet_nav ul li a img {
  margin: 0 5px 0 0;
}

.cabinet_nav ul li a.active {
  color: #42E1FD;
}

.cabinet_nav ul li a span {
  font-weight: 700;
  margin: 0 0 0 5px;
}

.cabinet_exit button {
  width: 160px;
}

.cabinet_border_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cabinet_border h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.94px;
  padding: 6px 10px;
  display: inline-block;
  background: #2F1A7E;
  border-radius: 5px;
}

.cabinet_grafick ul li {
  display: flex;
  padding: 0 0 10px 0;
}

.cabinet_grafick ul li:last-child {
  padding: 0;
}

.cabinet_grafick ul li p {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
}

.cabinet_grafick ul li p img {
  margin: 0 5px 0 0;
}

.cabinet_grafick ul li p span {
  margin: 0 0 0 7px;
}

.cabinet_grafick_red {
  color: #FF4848;
}

.cabinet_grafick_yellow {
  color: #FFF948;
}

.cabinet_bg {
  background: linear-gradient(180deg, rgba(84, 58, 188, 0.9) 0%, rgba(55, 35, 136, 0.9) 100%);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  padding: 30px 30px;
}

.cabinet_content_top {
  display: flex;
  align-items: center;
}

.cabinet_content_top_text {
  padding: 0 0 0 30px;
}

.cabinet_content_top_text h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.78px;
}

.cabinet_client {
  padding: 10px 0 0 0;
}

.client_white {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.client_white button {
  margin: 0 0 0 40px;
}

.client_white p {
  width: 100%;
}

.cabinet_client_border {
  margin: 40px 0;
  background: #2F1A7E;
  border-radius: 5px;
  padding: 30px 30px;
  display: flex;
  align-items: center;
}

.cabinet_client_border_icon {
  display: flex;
  margin: 0 20px 0 0;
}

.cabinet_client_border p {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  max-width: 710px;
}

.installer_white {
  display: flex;
}

.installer_white .installer_block {
  width: 50%;
  margin: 0 50px 0 0;
}

.installer_white .installer_block:last-child {
  margin: 0;
}

.installer_white .installer_button {
  padding: 0 0 0 30px;
}

.clinet_system h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30.26px;
}

.clinet_system p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.clinet_system_table {
  padding: 30px 0 0 0;
}

.clinet_system_table ul {
  border-radius: 5px;
  overflow: hidden;
}

.clinet_system_table ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 50px;
  min-height: 50px;
}

.clinet_system_table ul li:nth-child(2n+1) {
  background: #2F1A7E;
}

.clinet_system_table ul li:nth-child(2n+2) {
  background: #4327AB;
}

.clinet_system_table_block {
  text-align: center;
}

.clinet_system_table_block:nth-child(1) {
  width: 84px;
}

.clinet_system_table_block:nth-child(2) {
  width: 250px;
}

.clinet_system_table_block:nth-child(3) {
  width: 258px;
}

.clinet_system_table ul li p {
  font-weight: 700;
  line-height: 20px;
}


/*cabinet_personal*/

.cabinet_content_top_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  margin-top: 10px;
}

.personal {
  padding: 20px 0 0 0;
}

ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}

ul.tabs li {
  margin: 0 30px 0 0;
  cursor: pointer;
  background: linear-gradient(175.43deg, #0087FF 3.91%, #005199 96.54%);
  width: 220px;
  height: 50px;
  box-shadow: 0px 2px 5px 0px #00000040;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

ul.tabs li:last-child {
  margin: 0;
}


ul.tabs li.active {
  background: linear-gradient(175.43deg, #F2566F 3.91%, #B2243B 96.54%);
}

.tab_container {
  border-top: none;
  clear: both;
  width: 100%;
}

.tab_content {
  padding: 0 0 0 0;
  display: none;
}

.tab_drawer_heading { display: none; }

.personal_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.personal_status p {
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  background: #2F1A7E;
  border-radius: 5px;
}

.personal_status p span {
  font-size: 18px;
  color: #0BE300;
  margin: 0 0 0 15px;
}

.personal_content {
  padding: 40px 0 0 0;
}

.personal_table ul {
  border-radius: 5px;
  overflow: hidden;
}

.personal_table ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 50px;
}

.personal_table ul li:nth-child(2n+1) {
  background: #2F1A7E;
}

.personal_table ul li:nth-child(2n+2) {
  background: #4327AB;
}

.personal_table ul li p {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.personal_table ul li p span {
  font-weight: 500;
}

.personal_table_block:last-child {
  width: 90px;
  text-align: center;
}

.personal_content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
}

.personal_pd {
  padding: 40px 0 0 0;
}

.personal_table_progress .personal_table_block:nth-child(1) {
  width: 32%;
}

.personal_table_progress .personal_table_block:nth-child(2) {
  width: 55%;
}

#register-form .error {
  color: red;
}

@media (max-width:540px) {
	.header {
		top:0px;
	}
}