/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap&subset=cyrillic');*/

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #111;
  overflow-x: hidden;
}

a {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 36px;
  font-weight: 900;
}

input {
  width: 100%;
  background: #eef6fa;
  border-radius: 8px;
  border: none;
  padding: 0 20px;
  height: 48px;
  font-size: 15px;
  color: #a0a8b4;
}
input:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    #eef6fa;
}
input:focus {
  background: #eef6fa;
  color: #111;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  background: rgba(0, 0, 0, 0.4);
}
header .top {
  height: 95px;

  animation: fadeInDown;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1;
}
header .top .logo {
  line-height: 95px;
  height: 95px;
}
header .top .logo a {
  display: inline-block;
  width: 230px;
  height: 30px;
  background-image: url("/images/logo.svg?a");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

header.unvisible {
  opacity: 0;
}
header.unvisible:hover {
  opacity: 1;
}

body.white header {
  background: rgba(255, 255, 255, 0.1);
}
body.white header .top .logo a {
  background-image: url("/images/logo-white.svg?a");
}
body.white header .top .menu li a {
  color: #111;
}
body.white header .top .menu li a:hover {
  opacity: 1;
}
body.white header .top .languages button {
  border-color: #111;
  color: #111;
}
body.white header .top .languages button:after {
  color: #111;
}
body.white #menu-icon span {
  background: #111;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
  height: 95px;
  align-items: center;
  font-size: 16px;
}
.menu li a {
  color: #fff;
  opacity: 0.5;
  letter-spacing: 0.15px;
}
.menu li a:hover {
  text-decoration: none;
  opacity: 0.4;
}
.menu li a.active {
  border-bottom: 2px solid #eee042;
  opacity: unset;
  padding-bottom: 5px;
}

.menu.open {
  opacity: 1;
  visibility: visible;
}

.languages {
  height: 95px;
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
}
.languages button {
  background: none;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  position: relative;
  padding: 4px 0;
  font-weight: 500;
  margin-right: 30px;
  width: 40px;
}
.languages button::after {
  content: "\e906";
  position: absolute;
  font-family: "icomoon" !important;
  top: 10px;
  right: -25px;
  color: #fff;
  display: block;
  font-size: 6px;
}
.languages-ul {
  position: relative;
}
.languages-ul .dropdown-menu {
  width: 40px;
  min-width: unset;
  margin-top: 8px;
  border-radius: 8px;
  padding: 7px 0;
}
.languages-ul .dropdown-menu > li > a {
  padding: 0;
  text-align: center;
  padding: 5px 0;
  color: #a0a8b4;
}
.languages-ul .dropdown-menu > li > a:hover,
.languages-ul .dropdown-menu > li.active > a {
  background: none;
  color: #000;
}

.section {
  height: 100%;
  position: relative;
}
.section .centered {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.first {
  background-image: url("/images/bg-6.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #111111;
}
.first h1,
.first .h1 {
  font-size: 72px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.9;
  margin: 0;
  line-height: 66px;

  animation: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8;
}
.first h1 span,
.first .h1 span {
  display: block;
  background: rgb(220, 224, 235);
  background: -moz-linear-gradient(
    180deg,
    rgba(83, 83, 83, 1) 0%,
    rgba(6, 6, 6, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(83, 83, 83, 1) 0%,
    rgba(6, 6, 6, 1) 100%
  );
  background: linear-gradient(180deg, rgb(83, 83, 83) 0%, rgb(6, 6, 6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dce0eb",endColorstr="#ffffff",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first h1 span.yellow,
.first .h1 span.yellow {
  display: inline;
  color: #e5b709;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #e5b709;
}

.first-slider {
}
.first-slider .slidee {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.first-slider .content {
  width: 100%;
  padding: 0 250px;
  position: relative;
  z-index: 2;
}
.first-slider .content .caption {
  font-size: 18px;
  color: #fff;
  margin: 15px 0 20px;

  animation: fadeInUp;
  animation-duration: 1.2s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8;
}

.first-slider .content .button {
  width: 157px;
  height: 48px;
  text-align: center;

  animation: fadeInUp;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8;
}

.first-slider .picture {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;

  animation: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8;
}
.first-slider .picture .item {
  position: relative;
  z-index: 5;
}

.first-slider .slidee nav {
  position: absolute;
  bottom: 7%;
  width: 100%;
  padding: 0 8%;
  z-index: 2;
}
.first-slider .slidee nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.first-slider .slidee nav ul li {
  flex: 1 1 auto;
  padding: 0 1px;
  width: calc(100% / 4);
}
.first-slider .slidee nav ul li:nth-child(2) {
  animation: fadeInUp;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1;
}
.first-slider .slidee nav ul li:nth-child(3) {
  animation: fadeInUp;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1;
}
.first-slider .slidee nav ul li:nth-child(4) {
  animation: fadeInUp;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1;
}

.first-slider .slidee nav ul li div {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025) 47.92%,
      rgba(255, 255, 255, 0) 50%
    ),
    rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  height: 72px;
  width: 100%;
  display: block;
  line-height: 72px;
  color: rgba(255, 241, 241, 0.5);
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.first-slider .slidee nav ul li div:hover {
  color: #fff;
}
.first-slider .slidee nav ul li div i {
  color: #e5b709;
  margin-right: 7px;
  font-size: 15px;
}

.button {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  width: auto;
  padding: 0 30px;
  background: #e5b709;
  border-radius: 8px;
  text-decoration: none !important;
  color: #111111;
  font-weight: 600;
  border: none;
}

.button.b1 {
  background: linear-gradient(90deg, #e5b709 0%, #eee042 100%);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.4),
    inset 0px 1px 0px rgba(255, 255, 255, 0.4);
  color: #111111;
}
.button.b1:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    linear-gradient(90deg, #e5b709 0%, #eee042 100%);
  color: #111111;
}
.button.b1:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    linear-gradient(90deg, #e5b709 0%, #eee042 100%);
  color: #111111;
}

.button.b2 {
  background: linear-gradient(180deg, #bc41f4 0%, #9214cc 100%);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2),
    inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  color: #fff;
}
.button.b2:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    linear-gradient(180deg, #bc41f4 0%, #9214cc 100%);
  color: #fff;
}
.button.b2:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
    linear-gradient(180deg, #bc41f4 0%, #9214cc 100%);
  color: #fff;
}

.sprite {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.sprite.facewg {
  background-image: url("/images/icons/icon-fm.png");
  width: 22px;
  height: 22px;
}
.sprite.facewgwhite {
  background-image: url("/images/icons/icon-fm-white.png");
  width: 22px;
  height: 22px;
  margin-top: -5px;
}

.second {
  background-color: #eef6fa;
  background-image: url("/images/bg-2.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.second .container {
  height: 100%;
  position: relative;
}

.second .picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
}
.second .picture img {
  width: 90%;
}

.animations.second .picture {
  animation: fadeInLeft;
  animation-duration: 1s;
}

.second h2 {
  color: #bc41f4;
  margin: 0 0 20px;
}
.animations.second h2 {
  animation: fadeInUp;
  animation-duration: 1s;
}

span.purple {
  background: rgb(220, 224, 235);
  background: -moz-linear-gradient(
    180deg,
    rgba(188, 65, 244, 1) 0%,
    rgba(146, 20, 204, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(188, 65, 244, 1) 0%,
    rgba(146, 20, 204, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(188, 65, 244) 0%,
    rgb(146, 20, 204) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC41F4",endColorstr="#9214CC",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
span.yellow {
  display: inline;
  color: #e5b709;
}

.second .content {
  width: 440px;
  z-index: 1;
  position: relative;
}

.second .text {
  line-height: 140%;
  color: #a0a8b4;
  font-size: 15px;
  margin-bottom: 30px;
}
.second .text p {
  font-size: 16px;
  font-weight: 500;
  color: #111;
}
.second .numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.second .numbers li {
  width: calc(100% / 2);
  position: relative;
  padding-left: 39px;
  margin-bottom: 35px;
}
.second .numbers li span {
  background: rgb(220, 224, 235);
  background: -moz-linear-gradient(
    180deg,
    rgba(188, 65, 244, 1) 0%,
    rgba(146, 20, 204, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(188, 65, 244, 1) 0%,
    rgba(146, 20, 204, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(188, 65, 244) 0%,
    rgb(146, 20, 204) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC41F4",endColorstr="#9214CC",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 5px;
}

.three {
  background-image: url("/images/bg-1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #111;
}
.three-content {
  background-image: url("/images/bg-3.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.three-content .content {
  padding-left: 100px;
}
.three-content .content h2 {
  color: #fff;
  margin: 0 0 25px;
}
.three-content .content h2 span {
  color: #e5b709;
}
.three-content .content .text {
  line-height: 140%;
  color: #fff;
  opacity: 0.5;
  margin: ;
  margin-bottom: 50px;
}
.three-content .content .accountes-pun {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.three-content .content .accountes-pun li {
  width: calc(100% / 2);
  margin-bottom: 35px;
  color: #fff;
  font-weight: 600;
}
.three-content .content .accountes-pun li span i {
  color: #bc41f4;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 20px;
}
.three-content .accounts {
  display: flex;
  flex-wrap: nowrap;
}
.three-content .accounts > div .item {
  margin-right: 15px;
}

.animations .three-content .accounts {
  animation: fadeInRight;
  animation-duration: 1s;
}
.animations .three-content .content h2 {
  animation: fadeInLeft;
  animation-duration: 1s;
}

.accounts,
.accounts .list-view {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.accounts .item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  border-radius: 8px;
  padding: 15px;
  width: 270px;
  margin: 0 0 30px;
}
.accounts .item .picture {
  display: flex;
  height: 160px;
  overflow: hidden;
  border-radius: 8px;
}
.accounts .item .picture img {
  width: 100%;
  height: 100%;
}
.accounts .item h3 {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #d0d8e3;
  justify-content: space-between;
  font-weight: 400;
  margin: 0;
}
.accounts .item h3 span {
  font-size: 16px;
  color: #a0a8b4;
  display: block;
}
.accounts .item h3 span.value {
  color: #000;
  text-align: right;
  font-weight: 700;
}
.accounts .item .order {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  align-items: center;
}
.accounts .item .order .price {
  font-size: 24px;
  line-height: 23px;
}
.accounts .item .order .price span {
  color: #ff453a;
  text-decoration: line-through;
  font-size: 14px;
  display: block;
}

.accounts .list-view {
  width: 100%;
}

.labels {
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 9px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.labels.sale {
  background: linear-gradient(90deg, #ff6d6d 0%, #f33939 100%);
}

.accounts-container .button.b2 {
  margin-top: 20px;
}

.pagedown {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
}
.pagedown a {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 30px 30px 0px 0px;
}
.pagedown a::after {
  content: "\e906";
  font-family: "icomoon" !important;
  color: #fff;
  font-size: 8px;
}
.pagedown a:hover {
  text-decoration: none;
  width: 52px;
  height: 52px;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025) 47.92%,
      rgba(255, 255, 255, 0) 50%
    ),
    rgba(255, 255, 255, 0.1);
}
.pagedown a:active {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.025) 47.92%,
      rgba(255, 255, 255, 0) 50%
    ),
    rgba(255, 255, 255, 0.15);
}

.four {
  background: #bc41f4;
}
.four h2 {
  color: #fff;
  margin: 0 0 25px;
}
.four h2 span {
  color: #e5b709;
}

.four .cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.four .cards li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 20px 0 0;
}
.four .cards li .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 700;
}
.four .cards li .text {
  line-height: 140%;
  color: #fff;
}
.four .centered {
  padding: 0 100px;
  width: 100%;
}

.liner-range {
  position: relative;
  height: 375px;
  margin-top: 50px;
}
.liner-range .line {
  position: absolute;
  bottom: 70px;
  left: 50px;
  height: 0;
  overflow: hidden;
  width: 0;
  -webkit-transition: all linear 1s;
  -moz-transition: all linear 1s;
  -ms-transition: all linear 1s;
  -o-transition: all linear 1s;
  transition: all linear 1s;
}
.liner-range .line .cls {
  position: absolute;
  bottom: 0;
}
.liner-range .tips {
  position: absolute;
  top: 0;
  left: 0;
}

.animations .liner-range .tips {
  animation: fadeInUp;
  animation-duration: 1s;
}
.animations .liner-range .tips img {
  width: 110%;
}
.animations .liner-range .line {
  width: 395px;
  height: 246px;
}

.liner-range .captions {
  position: absolute;
  top: 260px;
  width: 440px;
  text-align: center;
  left: 120px;
}
.liner-range .captions .caption__item {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  line-height: 30px;
}
.liner-range .captions .caption__item span {
  color: #e5b709;
  display: block;
}

.liner-range .captions .caption__item:first-child {
  float: right;
  margin-top: -170px;
}
.liner-range .captions .caption__item:nth-child(2) {
  position: absolute;
  top: -75px;
  left: 180px;
}
.liner-range .captions .caption__item:last-child {
  float: left;
  text-align: left;
}

.animations .liner-range .captions {
  animation: fadeInUp;
  animation-duration: 1s;
}

.five {
  background-image: url("/images/bg-1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #111;
}
.five h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 40px;
  position: relative;
  z-index: 2;
}
.five .bg-picture {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.slider-feedbacks {
  z-index: 2;
}

.five .content {
  width: 100%;
  display: block;
}

.feedback-item {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 8px;
  padding: 20px;
  position: relative;
  color: #fff;
  width: 490px;
  margin: 0 15px;
  height: 190px;
  overflow: hidden;
}
.feedback-item .card {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.feedback-item .card .user {
  position: relative;
  padding-left: 65px;
}
.feedback-item .card .user img {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.feedback-item .card .user .name {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 4px;
}
.feedback-item .card .options {
  text-align: right;
}
.feedback-item .card .options .rating {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}
.feedback-item .card .options time {
  color: #a0a8b4;
  margin-top: 8px;
  display: block;
}
.feedback-item .review {
  line-height: 21px;
  font-size: 14px;
  height: 85px;
  overflow: hidden;
}

.stars {
  display: flex;
}
.stars span {
  margin-right: 10px;
}
.stars span::after {
  content: "\e90f";
  font-family: "icomoon" !important;
  color: #111;
  font-size: 18px;
}
.stars span.active::after {
  color: #e5b709;
}

.slider-feedbacks .slick-list {
  overflow: unset;
}

.button-center {
  text-align: center;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.six {
  background: #e5b709;
}
.six h2 {
  color: #111;
  text-align: center;
  margin: 0 0 40px;
}
.six .content {
  width: 100%;
  display: block;
}

.blog-item {
  background: #ffffff;
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  border-radius: 8px;
  height: 416px;
  width: 370px;
  overflow: hidden;
  position: relative;
  margin: 0 15px;
}
.blog-item .image {
  display: flex;
  height: 208px;
  overflow: hidden;
}
.blog-item .image a {
  display: block;
  width: 100%;
}
.blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-item .category,
.blog-category {
  background: linear-gradient(180deg, #bc41f4 0%, #9214cc 100%);
  display: inline-block;
  padding: 6px 7px;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  position: absolute;
  top: 192px;
  left: 20px;
  margin: 0;
  font-size: 14px;
}
.blog-item .title {
  font-weight: bold;
  margin: 25px 20px 8px;
  font-size: 16px;
}
.blog-item .title a {
  color: #111;
}
.blog-item .pretext {
  margin: 0 20px;
}
.blog-item .foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.blog-item .foot > div {
  margin: 20px;
}
.blog-item .foot .left a {
  color: #bc41f4;
  font-size: 15px;
}
.blog-item .foot .right {
  color: #c9cacc;
  font-size: 15px;
}

.blog-list-slider .slick-list {
  overflow: unset;
}
.blog-list-slider .slick-list .slick-slide:not(.slick-active) {
  opacity: 0.5;
}

.footer {
  background-image: url("/images/bg-1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #111;
}
.footer .centered {
  background-image: url("/images/member-2.png");
  background-repeat: no-repeat;
  background-position: center;
}

.footer .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 100px;
  color: #fff;
}
.footer .content .information {
  width: 380px;
}
.footer h2 {
  color: #fff;
  margin: 0 0 40px;
}
.footer .contact .socials {
  display: flex;
  margin-bottom: 20px;
}
.footer .contact .socials li {
  margin-right: 40px;
}
.footer .contact .socials li a {
  color: #c9cacc;
  font-size: 22px;
  opacity: 0.5;
}
.footer .contact .socials li a:hover,
.footer .contact .socials li a:active {
  color: #c9cacc;
  opacity: 1;
}

.footer-content {
  background-image: url("/images/bg-3.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.contact-phone {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}
.contact-phone a {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 21px;
}
.contact-phone span {
  opacity: 0.5;
  font-size: 13px;
}
.contact-phone::before {
  content: "\e90a";
  position: absolute;
  font-family: "icomoon" !important;
  left: 0;
  font-size: 22px;
  color: #c4c4c4;
  top: 5px;
  opacity: 0.5;
}

.copyright {
  margin-top: 50px;
  font-size: 13px;
  opacity: 0.5;
}

.footer-payments-cc {
  margin-bottom: 40px;
  display: flex;
}

.footer .content .information .sys-text .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .content .information .sys-text p {
  font-size: 13px;
  line-height: 21px;
}

#loading {
  background-color: #111;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1040;
  margin-top: 0px;
  top: 0px;
}
#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
}
#loading .object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-animation: loader 2s infinite;
  animation: loader 2s infinite;
}

#loading .object:nth-child(4) {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading .object:nth-child(3) {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#loading .object:nth-child(2) {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#loading .object:nth-child(1) {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes loader {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes loader {
  50% {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.slider-progress {
  position: absolute;
  top: 0;
  right: 17px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  animation: fadeInRight;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8;
}
.slider-progress .item {
  width: 8px;
  height: 80px;
  background: #fff;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
}
.slider-progress .item span {
  height: 0%;
  background: #fff;
  width: 8px;
  display: block;
}

#menu-icon {
  display: none;
  width: 18px;
  height: 14px;
  cursor: pointer;
  z-index: 1040;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#menu-icon span {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  display: block;
  background: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#menu-icon span:first-child {
  top: 0;
}
#menu-icon span:last-child {
  bottom: 0;
}
#menu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.start-block {
  padding: 150px 0 100px;
  background-image: url("/images/bg-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #111;
}
.start-block .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: url("/images/bg-rings.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.start-block .content .video {
  height: 320px;
  background: #ffffff;
  border-radius: 8px;
  width: 470px;
  padding: 10px;
}
.start-block .content .video iframe {
  width: 100%;
  height: 100%;
}

.start-block .content .info {
  margin-left: 80px;
}
.start-block .content .info h1 {
  margin: 0 0 20px;
  font-weight: 900;
}
.start-block .content .info .nums li {
  font-size: 24px;
  color: #fff;
  padding-left: 50px;
  position: relative;
  margin-bottom: 35px;
}
.start-block .content .info .nums li span {
  font-weight: 900;
  font-size: 36px;
  position: absolute;
  left: 0;
  top: -8px;
}
.start-block .content .info .nums li:nth-child(2) {
  margin-left: 50px;
}

.accounts-section {
  background: #eef6fa;
  padding: 110px 0 70px;
}
.accounts-section .button-center {
  margin-top: 10px;
}
.accounts-lister {
  padding: 0 100px;
}

.navigate-tabs {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
.navigate-tabs li {
  margin: 0 8px;
}
.navigate-tabs li a {
  height: 48px;
  display: block;
  line-height: 48px;
  background: #fff;
  border-radius: 8px;
  padding: 0 25px;
  font-weight: 600;
  color: #000;
  font-size: 15px;
}
.navigate-tabs li.active a {
  background: #111;
  color: #fff;
  text-decoration: none;
}
.navigate-tabs li a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    #ffffff;
}

.information-section {
  padding: 120px 0;
  background-color: #111;
}

.accordion .accordion-item {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 8px;
  padding: 15px 25px;
  margin-bottom: 8px;
}
.accordion .accordion-item a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px;
  position: relative;
  display: block;
}
.accordion .accordion-item a::after {
  content: "\e906";
  font-family: "icomoon" !important;
  position: absolute;
  right: 0;
  font-size: 8px;
  top: 7px;
  transform: rotate(180deg);
}
.accordion .accordion-item a:hover {
  text-decoration: none;
}
.accordion .accordion-item a.collapsed {
  margin: 0;
}
.accordion .accordion-item a.collapsed::after {
  transform: unset;
}

.accordion .accordion-item .content {
  padding: 0;
  font-size: 15px;
}

.information-section .container.three-content {
  background: none;
}

.feedbacks {
  padding: 120px 0;
  background-image: url("/images/bg-5.png");
  background-position: right center;
}

.feedbacks .bg-picture {
  left: 18%;
  right: unset;
}

footer.footer {
  background-image: url("/images/member-2.png");
  background-position: center;
  padding: 100px 0;
}
footer .footer-content {
  background: none;
}

.account-start {
  background: #ffffff;
  padding: 100px 0;
}
.account-start .container {
  padding: 0 130px;
}
.account-start .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product-images {
  display: flex;
  align-items: center;
}

.product-images .thumbnails {
  width: 130px;
  margin-right: 15px;
}
.product-images .thumbnails .thumb-item {
  width: 128px;
  overflow: hidden;
  border-radius: 8px;
  height: 87px;
  margin: 5px 0;
}
.product-images .thumbnails .thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-images .thumbnails .slick-current .thumb-item {
  border: 2px solid #e5b709;
  opacity: 0.7;
}

.product-images .big {
  width: 540px;
  overflow: hidden;
}
.product-images .big .image-item {
  width: 100%;
  height: 370px;
  overflow: hidden;
  border-radius: 15px;
  display: flex;
}
.product-images .big .image-item a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-price {
  background: #f0f0f0;
  border-radius: 16px;
  display: flex;
  margin-bottom: 25px;
}
.product-price .rating {
  padding: 15px 25px 25px;
}
.product-price .rating .param {
  display: block;
  font-size: 13px;
  color: #a0a8b4;
}
.product-price .rating .value {
  display: block;
  font-weight: 800;
  font-size: 36px;
  color: #111111;
  margin-bottom: 15px;
}
.product-price .rating .button {
  width: 100%;
  text-align: center;
}

.product-price .price {
  display: flex;
  justify-content: center;
  align-items: end;
  border-left: 1px solid #e2e2e2;
  flex-wrap: wrap;
}
.product-price .price .labels.sale {
  position: unset;
  margin-right: 10px;
}
.product-price .price .old-price {
  color: #ff453a;
  text-decoration: line-through;
}
.product-price .price .actual-price {
  width: 100%;
  font-size: 36px;
  color: #111111;
  text-align: center;
  align-self: start;
}

.back {
  margin: 20px 0;
}
.back a {
  display: inline-block;
  position: relative;
  color: #a0a8b4;
  font-size: 11px;
  text-decoration: underline;
  padding-left: 16px;
}
.back a::before {
  content: "\e90b";
  font-family: "icomoon" !important;
  font-size: 8px;
  position: absolute;
  left: 0;
  top: 3px;
}
.back a:hover {
  text-decoration: none;
}

.product-card {
  width: 435px;
}
.double-list {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.double-list.game-link li {
  width: 50%;
}
.double-list.game-link li a {
  color: #111;
  font-size: ;
  font-weight: 500;
  text-decoration: underline;
}
.double-list.game-link li span {
  margin-right: 20px;
}

.product-card .benefits li {
  width: 50%;
  display: block;
  font-size: 14px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.product-card .benefits li span {
  font-weight: bold;
}
.product-card .benefits li::before {
  content: "\e909";
  font-family: "icomoon" !important;
  background: rgb(220, 224, 235);
  background: -moz-linear-gradient(
    180deg,
    rgba(188, 65, 244, 1) 0%,
    rgba(146, 20, 204, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(188, 65, 244, 1) 0%,
    rgba(146, 20, 204, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgb(188, 65, 244) 0%,
    rgb(146, 20, 204) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#BC41F4",endColorstr="#9214CC",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}

.account-page .second {
  padding: 120px 0;
  background-image: none;
}
.account-page .second .row {
  padding: 0 200px;
}
.account-page .second .picture {
  left: unset;
  right: 0;
}

.accounts-section-product {
  background: #e5b709;
  padding: 120px 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 40px;
  margin: 0;
}
.switch input {
  display: none;
}

.switch .round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a0a8b4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 39px;
}
.switch .round::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 7px;
  bottom: 7px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switch input:checked + .round {
  background: linear-gradient(180deg, #bc41f4 0%, #9214cc 100%);
}
.switch input:focus + .round {
  box-shadow: 0 0 1px #2196f3;
}
.switch input:checked + .round:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}

.calculator {
  background-image: url("/images/bg-5.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  background-color: #111;
}
.calculator .content {
  margin: 0 100px;
  background: #ffffff;
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  border-radius: 16px;
  padding: 30px 50px;
  margin-bottom: 40px;
}
.calculator .content h2 {
  margin: 0 0 40px;
}
.calculator .content label {
  font-size: 16px;
  font-weight: 600;
  font-weight: ;
  color: #a0a8b4;
  margin-bottom: 15px;
}
.calculator .content label img {
  width: 34px;
  height: 34px;
  margin-right: 8px;
}
.calculator .content input {
  font-weight: 600;
  text-align: center;
  color: #111;
}
.calculator .content .mmr {
  margin-top: 30px;
}
.calculator .content .mmr label {
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
}
.calculator .content .mmr label span {
  float: right;
  color: #40a61c;
}
.calculator .content .total {
  font-size: 32px;
  color: #a0a8b4;
  margin-top: 60px;
}
.calculator .content .total-left {
  display: inline-block;
}
.calculator .content .total-right {
  float: right;
  color: #111;
}
.calculator .options .option {
  position: relative;
  padding-left: 85px;
  margin-bottom: 20px;
}
.calculator .options .option .switch {
  position: absolute;
  top: 3px;
  left: 0;
}
.calculator .options .option .option-text {
  color: #a0a8b4;
  display: block;
}
.calculator .options .option .option-text span {
  display: block;
  font-weight: 600;
  color: #111;
  margin-bottom: 2px;
}
.calculator .content .button {
  margin-top: 25px;
  width: 100%;
}

.total-value-calc-sale {
  color: #8993a1;
  font-size: 25px;
  text-decoration: line-through;
  margin-right: 10px;
}

.stages {
  background-image: url("/images/bg-vector.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #111;
}
.stages .content {
  padding: 100px 100px 0;
}
.stages .content .stage .num .value {
  font-size: 120px;
  font-weight: 900;
  color: #e5b709;
}
.stages .content .stage .num .image {
  position: absolute;
  top: 0;
  left: 15px;
}

.stages .content .stage-1 .num .image img {
  width: 175px;
}
.stages .content .stage-2 .num .image {
  left: 70px;
}
.stages .content .stage-3 .num .image {
  left: 50px;
}

.stages .content .stage .text {
  color: rgba(255, 255, 255, 0.5);
}
.stages .content .stage .text p {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}

.why {
  padding: 150px 0 50px;
  background-color: #111;
}
.why .container {
  padding: 0 115px;
}
.why h2 {
  font-size: 90px;
  color: #fff;
  margin: 0 0 20px;
}
.why h2 span {
  color: #e5b709;
}
.why .lot {
  color: #fff;
  position: relative;
  padding-left: 70px;
  height: 105px;
  margin-bottom: 25px;
}
.why .lot span:first-child {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border: 1px solid #e5b709;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.why .lot span.text {
  opacity: 0.5;
  line-height: 21px;
  font-size: 13px;
}
.why .lot span i.icon-success {
  font-size: 15px;
}

.seo-text {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  border-radius: 8px;
  letter-spacing: 0.5;
  color: #ffffff;
  padding: 15px 20px;
  position: relative;
  z-index: 2;
  margin: 70px 0;
}

.blog-page {
  background: #eef6fa;
  margin-top: -20px;
}
.calculator .content {
  margin: 0 100px;
  background: #ffffff;
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  border-radius: 16px;
  padding: 30px 50px;
  margin-bottom: 40px;
}
.blog-container {
  padding-top: 120px;
}
.blog-container .heading {
  margin-bottom: 40px;
}
.blog-container .content {
  padding: 0 100px;
}
.blog-container .content h1 {
  font-size: 36px;
  font-weight: 900;
  display: inline-block;
  margin: 6px 0;
}
.blog-container .heading .navigate-tabs {
  float: right;
  margin: 0;
}
.blog-container .heading .navigate-tabs li {
  margin: 0 2px;
}
.navigate-tabs.navigate-tabs-purple li.active a {
  background: linear-gradient(180deg, #bc41f4 0%, #9214cc 100%);
}

.blog-list {
  margin-bottom: 40px;
}
.blog-list .blog-item {
  margin: 0 0 30px;
  width: 100%;
}

.blog-item.mini {
  height: 330px;
}
.blog-item.mini .title {
  height: 90px;
}
.blog-item.mini .title a {
  color: #000;
}
.blog-item.mini .image {
  height: 150px;
}
.blog-item.mini .category {
  padding: 4px 7px;
  font-weight: 600;
  top: 135px;
  font-size: 13px;
}
.blog-item.mini .pretext {
  display: none;
}

.blog-list .row > div:nth-child(2n) .blog-item,
.blog-list-slider .slick-slide:nth-child(2n) .blog-item {
  background: #111;
  color: #fff;
}
.blog-list .row > div:nth-child(2n) .blog-item a,
.blog-list-slider .slick-slide:nth-child(2n) .blog-item a {
  color: #fff;
}

.blog-item.card {
  padding-left: 50%;
}
.blog-item.card .image {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
}
.blog-item.card .category {
  position: unset;
  margin: 20px 20px 0;
}
.blog-item.card .title {
  margin-top: 10px;
}
.blog-item.card .foot {
  width: 50%;
  left: auto;
  right: 0;
}

.article-container {
  padding: 120px 0 100px;
}
.article-container .content {
  padding: 0 100px;
}

.article-combine {
  display: block;
}
.article-combine > div {
  width: 100% !important;
  margin: 0 0 20px;
}

article {
  background: #fff;
  border-radius: 8px;
  padding: 50px;
}
article .back {
  margin: 0 0 20px;
}
article .article-extra .blog-category {
  position: unset;
  margin-right: 15px;
}
article h1 {
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0;
}
article .article-text {
  font-size: 16px;
  line-height: 140%;
  color: #8993a2;
  letter-spacing: 0;
}
article img {
  margin: 40px 0;
  border-radius: 8px;
  width: 100%;
}
article h2 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin-bottom: 15px;
}

.us-block {
  color: #fff;
  background-image: url("/images/bg-6.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #111111;
  padding-top: 150px;
}
.us-block .bg {
  padding: 200px 0 100px;
  background-image: url("/images/bg-vm-1.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.us-block .content {
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.us-block .content .block {
  width: 40%;
}
.us-block h1 {
  font-size: 72px;
  font-weight: 900;
  line-height: 93%;
  margin: 0 0 30px;
}
.us-block h1 span {
  color: #e5b709;
}
.us-block .content .block .text {
  color: rgba(255, 255, 255, 0.5);
  line-height: 23px;
  font-weight: 300;
}
.us-block .content .picture {
  width: 60%;
  margin-top: -100px;
}

.modal-dialog {
  width: 700px;
}
.modal-content {
  padding: 30px;
}
.modal-content h4 {
  margin: 0 0 20px;
  font-weight: 700;
}
.modal input[type="text"],
.modal textarea {
  background: #eef6fa;
  border: 0;
  padding: 10px 15px;
  height: auto;
  box-shadow: unset;
}

#order .modal-dialog {
  width: 600px;
}
#order .modal-dialog .modal-content {
  border-radius: 16px;
}
#order h4 {
  text-align: center;
}
.order-boost {
  background: #40a61c;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 18px;
  margin-bottom: 20px;
}
.order-boost span {
  font-weight: bold;
}
.order-boost p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.order-options-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
}

.order-options-list li {
  height: 50px;
  line-height: 50px;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  padding-left: 40px;
}
.order-options-list li img {
  position: absolute;
  left: 0;
  top: 11px;
}
.order-options-list li::after {
  content: "-";
  position: absolute;
  right: 0;
  top: 5px;
  font-family: "icomoon";
  font-weight: bold;
  font-size: 65px;
  color: #ccc;
  line-height: 14px;
}
.order-options-list li.active::after {
  content: "\e909";
  position: absolute;
  color: #40a61c;
  font-size: 16px;
  line-height: 35px;
}

span.inform {
  display: inline-block;
}
span.inform::after {
  content: "\e911";
  font-family: "icomoon";
  font-weight: normal;
  color: #a0a8b4;
  vertical-align: middle;
  margin-left: 6px;
}

.order-promocode {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 14px;
  font-weight: 600;
  margin: 20px 0;
}

.minilabel {
  display: inline-block;
  background: linear-gradient(90deg, #ff6d6d 0%, #f33939 100%);
  color: #fff;
  padding: 0 7px;
  border-radius: 8px;
  letter-spacing: 0.5px;
  font-weight: 800;
}

.green {
  color: #40a61c;
}

#order .button.b1 {
  width: 100%;
  margin-bottom: 10px;
}

button.close {
  font-weight: 300;
  font-size: 43px;
  position: absolute;
  top: 0;
  right: -40px;
  color: #fff;
  opacity: 1;
}
button.close:hover {
  opacity: 0.7;
  color: #fff;
}

#order-popup-totals {
  text-align: center;
  margin: 15px 0 10px;
  font-size: 18px;
  font-weight: 500;
}
#order-popup-totals .sale {
  color: #8993a2;
  text-decoration: line-through;
  margin-right: 6px;
}

.product-price .price.once {
  flex-grow: 1;
}
.product-price .price.once .actual-price {
  align-self: center;
}

.whatsapp {
  display: block;
  position: relative;
  padding-left: 55px;
  padding-top: 7px;
}
.whatsapp::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("/images/whatsapp.png");
  background-repeat: no-repeat;
  width: 48px;
  height: 52px;
  top: 0;
  left: 0;
}
.whatsapp span {
  color: #fff;
  opacity: 0.5;
  text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-weight: 600;
}
.whatsapp:hover span {
  opacity: 0.8;
  text-shadow: none;
}

.whatsapp-fix {
  position: fixed;
  bottom: 7%;
  right: 7%;
}
.whatsapp-fix a {
  display: block;
  background: #63ca6d;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  opacity: 0.7;
}
.whatsapp-fix a:hover {
  opacity: 1;
}
.whatsapp-fix a img {
  width: 43px;
}

.boosting-images {
  background-color: #111;
}
.boosting-images .title {
  text-align: center;
}
.boosting-images h3 {
  color: #fff;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin: 0 0 50px;
}
.boosting-images .image {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  padding: 20px;
  display: inline-block;
  margin-bottom: 50px;
}
.boosting-images .image img {
  max-width: 400px;
  width: 100%;
}

.site-error {
  background: #111;
  color: #fff;
  margin: 0;
  padding: 100px 50px;
}

.yt-video {
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.yt-video .play {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAD6klEQVR4nO2aTWhdRRTHJyhk0S5bUqGZmTtz5t77iNS0UVpoFikkkFQaaWoKLbTQatOFYLorCE/qQhEUP1aNq1ZXfixadKFrlaaagq4CEWylkhb6Zu7cd99LGmya08XLS61WJeK98+ybH5z1/f//79x35+MQ4vF4PB6Px+P5dyAhHbh5YONCqe+JW0Ioy2B7IkR/hck9aVAaqrJwpNIdjWqmxkwQHUxYfFgH8qhlcDylciKlcsIyOK4DeTRh8WETRAc1U2OV7mi0ysKRNCgNVZjckwjRbxlsvyWEqvf0bMHNAxuRkI5cjWVxHKYiPmCDqJxQOWUpXDRcXTYB/GQ43DRM1RIGK4YBuqjGs1XNcLjZ0KQuWwoXEyqnbBCVUxEfyOI4XFdQCNBpBZwyHOZcGfvPi8OcFXAKATr/1ryNe7llcMW54JzKMrhi417+UPNZGG4yTP3qWmTelVC4noXhpj8FkFD4yrW4wkLg8OUD5qsifMa1qKKr0i2evv/rB+EHrgUV3gVUTt0PgKsfXQsqPACufmh89siZxzVXS64FFV2aqyUk5DGimSq5FuOqsjCMiaEw7lqIq0opPE9SCqddC3EYwGliA3g79wftHUW7q9+54T9WwqK3iKHh+bwfVH+ljCuLi7j47vuYRE86N75WVJ4jmqkvigigyd35eay9NOnePAPUgfqcGK6miwygyZ3vZ7D67HNOA0g4XCKGq1kXATTa4S4uffIZ2r5dbkLgapYkTF11FsAqK7UaLrzxJhooFdsBTP1MDJM3XAfQZPnaL1h78WSBIah5kjBlWiWAJr99/S2mQyNFdIAmhsFCqwWAiIh3lvH2+Y8weaovzw6ok4TBcksGsMqKTXHh1dfQyCiHDoDl/0cA5TNoRE4BmFZ+Bc59WMQr0Ip/gt9gOjicq6ZGByjdWp/Bq9cwe2Eid+O/64D51lkIve5qIeR6Kfzxp2h37CzU+FpxNetuM/TdDKZ7R90Yb3YAh0uOtsMvOzXerMZ2uMgDkXfea70DkbY/Emv7Q9G2PxZv+4uRtr8aa/vLUX897gck/IjM2pBUQuG6a3G5m/+rIal2GJMzDGZul0rsoeabIECn5dHkIzcoyaPJfxyUfCCI1VFZzdSYDaKypvKs5XDBcDXdCEfeMFxlzkdlucoaWmDOcDVtOVzQVJ61QVTWTI2te1R2vSAhHdi1bUO9p2dLdasEq1RvRqPdFYgHNC0NGimHkwD2aRbuNxTGq0IdsjQ8YkV0zFB5wlB5woromKXhkapQhwyFcc3C/UkA+4yUw5qWBisQD2Q02m2V6q1ulVAPgi7s2rYhV2Mej8fj8Xg8jzr3AMl3mstEyHNdAAAAAElFTkSuQmCC);
  width: 64px;
  height: 64px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  line-height: normal;
  margin: auto;
  cursor: pointer;
}
.ban-hero-modal .hero-img {
  border-radius: 2px;
}

.banned-heroes-main .no-image {
  cursor: pointer;
}

.ban-hero-modal .hero-img .hero-img-main {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  cursor: pointer;
}

.ban-hero-modal .hero-img .hero-img-overlay {
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.6), rgba(255, 0, 0, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  display: none;
  cursor: pointer;
}

.ban-hero-modal .power-label {
  font-size: 18px;
  color: #e2574c;
  font-weight: 600;
  line-height: 156%;
  display: flex;
  margin-bottom: 5px;
}

.ban-hero-modal .agility-label {
  font-size: 18px;
  color: #5cb85c;
  font-weight: 600;
  line-height: 156%;
  display: flex;
  margin-bottom: 5px;
}

.ban-hero-modal .intellegence-label {
  font-size: 18px;
  color: #5bc0de;
  font-weight: 600;
  line-height: 156%;
  display: flex;
  margin-bottom: 5px;
}

.ban-hero-modal .hero-labels {
  margin-bottom: 23px;
}

.ban-hero-modal .heroes-row {
  margin-bottom: 28px;
}

.ban-hero-modal .second-row {
  margin-bottom: 0;
}

.ban-hero-modal .heroes-row .col-md-4 .row {
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
}

.ban-hero-modal .heroes-row .col-md-4 .row .col-md-3 {
  padding-left: 0;
  padding-right: 4px;
}

.ban-hero-modal .banned-heroes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ban-hero-modal .modal-footer .banned-heroes {
  margin-top: 0;
}

.ban-hero-modal .banned-heroes .hero-img {
  width: 57px;
  height: 32px;
  margin-right: 8px;
}

.ban-hero-modal .banned-heroes .no-image {
  background: #fbfbfb;
  border: 1px dashed #c4c4c4;
  box-sizing: border-box;
  border-radius: 2px;
}

.ban-hero-modal .banned-heroes .hero-images {
  display: flex;
  width: 100%;
}

.ban-hero-modal .banned-heroes .banned-heroes-label {
  font-size: 15px;
  color: #717070;
  margin-bottom: 5px;
  text-align: left;
}

.ban-hero-modal .modal-footer {
  display: flex;
  align-items: flex-end;
}

.ban-hero-modal .modal-footer .ban-hero-buttons {
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.calculator .heroes-row .col-md-4 .row .col-md-3 {
  padding-left: 0;
  padding-right: 4px;
}

.calculator .banned-heroes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 24px;
  width: 100%;
}

.calculator .banned-heroes .hero-img {
  width: 57px;
  height: 32px;
  margin-right: 8px;
}

.calculator .banned-heroes .hero-img .hero-img-main {
  width: 100%;
  height: 100%;
}

.calculator .banned-heroes .no-image {
  background: #fbfbfb;
  border: 1px dashed #c4c4c4;
  box-sizing: border-box;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-size: 20px;
  justify-content: center;
  line-height: 100%;
}

.calculator .banned-heroes .hero-images {
  display: flex;
  width: 100%;
}

.calculator .banned-heroes .banned-heroes-label {
  color: #111;
  margin-bottom: 5px;
  text-align: left;
  font-weight: 600;
}

.calculator .change-banned-heroes {
  line-height: 14px;
  text-align: center;
  text-decoration-line: underline;
  color: #69666e;
  border-radius: 4px;
  white-space: nowrap;
}

.calculator .banned-heroes-container {
  display: flex;
  align-items: center;
}
.box {
  background: #ffffff;
  box-shadow: 0px 4px 42px rgba(11, 13, 35, 0.1);
  border-radius: 16px;
  padding: 30px 50px;
  margin-bottom: 40px;
}
