@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../font/ProximaNova-Bold.woff2") format("woff2"), url("../font/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../font/ProximaNova-BoldIt.woff2") format("woff2"), url("../font/ProximaNova-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../font/ProximaNova-LightIt.woff2") format("woff2"), url("../font/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url("../font/ProximaNova-Black.woff2") format("woff2"), url("../font/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../font/ProximaNova-Light.woff2") format("woff2"), url("../font/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../font/ProximaNova-RegularIt.woff2") format("woff2"), url("../font/ProximaNova-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url("../font/ProximaNova-Extrabld.woff2") format("woff2"), url("../font/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../font/ProximaNova-Regular.woff2") format("woff2"), url("../font/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "LubalinNTVRemake";
  src: url("../font/LubalinNTVRemake.otf") format("opentype");
}

body,
html {
  margin: 0;
  padding: 0;
  font-family: "Proxima Nova Rg";
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  min-width: 1114px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh;
}

.content {
  max-width: 1114px;
  width: 1114px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  left: -5px;
}

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

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.no-grow {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.aligment-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.header-main {
  background: url(../img/header-main.png) center top no-repeat;
  height: 1274px;
}

.header-top {
  background: rgba(0, 0, 0, 0.2);
  height: 53px;
  position: relative;
  z-index: 3;
}

.header-top__location {
  width: 276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 39px 0 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.header-top__location img {
  position: absolute;
  left: 17px;
  top: 11px;
}

.header-top__comp-registration {
  width: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 56px 0 86px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}

.header-top__comp-registration img {
  position: absolute;
  left: 48px;
  top: 10px;
}

.header-top__title {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.95px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.header-top__text {
  font-family: "Proxima Nova Lt";
  font-size: 9px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 1.04px;
  text-align: left;
  color: #ffffff;
}

.header-top__text-yellow {
  color: #ffa400;
}

.header-top__login {
  padding-left: 15px;
  padding-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
          
           -webkit-transition: all 1s ease 0.5s;
     -moz-transition: all 1s ease 0.5s;
     -o-transition: all 1s ease 0.5s;
     transition: all 1s ease 0.5s;
}

.header-top__login:hover {
  background: rgba(49, 47, 45, 0.43);
}

.header-top__login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.header-top__login a img {
  margin-left: 10px;
  margin-top: -3px;
}

.header-top__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top__right .flex {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.header-top__language {
  overflow: hidden;
  height: 53px;
  margin-left: 24px;
}

.header-top__language ul {
  margin: 0;
  padding-left: 0;
}

.header-top__language li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 65px;
  height: 53px;
  background-color: rgba(0, 0, 0, 0.17);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header-top__language a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-top__language:hover {
  overflow: visible;
}

.nav-main {
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

.nav-main ul {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0;
  padding-left: 17px;
}

.nav-main li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.nav-main li + li {
  margin-left: 44px;
}

.nav-block {
  text-decoration: none;
}

.nav-block.active .nav-line::before, .nav-block:hover .nav-line::before {
  content: "";
  display: block;
  width: 29px;
  height: 2px;
  -webkit-box-shadow: 0 0 12px 1px rgba(255, 110, 4, 0.91);
          box-shadow: 0 0 12px 1px rgba(255, 110, 4, 0.91);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#da7f09), to(#c56314));
  background-image: linear-gradient(to top, #da7f09, #c56314);
  
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.nav-title {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: 3.01px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.nav-subtitle {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: 0.9px;
  text-align: left;
  color: #d6ccc7;
}

.nav-line {
  width: 42px;
  height: 2px;
  background-color: rgba(47, 46, 45, 0.32);
  margin-top: 4px;
  display: block;
  
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.header-logo {
  position: relative;
}

.header-logo .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: calc(50% + 5px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -82px;
  z-index: 2;
}

.logo-wrapper {
  width: 54px;
  height: 72px;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-text {
  position: relative;
  z-index: 2;
  font-size: 29px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.86;
  letter-spacing: 2.76px;
  text-align: center;
  color: #5d3c07;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}

.logo-name {
  position: relative;
  z-index: 2;
  font-weight: 900;
  font-family: "Proxima Nova Bl";
  text-transform: uppercase;
}

.logo-name span {
  color: #fff;
}

.header-info {
  margin-top: 36px;
}

.header-info__phone {
  padding-left: 54px;
  position: relative;
}

.header-info__phone img {
  position: absolute;
  left: 27px;
  top: 2px;
}

.header-info__soc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 13px;
}

.header-info__soc i{
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.header-info__soc i:hover{
  color: #feae3e;
    box-shadow: 0 0 44.6px 1.4px rgba(59, 57, 55, 0.85);
}

.footer-info__soc i:hover{
  color:#e39045 !important;
  box-shadow: none !important;
}

.header-info__soc .fab {
  color: #e0dcd5;
}

.header-info__soc a + a {
  margin-left: 9px;
}

.header-info__soc-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1.33px;
  text-align: left;
  color: #ffffff;
  display: block;
  margin-right: 14px;
}

.main-first__step {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 210px;
  width: 476px;
}

.main-first__step .main-step__number {
  margin-left: 67px;
  font-family: "LubalinNTVRemake";
}

.main-first__step .main-step__titte,
.main-first__step img {
  margin-left: 71px;
}

.main-first__step .main-step__subtitte {
  text-align: right;
}

.main-first__step .main-step__text {
  display: block;
  margin-top: 23px;
  background-color: rgba(210, 201, 187, 0.15);
  padding: 17px 38px 17px 78px;
}

.main-step__number {
  font-size: 55px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 5.23px;
  text-align: left;
  color: rgba(210, 201, 187, 0.23);
  display: block;
  font-family: "Proxima Nova Bl";
}

.main-step__titte {
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3.04px;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova Lt";
}

.main-step__subtitte {
  font-size: 23px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 2.19px;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova Lt";
}

.main-step__text {
  font-size: 13px;
  font-family: "Proxima Nova Lt";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.24px;
  text-align: left;
  color: #ffffff;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 228px;
  height: 52px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  /*font-weight: bold;*/
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: 1.05px;
  color: #844609;
  background: url(../img/register-btn.png) center center no-repeat;
  text-decoration: none;
  -webkit-box-shadow: 0 0 44.6px 1.4px rgba(242, 135, 9, 0.35);
          box-shadow: 0 0 44.6px 1.4px rgba(242, 135, 9, 0.35);
          
           -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.btn img {
  margin-right: 7px;
}

.btn:hover {
  -webkit-box-shadow: 0 0 44.6px 1.4px rgba(242, 135, 9, 0.75);
          box-shadow: 0 0 44.6px 1.4px rgba(242, 135, 9, 0.75);
}

.header-data__btn {
  margin-top: 50px;
  margin-left: 78px;
}

.header-data__right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header-data__right-img {
  margin-right: 11px;
}

.header-data__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 458px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.19);
  padding-bottom: 5px;
  position: relative;
  margin-top: 9px;
  padding-left: 34px;
}

.header-data__right-top::before {
  content: url(../img/statistic-icon.png);
  display: block;
  width: 50px;
  height: 44px;
  position: absolute;
  left: -50px;
  bottom: -22px;
}

.header-data__right-top .flex-column {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 11px;
}

.header-data__accounts {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.38px;
  text-align: left;
  color: #efefef;
  font-family: "Proxima Nova Th";
}

.header-data__accounts-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.14px;
  text-align: left;
  color: #ffffff;
  font-family: "Proxima Nova Lt";
  margin-left: 6px;
}

.header-data__title {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova Lt";
}

.header-data__accounts-block {
  height: 22px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.header-data__right-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 458px;
  margin-bottom: 35px;
  padding-top: 3px;
  padding-left: 34px;
}

.currency-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 0;
  padding-right: 11px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.currency-stat li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.currency-stat p {
  margin: 0;
  height: 16px;
}

.currency-stat__rate {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.27;
  letter-spacing: 1.05px;
  text-align: left;
  color: #ffffff;
  font-family: "Proxima Nova Lt";
}

.currency-stat__number {
  font-size: 13px;
  letter-spacing: 1.24px;
  font-family: "Proxima Nova Th";
  color: #ffffff;
}

.currency-stat__currency {
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.78;
  letter-spacing: 0.86px;
  text-align: center;
  font-family: "Proxima Nova Lt";
  color: #ffffff;
}

.home-first-info {
  background: url(../img/info-block-bg.png) center bottom no-repeat;
}

.main-plan__subtitle {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.9px;
  color: #ffffff;
  display: block;
  font-family: "Proxima Nova Lt";
  width: 312px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main-plan__img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.main-plan__section {
  margin-top: -290px;
}

.main-plan__section .content::before {
  content: "";
  display: block;
  height: 900px;
  left: 0;
  bottom: -30px;
  position: absolute;
  width: 1px;
  background: #6c5e68;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(108, 94, 104, 0.1)), to(rgba(108, 94, 104, 0)));
  background: linear-gradient(0deg, rgba(108, 94, 104, 0.1) 0%, rgba(108, 94, 104, 0) 100%);
}

.plan {
  width: 323px;
  height: 526px;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
}

.plan-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 530px;
}

.plan-carousel .plan:nth-child(1) {
  left: 151px;
  z-index: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  top: 101px;
}

.plan-carousel .plan:nth-child(1) .plan-front__top-right,
.plan-carousel .plan:nth-child(1) .plan-front__percent-right {
  visibility: hidden;
  opacity: 0;
}

.plan-carousel .plan:nth-child(2) {
  top: 110px;
  left: 275px;
  z-index: 2;
}

.plan-carousel .plan:nth-child(2) .plan-front__top-right,
.plan-carousel .plan:nth-child(2) .plan-front__percent-right {
  visibility: hidden;
  opacity: 0;
}

.plan-carousel .plan:nth-child(3) {
  top: 55px;
  left: 391px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  z-index: 3;
}

.plan-carousel .plan:nth-child(4) {
  top: 110px;
  left: 571px;
  z-index: 2;
}

.plan-carousel .plan:nth-child(4) .plan-front__top-left,
.plan-carousel .plan:nth-child(4) .plan-front__percent-left {
  visibility: hidden;
  opacity: 0;
}

.plan-carousel .plan:nth-child(5) {
  left: 683px;
  z-index: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  top: 101px;
}

.plan-carousel .plan:nth-child(5) .plan-front__top-left,
.plan-carousel .plan:nth-child(5) .plan-front__percent-left {
  visibility: hidden;
  opacity: 0;
}

.plan-face {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          z-index: 5;
}

.plan-face__front {
  background: url(../img/secondaryplay-bg.png) center top no-repeat;
  width: 259px;
  height: 420px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 110px auto;
  -ms-grid-columns: 50% 50%;
      grid-template: 110px auto / 50% 50%;
}

.plan-face__back {
  background: url(../img/mainlan-bg.png) center top no-repeat;
  width: 323px;
  height: 526px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan-face__back .plan-front__dots span {
  width: 5px;
  height: 5px;
  margin: 0 2.25px;
}

.plan-front__title {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova Lt";
  white-space: nowrap;
}

.plan-front__dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-front__dots span {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 1.5px;
  opacity: 0.8;
}

.plan-front__dots span:nth-child(1), .plan-front__dots span:nth-child(8) {
  opacity: 0.2;
}

.plan-front__dots span:nth-child(2), .plan-front__dots span:nth-child(7) {
  opacity: 0.4;
}

.plan-front__dots span:nth-child(3), .plan-front__dots span:nth-child(6) {
  opacity: 0.6;
}

.plan-front__subtitle {
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.78;
  letter-spacing: 0.86px;
  text-align: center;
  color: #51454b;
  font-family: "Proxima Nova Lt";
}

.plan-front__top {
  padding-top: 36px;
}

.plan-front__top.plan-front__top-left {
  padding-left: 43px;
}

.plan-front__top.plan-front__top-right {
  padding-right: 43px;
}

.plan-front__percent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  padding-left: 30px;
}

.plan-front__percent.plan-front__percent-left {
  padding-top: 30px;
}

.plan-front__percent.plan-front__percent-right {
  padding-bottom: 20px;
}

.plan-front__percent-numb {
  font-size: 49px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.52);
  font-family: "LubalinNTVRemake";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 7px 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.plan-front__percent-numb span {
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
}

.plan-front__days {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(55, 47, 48, 0.56);
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-back__title {
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: 2.19px;
  text-align: center;
  color: #ffffff;
  font-family: "Proxima Nova Lt";
  margin-top: 40px;
  margin-bottom: 10px;
}

.plan-back__subtitle {
  font-size: 11px;
  margin-top: 2px;
}

.plan-back__percent {
  color: #ffffff;
  margin: 35px 0 0;
  font-size: 43px;
}

.plan-back__percent span {
  font-size: 23px;
}

.plan-back__days {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  text-align: center;
  color: #372f30;
  text-transform: uppercase;
}

.plan-back__arrow {
  margin-top: 5px;
}

.plan-back__dollar {
  margin-top: 7px;
}

.plan-back__value {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.52px;
  text-align: center;
  color: #ffffff;
  font-family: "LubalinNTVRemake";
  margin: 7px 0 3px;
}

.plan-back__value span {
  font-family: "Proxima Nova Lt";
  font-size: 10px;
  letter-spacing: 0.95px;
}

.plan-back__amount {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.95px;
  text-align: center;
  color: #fbad3c;
  text-transform: uppercase;
}

.plan-back__time {
  margin-top: 14px;
}

.plan-back__period {
  font-family: "LubalinNTVRemake";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.14px;
  text-align: center;
  color: #ffffff;
  margin-top: 11px;
  text-transform: uppercase;
}

.plan-back__period-text {
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.95px;
  text-align: center;
  color: #fbad3c;
  text-transform: uppercase;
  margin-top: 3px;
}

.plan-back__ref {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  text-align: center;
  color: #9e919b;
  margin-top: 18px;
}

.plan-carousel__controls {
  position: relative;
  width: 100%;
}

#left,
#right {
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 3px solid #796d78;
  grid-row: span 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

#left .fas,
#right .fas {
  color: #796d78;
  font-size: 23px;
}

#left {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: span 2;
}

#left .fas {
  margin-right: 3px;
}

#right {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: span 2;
}

#right .fas {
  margin-left: 3px;
}

.plan-carousel__controls-left,
.plan-carousel__controls-right {
  position: absolute;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 22px 20px;
  -ms-grid-columns: auto auto;
      grid-template: 22px 20px / auto auto;
  top: -270px;
}

.plan-carousel__controls-left {
  left: 20px;
}

.plan-carousel__controls-right {
  right: 20px;
}

.plan-carousel__controls-right .plan-carousel__controls-line {
  margin-left: 0;
  margin-right: 3px;
}

.plan-carousel__controls-line {
  width: 107px;
  height: 1px;
  opacity: 0.82;
  display: block;
  background-color: #796d78;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: 3px;
}

.plan-carousel__controls-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.66px;
  color: #57454b;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-top: 7px;
}

.plan-carousel__pagination {
  width: 793px;
  height: 273px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-top: -115px;
}

.plan-carousel__pagination::before {
  content: url(../img/plan-pagination.png);
  position: absolute;
  left: 13.3px;
  top: -15px;
}

.plan-carousel__pagination div {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  -webkit-transition: 1s;
  transition: 1s;
}

.plan-carousel__pagination div:nth-child(1) {
  left: 40px;
  top: 15px;
}

.plan-carousel__pagination div:nth-child(1) img {
  -webkit-transform: translateX(-50%) scale(0.4);
          transform: translateX(-50%) scale(0.4);
}

.plan-carousel__pagination div:nth-child(2) {
  left: 150px;
  top: 65px;
}

.plan-carousel__pagination div:nth-child(2) img {
  -webkit-transform: translateX(-50%) scale(0.6);
          transform: translateX(-50%) scale(0.6);
}

.plan-carousel__pagination div:nth-child(3) {
  left: 360px;
  top: 145px;
}

.plan-carousel__pagination div:nth-child(3) img {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: grayscale(0) opacity(100%);
          filter: grayscale(0) opacity(100%);
}

.plan-carousel__pagination div:nth-child(4) {
  left: 570px;
  top: 65px;
}

.plan-carousel__pagination div:nth-child(4) img {
  -webkit-transform: translateX(-50%) scale(0.6);
          transform: translateX(-50%) scale(0.6);
}

.plan-carousel__pagination div:nth-child(5) {
  left: 690px;
  top: 15px;
}

.plan-carousel__pagination div:nth-child(5) img {
  -webkit-transform: translateX(-50%) scale(0.4);
          transform: translateX(-50%) scale(0.4);
}

.plan-carousel__pagination img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: grayscale(100%) opacity(20%);
          filter: grayscale(100%) opacity(20%);
}

.main-join {
  padding: 0 25px;
}

.main-join__left {
  max-width: 340px;
  margin-top: -84px;
}

.main-join__subtitle {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 0.72px;
  text-align: left;
  color: #57454b;
  text-transform: uppercase;
}

.main-join__title {
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.19px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
  font-family: "LubalinNTVRemake";
}

.main-join__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.24px;
  text-align: left;
  color: #6b626a;
}

.main-join__text span {
  font-weight: bold;
  color: #f5a538;
  text-transform: uppercase;
}

.main-join__text b {
  font-size: 14px;
  letter-spacing: 1.33px;
  color: #4d3a3d;
}

.main-join__right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 340px;
  margin-left: auto;
  margin-top: -84px;
}

.main-join__right .main-join__text {
  text-align: right;
}

.main-join__right .main-join__text span {
  color: #6b626a;
}

.main-join__cacl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

.main-join__cacl .btn {
  margin-top: 30px;
}

.main-join__cacl img {
  cursor: pointer;
}

.main-join__cacl-title {
  font-size: 29px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.55;
  letter-spacing: 1.6px;
  color: #57454b;
  margin-top: 6px;
}

.main-join__cacl-subtitle {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 0.72px;
  color: #57454b;
  text-transform: uppercase;
  margin-top: 8px;
}

.main-paysys {
  position: relative;
  margin-top: 30px;
  padding: 30px 0 70px;
}

.main-paysys ul {
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main-paysys ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.big-headline {
  white-space: nowrap;
  opacity: 0.36;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dedcdd), to(#efeeee)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.36)), to(rgba(255, 255, 255, 0.36)));
  background-image: linear-gradient(to top, #dedcdd, #efeeee), linear-gradient(to bottom, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.36));
  font-size: 181px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 7.24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.36);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Proxima Nova Th";
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-paysys__title {
  top: -40px;
}

.main-welcome__section .content {
  padding-top: 85px;
}

.main-welcome__left,
.main-welcome__right {
  max-width: 49.999999%;
}

.main-welcome__left .btn {
  margin: 60px 0 0 110px;
}

.main-welcome__border {
  border-left: 1px solid rgba(97, 81, 89, 0.1);
}

.main-welcome__step-number {
  font-family: "LubalinNTVRemake";
  font-size: 71px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 6.75px;
  text-align: left;
  color: rgba(221, 219, 220, 0.62);
  margin-left: 5px;
}

.main-welcome__step-title {
  font-family: "LubalinNTVRemake";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.9;
  text-align: left;
  color: #766a75;
  font-size: 46px;
  letter-spacing: 2.08px;
  margin: 3px 0 0;
  font-size: 26px;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-welcome__step-title span:not(.main-welcome__step-title-w) {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2.4px;
  color: #fbaa40;
  font-family: "Proxima Nova Th";
  text-transform: uppercase;
}

.main-welcome__step-title .main-welcome__step-title-w {
  font-size: 46px;
  letter-spacing: 3.68px;
}

.main-welcome__step-subtitle {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 2px;
  text-align: left;
  color: #c2b7b9;
  margin: 0;
  padding-left: 10px;
}

.main-welcome__text-line {
  width: 66px;
  height: 1px;
  opacity: 0.43;
  background-color: #766a75;
  margin: 9px 22px 0 27px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-welcome__text-block {
  padding-top: 40px;
}

.main-welcome__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 1.24px;
  text-align: left;
  color: #4d3a3d;
  margin: 0;
}

.main-welcome__text span {
  font-size: 14px;
  letter-spacing: 1.33px;
  color: #4d3a3d;
}

.main-welcome__text span.main-welcome__text-yellow {
  color: #db9130;
}

.more-btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.more-btn img {
  margin-right: 19px;
}

.main-welcome__rights {
  margin-top: 100px;
  background: #766a75;
  background: -webkit-gradient(linear, right top, left top, from(rgba(118, 106, 117, 0)), to(rgba(118, 106, 117, 0.3)));
  background: linear-gradient(270deg, rgba(118, 106, 117, 0) 0%, rgba(118, 106, 117, 0.3) 100%);
  padding-left: 30px;
}

.main-welcome__rights-title {
  font-family: "LubalinNTVRemake";
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.5px;
  text-align: left;
  color: #766a75;
}

.main-welcome__rights-subtitle {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.27px;
  text-align: left;
  color: #766a75;
}

.main-welcome__rights-details {
  margin-left: 25px;
  width: 209px;
}

.main-welcome__rights-text {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.27px;
  text-align: left;
  color: #766a75;
  font-family: "Proxima Nova Lt";
  text-transform: uppercase;
  margin-left: -12px;
}

.main-welcome__rights-show {
  text-decoration: none;
}

.main-welcome__video {
  background: url(../img/video-bg.png) 85px center no-repeat;
  height: 431px;
  position: relative;
}

.main-welcome__video::before {
  content: url(../img/statistic-corner.png);
  position: absolute;
  left: 20px;
  top: -32px;
}

.main-welcome__video::after {
  content: url(../img/statistic-corner.png);
  position: absolute;
  right: 0;
  bottom: -32px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.main-welcome__video img {
  cursor: pointer;
  margin-top: 160px;
}

.main-welcome__video-title {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: 1.05px;
  text-align: left;
  color: #ffffff;
  margin-top: 17px;
}

.main-welcome__video-link {
  text-decoration: none;
  margin-top: 7px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 0.72px;
  text-align: left;
  color: #ffffff;
}

.main-welcome__yt {
  margin-top: 20px;
  padding-left: 85px;
}

.main-welcome__yt-link {
  font-family: "LubalinNTVRemake";
  font-size: 9px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: 0.86px;
  text-align: left;
  color: #fdaf3e;
  text-decoration: none;
}

.main-welcome__yt-text {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.05px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  overflow: hidden;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay.active {
  display: block;
}

.yt-video {
  position: fixed;
  z-index: 21;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.yt-video.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.no-scroll {
  overflow: hidden;
}

.main-welcome__client {
  margin-top: 30px;
  padding-left: 85px;
}

.main-welcome__client-subtitle {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: #6c5e68;
  text-transform: uppercase;
}

.main-welcome__client-title {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.19px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
}

.main-welcome__client-text {
  width: 338px;
  height: 44px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.24px;
  text-align: left;
  color: #6b626a;
  margin-top: 20px;
}

.main-ref__section {
  background: url(../img/referal-block-bg.png) top center no-repeat;
  margin-top: -68px;
  padding-top: 142px;
  min-height: 530px;
}

.main-ref__section .content {
  position: relative;
}

.main-ref__bg-title {
  position: absolute;
  top: -57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.46;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dadfe3), to(#e2e5e8)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.46)), to(rgba(255, 255, 255, 0.46)));
  background-image: linear-gradient(to top, #dadfe3, #e2e5e8), linear-gradient(to bottom, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46));
  font-size: 91px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3.64px;
  text-align: left;
  color: rgba(255, 255, 255, 0.46);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Proxima Nova Th";
}

.main-ref__subtitle {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.24px;
  text-transform: uppercase;
  color: #6c5e68;
}

.main-ref__title {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.19px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
  margin: 0;
}

.main-ref__title span {
  color: #fbaa40;
}

.main-ref__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.24px;
  text-align: left;
  color: #3a343a;
  margin-top: 20px;
}

.main-ref__description {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: #463f44;
  text-transform: uppercase;
  margin-top: 35px;
}

.main-ref__text-info {
  padding-left: 17px;
  max-width: 400px;
  padding-right: 40px;
}

.main-ref__program-percents {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "LubalinNTVRemake";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  text-align: center;
  color: #766a75;
  font-size: 38px;
  letter-spacing: 4.09px;
}

.main-ref__program-percents p {
  margin: 0;
}

.main-ref__program-percents span {
  letter-spacing: 2.19px;
  font-size: 23px;
}

.main-ref-dash {
  margin-top: 2px;
}

.main-ref__program {
  max-width: 490px;
  padding: 0 40px 0 30px;
  position: relative;
}

.main-ref__program::before, .main-ref__program::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: #766a75;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(118, 106, 117, 0)), color-stop(50%, rgba(118, 106, 117, 0.15)), to(rgba(118, 106, 117, 0)));
  background: linear-gradient(0deg, rgba(118, 106, 117, 0) 0%, rgba(118, 106, 117, 0.15) 50%, rgba(118, 106, 117, 0) 100%);
  position: absolute;
  top: 0;
}

.main-ref__program::before {
  left: 0;
}

.main-ref__program::after {
  right: 0;
}

.main-ref__program-title {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  text-align: center;
  color: #463f44;
  text-transform: uppercase;
}

.main-ref__program-block {
  padding-left: 40px;
}

.main-ref__program-partenrs-left {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.95px;
  text-align: center;
  color: #8c4e12;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  background: url(../img/referal1-bg.png) -27px center no-repeat;
  width: 136px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}

.main-ref__program-partenrs-left p {
  margin: 0;
}

.main-ref__program-partenrs-left span {
  line-height: 1.1;
  font-weight: bold;
  font-size: 10px;
}

.main-ref__program-partenrs-right {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.95px;
  text-align: center;
  color: #6c5e68;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1.14px;
  text-transform: uppercase;
  background: url(../img/referal2-bg.png) -27px center no-repeat;
  width: 136px;
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -3px;
  margin-top: 12px;
}

.main-ref__program-partenrs-right p {
  margin: 0;
}

.main-ref__program-partenrs-right span {
  line-height: 1.1;
  font-weight: bold;
  font-size: 10px;
}

.main-ref__users-numb-big {
  font-family: "LubalinNTVRemake";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  color: rgba(118, 106, 117, 0.39);
  font-size: 43px;
  letter-spacing: 4.09px;
  margin: 48px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-ref__users-numb-big span {
  font-size: 13px;
  letter-spacing: 1.24px;
  line-height: 1;
}

.main-ref__users-numb {
  font-family: LubalinNTVRemake;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  color: rgba(118, 106, 117, 0.39);
  font-size: 23px;
  letter-spacing: 2.19px;
  margin: 25px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.main-ref__users-numb span {
  font-size: 11px;
  letter-spacing: 1.05px;
  line-height: 1;
}

.main-ref__users-desc {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: rgba(108, 94, 104, 0.39);
  text-transform: uppercase;
}

.main-ref__users {
  padding-left: 34px;
}

.main-graph__title-big {
  opacity: 0.46;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#8a8089), to(#999c9f)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.97)), to(rgba(255, 255, 255, 0.97)));
  background-image: linear-gradient(to top, #8a8089, #999c9f), linear-gradient(to bottom, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97));
  font-size: 46px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.84px;
  text-align: left;
  color: rgba(255, 255, 255, 0.46);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-family: "Proxima Nova Th";
  display: block;
  margin-left: 118px;
}

.main-graph__container {
  background: url(../img/statistic-bg.png) 38px top no-repeat;
  height: 387px;
  margin-top: -15px;
  padding: 72px 0 0 80px;
  position: relative;
}

.main-graph__container::before {
  content: url(../img/statistic-corner.png);
  position: absolute;
  left: -39px;
  top: -49px;
}

.main-graph__info {
  max-width: 338px;
}

.main-graph__info img + img {
  margin-left: 38px;
}

.main-graph__info .flex {
  margin-top: 25px;
}

.main-graph__info-subtitle {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: #ffffff;
  text-transform: uppercase;
}

.main-graph__info-title {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.19px;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
}

.main-graph__info-text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.24px;
  text-align: left;
  color: #ffffff;
  margin-top: 28px;
}

.main-graph__graph {
  height: 419px;
  width: 564px;
  background: url(../img/statistic-graph.png) center center no-repeat;
  position: absolute;
  right: -5px;
  top: -46px;
}

.main-graph__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fdaf3e;
  position: absolute;
  z-index: 3;
}

.main-graph__dot span {
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 4;
}

.main-graph__dot-inner {
  width: 2px;
  height: 2px;
  background-color: rgba(253, 175, 62, 0.1) !important;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  -webkit-animation: 0.8s infinite pulse-inner;
          animation: 0.8s infinite pulse-inner;
}

@-webkit-keyframes pulse-inner {
  from {
    width: 2px;
    height: 2px;
  }
  to {
    width: 31px;
    height: 31px;
  }
}

@keyframes pulse-inner {
  from {
    width: 2px;
    height: 2px;
  }
  to {
    width: 31px;
    height: 31px;
  }
}

.main-graph__dot-outer {
  width: 2px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1) !important;
  border-radius: 50%;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  -webkit-animation: 0.8s infinite pulse-outer;
          animation: 0.8s infinite pulse-outer;
}

@-webkit-keyframes pulse-outer {
  from {
    width: 2px;
    height: 2px;
  }
  to {
    width: 45px;
    height: 45px;
  }
}

@keyframes pulse-outer {
  from {
    width: 2px;
    height: 2px;
  }
  to {
    width: 45px;
    height: 45px;
  }
}

.main-graph__dot-1 {
  top: 273px;
  left: 80px;
}

.main-graph__dot-2 {
  top: -5px;
  left: 305px;
}

.main-graph__dot-3 {
  top: 197px;
  left: 427px;
}

.main-graph__dot-desc {
  position: absolute;
}

.main-graph__desc-numb {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.19px;
  color: #ffffff;
  margin: 0;
}

.main-graph__desc-text {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.05px;
  color: #ffffff;
  margin: 5px 0 0;
  text-transform: uppercase;
}

.main-graph__dot-desc-1 {
  top: 210px;
  left: 17px;
}

.main-graph__dot-desc-2 {
  top: -20px;
  left: 360px;
}

.main-graph__dot-desc-2 p {
  color: #766a75;
}

.main-graph__dot-desc-3 {
  top: 234px;
  left: 327px;
}

.main-graph__dot-desc-3 p {
  text-align: right;
}

.main-graph__text-block {
  position: absolute;
  left: 270px;
  top: 310px;
}

.main-graph__text-title {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: #ffffff;
  text-transform: uppercase;
}

.main-graph__text-title::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 11px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 119px;
  height: 1px;
}

.main-graph__text-text {
  width: 239px;
  height: 35px;
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1.15px;
  text-align: left;
  color: #ffffff;
  margin-top: 10px;
}

.main-graph__section {
  margin-top: -200px;
}

.main-graph__section .content {
  position: relative;
}

.main-graph__section .content::before {
  content: "";
  display: block;
  height: 275px;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
  background: #6c5e68;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(108, 94, 104, 0.1)), to(rgba(108, 94, 104, 0)));
  background: linear-gradient(0deg, rgba(108, 94, 104, 0.1) 0%, rgba(108, 94, 104, 0) 100%);
}

.main-stat {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
  -ms-grid-columns: (1fr)[4];
      grid-template: 100%/repeat(4, 1fr);
  padding: 0 33px;
}

.main-stat__stat {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main-stat__stat::after {
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 78px;
  height: 1px;
  position: absolute;
  background: #c0bec1;
  background: -webkit-gradient(linear, right top, left top, from(rgba(192, 190, 193, 0.45)), color-stop(34%, rgba(192, 190, 193, 0.45)), color-stop(35%, rgba(192, 190, 193, 0)), color-stop(65%, rgba(192, 190, 193, 0)), color-stop(66%, rgba(192, 190, 193, 0.45)));
  background: linear-gradient(270deg, rgba(192, 190, 193, 0.45) 0%, rgba(192, 190, 193, 0.45) 34%, rgba(192, 190, 193, 0) 35%, rgba(192, 190, 193, 0) 65%, rgba(192, 190, 193, 0.45) 66% rgba(192, 190, 193, 0.45) 100%);
}

.main-stat__stat + .main-stat__stat::before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  position: absolute;
  background: #c0bec1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(192, 190, 193, 0.45)), color-stop(44%, rgba(192, 190, 193, 0.45)), color-stop(45%, rgba(192, 190, 193, 0)), color-stop(55%, rgba(192, 190, 193, 0)), color-stop(56%, rgba(192, 190, 193, 0.45)));
  background: linear-gradient(0deg, rgba(192, 190, 193, 0.45) 0%, rgba(192, 190, 193, 0.45) 44%, rgba(192, 190, 193, 0) 45%, rgba(192, 190, 193, 0) 55%, rgba(192, 190, 193, 0.45) 56% rgba(192, 190, 193, 0.45) 100%);
}

.main-stat__numb {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.19px;
  text-align: left;
  color: #766a75;
  margin: 15px 0 0;
}

.main-stat__numb span {
  font-size: 17px;
  letter-spacing: 1.62px;
  color: #fbac3c;
}

.main-stat__text {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.05px;
  text-align: left;
  color: #766a75;
}

.main-stat__wrapper {
  width: 40px;
  height: 40px;
  margin-top: 58px;
}

.main-stat__wrapper img {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home-second-info {
  background: url(../img/statistic-block-bg.png) center bottom no-repeat;
}

.botton-info__section .content {
  padding-top: 110px;
  padding-bottom: 110px;
}

.botton-info__section .main-welcome__step-number {
  margin-left: 41px;
}

.botton-info__section .main-welcome__text-line {
  margin: 9px 22px 0 27px;
}

.botton-info__section .main-welcome__text-block {
  padding-left: 43px;
}

.title-with-letter {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: #766a75;
  text-transform: uppercase;
  position: relative;
}

.title-with-letter::before {
  content: "";
  width: 43px;
  height: 1px;
  background-color: #fbaa40;
  position: absolute;
  left: -54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-with-letter::after {
  content: attr(data-letter);
  font-family: "LubalinNTVRemake";
  font-size: 62px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 7.13px;
  text-align: left;
  color: rgba(128, 116, 123, 0.1);
  position: absolute;
  top: -16px;
  left: 0;
}

.title-with-letter.title-with-letter__no-line::before {
  content: none;
}

.main-bottom__left {
  padding-left: 190px;
  margin-top: 90px;
  max-width: 234px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.main-bottom__left .btn {
  margin-top: 50px;
}

.main-bottom-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1.38px;
  text-align: left;
  color: #383438;
  margin-top: 27px;
}

.stat-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  -ms-grid-columns: 40px 117px auto;
      grid-template: 1fr 1fr / 40px 117px auto;
  width: 268px;
  height: 129px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ebeced), to(#e3e6ea));
  background-image: linear-gradient(to top, #ebeced, #e3e6ea);
  position: relative;
  padding: 16px 20px;
  border-radius: 7px;
}

.stat-block::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 263px;
  height: 1px;
  opacity: 0.12;
  background-color: #766a75;
}

.stat-img__wrapper {
  position: relative;
}

.stat-img__wrapper img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  height: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.stat-amount__desc {
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.86px;
  text-align: left;
  color: #766a75;
  text-transform: uppercase;
}

.stat-amount__numb {
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.62px;
  text-align: left;
  color: #766a75;
  margin: 4px 0 0;
}

.stat-amount__numb span {
  font-size: 11px;
  letter-spacing: 1.05px;
  color: #fbac3c;
}

.stat-arrow {
  margin-top: 7px;
}

.stat-period {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stat-period time {
  font-family: "LubalinNTVRemake";
  font-size: 8px;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.05px;
  text-align: left;
  color: #b0bac2;
  text-transform: uppercase;
}

.stat-period span {
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.86px;
  text-align: left;
  color: #766a75;
  text-transform: uppercase;
  margin-top: 4px;
}

.stat-time {
  margin-top: 19px;
}

.stat-user {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.stat-user__name {
  font-family: "LubalinNTVRemake";
  font-size: 8px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.05px;
  text-align: left;
  color: #efa130;
}

.stat-user__desc {
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.86px;
  text-align: left;
  color: #766a75;
  text-transform: uppercase;
  margin-top: 5px;
}

.swiper-container {
  max-width: 900px;
  width: 900px;
  padding-right: 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.main-bottom__right {
  margin-left: 159px;
  margin-top: 90px;
}

.main-bottom__right .main-graph__title-big {
  margin-left: 6px;
  margin-bottom: 15px;
}

.swiper-button-prev,
.swiper-button-next {
  border-radius: 50%;
  border: 1px solid #796d78;
  width: 21px;
  height: 21px;
  font-size: 11px;
  color: #796d78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  margin-top: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

.stat-controls {
  max-width: 410px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.stat-controls__title {
  font-family: "LubalinNTVRemake";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.43px;
  text-align: center;
  color: #766a75;
  margin: 0;
  text-transform: uppercase;
}

.stat-controls__title span {
  color: #fbaa40;
}

.stat-controls__text {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.05px;
  text-align: center;
  color: #766a75;
}

.stat-controls__line {
  width: 52px;
  height: 1px;
  opacity: 0.82;
  display: block;
  background-color: #796d78;
}

.footer-menu__section {
  height: 131px;
  background: url(../img/footermenu-bg.png) center center no-repeat;
}

.footer-menu__section ul {
  margin: 0;
  padding: 0 11px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu__section li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-menu__section li + li {
  margin-left: 44px;
}

.footer-menu__section li + li::before {
  content: "";
  bottom: 0;
  top: 0;
  left: -30px;
  width: 1px;
  height: 100%;
  position: absolute;
  background: #c0bec1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(192, 190, 193, 0)), color-stop(30%, rgba(192, 190, 193, 0.4)), color-stop(50%, rgba(192, 190, 193, 0.4)), color-stop(70%, rgba(192, 190, 193, 0.4)), to(rgba(192, 190, 193, 0)));
  background: linear-gradient(0deg, rgba(192, 190, 193, 0) 0%, rgba(192, 190, 193, 0.4) 30%, rgba(192, 190, 193, 0.4) 50%, rgba(192, 190, 193, 0.4) 70%, rgba(192, 190, 193, 0) 100%);
}

.footer-menu__section .nav-subtitle {
  color: #6f3c0a;
}

.footer-logo img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.footer-logo .flex {
  position: relative;
  top: auto;
  -webkit-transform: none;
          transform: none;
  left: auto;
}

.footer-logo .logo-text {
  font-size: 22px;
  font-weight: normal;
}

.footer-logo .logo-name span {
  color: #fcad3d;
}

.footer__section {
  background: url(../img/footer-bg.png) bottom left no-repeat;
}

.footer__section .content {
  padding: 10px 8px;
}

.footer-info__mail {
  margin-left: 100px;
  padding-top: 20px;
}

.footer-info__mail .footer-info__title-big {
  margin-bottom: 20px;
}

.footer-info__title-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  text-align: center;
  color: #766a75;
  font-family: "Proxima Nova Th";
  text-transform: uppercase;
}

.footer-info__title-big img {
  margin-right: 12px;
}

.footer-info__link {
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.43px;
  font-weight: bold;
  color: #766a75;
  margin: 14px 0;
}

.footer-info__link a {
  font-weight: normal;
  color: #2c272c;
  text-decoration: none;
}

.footer-info__address {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.27px;
  text-align: left;
  color: #766a75;
  margin-top: 20px;
}

.footer-info__location {
  margin-left: 50px;
  padding-top: 20px;
  max-width: 272px;
}

.footer-info__soc-title {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  text-align: center;
  color: #766a75;
}

.footer-info__soc {
  margin-left: 50px;
  padding-top: 20px;
}

.footer-info__soc .header-info__soc {
  margin-top: 25px;
  padding-right: 0;
}

.footer-info__soc .header-info__soc .fab {
  color: #feb44a;
  font-size: 24px;
}

.footer-info__soc .header-info__soc a + a {
  margin-left: 14px;
}

.footer-info {
  border-bottom: 1px solid rgba(136, 125, 135, 0.17);
  padding-bottom: 25px;
}

.footer-rights .main-welcome__rights {
  background: none;
  width: 530px;
  padding-left: 0;
  margin-top: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 530px;
}

.footer-rights-text {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.27px;
  text-align: left;
  color: #383438;
}

.footer-text__title {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: #766a75;
  text-transform: uppercase;
  margin-top: 35px;
}

.footer-text {
  padding-top: 45px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-text > .flex:first-child {
  max-width: 49.9%;
  padding-left: 20px;
  padding-right: 19px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-text .footer-rights-text {
  margin-top: 13px;
}

.footer-rights-text-right {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.27px;
  text-align: left;
  color: #383438;
}

.footer-rights-text-right a {
  font-weight: bold;
  color: #f3af4b;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-copyright__section {
  height: 65px;
  background-color: rgba(54, 47, 49, 0.19);
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-copyright__section .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-copyright__section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 15px;
}

.footer-copyright__section ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.27px;
  text-align: left;
  position: relative;
}

.footer-copyright__section ul li + li {
  margin-left: 30px;
}

.footer-copyright__section ul li + li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #766a75;
  border-radius: 50%;
}

.footer-copyright__section ul li a {
  text-decoration: none;
  color: #766a75;
  text-transform: uppercase;
}

.footer-copyright__text {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.27px;
  text-align: left;
  color: #766a75;
}

.footer-news {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template: 1fr / 1fr 1fr;
  margin-top: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(136, 125, 135, 0.17);
}

.footer-news__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: auto auto;
      grid-template: 1fr / auto auto;
  padding-right: 56px;
}

.footer-news__item img {
  margin: 0 25px 0 20px;
}

.footer-news__item + .footer-news__item {
  padding-right: 43px;
  padding-left: 13px;
  position: relative;
}

.footer-news__item + .footer-news__item::before {
  content: "";
  display: block;
  left: -13px;
  top: 0;
  height: 100%;
  width: 1px;
  position: absolute;
  background: #c0bec1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(192, 190, 193, 0)), color-stop(10%, rgba(192, 190, 193, 0.11)), color-stop(50%, rgba(192, 190, 193, 0.52)), color-stop(90%, rgba(192, 190, 193, 0.11)), to(rgba(192, 190, 193, 0)));
  background: linear-gradient(0deg, rgba(192, 190, 193, 0) 0%, rgba(192, 190, 193, 0.11) 10%, rgba(192, 190, 193, 0.52) 50%, rgba(192, 190, 193, 0.11) 90%, rgba(192, 190, 193, 0) 100%);
}

.footer-news__title {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.24px;
  color: #766a75;
  text-transform: uppercase;
  margin-top: 15px;
}

.footer-news__text {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.27px;
  text-align: left;
  color: #383438;
  margin-top: 15px;
}

.footer-news__time {
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.27px;
  text-align: left;
  color: #383438;
  margin-top: 10px;
}

.footer-news__link {
  font-size: 11px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.27px;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  color: #f3af4b;
  margin-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.footer-security {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template: 1fr / 1fr 1fr;
}

.footer-security__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 38px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-security__item img {
  margin-right: 10px;
}

.footer-security__item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-bottom {
  height: 311px;
  background: url(../img/footer-bottom.png) center top no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-bottom__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 50%;
  padding-bottom: 22px;
  padding-right: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-bottom__left div {
  margin-top: 15px;
}

.footer-bottom__left div img {
  margin-right: 30px;
}

.footer-bottom__title {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-bottom__title.footer-bottom__title-yellow {
  color: #f4b14e;
}

.footer-bottom__title + .footer-bottom__text {
  margin-top: 20px;
}

.footer-bottom__text {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.27px;
  text-align: left;
  color: #ffffff;
  font-family: "Proxima Nova Lt";
}

.footer-bottom__text + .footer-bottom__text {
  margin-top: 12px;
}

.footer-bottom__link {
  font-size: 11px;
  font-weight: bold;
  color: #f3af4b;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.27px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 15px;
}

.footer-bottom__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template: 1fr / 1fr 1fr;
  padding-left: 40px;
  padding-right: 75px;
  gap: 35px;
}

.referal-header {
 /* background: url(../img/header-main2.png) center top no-repeat;
  height: 623px;*/
  background: url(../img/header-main2.png) center bottom no-repeat;
    height: 503px;
}

.referal-header .header-info {
  margin-top: 20px;
}

.referal-header .header-info__soc {
  width: 395px;
  height: 81px;
  background: rgba(210, 201, 187, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 201, 187, 0.15)), color-stop(40%, rgba(192, 190, 193, 0)));
  background: linear-gradient(180deg, rgba(210, 201, 187, 0.15) 0%, rgba(192, 190, 193, 0) 40%);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
}

.referal-header .header-info__phone {
  padding-top: 10px;
}

.referal-header .header-info__phone img {
  top: 12px;
}

.referal-header__info {
  width: 464px;
  margin-left: 68px;
  margin-top: 0px;
}

.referal-header__subtitle {
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.78;
  letter-spacing: 3.04px;
  color: #ffffff;
}

.referal-header__title {
  font-family: "LubalinNTVRemake";
  font-size: 32px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3.04px;
  color: #ffffff;
  margin-top: 11px;
  text-transform: uppercase;
}

.referal-header__text {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.52px;
  text-align: left;
  color: #ffffff;
  margin-top: 23px;
  font-family: "Proxima Nova Lt";
}

.relative {
  position: relative;
}

.referal-first-step {
  padding-top: 105px;
  background: url(../img/referal-top-bg.png) center top no-repeat;
}

.referal-first-step .content > div {
  position: relative;
  z-index: 2;
}

.referal-first-step .main-welcome__left {
  max-width: 615px;
}

.referal-first-step .referal-first-grid {
  padding-left: 10px;
}

.big-headline__ref-first {
  top: -110px;
  z-index: 1;
}

.referal-first-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template: 1fr / 1fr 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
  gap: 29px;
}

.referal-text-with-dot {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.14px;
  text-align: left;
  color: #4d3a3d;
  position: relative;
  padding: 18px 13px 18px 32px;
  display: block;
}

.referal-text-with-dot::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #c0bec1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 190, 193, 0.45)), color-stop(34%, rgba(192, 190, 193, 0.45)), color-stop(35%, rgba(192, 190, 193, 0)), color-stop(65%, rgba(192, 190, 193, 0)), color-stop(66%, rgba(192, 190, 193, 0.45)));
  background: linear-gradient(180deg, rgba(192, 190, 193, 0.45) 0%, rgba(192, 190, 193, 0.45) 34%, rgba(192, 190, 193, 0) 35%, rgba(192, 190, 193, 0) 65%, rgba(192, 190, 193, 0.45) 66% rgba(192, 190, 193, 0.45) 100%);
}

.referal-text-with-dot::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fbaa40;
  border-radius: 50%;
  top: 50%;
  left: -2.5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.referal-first-left {
  max-width: 520px;
  padding-left: 118px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 40px;
}

.referal-first-line {
  position: absolute;
  top: 0;
  left: -115px;
}

.referal-first-margin {
  margin-right: 20px;
}

.referal-first-right {
  padding-left: 75px;
  padding-top: 110px;
}

.referal-first-right__subtitle {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.24px;
  color: #6c5e68;
  text-transform: uppercase;
}

.referal-first-right__title {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.19px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
  margin-top: 6px;
}

.referal-first-right__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.24px;
  text-align: left;
  color: #6b626a;
  margin-top: 21px;
  margin-bottom: 23px;
}

.referal-first-right__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 250px;
  margin-top: 31px;
}

.referal-first-right__stat .btn {
  margin-top: 30px;
}

.referal-first-right__stat-count {
  font-family: "LubalinNTVRemake";
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.78;
  letter-spacing: 3.04px;
  text-align: center;
  color: #766a75;
  margin-top: 8px;
}

.referal-first-right__stat-title {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  text-align: center;
  color: #6c5e68;
  text-transform: uppercase;
  margin-top: 13px;
}

.referal-percent-block {
  background: url(../img/referal-bg2.png) 70px top no-repeat;
  height: 282px;
  margin-top: 80px;
  padding: 21px 61px 25px 70px;
  position: relative;
}

.referal-percent-block::before {
  content: url(../img/statistic-corner.png);
  position: absolute;
  left: -8px;
  top: -53px;
}

.referal-percent-block::after {
  content: url(../img/statistic-corner.png);
  position: absolute;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  right: -34px;
  bottom: -41px;
}

.referal-percent-left {
  max-width: 330px;
  width: 330px;
  padding-right: 55px;
  padding-top: 27px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.referal-percent-left .flex {
  margin-top: 13px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.referal-percent-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 40px;
}

.referal-percent-number {
  font-family: "LubalinNTVRemake";
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 3.61px;
  text-align: center;
  color: #73410f;
}

.referal-percent-percent {
  font-size: 22px;
  letter-spacing: 2.09px;
  font-family: "LubalinNTVRemake";
  color: #73410f;
}

.referal-percent-dash {
  font-size: 32px;
  letter-spacing: 3.04px;
  margin: 0 12px;
  font-family: "LubalinNTVRemake";
  font-weight: 800;
  color: #73410f;
}

.referal-percent-title {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 2px;
  text-align: center;
  color: #73410f;
  margin-top: 16px;
  text-transform: uppercase;
}

.referal-percent-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: 1.33px;
  text-align: center;
  color: #73410f;
  text-transform: uppercase;
}

.referal-percent-right__title {
  font-family: "LubalinNTVRemake";
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 37px 0 0;
}

.referal-percent-right__title span {
  color: #fdbd1e;
}

.referal-percent-right__subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  text-align: right;
  color: #ffffff;
  margin-top: 6px;
}

.referal-percent-right__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 1.24px;
  text-align: right;
  color: #ffffff;
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 109px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.referal-advantages__section {
  background: url(../img/referal-bottom-bg.png) center center no-repeat;
  padding-bottom: 60px;
}

.referal-advantages__section .content {
  padding-top: 150px;
}

.referal-advantages__section .big-headline {
  top: 10px;
  font-size: 141px;
}

.referal-advantages__program {
  width: 407px;
  max-width: 407px;
  background: url(../img/referal-crown-bg.png) center top no-repeat;
  position: relative;
  z-index: 2;
  padding: 43px 50px 0 80px;
  margin-left: 66px;
}

.referal-advantages__program .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 22px;
}

.referal-advantages__program .flex span {
  color: #766a75;
}

.referal-advantages__program-bg {
  width: 1001px;
  height: 234px;
  display: block;
  position: absolute;
  z-index: 1;
  right: -80px;
  top: 0;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(rgba(237, 237, 237, 0)));
  background: linear-gradient(180deg, #ededed 0%, rgba(237, 237, 237, 0) 100%);
}

.referal-advantages__program-title {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  color: #766a75;
  text-transform: uppercase;
  margin-top: 12px;
}

.referal-advantages__program-subtitle {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  text-align: center;
  color: #766a75;
  margin-top: 5px;
  text-transform: uppercase;
  position: relative;
}

.referal-advantages__program-subtitle::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 66px;
  opacity: 0.43;
  background-color: #766a75;
}

.referal-advantages__program-subtitle + .referal-advantages__program-step {
  margin-top: 122px;
}

.referal-advantages__program-step {
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  color: #6c5e68;
  text-transform: uppercase;
  margin-bottom: 0;
}

.referal-advantages__program-step span {
  color: #fbaa40;
}

.referal-advantages__program-text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1.14px;
  text-align: center;
  color: #262226;
  margin-top: 13px;
}

.referal-advantages__program-text + .referal-advantages__program-step {
  margin-top: 32px;
}

.referal-advantages__info-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.referal-advantages__info-right {
  padding-left: 107px;
}

.referal-advantages__info-right .btn {
  margin-top: 30px;
}

.referal-advantages {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template: 1fr / 1fr 1fr 1fr;
  padding: 0 25px 0 130px;
  gap: 90px;
  margin-top: 80px;
  margin-bottom: 75px;
}

.referal-advantages-item {
  position: relative;
  padding-left: 85px;
}

.referal-advantages-item::before {
  content: url(../img/referal-pc.png);
  position: absolute;
  left: 0;
  top: 0;
}

.referal-advantages-item + .referal-advantages-item::after {
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  left: -45px;
  position: absolute;
  background: #c0bec1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(192, 190, 193, 0)), color-stop(11%, rgba(192, 190, 193, 0.25)), color-stop(50%, rgba(192, 190, 193, 0.45)), color-stop(89%, rgba(192, 190, 193, 0.25)), color-stop(90%, rgba(192, 190, 193, 0)));
  background: linear-gradient(180deg, rgba(192, 190, 193, 0) 10%, rgba(192, 190, 193, 0.25) 11%, rgba(192, 190, 193, 0.45) 50%, rgba(192, 190, 193, 0.25) 89%, rgba(192, 190, 193, 0) 90%);
}

.referal-advantages-item__title {
  margin: 7px 0 0;
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
}

.referal-advantages-item__title span {
  color: #fbaa40;
}

.referal-advantages-item__text {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1.14px;
  text-align: left;
  color: #4d3a3d;
}

.referal-guard-info {
  margin-top: 48px;
  padding-top: 40px;
  position: relative;
}

.referal-guard-info::before {
  content: "";
  width: 961px;
  height: 1px;
  top: 0;
  left: 112px;
  position: absolute;
  background-color: rgba(77, 58, 61, 0.19);
}

.referal-guard-left {
  width: 603px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.referal-guard-left .referal-guard-item {
  padding-left: 249px;
  padding-right: 60px;
  position: relative;
  margin-bottom: 30px;
}

.referal-guard-left .referal-guard-item::before {
  content: url(../img/referal-flag.png);
  position: absolute;
  top: 8px;
  left: 120px;
}

.referal-guard-item__title {
  font-family: "LubalinNTVRemake";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1.71px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
  margin: 0;
}

.referal-guard-item__title span {
  color: #fbaa40;
}

.referal-guard-item__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 1.24px;
  text-align: left;
  color: #4d3a3d;
}

.referal-guard-item__decr {
  text-transform: uppercase;
  color: #c97021;
  margin-top: 20px;
}

.referal-guard-right .referal-guard-item {
  padding-left: 180px;
  padding-right: 21px;
  position: relative;
  margin-bottom: 30px;
}

.referal-guard-right .referal-guard-item::before {
  content: url(../img/referal-guard.png);
  position: absolute;
  top: 8px;
  left: 88px;
}

.referal-guard-right .btn {
  margin: 40px auto 0;
}

.referal-guard-right__title {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.19px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
}

.referal-guard-right__title span {
  color: #feaf3f;
}

.referal-guard-right__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: 1.24px;
  text-align: center;
  color: #6c5e68;
  text-transform: uppercase;
  font-family: "Proxima Nova Lt";
}

.about-first__section {
  padding-top: 135px;
  background: url(../img/about-top-bg.png) center top no-repeat;
}

.about-first__section .big-headline {
  top: -125px;
  z-index: 1;
}

.about-first__section .content > .flex {
  position: relative;
  z-index: 2;
}

.about-first__section .content::before {
  content: "";
  display: block;
  height: 400px;
  left: 0;
  bottom: 0px;
  position: absolute;
  width: 1px;
  background: #6c5e68;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(108, 94, 104, 0.1)), to(rgba(108, 94, 104, 0)));
  background: linear-gradient(0deg, rgba(108, 94, 104, 0.1) 0%, rgba(108, 94, 104, 0) 100%);
}

.about-first-left {
  padding-left: 115px;
  margin-top: 75px;
  max-width: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.about-first-left .btn {
  margin-top: 50px;
}

.about-first-right {
  margin-top: 40px;
  padding-left: 45px;
}

.about-advantages__section .content {
  padding-top: 150px;
  padding-bottom: 110px;
}

.about-advantages__section .big-headline {
  top: 10px;
  font-size: 141px;
}

.about-advantages__section .referal-advantages {
  padding: 0 65px 0 50px;
  margin-top: 0px;
  margin-bottom: 0;
}

.about-second__section {
  background: url(../img/about-bottom-bg.png) center 100px no-repeat;
}

.about-second__section .main-welcome__rights {
  max-width: 560px;
  margin-top: 10px;
}

.about-second__section .content {
  padding-bottom: 110px;
}

.about-second__section .big-headline {
  bottom: 0;
  font-size: 91px;
  line-height: 66px;
}

.about-document__company {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: 1.05px;
  text-align: left;
  color: #ffffff;
}

.about-document__official {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 0.72px;
  text-align: left;
  color: #ffffff;
  margin-top: 4px;
}

.about-document__document {
  height: 342px;
  width: 292px;
  background: url(../img/about-document.png) center center no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 215px;
}

.about-document__document::before {
  content: url(../img/statistic-corner.png);
  position: absolute;
  left: -33px;
  top: -57px;
}

.about-document__document::after {
  content: url(../img/statistic-corner.png);
  position: absolute;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  right: -58px;
  bottom: -83px;
}

.about-document-left {
  position: relative;
  padding-left: 81px;
  margin-top: 85px;
}

.about-document-right {
  margin-top: 85px;
  padding-left: 77px;
}

.about-document-right .referal-first-grid {
  padding-left: 20px;
  margin-top: 30px;
}

.about-document-right .referal-text-with-dot {
  padding: 30px 13px 30px 32px;
}

.about-document__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 1.24px;
  text-align: left;
  color: #6b626a;
}

.about-document__text span {
  font-size: 14px;
  letter-spacing: 1.33px;
  color: #4d3a3d;
  font-weight: 600;
}

.about-document__security {
  margin-top: 30px;
}

.about-document__security img {
  margin-right: 20px;
}

.about-protection__bg {
  width: 100%;
  height: 284px;
  background: #ebeced;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebeced), to(rgba(235, 236, 237, 0.1)));
  background: linear-gradient(180deg, #ebeced 0%, rgba(235, 236, 237, 0.1) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}

.about-protection__bg .content {
  position: relative;
  z-index: 2;
}

.about-protect-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (1fr)[4];
      grid-template: 1fr/repeat(4, 1fr);
  position: relative;
  z-index: 1;
}

.about-protect-grid .about-protect__item:nth-child(2n + 1) {
  background: #e5e4e5;
  background: linear-gradient(165deg, rgba(229, 228, 229, 0.8) 0%, rgba(229, 228, 229, 0) 100%);
}

.about-protect__item {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-protect__item .referal-text-with-dot {
  margin-left: 44px;
}

.about-protect__item .referal-text-with-dot::before {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 100%;
  max-height: 107px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 190, 193, 0.45)), color-stop(39%, rgba(192, 190, 193, 0.45)), color-stop(40%, rgba(192, 190, 193, 0)), color-stop(60%, rgba(192, 190, 193, 0)), color-stop(61%, rgba(192, 190, 193, 0.45)));
  background: linear-gradient(180deg, rgba(192, 190, 193, 0.45) 0%, rgba(192, 190, 193, 0.45) 39%, rgba(192, 190, 193, 0) 40%, rgba(192, 190, 193, 0) 60%, rgba(192, 190, 193, 0.45) 61% rgba(192, 190, 193, 0.45) 100%);
}

.about-protect__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 25px;
  padding-top: 44px;
}

.about-protect__item-number {
  font-family: "LubalinNTVRemake";
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.78;
  letter-spacing: 3.04px;
  text-align: center;
  color: #766a75;
}

.about-protect__item-title {
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  text-align: left;
  color: #6c5e68;
  margin: 0 0 0 13px;
  text-transform: uppercase;
}

.about-protect__item-title span {
  color: #fbaa40;
}

.about-protection__section {
  background: url(../img/about-bg.png) center 253px no-repeat;
}

.about-protection__section .main-welcome__step-block {
  margin-top: -71px;
  position: relative;
  z-index: 2;
}

.about-protection-bottom__left {
  max-width: 300px;
  margin-left: 111px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.about-protection-bottom__left .referal-guard-item__text {
  margin-top: 15px;
}

.about-protection-bottom__right {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template: 1fr / 1fr 1fr;
  gap: 45px;
  padding-left: 41px;
  margin-left: 40px;
  position: relative;
}

.about-protection-bottom__right::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(192, 190, 193, 0)), color-stop(50%, rgba(192, 190, 193, 0.45)), to(rgba(192, 190, 193, 0)));
  background: linear-gradient(180deg, rgba(192, 190, 193, 0) 0%, rgba(192, 190, 193, 0.45) 50%, rgba(192, 190, 193, 0) 100%);
}

.about-protection-bottom__right .flex {
  position: relative;
}

.about-protection-bottom__right .flex:first-child {
  padding-left: 87px;
}

.about-protection-bottom__right .flex:first-child::before {
  content: url(../img/referal-pc.png);
  position: absolute;
  left: 0;
  top: 0;
}

.about-protection-bottom__right .flex:last-child {
  padding-left: 80px;
}

.about-protection-bottom__right .flex:last-child::before {
  content: url(../img/about-finger-print.png);
  position: absolute;
  left: 0;
  top: 0;
}

.about-protection-bottom__title {
  text-transform: uppercase;
  font-family: "LubalinNTVRemake";
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.55;
  letter-spacing: 1.05px;
  text-align: left;
  color: #6c5e68;
}

.about-protection-bottom__title span {
  color: #fbaa40;
}

.about-protection-bottom__text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1.14px;
  text-align: left;
  color: #4d3a3d;
}

.about-protection-info {
  padding-left: 225px;
  position: relative;
  margin-top: 70px;
  padding-bottom: 70px;
}

.about-protection-info::before {
  content: url(../img/about-guard.png);
  position: absolute;
  top: 0;
  left: 110px;
}

.about-protection-info__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 1.24px;
  text-align: left;
  color: #4d3a3d;
  margin: 10px 0 0;
}

.about-protection-info__text span {
  color: #c97021;
}

.faq__section {
  background: url(../img/referal-top-bg.png) center top no-repeat, url(../img/about-bg.png) center bottom no-repeat;
}

.faq__section .content {
  padding-bottom: 110px;
 /* padding-top: 120px;*/
}

.faq__section .content::before {
  content: "";
  display: block;
  height: 85%;
  left: 0;
  bottom: 0;
  position: absolute;
  width: 1px;
  background: #6c5e68;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(108, 94, 104, 0.1)), color-stop(90%, rgba(108, 94, 104, 0.1)), to(rgba(108, 94, 104, 0)));
  background: linear-gradient(0deg, rgba(108, 94, 104, 0.1) 0%, rgba(108, 94, 104, 0.1) 90%, rgba(108, 94, 104, 0) 100%);
}

.faq__section .big-headline {
  top: 0;
}

.page-title {
  height: 104px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 105px;
}

.page-title img {
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.page-title p {
  text-transform: uppercase;
  font-family: "LubalinNTVRemake";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: 1.43px;
  text-align: left;
  color: #6c5e68;
  position: relative;
  z-index: 2;
}

.page-title p span {
  color: #fbaa40;
}

.page-title-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 1110px;
  height: 104px;
  z-index: 1;
  background: #eceeef;
  background: linear-gradient(135deg, rgba(229, 230, 232, 0.3) 0%, rgba(229, 230, 232, 0.5) 50%, rgba(229, 230, 232, 0.8) 100%);
}

.faq-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template: 1fr / 1fr 1fr;
  margin-top: 20px;
}

.faq-grid .faq-section .page-title {
  padding-left: 65px;
  margin-top: 0;
}

.faq-grid .faq-section:nth-child(2) {
  padding: 0 40px 0 60px;
}

.faq-grid .faq-section:nth-child(2):not(.support-section) {
  background: #464351;
  background: linear-gradient(135deg, rgba(231, 232, 234, 0.9) 0%, rgba(231, 232, 234, 0) 100%);
}

.faq-section {
  padding: 0 40px;
  margin-top: 40px;
}

.faq-section .page-title-bg {
  left: -38px;
  -webkit-transform: none;
          transform: none;
}

.faq-section .referal-text-with-dot {
  min-height: 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  max-width: 395px;
  margin-left: 4px;
}

.faq-item__question {
  font-family: "LubalinNTVRemake";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: 1.43px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
  margin-top: 21px;
}

.faq-info {
  margin-top: 155px;
}

.faq-info .btn {
  margin-top: 40px;
}

.faq-info__subtitle {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: 1.24px;
  color: #6c5e68;
  text-transform: uppercase;
}

.faq-info__title {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.19px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
  margin: 0;
}

.faq-info__title span {
  color: #fbaa40;
}

.faq-info__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.24px;
  text-align: left;
  color: #6b626a;
  margin-top: 21px;
}

.faq-info__mail-block {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  text-align: center;
  color: #766a75;
  margin-top: 40px;
  margin-bottom: 20px;
}

.faq-info__mail-block img {
  margin-right: 12px;
}

.faq-info__email {
  font-size: 15px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  font-weight: bold;
  color: #766a75;
  margin: 0;
}

.faq-info__email span {
  color: #2c272c;
  font-weight: normal;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.rules-title {
  font-family: "LubalinNTVRemake";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: 1.43px;
  text-align: left;
  color: #6c5e68;
  text-transform: uppercase;
  display: block;
  padding-left: 43px;
  margin-top: 40px;
}

.rules-text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: 1.24px;
  text-align: left;
  color: #6b626a;
  margin: 26px 0 0;
  padding-left: 43px;
}

.rules-text span {
  font-size: 14px;
  letter-spacing: 1.33px;
  color: #4d3a3d;
}

.rules-text + .rules-title {
  margin-top: 60px;
}

.news-item {
  padding-left: 28px;
  margin-top: 72px;
  padding-right: 97px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-item:first-of-type {
  /*margin-top: 0;*/
}

.news-item__content {
  max-width: 469px;
  padding-top: 43px;
}

.news-item__content-title {
  font-family: "LubalinNTVRemake";
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.1px;
  text-align: left;
  color: #766a75;
  text-transform: uppercase;
}

.news-item__content-subtitle {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 1.52px;
  color: #514e4f;
}

.news-item__content-text {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 1.33px;
  text-align: left;
  color: #4d3a3d;
  position: relative;
  margin-top: 18px;
}

.news-item__content-text::before {
  content: "";
  width: 66px;
  height: 1px;
  opacity: 0.43;
  background-color: #766a75;
  position: absolute;
  top: 8px;
  left: -88px;
}

.news-item__content-date {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: 1.14px;
  text-align: left;
  color: #bbbbbb;
  padding-left: 43px;
  position: relative;
  padding-top: 4px;
  margin-top: 24px;
}

.news-item__content-date::before {
  content: url(../img/news-date.png);
  position: absolute;
  left: 0;
  top: 0;
}

.news-item__content-more {
  padding-top: 26px;
  border-top: 1px solid rgba(108, 94, 104, 0.1);
  margin-top: 18px;
}

.news-item__content-more a {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.82;
  letter-spacing: 1.62px;
  text-align: left;
  color: #766a75;
  position: relative;
  display: block;
  padding-left: 44px;
  text-decoration: none;
}

.news-item__content-more a::before {
  content: url(../img/news-arrow.png);
  position: absolute;
  left: 3px;
  top: 0;
}

.support-form {
  margin-top: 25px;
  width: 520px;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 55px 66px 70px 50px;
}

.support-form .btn {
  margin: 90px auto 0;
}

.support-form textarea.form-control {
  min-height: 141px;
}

.support-form form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.support-form__title {
  margin: 0;
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 2.19px;
  text-align: center;
  color: #6c5e68;
  text-transform: uppercase;
}

.support-form__title span {
  color: #fbaa40;
}

.support-form__line {
  width: 166px;
  display: block;
  height: 1px;
  background-color: rgba(192, 190, 193, 0.52);
  position: relative;
  margin: 23px auto 50px;
}

.support-form__line::before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fbaa40;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 42px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-group::before {
  content: url(../img/input-pen.png);
  top: 29px;
  left: 0;
  position: absolute;
}

.form-group label {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.24px;
  text-align: left;
  color: #766a75;
  text-transform: uppercase;
}

.form-group + .form-group {
  margin-top: 42px;
}

.form-control {
  margin-top: 9px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  border: solid 1px #dddede;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea.form-control {
  resize: vertical;
  min-height: 70px;
}

button {
  border: none;
  padding: inherit;
  cursor: pointer;
}

.support-section {
  position: relative;
}

.support-section .page-title-bg {
  max-width: 100%;
  left: 0;
}

.support-info {
  width: calc(100% + 100px);
  margin-left: -60px;
  padding: 42px 40px 0 60px;
  background: #464351;
  background: -webkit-gradient(linear, right top, left top, from(rgba(231, 232, 234, 0.8)), to(rgba(231, 232, 234, 0.6)));
  background: linear-gradient(270deg, rgba(231, 232, 234, 0.8) 0%, rgba(231, 232, 234, 0.6) 100%);
}

.support-location {
  padding: 35px 40px 25px 60px;
  margin-left: -60px;
  width: calc(100% + 100px);
  background: url(../img/support-bg.png) center top no-repeat;
  margin-top: 20px;
  background-size: cover;
}

.support-location__title {
  position: relative;
  text-transform: uppercase;
  display: block;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  color: #766a75;
  padding-left: 34px;
}

.support-location__title::before {
  content: url(../img/location2-icon.png);
  position: absolute;
  left: 0;
  top: -8px;
}

.support-location__address {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 1.27px;
  text-align: left;
  color: #766a75;
  margin-top: 17px;
  display: block;
}

.support-social__title {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: 1.43px;
  color: #766a75;
  margin-top: 24px;
  text-transform: uppercase;
}

.support-social {
  position: relative;
  padding-bottom: 30px;
}

.support-social::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 100px);
  left: -60px;
  height: 1px;
  background-color: #dddede;
  bottom: 0;
}

.support-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin: 25px 0 0;
}

.support-social ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.support-social ul li + li {
  margin-left: 17px;
}

.support-social .fab {
  font-size: 24px;
  color: #feb44a;
}

.support-bottom-info__title {
  text-transform: uppercase;
  font-family: "LubalinNTVRemake";
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: 1.43px;
  text-align: left;
  color: #6c5e68;
  margin: 30px 0 0;
}

.support-bottom-info__title span {
  color: #fbaa40;
}

.support-bottom-info__text {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.24px;
  text-align: left;
  color: #6b626a;
  margin-top: 15px;
}

.support-map {
  width: 1048px;
  height: 406px;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.15);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.15);
  margin: 46px 0 0 43px;
}

.main-welcome__text-block-support {
  padding: 40px 18px 0;
}

.login-header {
  padding-top: 70px;
}

.login-header .logo-wrapper {
  margin: 0 auto;
}

.login-header a {
  text-decoration: none;
}

.login-header .logo-text {
  font-size: 39px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: 3.71px;
  text-align: center;
  color: #6c5e68;
}

.login-header .logo-name {
  font-weight: 900;
  font-family: "Proxima Nova Bl";
}

.login-wrapper {
  background: url(../img/login-bg.png) center top no-repeat, #f5f5f5;
}

.login-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr;
      grid-template: 1fr / 1fr 1fr;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
  background-color: #ffffff;
  border-radius: 10px;
  max-width: 998px;
  margin: 65px auto 0;
}

.login-grid .support-form {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  width: 100%;
}

.login-grid .support-form .btn {
  margin-top: 50px;
}

.login-grid .referal-guard-item {
  margin-top: auto;
  padding-left: 77px;
  position: relative;
}

.login-grid .referal-guard-item::before {
  content: url(../img/referal-guard.png);
  position: absolute;
  top: -5px;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.login-forgot {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: 1.14px;
  text-align: center;
  color: #616160;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 50px;
}

.footer-login {
  padding: 25px 25px 180px;
  max-width: 998px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-login ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-left: 0;
  padding-right: 15px;
}

.footer-login ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.27px;
  text-align: left;
  position: relative;
}

.footer-login ul li + li {
  margin-left: 30px;
}

.footer-login ul li + li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #766a75;
  border-radius: 50%;
}

.footer-login ul li a {
  text-decoration: none;
  color: #766a75;
  text-transform: uppercase;
}

.calc-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 21;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

.calc-popup.active {
  display: block;
}

.calc-popup-close {
  position: absolute;
  right: -25px;
  top: -25px;
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.calc-popup-close::before {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  position: absolute;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  top: 10px;
}

.calc-popup-close::after {
  content: "";
  display: block;
  width: 21px;
  height: 1px;
  position: absolute;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  top: 10px;
}

.calc-popup-block {
  width: 835px;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 25px 50px 0;
}

.calc-popup-block .support-form__line {
  margin: 15px auto;
}

.calc-popup-title {
  font-family: "LubalinNTVRemake";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.9px;
  text-align: center;
  color: #6c5e68;
  text-transform: uppercase;
}

.calc-popup-title span {
  color: #fbaa40;
}

.calc-popup-text {
  width: 504px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 1.14px;
  text-align: center;
  color: #4d3a3d;
  display: block;
  margin: 0 auto;
}

.calc-popup-actions {
  margin-top: 45px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr auto 1fr;
      grid-template: 1fr / 1fr auto 1fr;
}

.calc-popup-actions .form-group {
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.calc-popup-actions .form-group::before {
  content: none;
}

.calc-popup-actions img {
  margin: 0 42px 10px;
}

.calc-popup-buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

.calc-popup-buttons button {
  background: url(../img/calc-left-bg.png) center center no-repeat;
  color: #ffffff;
  -webkit-box-shadow: 0 0 44.6px 1.4px rgba(129, 117, 130, 0.35);
          box-shadow: 0 0 44.6px 1.4px rgba(129, 117, 130, 0.35);
}

.calc-popup-buttons button:hover {
  -webkit-box-shadow: 0 0 44.6px 1.4px rgba(129, 117, 130, 0.89);
          box-shadow: 0 0 44.6px 1.4px rgba(129, 117, 130, 0.89);
}

.calc-popup-bottom {
  height: 135px;
  position: relative;
  background: url(../img/calc-bg.png) center top no-repeat;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (1fr)[5];
      grid-template: 1fr/repeat(5, 1fr);
  margin-left: -50px;
  width: calc(100% + 100px);
  padding-top: 40px;
  margin-top: 40px;
}

.calc-popup-bottom__descr {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: 1.14px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.calc-popup-bottom__perc {
  font-family: "LubalinNTVRemake";
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 2.19px;
  text-align: center;
  color: #ffffff;
  margin: 0;
}

.calc-popup-bottom__perc span {
  font-size: 14px;
  letter-spacing: 1.33px;
}

.calc-popup-bottom__circle {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.14);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.14);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin: -90px auto 0;
}

.cabinet-header {
  height: 122px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 34px 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cabinet-header-left img {
  margin-right: 30px;
}

.cabinet-header__title {
  margin: 10px 0 0;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 2.08px;
  color: #766a75;
  font-family: "LubalinNTVRemake";
  text-transform: uppercase;
  line-height: 26px;
}

.cabinet-header__title .cabinet-header__title-text {
  font-family: 'Proxima Nova Rg';
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.47;
  letter-spacing: 2.4px;
  text-align: left;
  color: #fbaa40;
}

.cabinet-header__title .cabinet-header__title-letter {
  font-family: "LubalinNTVRemake";
  font-size: 46px;
  font-weight: normal;
  letter-spacing: 3.68px;
  color: #766a75;
}

.cabinet-header__descr {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: 2px;
  color: #c2b7b9;
  padding-left: 12px;
}

.cabinet-header-right img {
  margin-right: 15px;
}

.cabinet-header__balance {
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin: 0;
}

.cabinet-header__balance span {
  color: #fbaa40;
}

.cabinet-header__balance-descr {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin-top: 3px;
}

.cabinet-header__bottom {
  margin-top: 15px;
}

.cabinet-header__balance-amount {
  font-family: "LubalinNTVRemake";
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: 2px;
  color: #766a75;
  position: relative;
  margin: 0;
}

.cabinet-header__balance-amount span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.33px;
  color: #fbaa40;
  font-family: 'Proxima Nova Rg';
}

.cabinet-header__balance-line {
  width: 100%;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(118, 106, 117, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 18px;
  border-radius: 4px;
}

.cabinet-header-left-bg {
  width: 857px;
  height: 122px;
  position: absolute;
  right: calc(50% + 198px);
  top: 120px;
  opacity: .5;
  background: #766a75;
  background: -webkit-gradient(linear, right top, left top, from(rgba(118, 106, 117, 0)), color-stop(22%, rgba(118, 106, 117, 0.1)), to(rgba(118, 106, 117, 0.12)));
  background: linear-gradient(270deg, rgba(118, 106, 117, 0) 0%, rgba(118, 106, 117, 0.1) 22%, rgba(118, 106, 117, 0.12) 100%);
}

.cabinet-header-right-bg {
  width: 657px;
  height: 122px;
  position: absolute;
  top: 120px;
  left: calc(50% + 290px);
  opacity: .5;
  background: #766a75;
  background: -webkit-gradient(linear, left top, right top, from(rgba(118, 106, 117, 0)), color-stop(22%, rgba(118, 106, 117, 0.1)), to(rgba(118, 106, 117, 0.12)));
  background: linear-gradient(90deg, rgba(118, 106, 117, 0) 0%, rgba(118, 106, 117, 0.1) 22%, rgba(118, 106, 117, 0.12) 100%);
}

.cab-stat-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 1fr;
  -ms-grid-columns: (1fr)[4];
      grid-template: 1fr 1fr/repeat(4, 1fr);
  padding: 20px 0 0 35px;
  gap: 30px 0;
}

.cab-stat-item {
  background: url(../img/cabinet/stat-bg.png) center center no-repeat;
  border-radius: 15px;
  padding: 21px 27px 0;
  width: 224px;
  height: 197px;
}

.cab-stat__wrapper {
  height: 59px;
  width: calc(100% + 36px);
  margin-left: -18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #dbdbdb;
  margin-top: 23px;
}

.cab-stat__balance-big {
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.95;
  letter-spacing: 2px;
  text-align: left;
  color: #766a75;
  margin: 0;
}

.cab-stat__balance-big span {
  font-family: 'Proxima Nova Rg';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.33px;
  color: #fbaa40;
}

.cab-stat__descr {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin-top: 8px;
}

.cab-stat__balance {
  font-family: "LubalinNTVRemake";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.52px;
  text-align: left;
  color: #766a75;
  margin: 20px 0 0;
}

.cab-stat__balance span {
  font-family: 'Proxima Nova Rg';
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.33px;
  color: #fbaa40;
}

.cab-dep-main {
  margin-top: 20px;
}

.cab-dep-main .about-protection__bg {
  background: #ebeced;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 236, 237, 0.9)), to(rgba(235, 236, 237, 0)));
  background: linear-gradient(180deg, rgba(235, 236, 237, 0.9) 0%, rgba(235, 236, 237, 0) 100%);
  z-index: 1;
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto;
}

.cab-dep-grid {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: (1fr)[4];
      grid-template: 1fr/repeat(4, 1fr);
}

.cab-dep-item {
  height: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 27px 30px 0 22px;
}

.cab-dep-item:nth-child(2n + 1) {
  background: #e5e4e5;
  background: linear-gradient(155deg, rgba(229, 228, 229, 0.8) 0%, rgba(229, 228, 229, 0.6) 50%, rgba(229, 228, 229, 0) 70%);
}

.cab-dep-item:nth-child(4) {
  height: 720px;
  background: #e5e4e5;
  background: linear-gradient(165deg, rgba(229, 228, 229, 0.8) 0%, rgba(229, 228, 229, 0) 100%);
}

.cab-dep-item img {
  margin-right: 11px;
  margin-top: -5px;
}

.cab-dep-item__select {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: 1.24px;
  text-align: left;
  color: #766a75;
  text-transform: uppercase;
  margin-top: 30px;
}

.cab-dep-item__balance {
  display: none;
}

.cab-dep-item__balance.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cab-dep-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cab-dep-item__title {
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin: 5px 0 0;
}

.cab-dep-item__title span {
  color: #fbaa40;
}

.cab-dep-item__descr {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
}

.cab-dep-item__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}

.cab-dep-item__list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  cursor: pointer;
}

.cab-dep-item__list li.active {
  color: #fbaa40;
}

.cab-dep-item__list li + li {
  margin-left: 15px;
}

.cabinet-buttons-block {
  z-index: 3;
  margin-top: -521px;
  height: 115px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
}

.cabinet-buttons-block .about-protection__bg {
  height: 115px;
  z-index: 1;
  background: url(../img/cabinet/cab-buttons-bg.png) center top no-repeat;
  left: auto;
  -webkit-transform: none;
          transform: none;
  right: 0;
}

.cabinet-buttons-block .btn {
  position: relative;
  z-index: 2;
}

.re-invest-btn {
 /* width: 260px;*/
 width: 331px;
  background-size: cover;
  padding-left: 12px;
}

.profit-btn {
  background: url(../img/calc-left-bg.png) center center no-repeat;
  color: #ffffff;
  -webkit-box-shadow: 0 0 44.6px 1.4px rgba(129, 117, 130, 0.35);
  box-shadow: 0 0 44.6px 1.4px rgba(129, 117, 130, 0.35);
}

.profit-btn:hover {
  -webkit-box-shadow: 0 0 44.6px 1.4px rgba(129, 117, 130, 0.89);
          box-shadow: 0 0 44.6px 1.4px rgba(129, 117, 130, 0.89);
}

.cab-main-ref {
  margin-top: 50px;
  padding: 0 40px;
  z-index: 4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cab-main-ref__title {
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin: 0;
}

.cab-main-ref__title span {
  color: #fbaa40;
}

.cab-main-ref__descr {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  font-family: 'Proxima Nova Lt';
}

.cab-main-ref__copy {
  width: 717px;
  height: 56px;
  background: url(../img/cabinet/ref-bg.png) center center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.cab-main-ref__copy > span {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.84;
  letter-spacing: 1.05px;
  text-align: left;
  color: #978e96;
  margin-left: 22px;
}

.cab-main-ref__copy > img {
  margin-left: 10px;
}

.cab-main-ref__copy button {
  background: none;
  margin-left: auto;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cab-main-ref__copy button span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.88px;
  text-align: left;
  color: #5c535b;
}

.cab-main-ref__copy button img {
  margin-left: 13px;
}

.cab-ref-stat {
  max-width: 250px;
  margin-left: auto;
}

.cab-ref-stat img {
  margin-right: 14px;
  margin-top: -7px;
}

.cab-ref-stat .cabinet-header__bottom {
  margin-top: 32px;
}

.cab-last-info {
  padding: 30px;
  margin: 60px auto 0;
  position: relative;
  z-index: 5;
  background: url(../img/cabinet/last-bg.jpg) center center no-repeat;
  background-size: cover;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 465px auto;
      grid-template: 1fr / 465px auto;
  width: 1047px;
  border-radius: 15px;
}

.cab-last-info > .flex:nth-child(2) {
  padding-left: 76px;
  border-left: #e3e0e3 1px solid;
}

.cab-last__period {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 1.14px;
  text-align: left;
  color: #766a75;
  margin: 0;
}

.cab-last__bold {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin: 0;
}

.cab-last__bold span {
  font-size: 9px;
  letter-spacing: 0.86px;
  color: #fbaa40;
}

.cab-last__text {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 1.14px;
  text-align: left;
  color: #766a75;
}

.cab-last__table {
  border-collapse: collapse;
  margin-top: 17px;
}

.cab-last__table tr:nth-child(2n+1) td {
  background-color: #fcfcfc;
}

.cab-last__table tr td:nth-child(1) {
  padding-left: 20px;
}

.cab-last__table td {
  padding: 10px 2px;
}

.cab-last__table.cab-last__transaction {
  width: 385px;
}

.cab-last__table.cab-last__partners {
  width: 446px;
}

.cab-last__descr {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  padding-left: 24px;
}

.cab-last__title {
  font-family: "LubalinNTVRemake";
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin: 0;
  padding-left: 24px;
}

.cab-last__title span {
  color: #fbaa40;
}

.addfound-number {
  font-family: "LubalinNTVRemake";
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 3.61px;
  text-align: left;
  color: #766a75;
  margin-right: 12px;
}

.addfound-title {
  font-size: 18px;
  letter-spacing: 1.71px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  text-align: left;
  color: #766a75;
}

.addfound-descr {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
}

.addfound-header {
  margin-bottom: 30px;
}

.addfound-header.addfound-header-first {
  padding-left: 13px;
}

.addfound-grid {
  padding: 0 26px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: auto auto auto;
      grid-template: 1fr / auto auto auto;
}

.addfound-grid > div + div {
  position: relative;
}

.addfound-grid > div + div::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 69px;
  position: absolute;
  width: 1px;
  background: #6c5e68;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(108, 94, 104, 0.1)), color-stop(90%, rgba(108, 94, 104, 0.1)), to(rgba(108, 94, 104, 0)));
  background: linear-gradient(180deg, rgba(108, 94, 104, 0.1) 0%, rgba(108, 94, 104, 0.1) 90%, rgba(108, 94, 104, 0) 100%);
}

.addfound-paysys__input {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.addfound-paysys__input:checked + .addfound-paysys__item,
.addfound-paysys__input:checked + .addfound-plan__item {
  -webkit-box-shadow: 0 0 30.1px 4.9px rgba(251, 170, 64, 0.75);
          box-shadow: 0 0 30.1px 4.9px rgba(251, 170, 64, 0.75);
}

.addfound-paysys__item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 13px 15px;
  display: -ms-grid;
  display: grid;
  width: 295px;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: auto 120px;
      grid-template: 1fr / auto 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
}

.addfound-paysys__amount {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin: 0;
}

.addfound-paysys__amount span {
  font-size: 9px;
  letter-spacing: 0.86px;
  color: #fbaa40;
}

.addfound-paysys__descr {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 1.14px;
  text-align: left;
  color: #766a75;
}

.addfound-first {
  padding-right: 30px;
}

.addfound-second {
  max-width: 316px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 50px;
  padding-right: 30px;
}

.addfound-second .btn {
  margin-top: 35px;
  margin-left: 30px;
}

.addfound-third {
  padding-left: 30px;
}

.addfound-third .more-btn {
  margin: 40px auto 0;
}

.addfound-third .more-btn:not(.save-btn) {
  padding-left: 20px;
}

.addfound-plan__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 74px 109px auto;
      grid-template: 1fr / 74px 109px auto;
  background: url(../img/cabinet/addfound-bg.jpg) center center no-repeat;
  border-radius: 7px;
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
  padding-right: 10px;
}

.addfound-plan__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.addfound-plan__wrapper img {
  max-height: 35px;
}

.addfound-plan__perc {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 17px;
  letter-spacing: 2.09px;
  text-align: left;
  color: #8d5813;
  margin: 0;
  padding-right: 0px;
  padding-left: 7px;
}

.addfound-plan__perc span {
  font-size: 12px;
  letter-spacing: 1.62px;
}

.addfound-plan__days {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 1.14px;
  text-align: left;
  color: #8d5813;
  padding-right: 7px;
}

.addfound-input__title {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1.52px;
  text-align: left;
  color: #766a75;
}

.addfound-input {
  height: 51px;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
  background-color: #ffffff;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: 1.71px;
  text-align: left;
  color: #766a75;
  padding: 0 25px;
  margin-top: 7px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.deposit-item {
  width: 1042px;
  height: 140px;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
  background-color: #ffffff;
  margin: 0 auto 50px;
  border-radius: 7px;
  padding: 9px 0;
}

.deposit-item .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.deposit-item .flex .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.deposit-item .flex img {
  margin-right: 15px;
}

.deposit-item .flex + .flex {
  border-left: 1px solid rgba(118, 106, 117, 0.15);
}

.deposit-item .deposit-info-block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 30px;
}

.deposit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  margin-left: 20px;
}

.deposit-wrapper img {
  max-height: 51px;
  max-width: 90%;
}

.deposit-percent {
  font-family: "LubalinNTVRemake";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  font-size: 34px;
  letter-spacing: 3.23px;
  color: #766a75;
  margin: 0;
}

.deposit-percent span {
  font-size: 21px;
  letter-spacing: 2px;
}

.deposit-days {
  font-family: "LubalinNTVRemake";
  font-size: 10px;
  font-weight: lighter;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.33px;
  text-align: center;
  color: #fbaa40;
}

.deposit-text {
  font-family: "LubalinNTVRemake";
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1.33px;
  text-align: center;
  color: #fbaa40;
}

.deposit-amount {
  font-family: "LubalinNTVRemake";
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  font-size: 15px;
  letter-spacing: 3.23px;
  color: #766a75;
  margin: 0;
}

.deposit-amount span {
  font-size: 14px;
  letter-spacing: 2px;
}

.deposit-info {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
}

.deposit-icon {
  height: 30px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.operations-status {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 1.33px;
  text-align: left;
}

.operations-status.operations-status__success {
  color: #70c106;
}

.operations-status.operations-status__failed {
  color: #f02a2a;
}

.operations-status.operations-status__waiting {
  color: #fbaa40;
}

.operations-table-block {
  width: 1040px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
  padding: 25px;
}

.operations-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 17px;
}

.operations-table tr:nth-child(2n+1) td {
  background-color: #fcfcfc;
}

.operations-table tr td:nth-child(1) {
  padding-left: 20px;
  width: 35px;
}

.operations-table td {
  padding: 10px 2px;
}

.operations-table img {
  max-height: 25px;
}

.wallet-item {
  -webkit-box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
          box-shadow: 0 0 43.4px 7.7px rgba(54, 47, 44, 0.04);
  background-color: #ffffff;
  padding: 15px 21px;
  border-radius: 8px;
  margin-top: 20px;
}

.wallet-item input {
  height: 39px;
  border: solid 1px #dbdbdb;
  padding-left: 10px;
  width: 100%;
  margin-top: 5px;
}

.wallet-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(108, 94, 104, 0.1);
  padding-bottom: 15px;
}

.wallet-type {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin: 0;
}

.wallet-id {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 1.14px;
  text-align: left;
  color: #766a75;
}

.wallet-input-descr {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 1.33px;
  text-align: left;
  color: #766a75;
  margin-top: 15px;
}

.btn{
  z-index: 5;
}


.currency-stat li{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.currency-stat li:hover{
  transform: scale(1.2);
}

.header-data__accounts-block{
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.header-data__accounts-block:hover{
  transform: scale(1.2);
}

#watch-video{
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.main-welcome__video:hover #watch-video{
   -moz-transform: rotate(360deg); /* Для Firefox */
    -ms-transform: rotate(360deg); /* Для IE */
    -webkit-transform: rotate3605deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(360deg); /* Для Opera */
    transform: rotate(360deg);
}

#calc-btn{
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.main-paysys ul li{
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.main-paysys ul li:hover{
   transform: perspective(900px) rotate3d(0,1,0,25deg);
    -moz-transform: perspective(900px) rotate3d(0,1,0,25deg);
    -webkit-transform: perspective(900px) rotate3d(0,1,0,25deg);
    -o-transform: perspective(900px) rotate3d(0,1,0,25deg);
}

#calc-btn:hover{
  
  
   transform: perspective(900px) rotate3d(0,1,0,25deg);
    -moz-transform: perspective(900px) rotate3d(0,1,0,25deg);
    -webkit-transform: perspective(900px) rotate3d(0,1,0,25deg);
    -o-transform: perspective(900px) rotate3d(0,1,0,25deg);
}

.main-stat__desc{
   -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
}

.main-stat__desc:hover{
  transform: scale(1.1);
}





.select_ref_list{
  display: block;
  list-style-type: none;

}

.list_psys li img{
  height: 21px;
}


.index-about-protection-bottom {
  margin-top: 0;
  padding-left: 45px;
}

.index-about-protection-bottom::before {
  content: none;
}

.text-stat-controls{
  text-align: center;
  width: 290px;
  margin-left: 65px;
  display: block;
  margin-top: -30px;
}
