/* Generated by less 2.5.1 */
html {
  background: #191b28;
}
body {
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.4;
  color: #191b28;
  background: #fff;
  background-size: 100% auto;
}
.upper {
  text-transform: uppercase;
}
div,
textarea,
button,
a,
select,
input {
  outline: none !important;
  text-decoration: none !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
::selection {
  background: #298f34;
  color: #fff;
}
::-moz-selection {
  background: #298f34;
  color: #fff;
}
.posrev {
  position: relative;
}
.overflow {
  overflow: hidden;
}
.anim {
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.animlong {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
p {
  margin: 0;
}
a:hover {
  text-decoration: none;
}
.fluid-width,
.main-width {
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
.posrev {
  position: relative;
}
@media (max-width: 997px) {
  .fluid-width,
  .main-width {
    max-width: 720px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1200px) {
  .fluid-width,
  .main-width {
    max-width: 997px;
  }
}
@media (min-width: 1200px) {
  .fluid-width {
    width: 90%;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #298f34;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #298f34;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.href {
  color: #298f34;
  text-decoration: underline !important;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
a.href img {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 26px;
  margin: 0 3px;
}
a.href:hover {
  opacity: .6;
}
.header {
  background: url(/themes/current/images/bg_3.png) no-repeat center center;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.header.cabinet {
  background: url(/themes/current/images/bg_cab.png) no-repeat center top;
  background-size: cover;
}
.header .fluid-width {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}
.topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.083vw;
}
.logo-wrap {
  display: flex;
  align-items: center;
}
.logo-wrap img {
  height: 4.16666667vw;
  width: auto;
  margin-right: 0.729165vw;
}
.logo-wrap p {
  font-size: 0.729165vw;
  color: #fff;
  line-height: 1;
}
.logo-wrap p strong {
  font-size: 2.291665vw;
  display: block;
}
.main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  background: url(/themes/current/images/svg/skew_bottom_green.svg) no-repeat;
  transform: skewX(-13.5deg) rotate(20deg);
  transform-origin: right top;
  background-size: 100% 100%;
  height: 1.5625vw;
  top: -2.604vw;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.main-menu ul li a {
  color: #fff;
  padding: 1.041665vw 1.25vw;
  font-size: 1.041665vw;
  text-transform: uppercase;
  display: inline-block;
}
.main-menu ul li:hover:after {
  transform: skewX(-13.5deg) rotate(0deg);
}
.skew {
  transform: skewX(-13.5deg);
}
.primary-button {
  padding: 1.25vw 1.77083vw;
  position: relative;
  display: inline-block;
  border: 0;
  background: transparent;
  z-index: 100;
  cursor: pointer;
  transform: skewX(-13.5deg);
}
.primary-button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #298f34;
  z-index: 10;
}
.primary-button p {
  font-size: 1.25vw;
  color: #fff;
  position: relative;
  z-index: 20;
  font-family: 'Gilroy', sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  transform: skewX(13.5deg);
}
.primary-button:hover p {
  transform: scale(1.05, 1.05) skewX(13.5deg);
}
.primary-button:hover.large p {
  transform: scale(1.1, 1.1) skewX(13.5deg);
}
.primary-button.large {
  padding: 2.083vw 4.16666667vw;
}
.primary-button.large p {
  font-size: 1.66666667vw;
}
.primary-button.yellow:after {
  background: #fce72b;
  box-shadow: 0 0 2.083vw rgba(252, 231, 43, 0.36);
}
.primary-button.yellow p {
  color: #191b28;
}
.primary-button.bordered:after {
  background: transparent;
  box-shadow: inset 0 0 0 0.26041667vw rgba(255, 255, 255, 0.4);
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.primary-button.bordered:hover:after {
  box-shadow: inset 0 0 0 0.26041667vw #ffffff;
}
.primary-button.white:after {
  background: #fff;
  box-shadow: 0 0 2.083vw rgba(255, 255, 255, 0.49);
}
.primary-button.white p {
  color: #191b28;
}
.primary-button.skew-svg.white:before {
  content: '';
  position: absolute;
  display: block;
  left: 0%;
  top: 98%;
  height: 1.5625vw;
  width: 100%;
  background: url(/themes/current/images/svg/skew_bottom_white.svg) no-repeat;
  background-size: 100% 100%;
}
.primary-button.skew-svg.mini:before {
  height: 0.9375vw;
  left: 0%;
  top: 100%;
}
span.thin {
  font-weight: 200;
}
.middle {
  display: grid;
  grid-template-columns: 200px 1fr 200px;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 100;
}
.mini-title {
  font-size: 1.041665vw;
  margin-bottom: 2.083vw;
  text-transform: uppercase;
  color: #fff;
}
span.green {
  color: #298f34;
}
.news-wrap {
  padding-bottom: 7.29166667vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.news-wrap .news-item {
  margin-bottom: 2.083vw;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  transform: skewX(-13.5deg);
}
.news-wrap .news-item:after {
  content: 'Читать';
  font-weight: 300;
  font-size: 0.833335vw;
  background: #fff;
  width: 80%;
  padding: 0.520834vw 0px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #298f34;
  z-index: 30;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  opacity: 0;
  transform: translate(-150%, -50%);
}
.news-wrap .news-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 0.3125vw #ffffff;
  display: inline-block;
}
.news-wrap .news-item img {
  width: 10.41666667vw;
  height: 5.2083vw;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.news-wrap .news-item:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.all-news {
  font-size: 0.833335vw;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.all-news:hover {
  letter-spacing: 0.26041667vw;
}
span.end {
  text-shadow: 2.604vw 0 0 rgba(255, 255, 255, 0.2), 5.2083vw 0 0 rgba(255, 255, 255, 0.1), 7.8125vw 0 0 rgba(255, 255, 255, 0.03);
}
.main-title {
  text-align: center;
  padding-top: 5.2083vw;
}
.main-title h1 {
  font-size: 4.6875vw;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.604vw;
  text-shadow: 0px 1.041665vw 5.2083vw rgba(10, 59, 16, 0.7);
  line-height: 1;
  position: relative;
}
.z200 {
  position: relative;
  z-index: 200;
}
.fly-obj {
  position: absolute;
  pointer-events: none;
  user-select: none;
  font-size: 0;
}
.fly-obj.fly-air {
  width: 20.83vw;
  height: auto;
  transform: translate(50%, -50%);
  left: 50%;
  top: 0;
}
.fly-obj.fly-air img {
  width: 100%;
  height: auto;
}
.fly-obj.lines {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 110%;
  width: auto;
}
.fly-obj.lines img {
  height: 100%;
}
.fly-obj.girl {
  height: 94vh;
  left: 50%;
  top: 12vh;
  transform: translateX(-50%);
}
.fly-obj.girl img {
  height: 100%;
}
.fly-obj.dj {
  height: 105%;
  z-index: 10;
  top: -0.520834vw;
  transform: translateX(-65%);
  left: 50%;
}
.fly-obj.dj img {
  height: 100%;
}
.fly-obj.dj .dotted {
  position: absolute;
  top: 10%;
  left: 42%;
  width: 70%;
  height: auto;
}
.fly-obj.bot {
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  bottom: 0;
}
.servers-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 7.29166667vw;
}
.servers-wrap .mini-title {
  text-align: right;
}
.servers-wrap .server-item {
  margin-bottom: 2.083vw;
  color: #fff;
  max-width: 7.8125vw;
  width: 7.8125vw;
}
.servers-wrap .server-item p.numb {
  font-size: 1.875vw;
}
.servers-wrap .server-item p.size {
  font-size: 0.9375vw;
}
.servers-wrap .server-item p.size span {
  font-weight: 300;
  font-size: 0.729165vw;
  opacity: .4;
  position: relative;
  top: -0.2083vw;
}
.servers-wrap .server-item i.size-line {
  height: 0.26041667vw;
  transform: skewX(-13.5deg);
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  margin-top: 1.5625vw;
  display: block;
}
.servers-wrap .server-item i.size-line i {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  box-shadow: 0px 0px 30px 0px #ffffff;
}
.servers-wrap .servers-stat {
  max-width: 7.8125vw;
  width: 7.8125vw;
}
.servers-wrap .servers-stat p {
  font-size: 0.520834vw;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
.servers-wrap .servers-stat p strong {
  font-size: 0.9375vw;
  font-weight: bold;
  color: #fff;
}
.section.social {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.social-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: skewX(-13.5deg);
  padding: 0 10%;
  background-image: -moz-linear-gradient(0deg, #298f34 0%, #24273a 100%);
  background-image: -webkit-linear-gradient(0deg, #298f34 0%, #24273a 100%);
  background-image: -ms-linear-gradient(0deg, #298f34 0%, #24273a 100%);
  width: 120%;
  left: -10%;
  position: relative;
}
.social-line li {
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.social-line li:hover a:after {
  transform: scale(1, 1);
}
.social-line li.green a {
  background-image: -moz-linear-gradient(0deg, #298f34 0%, #276937 100%);
  background-image: -webkit-linear-gradient(0deg, #298f34 0%, #276937 100%);
  background-image: -ms-linear-gradient(0deg, #298f34 0%, #276937 100%);
}
.social-line li.blue a {
  background-image: -moz-linear-gradient(0deg, #2f68dc 0%, #294482 100%);
  background-image: -webkit-linear-gradient(0deg, #2f68dc 0%, #294482 100%);
  background-image: -ms-linear-gradient(0deg, #2f68dc 0%, #294482 100%);
}
.social-line li.red a {
  background-image: -moz-linear-gradient(0deg, #ff0000 0%, #24273a 100%);
  background-image: -webkit-linear-gradient(0deg, #ff0000 0%, #24273a 100%);
  background-image: -ms-linear-gradient(0deg, #ff0000 0%, #24273a 100%);
}
.social-line li.orange a {
  background-image: -moz-linear-gradient(0deg, #e57828 0%, #724733 100%);
  background-image: -webkit-linear-gradient(0deg, #e57828 0%, #724733 100%);
  background-image: -ms-linear-gradient(0deg, #e57828 0%, #724733 100%);
}
.social-line li a {
  display: block;
  padding: 1.041665vw;
  display: flex;
  align-items: center;
  position: relative;
}
.social-line li a:after {
  content: '';
  width: 100%;
  height: 0.520834vw;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  transform-origin: bottom center;
  transform: scale(1, 0);
}
.social-line li a img {
  width: 4.16666667vw;
  margin-right: 0.729165vw;
}
.social-line li a p {
  font-size: 0.729165vw;
  color: #fff;
  transform: skewX(13.5deg);
  font-weight: 300;
  position: relative;
  z-index: 30;
}
.social-line li a p strong {
  font-weight: 800;
  display: block;
  font-size: 1.041665vw;
  text-transform: uppercase;
  position: relative;
  left: 0.3125vw;
}
span.green-text {
  color: #298f34;
}
span.green-text span.end {
  text-shadow: 2.604vw 0 0 rgba(39, 105, 55, 0.2), 5.2083vw 0 0 rgba(39, 105, 55, 0.1), 7.8125vw 0 0 rgba(39, 105, 55, 0.03);
}
.section.how {
  background: url(/themes/current/images/bg_how.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 5.2083vw;
  height: 40.52083vw;
}
.title-wrap h2 {
  font-size: 4.6875vw;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.604vw;
  text-shadow: 0px 1.041665vw 5.2083vw rgba(10, 59, 16, 0.7);
  line-height: 1;
}
.title-wrap h3 {
  font-size: 2.291665vw;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.291665vw;
  text-shadow: 0px 1.041665vw 5.2083vw rgba(10, 59, 16, 0.7);
  line-height: 1;
}
.title-wrap h3 span.end {
  text-shadow: 1.302083vw 0 0 rgba(255, 255, 255, 0.2), 2.604vw 0 0 rgba(255, 255, 255, 0.1), 3.90625vw 0 0 rgba(255, 255, 255, 0.03);
}
.step-wrapper {
  margin-top: 5.2083vw;
}
.step-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.step-wrap.step-1 > span {
  color: #298f34;
}
.step-wrap > span {
  font-size: 7.29166667vw;
  position: relative;
  margin-right: -2.083vw;
}
.step-wrap p {
  font-size: 1.25vw;
  font-weight: 800;
}
.step-wrap p span {
  display: block;
}
.step-wrap .primary-button {
  margin-left: 1.5625vw;
}
.step-logo-box {
  display: flex;
  align-items: center;
  position: absolute;
  left: 7.8125vw;
  bottom: 0;
}
.step-logo-box > span {
  margin: 0 1.041665vw;
}
.step-logo-box img {
  height: 1.66666667vw;
}
.footer {
  background: #0a0b11;
  position: relative;
  height: 10.41666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iziModal {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 2.083vw;
  box-sizing: content-box;
}
.iziModal .title-wrap {
  margin-bottom: 5.2083vw;
}
.close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.close img {
  width: 2.604vw;
}
.close p {
  transform-origin: left center;
  font-weight: 800;
  color: #fff;
  opacity: .4;
  transform: rotate(90deg) translate(0, -60%);
  position: relative;
}
.close.close-burger {
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0px;
  top: auto;
  z-index: 200;
}
.modal-content {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-bottom: 5.2083vw;
}
.modal-content .checkbox + label {
  font-size: 8px;
}
.iziModal-overlay {
  background: transparent;
}
.iziModal-overlay:before {
  content: '';
  position: fixed;
  opacity: .95;
  width: 100%;
  height: 100%;
  display: block;
  background-image: -moz-linear-gradient(135deg, #133321 0%, #020d28 100%);
  background-image: -webkit-linear-gradient(135deg, #133321 0%, #020d28 100%);
  background-image: -ms-linear-gradient(135deg, #133321 0%, #020d28 100%);
}
.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20.83vw;
  margin: 0 auto;
}
.form > input, .form > select, .form > .google {
  margin-bottom: 1.5625vw;
}

.form > .primary-select > option {
  background-color: #133321;
}

.form .error-container {
  color: red;
  font-weight: 600;
  margin-top: -15px;
  margin-bottom: 1.5625vw;
}

.form > input:last-child, .form > select:last-child {
  margin: 0;
}
.primary-select {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 20px 80px 0px rgba(65, 147, 86, 0.34), inset 0px 0px 24px 0px rgba(65, 147, 86, 0.34);
  border: 0.10416667vw solid transparent;
  border-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  -moz-border-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  -webkit-border-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  border-image-slice: 1;
  width: 100%;
  height: 3.75vw;
  border-radius: none !impostant;
  padding-left: 1.145835vw;
  transform: skewX(-13.5deg);
  color: #fff;
  font-style: normal;
  font-size: 0.9375vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/themes/current/images/svg/dropdown.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 2.083vw;
  cursor: pointer;
}
.primary-input {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 20px 80px 0px rgba(65, 147, 86, 0.34), inset 0px 0px 24px 0px rgba(65, 147, 86, 0.34);
  border: 0.10416667vw solid transparent;
  border-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  -moz-border-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  -webkit-border-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
  border-image-slice: 1;
  width: 100%;
  height: 3.75vw;
  border-radius: none !impostant;
  padding-left: 1.145835vw;
  transform: skewX(-13.5deg);
  color: #fff;
  font-style: normal;
  font-size: 0.9375vw;
  background-size: 2.083vw;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.primary-input::-webkit-input-placeholder {
  color: #fff;
}
.primary-input::-moz-placeholder {
  color: #fff;
}
.primary-input:-moz-placeholder {
  color: #fff;
}
.primary-input:-ms-input-placeholder {
  color: #fff;
}
.primary-input:focus,
.primary-input:hover {
  border: 2px soilid #298f34;
}
.burger-button {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  transform: skewX(-13.5deg);
}
.burger-button i {
  width: 40px;
  height: 4px;
  background: #fff;
  display: block;
}
.burger-button i:nth-child(2) {
  margin-top: 13px;
}
.burger-button i:nth-child(3) {
  margin-top: 13px;
}
.forMobile {
  display: none;
}
.title-mob h2 {
  text-align: center;
  width: 100%;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
.title-mob h3 {
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 30px;
}
.mobile_news_item {
  display: inline-block;
  font-size: 0;
  overflow: hidden;
  transform: skewX(-13.5deg);
}
.mobile_news_item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-shadow: inset 0 0 0 4px #fff;
  display: inline-block;
}
.mobile_news_item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.owl-item {
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  opacity: .4;
}
.owl-item.center {
  opacity: 1;
}
body .mobile_news .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
}
body .mobile_news .owl-dots .owl-dot {
  width: 18px;
  height: 5px;
  transform: skewX(-13.5deg);
  background: rgba(255, 255, 255, 0.1);
  margin: 0 10px;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
body .mobile_news .owl-dots .owl-dot.active {
  background: #fff;
  box-shadow: 0 0 40px #fff;
  width: 36px;
}
.burger-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  transform: scale(0.4, 0.4) translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
}
.burger-menu:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(135deg, #133321 0%, #020d28 100%);
  background-image: -webkit-linear-gradient(135deg, #133321 0%, #020d28 100%);
  background-image: -ms-linear-gradient(135deg, #133321 0%, #020d28 100%);
  opacity: .95;
}
.burger-menu.on {
  transform: scale(1, 1) translateY(0%);
  opacity: 1;
  pointer-events: all;
}
.burger-menu ul {
  position: relative;
  z-index: 200;
}
.burger-menu ul li a {
  padding: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 2px;
  color: #fff;
  position: relative;
}
.burger-menu ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  display: block;
  transform: skewX(-13.5deg);
}
.cabinet_info_grid {
  display: grid;
  grid-template-columns: 18.75vw 1fr 18.75vw;
  grid-gap: 6.51041667vw;
  align-items: center;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 100;
}
.users_list li {
  margin-bottom: 2.083vw;
  opacity: .6;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  position: relative;
}
.users_list li:after {
  content: '';
  height: 0.3125vw;
  background: #fff;
  position: absolute;
  box-shadow: 0px 0px 30px 0px #ffffff;
  width: 10.41666667vw;
  right: 110%;
  top: 50%;
  transform: translate(0, -50%) skewX(-13.5deg);
  display: block;
}
.users_list li:before {
  content: '';
  height: 0.3125vw;
  background: url(/themes/current/images/svg/arrow.svg) no-repeat center center;
  background-size: 100%;
  width: 1.5625vw;
  height: 1.5625vw;
  position: absolute;
  transform: translate(0, -50%) skewX(-13.5deg);
  display: block;
  left: 110%;
  top: 50%;
  transition: all 0.23s ease-in-out;
  -webkit-transition: all 0.23s ease-in-out;
  -moz-transition: all 0.23s ease-in-out;
  opacity: 0;
}
.users_list li.active {
  opacity: 1;
  transform: translateX(1.041665vw);
}
.users_list li.active:before {
  opacity: 1;
}
.users_list li:hover {
  opacity: 1;
  transform: translateX(1.041665vw);
}
.users_list li a {
  font-size: 1.25vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 10px 54px rgba(255, 255, 255, 0.7);
}
.users_list li a .count {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.users_list li a .count strong {
  font-size: 2.291665vw;
  font-weight: 800;
}
.users_list li a .count small {
  font-size: 0.520834vw;
  font-weight: 300;
  text-transform: uppercase;
}
.user_info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5625vw;
}
.sums p {
  color: #fff;
  line-height: 1;
}
.sums p strong {
  font-size: 1.66666667vw;
  font-weight: 800;
}
.sums p small {
  font-size: 0.729165vw;
  font-weight: 400;
}
.phone-numb {
  font-size: 0.833335vw;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.phone-numb img {
  height: 1.66666667vw;
  margin-right: 0.729165vw;
}
.sex {
  font-weight: 400;
}
.sex p {
  font-size: 0.729165vw;
}
.work {
  position: relative;
  padding: 0.729165vw 0.729165vw 0.729165vw 1.5625vw;
}
.work:after {
  content: '';
  position: absolute;
  width: 0.2083vw;
  background: #fff;
  left: 0;
  top: 0;
  height: 100%;
  transform: skewX(-13.5deg);
  opacity: .2;
}
.work p {
  color: #fff;
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.833335vw;
}
.work p strong {
  font-size: 1.145835vw;
  font-weight: 800;
}
.work.stat-item {
  margin-bottom: 1.5625vw;
}
.work.stat-item:after {
  background: #298f34;
  opacity: 1;
  box-shadow: 0px 10px 32px 0px #236b2f;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px;
  margin: 24px 0;
}
hr {
  border: 2px solid #fff;
  opacity: .2;
  transform: skewX(-13.5deg);
}
.user-head {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0px 10px 54px rgba(255, 255, 255, 0);
}
.user-head .count {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.user-head .count strong {
  font-size: 44px;
  font-weight: 800;
}
.user-head .count small {
  font-size: 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.mobile_info {
  margin-top: 30px;
  min-width: 0;
  color: #fff;
  margin-bottom: 30px;
}
.user-item {
  width: 90%;
}
