* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  padding: env(safe-area-inset);
}

body {
  position: relative;
  font-family: "Gilroy";
  padding: 0px;
  margin: 0px auto;
  line-height: 1;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  margin: 0 auto;
  overflow-x:hidden;
  width: 100%;
}

body.menuIsOpened {
  overflow: hidden;
}

body .bodyWrap {
  position: relative;
  overflow: hidden;
}

.bodyModal .bodyWrap {
  z-index: 0;
}

.container {
  width: 1300px;
  padding: 0px 15px;
  margin: 0px auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
}

select,
input,
textarea {
  width: 100%;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  font-family: "Gilroy";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  padding: 0px;
  font-family: "Gilroy";
  background-color: transparent;
  border: none;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

.bodyModal {
  overflow: hidden;
}

.invisLink {
  position: relative;
  z-index: 1;
}

.invisLink>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.invisLink {
  position: relative;
  z-index: 1;
}

.invisLink>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.wrapper {
  overflow: hidden;
}

header {
  padding: 49px 0;
  position: relative;
  z-index: 5;
}

header .wrapIn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

header .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 12px;
}

header .socailBl {
  margin-left: 62px;
}

.clockBlock {
  display: flex;
  align-items: center;
  position: relative;
}

.clockBlock [class*="icon"] {
  display: block;
  margin-top: 3px;
  align-self: center;
  flex-shrink: 0;
  font-size: 40px;
  color: #39a589;
}

.clockBlock [class*="icon"]+.clock {
  margin-left: 6px;
}

.clockBlock .clock {
  flex-shrink: 0;
}

.clockBlock .time {
  display: flex;
  margin-top: -3px;
  font-family: "CeraStencilPRO";
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 168px;
  font-feature-settings: "pnum"on, "lnum"on;
}

.clockBlock .time .val {
  display: block;
  width: 48px;
}

.clockBlock .time .minute {
  text-align: center;
}

.clockBlock .time .hour {
  text-align: right;
}

.clockBlock .time .spacer {
  display: block;
}

.clockBlock .date {
  display: block;
  margin-top: 3px;
  padding-left: 14px;
  font-size: 12px;
  line-height: 1;
  color: #f2d57b;
  font-weight: bold;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

header .clockBlock {
  margin-left: 64px;
  top: -4px;
}

.logo:hover {
  opacity: 0.75;
}

.logo {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.logo img {
  display: block;
  height: 67px;
}

.langBl {
  margin-right: 20px;
}

.langBl ul {
  display: flex;
}

.langBl ul li+li {
  margin-left: 8px;
}

.langBl ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 43px;
  height: 43px;
  background-color: rgba(255, 255, 255, 0.21);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  letter-spacing: 0.38em;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 0.38em;
}

.langBl ul li a:hover,
.langBl ul li a.active {
  color: #f2d57b;
  background-color: #334947;
}

.socailBl ul {
  display: flex;
}

.socailBl ul li+li {
  margin-left: 7px;
}

.socailBl ul li a {
  width: 43px;
  height: 43px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(35, 56, 56, 0.77);
  color: #c4c8c8;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.socailBl ul li a:hover {
  color: #f2d57b;
  background-color: #334947;
}

.menu {
  margin-top: 48px;

  width: 100%;
}

.menuInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuInner>ul {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
  max-width: 1012px;
}

.menuInner>ul li a::before {
  content: "";
  position: absolute;
  left: -2px;
  top: calc(100% + 3px);
  background-color: #3bab8e;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menuInner>ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menuInner>ul li a:hover:before,
.menuInner>ul li a.active::before {
  width: 100%;
}

.menuInner>ul li a.active,
.menuInner>ul li a:hover {
  color: #39a589;
}

.menu .login {
  color: #39a589;
  border: solid 2px #39a589;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-transform: uppercase;
  padding: 8px 22px 8px calc(22px + 0.3em);
  display: table;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  letter-spacing: 0.3em;
  font-weight: bold;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu .login:hover {
  background-color: #39a589;
  color: #fff;
}

.sliderGrettings {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}

.sliderGrettings::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0b211f;
  width: calc(50% - 277px);
  height: 100%;
  z-index: 0;
  opacity: 0.77;
}

.sliderGrettings::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #193230;
  width: calc(50% - 277px);
  height: 67px;
  z-index: 1;
}

.sliderGrettings .owl-item.burns .item {
  animation: animation-bg 10s;
}

.sliderGrettings .item {
  position: relative;
  width: 100%;
  height: 1089px;
  border-bottom: 4px solid #3bab8e;
  background-size: 110%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.grettingsMain .cap {
  font-family: "CeraStencilPRO";
  font-weight: bold;
  color: #fff;
  font-size: 100px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 120px;
}

.grettingsMain .desr {
  color: #f2d57b;
  font-size: 40px;
  font-family: "CeraStencilPRO";
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  width: 100%;
  display: block;
  margin-top: 25px;
}

.grettingsMain .btn {
  margin-top: 90px;
}

.grettingsMain {
  position: relative;
  z-index: 3;
  margin-top: -295px;
  overflow: hidden;
  height: 1089px;
  background-color: #061211;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 75px;
}

.grettingsMain .owl-dots {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.grettingsMain .owl-dots .owl-dot.active span {
  color: #f2d57b;
}

.grettingsMain .owl-dots .owl-dot span {
  display: block;
  color: #3c5351;
  font-size: 103px;
  line-height: 92px;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  font-feature-settings: "pnum"on, "lnum"on;
  position: absolute;
  right: -10px;
  bottom: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.grettingsMain .owl-dots .owl-dot.active::before {
  background-color: #f2d57b;
}

.grettingsMain .owl-dots .owl-dot::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #3bab8e;
}

.grettingsMain .owl-dots .owl-dot:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 4px);
  pointer-events: none;
  background-color: #0d211d;
  opacity: 0.77;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.grettingsMain .owl-dots .owl-dot.active:after {
  opacity: 0;
}

.grettingsMain .owl-dots .owl-dot {
  background-color: #0a1c1a;
  width: 219px;
  height: 224px;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.desrCap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 75px;
  height: 2px;
  background-color: #f2d57b;
  margin-top: -1px;
}

.desrCap a {
  color: #3bab8e;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.desrCap a:hover {
  text-decoration-color: transparent;
}

.desrCap {
  display: block;
  color: #f2d57b;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 90px;
  letter-spacing: 0.24em;
}

.aboutMain {
  background-color: #193230;
  padding: 84px 0 125px;
  position: relative;
  z-index: 3;
}

.aboutMain .wrapIn {
  display: flex;
  justify-content: space-between;
}

.aboutMain .left {
  width: calc(50% - 60px);
  padding: 9px 0 0;
  position: relative;
}

.aboutMain .right {
  width: 50%;
  color: #fff;
  padding-left: 14px;
}

.aboutMain .right .cap {
  font-size: 40px;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  letter-spacing: 0.02em;
  line-height: 50px;
  padding-right: 55px;
}

.aboutMain .right .text {
  font-size: 18px;
  margin-top: 96px;
  line-height: 30px;
  letter-spacing: -0.005em;
  padding-right: 2px;
}

.aboutMain .right .text p+p {
  margin-top: 30px;
}

.aboutMain .right .text p a {
  color: #f2d57b;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.aboutMain .right .text a:hover {
  text-decoration-color: transparent;
}

.aboutMain .right .btn {
  margin-top: 131px;
  min-width: 191px;
}

.aboutMain .objectList {
  display: flex;
  margin-top: 117px;
  justify-content: space-between;
}

.aboutMain .objectList li {
  position: relative;
}

.aboutMain .objectList li+li {
  left: -9px;
}

.aboutMain .objectList li .num {
  color: #f2d57b;
  font-size: 86px;
  letter-spacing: 0.025em;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  display: block;
  font-feature-settings: "pnum"on, "lnum"on;
}

.aboutMain .objectList li .txt {
  color: #f2d57b;
  font-size: 18px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.02em;
}

.aboutMain .pic {
  width: 100%;
  height: 640px;
  position: absolute;
  top:115px;
  left: 0;
  background-size: cover;
  background-position: center;
}

.advBlock::after {
  content: "";
  position: absolute;
  left: 0;
  width: 223px;
  height: 154px;
  top: 100%;
  background-color: #f2d57b;
}

.advBlock::before {
  content: "";
  position: absolute;
  right: 0;
  width: calc(10% + 32px);
  height: 100%;
  background-color: #fff;
  top: 0;
}

.advBlock {
  background-color: #f2d57b;
  padding: 75px 0 131px;
  position: relative;
}

.advBlock .title {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.advBlock .title .cap {
  color: #0e1f1e;
  font-size: 40px;
  font-weight: 500;
  font-family: "CeraStencilPRO";
  max-width: 50%;
  line-height: 50px;
  padding-left: 14px;
  letter-spacing: 0.02em;
  padding-right: 45px;
}

.advBlock .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 138px;
  column-gap: 81px;
  row-gap: 39px;
}

.advBlock .item {
  width: calc((100% / 4) - 75px);
}

.advBlock .item .iconBl {
  display: block;
  color: #193230;
  font-size: 68px;
  line-height: 68px;
}

.advBlock .item .name {
  color: #193230;
  font-size: 25px;
  font-weight: 500;
  font-family: "CeraStencilPRO";
  display: block;
  margin-top: 38px;
  letter-spacing: 0.01em;
}

.advBlock .item .txt {
  color: #193230;
  font-size: 17px;
  display: block;
  margin-top: 11px;
  letter-spacing: -0.04em;
  line-height: 23px;
}

.capTit {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  color: #193230;
  font-family: "CeraStencilPRO";
  display: block;
  letter-spacing: 0.02em;
}

.whyBlock {
  padding: 113px 0 299px;
  position: relative;
  z-index: 2;
}

.whyBlock .list {
  margin-top: 95px;
}

.whyBlock .list .item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.whyBlock .list .item+.item {
  margin-top: 15px;
}

.whyBlock .list .item:nth-child(1) .picture {
  width: 666px;
  height: 335px;
}

.whyBlock .list .item:nth-child(2) .picture {
  width: 397px;
  height: 492px;
  position: absolute;
  left: 505px;
  top: 56px;
}

.whyBlock .list .item:nth-child(2) .picture+.picture {
  height: 310px;
  width: 464px;
  left: 0;
}

.whyBlock .list .item:nth-child(3) {
  margin-top: 73px;
}

.whyBlock .list .item:nth-child(3) .picture {
  width: 398px;
  height: 318px;
  position: absolute;
  right: 0;
  top: 110px;
  right: auto;
  left: calc(50% - 81px);
}

.whyBlock .list .item:nth-child(3) .picture+.picture {
  left: auto;
  right: 0;
  width: 228px;
  top: 0px;
  height: 367px;
}

.whyBlock .list .item:nth-child(2n) .text {
  width: 24%;
  padding: 132px 0 0 40px;
  left: 6px;
}

.whyBlock .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}

.whyBlock .text {
  width: 39%;
  padding: 30px 0 27px 171px;
  position: relative;
}

.whyBlock .text .num {
  color: #f2d57b;
  font-size: 68px;
  letter-spacing: 0.025em;
  font-family: "CeraStencilPRO";
  font-weight: bold;
  display: block;
  font-feature-settings: "pnum"on, "lnum"on;
}

.whyBlock .text .txt {
  color: #193230;
  font-size: 18px;
  display: block;
  margin-top: 43px;
  line-height: 30px;
}

.whyBlock .picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tarifPlan {
  background-color: #193230;
  padding: 98px 0 131px;
  position: relative;
}

.tarifPlan .wrapIn {
  position: relative;
  z-index: 3;
}

.tarifPlan .title {
  margin-top: 68px;
  max-width: 40%;
  line-height: 50px;
}

.tarifPlan .title .capTit {
  color: #fff;
}

.tarifPlan::before {
  content: "";
  position: absolute;
  right: 0;
  width: calc(10% + 32px);
  height: calc(100% - 242px);
  background-color: #fff;
  top: 242px;
  z-index: 3;
}

.tarifPlan::after {
  content: "";
  position: absolute;
  left: 0;
  width: 223px;
  height: 154px;
  top: 100%;
  background-color: #eff2f2;
}

.listPlan {
  display: flex;
  column-gap: 37px;
  row-gap: 36px;
  margin-top: 74px;
  flex-wrap: wrap;
}

.listPlan .item {
  width: calc(100% / 3 - 25px);
  position: relative;
  padding: 9px 0px 36px 29px;
  min-height: 215px;
}

.listPlan .item label:after {
  content: "";
  position: absolute;
  left: -3px;
  bottom: -3px;
  width: calc(100% + 6px);
  height: 3px;
  background-color: #dbbf68;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.listPlan .item label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  border: solid 3px transparent;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.listPlan .item input:checked+label {
  border-color: #3bab8e;
}

.listPlan .item input:checked+label::after {
  opacity: 0;
}

.listPlan .item input:checked+label::before {
  opacity: 0;
}

.listPlan .item input:checked+label+.prLine::before {
  background-color: #3bab8e;
}

.listPlan .item input:checked+label+.prLine .pr {
  color: #f2d57b;
}

.listPlan .item input:checked+label+.prLine .desr {
  color: #fff;
}

.listPlan .item input:checked+label+.prLine+.inf {
  color: #fff;
}

.listPlan .item input:checked+label+.prLine+.inf+.link {
  opacity: 1;
}

.listPlan .item:hover .prLine .pr {
  color: #f2d57b;
}

.listPlan .item:hover label:after,
.listPlan .item:hover label::before {
  opacity: 0;
}

.listPlan .item:hover label {
  border-color: #3bab8e;
}

.listPlan .item:hover .inf,
.listPlan .item:hover .prLine .desr {
  color: #fff;
}

.listPlan .item:hover .prLine::before {
  background-color: #3bab8e;
}

.listPlan .item:hover .link {
  opacity: 1;
}

.listPlan .item .link {
  opacity: 0;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  background-color: #3bab8e;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 17px 21px 17px 38px;
  border-radius: 30% 0% 0% 0% / 100% 0% 0% 0%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.listPlan .item label::before {
  content: "";
  position: absolute;
  left: -3px;
  top: -3px;
  background-color: #f2d57b;
  background-image: url("../img/bgplanitem.png");
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  background-position: calc(50% - 10px) calc(50% - 120px);
  z-index: -1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.listPlan .item .prLine {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

.listPlan .item .prLine:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 22px);
  background-color: #193230;
  width: 74px;
  height: 2px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.listPlan .item .prLine .pr {
  color: #193230;
  font-size: 71px;
  font-family: "CeraStencilPRO";
  font-weight: bold;
  font-feature-settings: "pnum"on, "lnum"on;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.listPlan .item .prLine .desr {
  color: #193230;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 15px;
  letter-spacing: 0.15em;
  line-height: 29px;
  position: relative;
  top: 4px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.listPlan .item .inf {
  margin-top: 48px;
  position: relative;
  z-index: 3;
  pointer-events: none;
  color: #193230;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.listPlan .item .inf li {
  font-size: 13px;
}

.listPlan .item .inf li+li {
  margin-top: 8px;
}

.listPlan .item .inf li .val {
  font-weight: bold;

  margin-left: 7px;
}

.listPlan .item .picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.writeSupport {
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("../img/bgwwritesupport.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: solid 3px #2a4543;
  margin-top: 43px;
  padding: 45px 34px 45px 42px;
  justify-content: space-between;
}

.writeSupport .val {
  display: block;
  color: #fff;
  font-size: 80px;
  font-family: "CeraStencilPRO";
  font-feature-settings: "pnum"on, "lnum"on;
  font-weight: bold;
  text-transform: uppercase;
}

.writeSupport .txt {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 39%;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 36px;
}

.writeSupport .btn {
  min-width: 311px;
}

.tarifGray::after {
  content: "";
  position: absolute;
  left: 0;
  top: -171px;
  background-color: #193230;
  width: 50%;
  height: 306px;
  z-index: -1;
}

.tarifGray::before {
  content: "";
  position: absolute;
  left: 0;
  top: -171px;
  background-color: #eff2f2;
  width: 100%;
  height: calc(100% + 302px);
  z-index: -1;
}

.tarifGray {
  position: relative;
  z-index: 2;
}

.calcBl {
  background-color: #fff;
  padding: 117px 0 90px;
}

.calcBl .wrapIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.calcBl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.calcBl .title {
  width: 100%;
  margin-bottom: 74px;
}

.calcBl .left {
  width: calc(50% - 123px);
  position: relative;
}

.calcBl .right {
  width: calc(50% + 13px);
  padding-top: 30px;
}

.calcBl [class*="inBlock"]+[class*="inBlock"] {
  margin-top: 39px;
}

.calcSumma ul {
  display: flex;
  justify-content: space-between;
  border: solid 2px #eff2f2;
  border-right: 0;
  border-bottom-color: #3bab8e;
}

.calcSumma ul li {
  width: 50%;
  border-right: solid 2px #eff2f2;
  padding: 72px 0 77px;
}

.calcSumma ul li .tit {
  color: #193230;
  font-size: 14px;
  font-weight: 500;
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.calcSumma ul li .val {
  color: #193230;
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  font-family: "CeraStencilPRO";
  margin-top: 13px;
  display: block;
  font-feature-settings: "pnum"on, "lnum"on;
}

.calcSumma .btn {
  top: -27px;
  min-width: 221px;
}

.calcBl .irs-line {
  height: 5px;
  background-color: #eff2f2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.calcBl .irs-min {
  color: #193230;
  font-size: 12px;
  background: transparent;
  padding: 0;
}

.calcBl .irs-max {
  color: #193230;
  font-size: 12px;
  background: transparent;
}

.calcBl .irs-bar--single {
  height: 5px;
  background-color: #f2d57b;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.calcBl .irs-single:before {
  display: none;
}

.calcBl .irs-single {
  cursor: pointer;
  z-index: 5;
  background-color: #f3d67d;
  color: #193230;
  font-size: 12px;
  padding: 4px 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  top: 14px;
}

.calcBl .irs {
  margin-top: 30px;
}

.irs--flat .irs-handle {
  display: none;
}

.sliderApartment .item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 777px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}

.sliderApartment .item .btnFill{
  background-color: #f2d57b;
  color: #3bab8e;
  font-weight: bold;
}

.wrapper .owl-nav .iconArrowleft::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 0px;
  background-color: #fff;
  display: block;
  width: 95px;
  height: 55px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  z-index: -1;
}

.wrapper .owl-nav .iconArrowleft {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

  text-align: center;
}

.wrapper .owl-nav .iconArrowRight::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  background-color: #fff;
  display: block;
  width: 95px;
  height: 55px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  z-index: -1;
}

.wrapper .owl-nav .iconArrowleft:hover,
.wrapper .owl-nav .iconArrowRight:hover {
  opacity: 0.75;
}

.wrapper .owl-nav .iconArrowRight {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.wrapper .owl-nav .owl-next {
  position: absolute;
  right: -32px;
  top: 50%;
  width: 95px;
  height: 55px;
  z-index: 2;
  margin-top: -27px;
}

.wrapper .owl-nav .owl-prev {
  position: absolute;
  left: -32px;
  top: 50%;
  width: 95px;
  height: 55px;
  z-index: 2;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -27px;
}

.partnersBl {
  padding: 135px 0 0;
  height: 655px;
}

.partnersBl .wrapIn {
  display: flex;
  justify-content: space-between;
}

.partnersBl .picture {
  width: 465px;
  height: 490px;
  position: relative;
  top: 14px;
  z-index: 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.partnersBl .right {
  width: calc(50% - 12px);
}

.partnersBl .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  position: relative;
  left: 3px;
  column-gap: 20px;
  row-gap: 20px;
  z-index: 3;
}

.partnersBl .list .item {
  width: calc((100% / 3) - 15px);
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 2px #eff2f2;
  background-color: #fff;
}

.partProgram {
  background-color: #193230;
  position: relative;
  padding: 101px 0 195px;
  margin-bottom: -85px;
}

.partProgram .wrapIn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partProgram .left {
  width: 50%;
  padding-top: 0px;
}

.partProgram .left .desrCap+* {
  margin-top: 0px;
}

.partProgram .left .pr {
  color: #f2d57b;
  font-size: 26px;
  line-height: 2;
  font-family: "CeraStencilPRO";
  display: block;
  font-feature-settings: "pnum"on, "lnum"on;
  word-break: break-word;
}

.partProgram .right {
  width: calc(50% - 10px);
}

.partProgram .text {
  color: #fff;
  font-size: 18px;
  line-height: 29px;
}

.partProgram .text p+p {
  margin-top: 34px;
}

.partProgram .text+* {
  margin-top: 75px;
}

.partProgram .btn {
  min-width: 191px;
}

.partProgram::after {
  content: "";
  position: absolute;
  right: 0;
  width: 223px;
  height: 183px;
  top: -183px;
  background-color: #193230;
}

footer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f2d57b;
  width: 100%;
  height: 98px;
}

footer {
  position: relative;
}

footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  height: 100%;
  background-color: #193230;
}

footer .wrapIn::before {
  content: "";
  position: absolute;
  left: -150px;
  top: 0;
  width: calc(100% + 300px);
  height: 100%;
  background-color: #0e1f1e;
  display: block;
  z-index: -1;
}

footer .wrapIn {
  position: relative;
  padding: 102px 0 50px;
  z-index: 2;
}

footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .top .right {
  display: flex;
  width: calc(50% + 215px);
  justify-content: space-between;
}

footer .top .logo {
  top: -17px;
}

footer .top .logo img {
  height: 78px;
}

footer .top .col:nth-child(1) {
  width: 30%;
}

footer .top .col:nth-child(2) {
  width: 29%;
}

footer .top .col:nth-child(3) {
  width: calc(25% - 12px);
}

footer .top .col .title+* {
  margin-top: 30px;
}

footer .top .col .title {
  color: #f2d57b;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  letter-spacing: 0.28em;
}

footer .top .col .txt {
  color: #b7bcbc;
  font-size: 16px;
  display: block;
  line-height: 23px;
}

footer .top .col .sup {
  margin-top: 33px;
}

footer .top .col .sup li+li {
  margin-top: 8px;
}

footer .top .col .sup li a:hover {
  text-decoration-color: transparent;
}

footer .top .col .sup li a {
  color: #f2d57b;
  font-size: 16px;
  text-decoration: underline;
  position: relative;
  padding-left: 19px;
  letter-spacing: -0.01em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

footer .top .col .sup li a .iconBl {
  color: #b7bcbc;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -6px;
  font-size: 15px;
}

footer .copyTxt {
  color: #63706f;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 183px;
}

.menuFot {
  margin-top: 73px;
}

.menuFot ul {
  display: flex;
  justify-content: space-between;
}

.menuFot ul li a {
  color: #b7bcbc;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  position: relative;
}

.menuFot ul li a:hover,
.menuFot ul li a.active {
  color: #3bab8e;
}

.menuFot ul li a:hover::before,
.menuFot ul li a.active::before {
  width: 100%;
}

.menuFot ul li a::before {
  content: "";
  position: absolute;
  left: -2px;
  top: calc(100% + 3px);
  background-color: #3bab8e;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

footer .bot::before {
  content: "";
  position: absolute;
  left: -150px;
  top: 0;
  width: calc(100% + 299px);
  height: 2px;
  background-color: #193230;
}

footer .bot {
  position: relative;
  margin-top: 66px;
  padding: 25px 0;
}

footer .bot ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}

footer .bot ul li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 10px;
  height: 50px;
}

footer .bot ul li img {
  display: block;
  height: 37px;
}

.grettingsPage {
  background-color: #061211;
  margin-top: -295px;
  padding: 312px 0 235px;
  position: relative;
  border-bottom: solid 4px #3bab8e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.grettingsPage::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0b211f;
  width: calc(50% - 277px);
  height: 100%;
  z-index: 0;
  opacity: 0.77;
}

.grettingsPage::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  background-color: #193230;
  width: calc(50% - 277px);
  height: 66px;
  z-index: 2;
}

.grettingsPage .wrapIn {
  position: relative;
  z-index: 3;
}

.grettingsPage .cap {
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  text-transform: uppercase;
}

.grettingsPage .desr {
  color: #f2d57b;
  display: block;
  font-family: "CeraStencilPRO";
  text-transform: uppercase;
  font-size: 33px;
  letter-spacing: 0.21em;
  margin-top: 34px;
}

.aboutBlock {
  background-color: #193230;
  padding: 87px 0 152px;
}

.aboutBlock .line+.line .picture {
  left: 45px;
}

.aboutBlock .line {
  display: flex;
  justify-content: space-between;
}

.aboutBlock .line .right {
  width: calc(50% - 14px);
}

.aboutBlock .line .left {
  width: calc(50% - 20px);
}

.aboutBlock .line .desrCap {
  margin-bottom: 90px;
  display: block;
}

.aboutBlock .line .picture {
  color: #fff;
  max-width: 524px;
  height: 420px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.aboutBlock .line .text {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
}

.aboutBlock .line .text .capTit {
  color: #fff;
  margin-bottom: 89px;
}

.aboutBlock .line .text p+p {
  margin-top: 29px;
}

.aboutBlock .line .text p a {
  color: #f2d57b;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.aboutBlock .line .text p a:hover {
  text-decoration-color: transparent;
}

.aboutBlock .line+.line {
  margin-top: 109px;
}

.lineNumer::before {
  content: "";
  position: absolute;
  right: 0;
  width: 223px;
  height: 154px;
  top: -150px;
  background-color: #f2d57b;
}

.lineNumer::after {
  content: "";
  position: absolute;
  left: 0;
  width: 223px;
  height: 148px;
  top: 100%;
  background-color: #f2d57b;
}

.lineNumer {
  background-color: #f2d57b;
  position: relative;
  z-index: 3;
  padding: 84px 0 48px;
}

.lineNumer .title .capTit {
  line-height: 49px;
}

.lineNumer .list {
  display: flex;
  margin-top: 66px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lineNumer .list .item .num {
  color: #0e1f1e;
  font-size: 84px;
  line-height: 1;
  font-family: "CeraStencilPRO";
  font-weight: bold;
  font-feature-settings: "pnum"on, "lnum"on;
}

.lineNumer .list .item .txt {
  color: #0e1f1e;
  font-size: 18px;
  display: block;
  margin-top: 15px;
  letter-spacing: 0.03em;
  line-height: 23px;
}

.lineNumer .list .item:nth-child(2) {
  width: 19%;
}

.lineNumer .list .item:nth-child(3) {
  width: 29%;
}

.lineNumer .list .item:nth-child(4) {
  width: 17%;
}

.stepBl {
  position: relative;
  padding: 106px 0;
  z-index: 3;
}

.stepBl .list {
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
}

.stepBl .list .item {
  width: calc((100% / 4) - 27px);
}

.stepBl .list .item:last-child .num::before {
  display: none;
}

.stepBl .list .item .num::before {
  content: "";
  position: absolute;
  right: 2px;
  top: 15px;
  background-image: url("../img/arrow_step.png");
  background-position: right center;
  background-repeat: no-repeat;
  width: 161px;
  height: 53px;
}

.stepBl .list .item .num {
  font-size: 72px;
  color: #f2d57b;
  font-family: "CeraStencilPRO";
  font-weight: bold;
  display: block;
  position: relative;
  font-feature-settings: "pnum"on, "lnum"on;
}

.stepBl .list .item .iconBl {
  color: #3bab8e;
  font-size: 62px;
  margin: 55px 0 26px;
  display: block;
}

.stepBl .list .item .name {
  color: #3bab8e;
  font-size: 21px;
  font-family: "CeraStencilPRO";
  font-weight: 500;
  display: block;
}

.stepBl .list .item .txt {
  color: #193230;
  font-size: 15px;
  display: block;
  margin-top: 11px;
  letter-spacing: 0.02em;
  line-height: 24px;
}

.stepBl .btn {
  margin-top: 76px;
  min-width: 291px;
}

.roadMap::before {
  content: "";
  position: absolute;
  right: 0;
  width: 223px;
  height: 154px;
  top: -150px;
  background-color: #193230;
}

.roadMap {
  position: relative;
  padding: 113px 0 199px;
  background-color: #193230;
  margin-bottom: -85px;
}

.roadMap .list {
  display: flex;
  align-items: flex-start;
  margin-top: 220px;
  position: relative;
  min-height: 670px;
}

.roadMap .list .item:nth-child(2) {
  left: 50px;
}

.roadMap .list .item:nth-child(4) {
  left: 364px;
}

.roadMap .list .item:nth-child(6) {
  left: 686px;
}

.roadMap .list .item:nth-child(2n)::before {
  top: -74px;
  bottom: auto;
  margin-left: -9px;
}

.roadMap .list .item:nth-child(2n) {
  margin-top: 250px;
  position: absolute;
  margin: 0;
  top: 342px;
}

.roadMap .list::before {
  content: "";
  position: absolute;
  left: 0;
  top: -116px;
  background-image: url("../img/line.png");
  background-repeat: no-repeat;
  width: 1172px;
  height: 798px;
}

.roadMap .list .item {
  background-color: #193230;
  border: solid 2px #000000;
  width: 210px;
  padding: 24px 28px 21px;
  position: relative;
}

.roadMap .list .item+.item {
  margin-left: 108px;
}

.roadMap .list .item.active::before {
  background-color: #3bab8e;
}

.roadMap .list .item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -73px;
  background-color: #f2d57b;
  width: 25px;
  height: 25px;
  border: solid 2px #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-left: -11px;
}

.roadMap .list .item .tit {
  color: #63706f;
  font-size: 20px;
  display: block;
  font-family: "CeraStencilPRO";
  color: #f2d57b;
}

.roadMap .list .item .txt {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
  color: #63706f;
}

.roadMap .list .item.active {
  background-color: #142726;
}

.roadMap .list .item.active .tit {
  color: #3bab8e;
}

.roadMap .list .item.active .txt {
  color: #fff;
}

.roadMap .list .item:nth-child(3)::before {
  margin-left: -10px;
}

.roadMap .list .item:nth-child(4)::before {
  margin-left: -4px;
}

.roadMap .list .item:nth-child(5)::before {
  margin-left: -7px;
}

.roadMap .list .item:nth-child(6)::before {
  margin-left: -6px;
}

.roadMap .list .item:nth-child(7)::before {
  margin-left: -5px;
}

.roadMapWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("../img/arrow-left-road.png");
  width: 24px;
  height: 29px;
  margin-top: -67px;
  z-index: 2;
}

.roadMapWrap::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  background-image: url("../img/arrow-right-road.png");
  width: 23px;
  height: 29px;
  margin-top: -67px;
  z-index: 2;
}

.roadMapWrap {
  position: relative;
}

.planInvest {
  background-color: #193230;
  padding: 89px 0 105px;
}

.planInvest .calcBl .irs-max,
.planInvest .calcBl .irs-min {
  color: #fff;
}

.planInvest .wrapIn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.planInvest .planLeft {
  width: 100%;
}

.planInvest .list {
  margin-top: 75px;
}

.planInvest .list .item input {
  display: none;
}

.planInvest .list .item input:checked+label+.prBl+.inf li .txt {
  color: #fff;
}

.planInvest .list .item input:checked+label+.prBl .pr {
  color: #f3d67d;
}

.planInvest .list .item input:checked+label {
  background-color: #3bab8e;
}

.planInvest .list .item label {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0e1f1e;
}

.planInvest .list .item {
  border-bottom: solid 2px #091716;
  display: flex;
  padding: 17px 31px;
  align-items: flex-start;
  position: relative;
}

.planInvest .list .item .prBl {
  position: relative;
  pointer-events: none;
  width: 175px;
}

.planInvest .list .item .prBl .pr {
  color: #3bab8e;
  font-size: 25px;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  display: block;
  line-height: 62px;
  position: relative;
  top: -11px;
  font-feature-settings: "pnum"on, "lnum"on;
}

.planInvest .list .item .prBl .desr {
  color: #f3d67d;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.25em;
}

.planInvest .list .item .inf {
  position: relative;
  pointer-events: none;
  margin-left: 40px;
}

.planInvest .list .item .inf li+li {
  margin-top: 7px;
}

.planInvest .list .item .inf li .tit {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 100%;
}

.planInvest .list .item .inf li .txt {
  color: #3bab8e;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}

.planInvest .list .item .link {
  font-size: 11px;
  display: block;
  color: #fff;
  background-color: #1f3937;
  font-weight: bold;
  position: absolute;
  text-transform: uppercase;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 12px 9px 12px 29px;
  letter-spacing: 0.1em;
  border-radius: 30% 0% 0% 0% / 100% 0% 0% 0%;
  transition: background-color 0.3s;
}

.planInvest .list .item .link:hover{
  background-color: #f2d57b;
}

.planInvest .list .item+.item {
  margin-top: 19px;
}

.planInvest .sendItem {
  background-image: url("../img/bgsenditem.jpg");
  display: flex;
  align-items: center;
  margin-top: 18px;
  padding: 26px 27px 25px;
  justify-content: space-between;
  position: relative;
}

.planInvest .sendItem .pr {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  font-feature-settings: "pnum"on, "lnum"on;
}

.planInvest .sendItem .txt {
  color: #1f3937;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: calc(100% - 223px);
  display: block;
  letter-spacing: -0.02em;
  padding-right: 35px;
  line-height: 19px;
}

.planInvest .sendItem .link {
  display: block;
  font-size: 11px;
  color: #fff;
  background-color: #1f3937;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  letter-spacing: 0.1em;
  padding: 12px 30px 12px 46px;
  border-radius: 30% 0% 0% 0% / 100% 0% 0% 0%;
  transition: background-color 0.4s;
}

.planInvest .sendItem .link:hover {
  background-color: #f2d57b;
}

.planInvest .calcBl {
  background: transparent;
  width: calc(50% - 120px);
  padding: 7px 0 0;
}

.planInvest .calcBl .title {
  margin-bottom: 72px;
}

.planInvest .calcBl .title .capTit {
  color: #fff;
}

.planInvest .calcBl .left,
.planInvest .calcBl .right {
  width: 100%;
}

.planInvest .calcBl .irs {
  margin-top: 58px;
}

.planInvest .calcSumma ul {
  flex-wrap: wrap;
  border: solid 2px #0e1f1e;
  border-bottom: solid 2px #3bab8e;
}

.planInvest .calcSumma ul li {
  width: 100%;
  border-right: 0;
  padding: 56px 0 66px;
}

.planInvest .calcSumma ul li+li {
  border-top: solid 2px #0e1f1e;
  padding-bottom: 101px;
}

.planInvest .calcSumma ul li .tit,
.planInvest .calcSumma ul li .val {
  color: #fff;
}

.planInvest .calcBl .right {
  margin-top: 60px;
}

.lineInvestProg::before {
  content: "";
  position: absolute;
  left: 0;
  width: 223px;
  height: 154px;
  top: -130px;
  background-color: #f2d57b;
}

.lineInvestProg::after {
  content: "";
  position: absolute;
  right: 0;
  width: 223px;
  height: 126px;
  top: 100%;
  background-color: #f2d57b;
}

.lineInvestProg {
  background-color: #f2d57b;
  position: relative;
}

.lineInvestProg .wrapIn {
  display: flex;
  align-items: center;
  padding: 109px 0 126px;
}

.lineInvestProg .title {
  width: calc(30% + 55px);
}

.lineInvestProg ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(70% - 55px);
}

.lineInvestProg ul li {
  position: relative;
}

.lineInvestProg ul li:last-child::before {
  display: none;
}

.lineInvestProg ul li::before {
  content: "";
  position: absolute;
  right: -85px;
  top: 43px;
  width: 20px;
  height: 10px;
  background-color: #0e1f1e;
}

.lineInvestProg ul li .pr {
  color: #0e1f1e;
  font-size: 83px;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  display: block;
  font-feature-settings: "pnum"on, "lnum"on;
}

.lineInvestProg ul li .txt {
  color: #080808;
  font-size: 17px;
  font-weight: bold;
  display: block;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sendForm {
  padding: 115px 0 90px;
}

.sendForm .text {
  margin-top: 65px;
  font-size: 18px;
  line-height: 27px;
}

.sendForm .text a {
  color: #3bab8e;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sendForm .text a:hover {
  text-decoration-color: transparent;
}

.sendForm .inputList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 70px;
}

.sendForm .inputList .inBlock:nth-child(3) {
  width: 100%;
  margin-top: 38px;
}

.sendForm .inputList .inBlock {
  width: calc(50% - 15px);
}

.sendForm .btn {
  margin: 69px auto 0;
  min-width: 191px;
}

.faqPage {
  position: relative;
}

.faqPage .tabs {
  background: transparent;
  padding: 0;
  border: 0;
}

.faqPage .tabs .top {
  background-color: #193230;
  padding: 82px 0 84px;
}

.faqPage .tabs .listLinks:after {
  display: none;
}

.faqPage .tabs .listLinks:before {
  display: none;
}

.faqPage .tabs .listLinks {
  background: transparent;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faqPage .tabs .listLinks li {
  background: transparent;
  border: 0;
}

.faqPage .tabs .listLinks li.ui-tabs-active a::before {
  opacity: 1;
}

.faqPage .tabs .listLinks li.ui-tabs-active a {
  color: #f2d57b;
  padding-left: 90px;
}

.faqPage .tabs .listLinks li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #f2d57b;
  width: 75px;
  height: 2px;
  margin-top: -1px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faqPage .tabs .listLinks li a:hover {
  text-decoration-color: transparent;
  color: #f2d57b;
}

.faqPage .tabs .listLinks li a {
  color: #3bab8e;
  font-size: 15px;
  text-decoration: underline;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.28em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faqPage .tabs .con .tabsBody {
  background: transparent;
  padding: 115px 0 138px;
}

.faqPage::before {
  content: "";
  position: absolute;
  left: 0;
  width: 223px;
  height: 158px;
  top: 199px;
  background-color: #193230;
}

.faqList {
  margin-top: 92px;
}

.faqList .item+.item {
  margin-top: 23px;
}

.faqList .item .quest.open::before {
  content: "\e918";
  color: #193230;
}

.faqList .item .quest::before {
  content: "\e904";
  position: absolute;
  left: 34px;
  top: 50%;
  font-family: "icomoon" !important;
  font-size: 30px;
  color: #3bab8e;
  margin-top: -14px;
}

.faqList .item .quest.open {
  background-color: #f2d57b;
  border-color: #f2d57b;
}

.faqList .item .quest {
  color: #193230;
  font-size: 20px;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  border: solid 2px #eff2f2;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 86px;
  padding: 0 100px;
  cursor: pointer;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.faqList .item .answerInner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #3bab8e;
  width: 100%;
  height: 2px;
}

.faqList .item .answer {
  display: none;
}

.faqList .item .answerInner {
  border-left: solid 2px #eff2f2;
  border-right: solid 2px #eff2f2;
  padding: 47px 90px 49px 102px;
  letter-spacing: 0.009em;
  line-height: 30px;
  position: relative;
}

.contactsInfo {
  background-color: #193230;
  padding: 89px 0 146px;
  position: relative;
}

.contactsInfo::before {
  content: "";
  position: absolute;
  left: 0;
  width: 225px;
  height: 154px;
  top: 100%;
  background-color: #193230;
}

.contactsInfo .list {
  display: flex;
  margin-top: 84px;
  column-gap: 36px;
  flex-wrap: wrap;
}

.contactsInfo .list .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #000000;
}

.contactsInfo .list .item {
  background-color: #0e1f1e;
  position: relative;
  width: 100%;
  padding: 124px 41px 41px;
}

.contactsInfo .list .item .iconBl {
  color: #f2d57b;
  position: absolute;
  right: 39px;
  top: 33px;
  font-size: 50px;
}

.contactsInfo .list .item .tit {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  display: block;
  letter-spacing: 0.01em;
}

.contactsInfo .list .item .link:hover {
  text-decoration-color: transparent;
}

.contactsInfo .list .item .link {
  color: #3bab8e;
  font-size: 18px;
  text-decoration: underline;
  display: table;
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.newsTop {
  background-color: #193230;
  padding: 88px 0 120px;
  position: relative;
}

.newsTop .newItem {
  display: flex;
  margin-top: 83px;
}

.newsTop .newItem .picture {
  width: 570px;
  height: 383px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
}

.newsTop .newItem .text {
  width: calc(100% - 570px);
  padding-left: 55px;
}

.newsTop .newItem .text .name {
  color: #f2d57b;
  font-size: 20px;
  font-weight: 500;
  font-family: "CeraStencilPRO";
  letter-spacing: 0.02em;
  line-height: 30px;
  display: block;
}

.newsTop .newItem .text .date {
  color: #3bab8e;
  font-size: 14px;
  font-weight: 500;
  background-color: #0e1f1e;
  padding: 5px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: table;
  margin-top: 27px;
  letter-spacing: 0.2em;
}

.newsTop .newItem .text .txt {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-top: 33px;
  line-height: 30px;
}

.newsTop .newItem .text .btn {
  margin-top: 42px;
  min-width: 191px;
}

.newsTop::before {
  content: "";
  position: absolute;
  left: 0;
  width: 225px;
  height: 154px;
  top: 100%;
  background-color: #193230;
}

.news {
  padding: 158px 0 93px;
}

.news .list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 98px;
}

.news .list .item {
  width: 100%;
  border: solid 2px #eff2f2;
  border-bottom-color: #3bab8e;
  padding: 29px 27px 60px;
  position: relative;
}

.news .list .item .picture {
  width: 100%;
  height: 317px;
  background-position: center;
  background-repeat: no-repeat;
}

.news .list .item .text {
  margin-top: 29px;
}

.news .list .item .text .name:hover {
  color: #f2d57b;
}

.news .list .item .text .name {
  color: #193230;
  font-size: 20px;
  font-weight: 500;
  font-family: "CeraStencilPRO";
  letter-spacing: 0.02em;
  line-height: 30px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news .list .item .text .date {
  color: #142524;
  font-size: 14px;
  font-weight: 500;
  background-color: #f2d57b;
  padding: 5px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  display: table;
  margin-top: 20px;
  letter-spacing: 0.2em;
}

.news .list .item .text .txt {
  color: #193230;
  font-size: 18px;
  display: block;
  margin-top: 19px;
  line-height: 30px;
}

.news .list .item .text .btn {
  margin-top: 42px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
  min-width: 191px;
}

.news .list+.pagination {
  margin-top: 110px;
}

.pagination ul {
  display: flex;
  justify-content: center;
  column-gap: 11px;
}

.cabinetWrapper .pagination ul li a {
  background-color: #fff;
}

.pagination ul li a {
  background-color: #eff2f2;
  font-size: 18px;
  color: #193230;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination ul li a:hover {
  background-color: #f2d57b;
  color: #fff;
}

.pagination ul li a .iconBl {
  color: #1c3531;
  font-size: 17px;
}

.pagination ul li a.prev .iconBl {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
  left: -1px;
}

.pagination ul li a.next:hover,
.pagination ul li a.prev:hover {
  opacity: 0.75;
}

.pagination ul li a.prev {
  background-color: #f2d57b;
}

.pagination ul li a.next {
  background-color: #f2d57b;
}

.rulesTop {
  background-color: #193230;
  padding: 88px 0 129px;
  position: relative;
}

.rulesTop::before {
  content: "";
  position: absolute;
  left: 0;
  width: 225px;
  height: 154px;
  top: 100%;
  background-color: #193230;
}

.rulesTop .rulesTxt {
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-top: 83px;
}

.rulesTop .rulesTxt b {
  color: #f2d57b;
  font-size: 20px;
  font-weight: 500;
  font-family: "CeraStencilPRO";
  display: block;
  letter-spacing: 0.02em;
  line-height: 29px;
}

.rulesTop .rulesTxt b+* {
  margin-top: 86px;
}

.rulesTop .rulesTxt p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.rulesTop .rulesTxt p+p {
  margin-top: 29px;
}

.rules {
  padding: 156px 0 144px;
}

.rules .item {
  position: relative;
  border: solid 2px #eff2f2;
  border-bottom-color: #3bab8e;
  padding: 37px 48px 41px;
}

.rules .item+.item {
  margin-top: 54px;
}

.rules .item .nameBl .name {
  color: #3bab8e;
  font-size: 31px;
  font-weight: 500;
  font-family: "CeraStencilPRO";
  margin-left: 35px;
}

.rules .item .nameBl .num {
  color: #f2d57b;
  font-size: 70px;
  font-weight: bold;
  font-family: "CeraStencilPRO";
  font-feature-settings: "pnum"on, "lnum"on;
}

.rules .item ul {
  color: #193230;
  font-size: 18px;
  margin-top: 33px;
  letter-spacing: 0;
  line-height: 28px;
}

.rules .item ul li+li {
  margin-top: 3px;
}

.rules .item ul li .num {
  font-weight: bold;
  color: #3bab8e;
  display: inline-block;
  min-width: 24px;
}

.loginPage {
  background-color: #193230;
  padding: 91px 0 246px;
  margin-bottom: -86px;
}

.loginForm {
  border: solid 2px #0e1f1e;
  display: flex;
  flex-wrap: wrap;
  margin-top: 112px;
  padding: 86px 35px 133px 45px;
  justify-content: space-between;
  position: relative;
  border-bottom: solid 2px #3bab8e;
}

.loginForm .inBlock {
  width: calc(50% - 18px);
}

.loginForm .inBlock label {
  color: #fff;
}

.loginForm .inBlock label span {
  color: #f2d57b;
}

.loginForm .inBlock .linkPass {
  color: #3bab8e;
  font-size: 18px;
  position: absolute;
  right: 4px;
  top: 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.loginForm .inBlock .linkPass:hover {
  text-decoration-color: transparent;
}

.loginForm .inputLine input {
  margin-top: 23px;
}

.loginForm .btn {
  position: absolute;
  min-width: 241px;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
}

.regForm .btn {
  min-width: 281px;
}

.regForm {
  row-gap: 33px;
  padding-bottom: 101px;
}

.regForm .inBlock {
  width: calc((100% / 3) - 34px);
}

.loginForm .checkBtn label {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding-left: 42px;
}

.loginForm .checkBtn label::before {
  width: 26px;
  height: 26px;
  background-color: #0e1f1e;
}

.loginForm .checkBtn label::after {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  width: 26px;
  height: 26px;
}

.loginForm .checkBtn {
  margin-top: 19px;
}


.loginForm .checkBtn a {
  color: #3bab8e;
  text-decoration: underline;
}

.loginForm .checkBtn a:hover {
  text-decoration-color: transparent;
}

.burger {
  position: relative;
  display: none;
  width: 44px;
  height: 32px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.burger span {
  display: block;
  height: 2px;
  background-color: white;
  width: 44px;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  margin-left: -22px;
}

.burger span:nth-child(1) {
  margin-top: -16px;
}

.burger span:nth-child(2) {
  margin-top: -6px;
}

.burger span:nth-child(3) {
  margin-top: 4px;
}

.burger span:nth-child(4) {
  margin-top: 14px;
}

.burger:hover {
  opacity: 0.7;
}

.menuBtn {
  position: absolute;
  right: 0;
  top: 13px;
}

.mobileVis,
.headMenuMobile {
  display: none;
}

/* low dark color */
.loading-line-low {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 4px;
  background-color: #61dbfb80;
}

/* line Light color */

.loading-line-High {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-0%, -50%);
  width: 0px;
  height: 4px;
  background-color: #61dcfb;
  animation: animation-line-LightColor 1s infinite ease-in-out;
}

/* Animation Line LightColor*/
@keyframes animation-line-LightColor {
  0% {
    padding-right: 1px;
  }

  50% {
    padding-right: 25%;
  }

  99% {
    padding-right: 40%;
  }

  100% {
    padding-right: 0px;
  }
}

/* Loading Text */
#loading-text {
  font-size: 18px;
  font-family: Tahoma;
  top: 50%;
  color: white;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}

/* Point 1 , 2 , 3 */
.point-loading1 {
  font-size: 18px;
  font-family: Tahoma;
  top: 50%;
  color: white;
  position: absolute;
  left: 50%;
  padding-left: 35px;
  transform: translate(0%, 100%);
  animation: animation-point 1s infinite linear 0s;
}

.point-loading2 {
  font-size: 18px;
  font-family: Tahoma;
  top: 50%;
  color: white;
  position: absolute;
  left: 50%;
  padding-left: 45px;
  transform: translate(0%, 100%);
  animation: animation-point 1s infinite linear 0.5s;
}

.point-loading3 {
  font-size: 18px;
  font-family: Tahoma;
  top: 50%;
  color: white;
  position: absolute;
  left: 50%;
  padding-left: 55px;
  transform: translate(0%, 100%);
  animation: animation-point 1s infinite linear 1s;
}

/* Animation Points */
@keyframes animation-point {
  0% {
    color: white;
  }

  100% {
    color: rgba(255, 255, 255, 0);
  }
}

.loader .logo {
  display: table;
  margin: 0 auto;
  margin-bottom: 100px;
}

.loader.over {
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.loader {
  display: flex;
  align-items: center;
  background-color: #193230;
  position: fixed;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

body.over {
  overflow: hidden;
}

@keyframes animation-bg {
  0% {
    background-size: 110%;
  }

  100% {
    background-size: 100%;
  }
}

.owl-carousel .animated {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (max-width:1720px) {
  .faqPage::before {
    display: none;
  }
}

@media (max-width:1599px) {
  .advBlock::after {
    left: -130px;
  }

  .advBlock::before {
    width: calc(10% - 50px);
  }

  .tarifPlan::before {
    width: calc(10% - 50px);
  }

  .tarifPlan::after {
    left: -130px;
  }

  .partProgram::after {
    right: -130px;
  }

  .faqPage::before {
    display: none;
  }
}

@media (max-width:1439px) {
  .advBlock::after {
    display: none;
  }

  .advBlock::before {
    display: none;
  }

  .tarifPlan::before {
    display: none;
  }

  .tarifPlan::after {
    display: none;
  }

  .partProgram::after {
    display: none;
  }

  .faqPage::before {
    display: none;
  }

  .contactsInfo::before {
    display: none;
  }
}

@media (max-width:1365px) and (min-width: 1023px) {
  .container {
    width: 1200px;
    padding: 0 11px;
  }

  .menuInner {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
  }

  .menuInner>ul{
    max-width: 100%;
    width: 100%;
  }

  .login-actions{
    margin-top: 30px;
  }
  .grettingsMain {
    margin-top: -295px;
  }

  .grettingsPage{
    margin-top: -295px;
  }
}
@media (max-width:1920px) and (min-width: 1023px) {
  .menuInner {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
  }

  .menuInner>ul{
    max-width: 100%;
    width: 100%;
  }

  .login-actions{
    margin-top: 30px;
  }
  
}

@media (max-width:1199px) {
  .container {
    width: 1024px;
    padding: 0 11px;
  }

  header {
    padding: 35px 0;
  }

  header .socailBl {
    margin-left: 61px;
  }

  .menuInner>ul {
    column-gap: 27px;
  }

  .menu .login {
    right: -6px;
  }

  .grettingsMain {
    height: 1074px;
    padding-top: 68px;
    margin-top: -295px;
  }
  .grettingsPage{
    margin-top: -295px;
  }

  .sliderGrettings::after {
    width: calc(50% - 192px);
  }

  .sliderGrettings::before {
    width: calc(50% - 192px);
  }

  .sliderGrettings .item {
    height: 1074px;
  }

  .grettingsMain .owl-dots {
    display: none;
  }

  .aboutMain .left {
    width: calc(50% - 16px);
  }

  .aboutMain .right {
    padding-left: 16px;
  }

  .aboutMain .right .cap {
    padding-right: 0px;
  }

  .aboutMain .right .btn {
    margin-top: 101px;
  }

  .advBlock {
    padding-bottom: 130px;
  }

  .advBlock .title .cap {
    padding-right: 0;
  }

  .advBlock .list {
    column-gap: 36px;
    row-gap: 40px;
  }

  .advBlock .item {
    width: calc((100% / 4) - 30px);
  }

  .advBlock .item .txt {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.025em;
  }

  .whyBlock .list .item:nth-child(1) .picture {
    width: 555px;
    right: -59px;
  }

  .whyBlock .list .item:nth-child(2) .picture {
    left: 365px;
    width: 374px;
  }

  .whyBlock .list .item:nth-child(2) .picture+.picture {
    height: 310px;
    width: 330px;
  }

  .whyBlock .list .item:nth-child(3) .picture {
    left: calc(50% - 198px);
  }

  .whyBlock .list .item:nth-child(3) .picture+.picture {
    right: 35px;
  }

  .whyBlock .list .item:nth-child(2n) .text {
    width: 27%;
    padding: 133px 0 0 22px;
  }

  .whyBlock .text {
    padding: 27px 0 27px 0px;
    width: calc(50% - 215px);
  }

  .whyBlock .picture {
    position: relative;
  }

  .tarifPlan {
    background-color: #eff2f2;
  }

  .tarifPlan::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #193230;
    width: 100%;
    height: 242px;
  }

  .tarifPlan::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 242px;
    background-color: #193230;
    width: calc(50% + 85px);
    height: 306px;
  }

  .tarifGray::after {
    display: none;
  }

  .tarifPlan .title {
    max-width: 50%;
  }

  .listPlan {
    column-gap: 31px;
  }

  .listPlan .item {
    padding: 9px 0px 20px 20px;
    width: calc(100% / 3 - 21px);
  }

  .listPlan .item .link {
    padding: 17px 6px 17px 29px;
  }

  .listPlan .item .prLine .pr {
    letter-spacing: -0.05em;
  }

  .listPlan .item .prLine .desr {
    margin-left: 10px;
  }

  .writeSupport {
    padding: 45px 34px 46px 22px;
  }

  .writeSupport .val {
    font-size: 69px;
  }

  .writeSupport .txt {
    width: 36%;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }

  .tarifGray {
    z-index: 3;
  }

  .tarifGray::before {
    display: none;
  }

  .calcBl .left {
    width: calc(50% - 115px);
  }

  .calcBl .right {
    width: calc(50% + 95px);
  }

  .partnersBl .list {
    margin-top: 115px;
    left: 0;
    row-gap: 18px;
    column-gap: 18px;
  }

  .partnersBl .list .item {
    height: 108px;
  }

  .partProgram .text+* {
    margin-top: 48px;
  }

  footer .top .right {
    width: calc(50% + 215px);
  }

  footer .top .col:nth-child(2) {
    width: 30%;
  }

  footer .top .col:nth-child(3) {
    width: calc(25% + 48px);
  }

  footer .bot ul li img {
    height: 32px;
  }

  .aboutBlock {
    padding: 84px 0 125px;
  }

  .aboutBlock .line .left {
    display: flex;
    flex-direction: column;
  }

  .aboutBlock .line .desrCap {
    margin-bottom: 118px;
  }

  .aboutBlock .line .picture {
    height: 100%;
  }

  .aboutBlock .line:first-child .picture {
    height: calc(100% - 133px);
  }

  .aboutBlock .line:nth-child(2n) .picture {
    width: calc(100% - 30px);
    left: 30px;
  }

  .aboutBlock .line+.line {
    margin-top: 84px;
  }

  .lineNumer {
    padding: 70px 0 70px;
  }

  .lineNumer::before {
    display: none;
  }

  .lineNumer::after {
    display: none;
  }

  .stepBl .list .item .num::before {
    width: calc(100% - 94px);
  }

  .roadMapWrap {
    margin-left: -11px;
    margin-right: -11px;
    overflow-x: auto;
    margin-top: 40px;
  }

  .roadMap .list {
    width: 1194px;
    margin-top: 0;
    padding: 116px 11px;
    height: 798px;
  }

  .roadMap .list::after {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    top: 50%;
    background-image: url("../img/arrow-left-road.png"), url("../img/arrow-right-road.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left center, right center;
    width: 1172px;
    height: 29px;
    margin-top: -15px;
  }

  .roadMap .list::before {
    top: 0;
    background-position: center;
    left: 11px;
  }

  .roadMap .list .item::before {
    margin-left: -12px;
  }

  .roadMap .list .item:nth-child(2n) {
    bottom: 116px;
    top: auto;
  }

  .roadMap {
    margin-bottom: 0;
    padding: 100px 0;
  }

  .roadMapWrap::before {
    display: none;
  }

  .roadMapWrap::after {
    display: none;
  }

  .roadMap::before {
    display: none;
  }

  .roadMap .list .item+.item {
    margin-left: 110px;
  }

  .roadMap .list .item:nth-child(2n)::before {
    margin-left: 1px;
  }

  .roadMap .list .item:nth-child(4)::before {
    margin-left: 6px;
  }

  .roadMap .list .item:nth-child(6)::before {
    margin-left: 4px;
  }

  .roadMap .list .item:nth-child(3)::before {
    margin-left: -11px;
  }

  .roadMap .list .item:nth-child(5)::before {
    margin-left: -11px;
  }

  .roadMap .list .item:nth-child(7)::before {
    margin-left: -10px;
  }

  .faqList {
    margin-top: 70px;
  }

  .faqPage .tabs .con .tabsBody {
    padding: 70px 0;
  }

  .planInvest {
    padding: 84px 0 120px;
  }

  .planInvest .calcBl {
    width: calc(50% - 14px);
    padding: 0;
  }

  .planInvest .planLeft {
    width: calc(50% - 20px);
  }

  .lineInvestProg::before {
    display: none;
  }

  .lineInvestProg .wrapIn {
    padding: 70px 0;
  }

  .lineInvestProg ul li .pr {
    font-size: 77px;
  }

  .lineInvestProg ul li::before {
    right: -60px;
  }

  .lineInvestProg::after {
    display: none;
  }

  .newsTop::before {
    display: none;
  }

  .newsTop {
    padding: 84px 0 120px;
  }

  .news {
    padding: 70px 0;
  }

  .newsTop .newItem .picture {
    width: 485px;
    height: 383px;
  }

  .newsTop .newItem .text {
    width: calc(100% - 485px);
    padding-left: 32px;
  }

  .contactsInfo {
    padding: 84px 0 120px;
  }

  .rulesTop {
    padding: 84px 0 120px;
  }

  .rulesTop .rulesTxt {
    margin-top: 76px;
  }

  .rulesTop .rulesTxt b+* {
    margin-top: 76px;
  }

  .rulesTop::before {
    display: none;
  }

  .rules {
    padding: 70px 0;
  }

  .sendForm {
    padding: 70px 0;
  }

  .loginPage {
    padding: 84px 0 125px;
    margin-bottom: 0;
  }

  .loginForm {
    margin-top: 84px;
  }

  .regForm {
    row-gap: 30px;
  }

  .regForm .inBlock {
    width: calc((100% - 60px) / 3);
  }
}

@media (max-width:1023px) {
  .container {
    width: 768px;
  }

  header {
    padding: 17px 0;
    z-index: 6;
  }

  .mobileVis {
    display: block;
    background-color: #0e1f1e;
    position: relative;
    padding: 28px calc((100vw - 746px) / 2);
    margin: auto calc((746px - 100vw) / 2) 0;
    align-self: stretch;
  }

  .headMenuMobile {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    padding: 17px 0;
    width: 100%;
  }

  .headMenuMobile .closeBurger {
    position: absolute;
    right: 0;
    top: 30px;
  }

  .burger {
    display: block;
  }

  .mobileVis .socailBl {
    margin-top: 25px;
    margin-left: 0;
  }

  .mobileVis .clockBlock {
    margin-left: 0;
    margin-top: 23px;
  }

  header .wrapIn {
    position: relative;
  }

  header .right {
    display: none;
  }

  .menu {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    margin: 0px !important;
    width: 100%;
    height: 100vh;
    background-color: #193230;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 5;
    padding: 0 calc((100vw - 746px) / 2);
  }

  .menuInner {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
  }

  .menuInner>ul {
    column-gap: 0;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 23px;
  }

  .menuInner>ul li a {
    font-size: 14px;
  }

  .menu .login {
    margin-top: 44px;
    right: auto;
    display: table;
    margin-bottom: 30px;
  }

  .sliderGrettings {
    width: 1024px;
    margin-left: -512px;
  }

  .sliderGrettings::after {
    display: none;
  }

  .sliderGrettings::before {
    display: none;
  }

  .sliderGrettings .item {
    height: 578px;
    border-bottom-width: 3px;
  }

  .grettingsMain .cap {
    font-size: 64px;
    line-height: 80px;
  }

  .grettingsMain .desr {
    font-size: 29px;
    margin-top: 15px;
  }

  .grettingsMain .btn {
    margin-top: 52px;
  }

  .grettingsMain {
    height: 578px;
    margin-top: -91px;
  }

  .aboutMain {
    padding: 49px 0 55px;
  }

  .aboutMain .wrapIn {
    display: block;
  }

  .aboutMain .left {
    width: 100%;
  }

  .aboutMain .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }

  .aboutMain .right .cap {
    font-size: 30px;
    line-height: 40px;
  }

  .aboutMain .right .text {
    margin-top: 14px;
  }

  .aboutMain .right .btn {
    margin-top: 34px;
  }

  .aboutMain .objectList {
    margin-top: 38px;
  }

  .aboutMain .pic {
    position: relative;
    bottom: auto;
    margin: 66px -11px 0;
    height: 535px;
    top: unset;
    width: auto;
  }

  .aboutMain .objectList li {
    width: calc(50% - 45px);
  }

  .aboutMain .objectList li+li {
    left: 0;
  }

  .advBlock {
    padding: 52px 0 70px;
  }

  .advBlock .list {
    margin-top: 52px;
  }

  .advBlock .title .cap {
    font-size: 30px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    line-height: 41px;
  }

  .advBlock .title {
    justify-content: flex-start;
  }

  .advBlock .item {
    width: calc((100% / 3) - 30px);
  }

  .capTit {
    font-size: 30px;
    line-height: 40px;
  }

  .whyBlock {
    padding: 70px 0 49px;
  }

  .whyBlock .list {
    margin-top: 19px;
  }

  .whyBlock .list .item+.item {
    margin-top: 0;
  }

  .whyBlock .list .item:nth-child(1) {
    min-height: 358px;
  }

  .whyBlock .list .item:nth-child(1) .picture {
    width: 297px;
    height: 208px;
    top: auto;
    margin-top: 100px;
    right: -11px;
  }

  .whyBlock .list .item:nth-child(2) {
    min-height: 700px;
    align-items: center;
  }

  .whyBlock .list .item:nth-child(2) .picture {
    width: 313px;
    left: -11px;
    top: 282px;
    height: 417px;
  }

  .whyBlock .list .item:nth-child(2) .picture+.picture {
    top: 15px;
    left: -10px;
    width: 313px;
    height: 230px;
  }

  .whyBlock .list .item:nth-child(3) {
    margin-top: 0;
    padding-bottom: 84px;
    min-height: 640px;
    align-items: center;
    padding-top: 59px;
  }

  .whyBlock .list .item:nth-child(3) .picture {
    right: -11px;
    left: auto;
    top: -103px;
    width: 310px;
    height: 280px;
  }

  .whyBlock .list .item:nth-child(3) .picture+.picture {
    top: 206px;
    width: 310px;
    right: -11px;
    height: 435px;
  }

  .whyBlock .list .item:nth-child(2n) .text {
    padding: 48px 0 124px;
    width: calc(100% - 317px);
  }

  .whyBlock .text {
    padding: 0px;
    width: 50%;
  }

  .whyBlock .list .item {
    padding-bottom: 23px;
    padding-top: 27px;
  }

  .tarifPlan .title {
    max-width: 100%;
    margin-top: 47px;
    line-height: 40px;
  }

  .tarifPlan {
    padding: 60px 0 64px;
  }

  .listPlan {
    column-gap: 22px;
    row-gap: 16px;
  }

  .listPlan .item {
    width: calc((100% / 2) - 11px);
    padding: 18px 0px 36px 20px;
  }

  .listPlan .item .prLine {
    justify-content: space-between;
  }

  .listPlan .item .prLine .pr {
    font-size: 55px;
  }

  .listPlan .item .prLine .desr {
    margin-left: 0;
    left: 0;
    width: 114px;
  }

  .listPlan .item .link {
    padding: 17px 12px 17px 29px;
  }

  .listPlan .item .inf {
    margin-top: 55px;
  }

  .writeSupport {
    padding: 0;
    margin-top: 21px;
    flex-wrap: wrap;
  }

  .writeSupport .val {
    display: block;
    font-size: 61px;
    position: relative;
    top: auto;
    padding: 20px 15px 36px 25px;
  }

  .writeSupport .txt {
    display: block;
    line-height: 36px;
    width: calc(50% + 6px);
    text-align: left;
    padding-right: 15px;
    padding: 23px 0 140px;
  }

  .writeSupport .btn {
    position: absolute;
    bottom: 56px;
    left: calc(50% - 16px);
  }

  .tarifPlan::before {
    display: none;
  }

  .tarifPlan::after {
    height: 363px;
  }

  .calcBl {
    padding: 105px 0 63px;
  }

  .calcBl .title {
    margin-bottom: 47px;
  }

  .calcBl .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .calcBl .right {
    width: 100%;
    margin-top: 6px;
  }

  .calcBl .inBlock {
    width: calc(50% - 15px);
  }

  .calcBl .rangeBl {
    margin-top: 22px;
    width: 100%;
  }

  .calcBl .inBlock+.inBlock {
    margin-top: 0;
  }

  .calcSumma ul li .val {
    margin-top: 14px;
  }

  .calcSumma ul li {
    padding: 69px 0 67px;
  }

  .sliderApartment .item {
    height: 421px;
  }

  .partnersBl .picture {
    width: 50%;
    height: 427px;
    top: 4px;
    left: -11px;
  }

  .partnersBl .list {
    margin-top: 60px;
    column-gap: 15px;
  }

  .partnersBl .list .item {
    width: calc((100% - 15px) / 2);
    height: 102px;
  }

  .partnersBl {
    padding: 58px 0 66px;
    height: auto;
  }

  .partnersBl .right {
    width: calc(50% - 7px);
  }

  .partProgram .left {
    width: 100%;
    padding: 0;
  }

  .partProgram .right {
    width: 100%;
    margin-top: 50px;
  }

  .partProgram {
    padding: 50px 0 127px;
  }

  .partProgram .left .pr {
    margin-top: 57px;
    font-size: 77px;
    word-break: break-word;
  }

  footer .wrapIn {
    padding: 70px 0 30px;
  }

  footer .top {
    display: block;
  }

  footer .top .right {
    width: auto;
    margin: 64px -5px 0;
    flex-wrap: wrap;
  }

  footer .copyTxt {
    top: 151px;
  }

  .menuFot {
    display: none;
  }

  footer .top .col {
    padding: 10px 5px 0;
  }

  footer .top .col:nth-child(1) {
    width: 210px;
  }

  footer .top .col:nth-child(2) {
    width: auto;
  }

  footer .top .col:nth-child(3) {
    width: auto;
  }

  footer .top .col .sup li a {
    white-space: nowrap;
  }

  footer .bot {
    margin-top: 73px;
    padding: 35px 0;
  }

  footer .bot ul {
    flex-wrap: wrap;
  }

  footer .bot ul li:nth-child(2n+1) {
    width: 166px;
  }

  footer .bot ul li:nth-child(2n) {
    width: calc((100% - 332px) / 2);
  }

  footer .bot ul li img {
    height: 37px;
  }

  .grettingsPage::after {
    display: none;
  }

  .grettingsPage::before {
    display: none;
  }

  .aboutBlock {
    padding: 61px 0 0;
  }

  .aboutBlock .line+.line .picture {
    left: 0;
  }

  .aboutBlock .line {
    flex-wrap: wrap;
  }

  .aboutBlock .line .right {
    width: 100%;
    margin-top: 60px;
  }

  .aboutBlock .line .left {
    width: 100%;
    display: block;
  }

  .aboutBlock .line .text .capTit {
    line-height: 30px;
    margin-bottom: 14px;
    line-height: 40px;
  }

  .aboutBlock .line .picture {
    width: auto;
    height: 535px;
    margin: 0 -11px 0;
    max-width: 100vw;
  }

  .aboutBlock .line:nth-child(2n) .picture {
    width: auto;
    left: auto;
  }

  .aboutBlock .line .desrCap {
    margin-bottom: 0;
  }

  .aboutBlock .line:first-child .picture {
    height: 535px;
    margin-top: 66px;
  }

  .aboutBlock .line+.line {
    margin-top: 30px;
  }

  .lineNumer {
    padding: 52px 0 70px;
  }

  .lineNumer .title .capTit {
    line-height: 41px;
  }

  .lineNumer .list {
    flex-wrap: wrap;
    margin: 12px -20px 0;
  }

  .lineNumer .list .item .num {
    font-size: 60px;
  }

  .lineNumer .list .item {
    padding: 40px 20px 0;
  }

  .stepBl {
    padding: 70px 0 49px;
  }

  .stepBl .list {
    flex-wrap: wrap;
    margin: 6px -20px 0;
  }

  .stepBl .list .item {
    width: 50%;
    padding: 40px 20px 0;
  }

  .stepBl .btn {
    margin-top: 56px;
  }

  .roadMap {
    padding: 60px 0 64px;
  }

  .planInvest {
    padding: 61px 0;
  }

  .planInvest .wrapIn {
    flex-wrap: wrap;
  }

  .planInvest .planLeft {
    width: 100%;
  }

  .planInvest .list {
    margin-top: 66px;
  }

  .planInvest .calcBl .irs {
    margin-top: 30px;
  }

  .planInvest .calcBl .right {
    margin-top: 6px;
  }

  .planInvest .calcBl {
    width: 100%;
    margin-top: 60px;
  }

  .planInvest .calcBl .title {
    margin-bottom: 66px;
  }

  .planInvest .calcSumma ul {
    display: flex;
  }

  .planInvest .calcSumma ul li {
    width: 50%;
  }

  .planInvest .calcSumma ul li+li {
    border-left: solid 2px #0e1f1e;
    border-top: 0;
  }

  .lineInvestProg::before {
    display: none;
  }

  .lineInvestProg::after {
    display: none;
  }

  .lineInvestProg .wrapIn {
    flex-wrap: wrap;
    padding: 52px 0 70px;
  }

  .lineInvestProg ul {
    width: 100%;
    margin-top: 52px;
  }

  .lineInvestProg ul li::before {
    right: -77px;
  }

  .sendForm .btn {
    margin-top: 56px;
  }

  .lineInvestProg ul li .pr {
    font-size: 60px;
  }

  .lineInvestProg ul li .txt {
    font-size: 16px;
  }

  .sendForm {
    padding: 50px 0;
  }

  .faqPage .tabs .top {
    padding: 61px 0;
  }

  .faqPage .tabs .listLinks {
    flex-wrap: wrap;
  }

  .faqPage .tabs .listLinks li {
    width: 50%;
    margin: 0;
  }

  .faqPage .tabs .con .tabsBody {
    padding: 52px 0 70px;
  }

  .faqList {
    margin-top: 50px;
  }

  .faqList .item .answerInner {
    padding: 25px;
  }

  .contactsInfo {
    padding: 50px 0;
  }

  .contactsInfo .list {
    margin-top: 50px;
  }

  .contactsInfo .list .item {
    width: 100%;
    margin-bottom: 25px;
  }

  .newsTop {
    padding: 50px 0;
  }

  .newsTop .newItem {
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .newsTop .newItem .picture {
    width: 100%;
    background-size: cover;
  }

  .newsTop .newItem .text {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .newsTop::before {
    display: none;
  }

  .news {
    padding: 50px 0;
  }

  .news .list {
    row-gap: 50px;
  }

  .news .list .item {
    width: 100%;
  }

  .news .list+.pagination {
    margin-top: 70px;
  }

  .rulesTop {
    padding: 50px 0;
  }

  .rulesTop::before {
    display: none;
  }

  .rulesTop .rulesTxt {
    margin-top: 50px;
  }

  .rulesTop .rulesTxt b+* {
    margin-top: 50px;
  }

  .rules {
    padding: 50px 0;
  }

  .rules .item {
    padding: 15px 15px 30px;
  }

  .loginForm {
    padding: 40px 25px 80px;
  }

  .menuInner>ul li {
    width: 100%;
  }

  .menuInner>ul li+li {
    margin-top: 44px;
  }

  .lineNumer .list .item {
    width: 50% !important;
  }

  .regForm .inBlock {
    width: calc(50% - 15px);
  }

  .loginPage {
    padding: 61px 0 76px;
  }

  .loginForm {
    margin-top: 61px;
  }
}

@media (max-width:767px) {
  .container {
    width: 100%;
  }

  header {
    padding: 17px 0;
  }

  .menu {
    padding: 0 11px;
  }

  .mobileVis {
    padding: 28px 11px;
    margin: auto -11px 0;
  }

  .advBlock .item {
    width: 50%;
  }

  .advBlock .item:nth-child(2n) {
    padding-left: 10px;
  }

  .advBlock .item:nth-child(2n+1) {
    padding-right: 10px;
  }

  .advBlock .item .name {
    margin-top: 44px;
  }

  .advBlock .list {
    margin-top: 30px;
    column-gap: 0;
    row-gap: 20px;
  }

  .tarifGray::before {
    height: calc(100% + 236px);
  }

  .sliderApartment .item {
    height: 420px;
  }

  .lineInvestProg ul li::before {
    right: -60px;
    margin-top: -5px;
  }

  .lineInvestProg ul li .pr {
    font-size: 59px;
  }

  .faqPage .tabs .listLinks li.ui-tabs-active a {
    padding-left: 50px;
  }

  .faqPage .tabs .listLinks li a::before {
    width: 35px;
  }

  .loginForm .inBlock {
    width: 100%;
    margin-bottom: 25px;
  }

  .regForm {
    padding-bottom: 75px;
    row-gap: 0px;
  }
}

@media (max-width:639px) {
  .grettingsMain .cap {
    font-size: 35px;
    line-height: 44px;
  }

  .grettingsMain .desr {
    font-size: 16px;
    margin-top: 5px;
  }

  .aboutMain {
    padding-bottom: 64px;
  }

  .aboutMain .objectList li {
    width: 50%;
  }

  .aboutMain .objectList li+li {
    padding-left: 20px;
  }

  .aboutMain .pic {
    margin-top: 50px;
    height: 430px;
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
    left: auto;
  }

  .aboutMain .right {
    margin-top: 40px;
  }

  .aboutMain .right .text {
    margin-top: 44px;
  }

  .aboutMain .right .btn {
    margin-top: 39px;
  }

  .advBlock {
    padding: 29px 0 50px;
  }

  .whyBlock {
    padding: 50px 0 0;
  }

  .whyBlock .text {
    width: 100%;
  }

  .whyBlock .list {
    margin-top: 15px;
  }

  .whyBlock .list .item {
    width: 100%;
    padding-bottom: 13px;
  }

  .whyBlock .list .item:nth-child(1) .picture {
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 39px;
    right: auto;
  }

  .whyBlock .list .item:nth-child(2) .picture {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
    margin-top: 37px;
  }

  .whyBlock .list .item:nth-child(2) .picture+.picture {
    top: auto;
    left: auto;
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
    order: -1;
    margin-top: 0;
  }

  .whyBlock .list .item:nth-child(1),
  .whyBlock .list .item:nth-child(2n),
  .whyBlock .list .item:nth-child(3) {
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
  }

  .whyBlock .list .item:nth-child(2n) .text {
    padding: 18px 0 0;
    width: 100%;
    left: auto;
    order: 1;
  }

  .whyBlock .list .item:nth-child(3) {
    padding-top: 27px;
    padding-bottom: 0;
  }

  .whyBlock .list .item:nth-child(3) .text {
    order: 1;
    margin-top: 17px;
  }

  .whyBlock .list .item:nth-child(3) .picture {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
  }

  .whyBlock .list .item:nth-child(3) .picture+.picture {
    top: auto;
    width: auto;
    margin-left: -11px;
    margin-right: -11px;
    right: auto;
    height: 525px;
    order: 1;
    margin-top: 36px;
  }

  .whyBlock .text .txt {
    margin-top: 42px;
  }

  .whyBlock .title {
    line-height: 40px;
  }

  .tarifPlan .title {
    margin-top: 30px;
  }

  .listPlan {
    margin-top: 53px;
    column-gap: 0;
    row-gap: 7px;
  }

  .listPlan .item {
    width: 100%;
  }

  .writeSupport {
    margin-top: 9px;
    text-align: center;
    display: block;
    padding: 45px 10px 34px;
  }

  .writeSupport .val {
    padding: 0;
  }

  .writeSupport .btn {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 27px auto 0;
  }

  .writeSupport .txt {
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding: 0;
    margin-top: 26px;
    letter-spacing: 0.2em;
  }

  .calcBl {
    padding: 64px 0 40px;
  }

  .calcBl .inBlock+.inBlock {
    margin-top: 38px;
  }

  .calcBl .inBlock {
    width: 100%;
  }

  .calcBl .rangeBl {
    margin-top: 7px;
  }

  .calcSumma ul {
    flex-wrap: wrap;
  }

  .calcSumma ul li {
    width: 100%;
  }

  .calcBl .right {
    margin-top: 24px;
  }

  .calcSumma ul li+li {
    border-top: solid 2px #eff2f2;
  }

  .calcSumma {
    margin: 0 -11px;
  }

  .partnersBl {
    padding: 47px 0 18px;
  }

  .partnersBl .wrapIn {
    display: block;
    position: relative;
  }

  .partnersBl .picture {
    position: absolute;
    width: 100vw;
    height: 493px;
    top: 85px;
    left: -11px;
  }

  .partnersBl .right {
    width: 100%;
  }

  .partnersBl .list {
    margin-top: 565px;
  }

  .partProgram {
    padding: 50px 0 150px;
  }

  .partProgram .left .pr {
    font-size: 54px;
    margin-top: 35px;
  }

  .partProgram .right {
    margin-top: 75px;
  }

  footer .top .right {
    flex-wrap: wrap;
  }

  footer .bot {
    margin-top: 0;
    padding: 25px 0;
  }

  footer .bot ul li {
    width: 50%;
  }

  footer .top .right {
    padding-bottom: 40px;
  }

  footer .bot ul li:nth-child(2n+1) {
    width: 50%;
  }

  footer .bot ul li:nth-child(2n) {
    width: 50%;
    padding-left: 19px;
  }

  .grettingsPage {
    padding: 320px 0 150px;
  }

  .grettingsPage .cap {
    font-size: 35px;
    line-height: 44px;
  }

  .grettingsPage .desr {
    font-size: 16px;
    margin-top: 5px;
  }

  .aboutBlock .line:first-child .picture {
    height: 430px;
    margin-top: 38px;
  }

  .aboutBlock .line .text .capTit {
    margin-bottom: 40px;
  }

  .planInvest .list .item {
    padding: 15px 14px;
  }

  .aboutBlock .line .right {
    margin-top: 40px;
  }

  .lineNumer {
    padding: 29px 0 50px;
  }

  .lineNumer .list {
    margin: 0 -11px 0;
  }

  .lineNumer .list .item {
    padding: 30px 11px 0;
  }

  .stepBl {
    padding: 50px 0;
  }

  .stepBl .btn {
    margin-top: 48px;
  }

  .stepBl .list .item .iconBl {
    font-size: 56px;
    margin: 40px 0 26px;
  }

  .planInvest .list .item .inf {
    margin-left: 20px;
  }

  .planInvest .list {
    margin-top: 38px;
  }

  .planInvest .calcBl {
    margin-top: 40px;
  }

  .planInvest .calcBl .title {
    margin-bottom: 40px;
  }

  .planInvest .sendItem .txt {
    width: calc(100% - 193px);
    padding-right: 0;
  }

  .planInvest .calcSumma ul li {
    width: 100%;
  }

  .planInvest .calcSumma ul li+li {
    border-top: solid 2px #0e1f1e;
    border-left: 0;
  }

  .lineInvestProg ul {
    margin-top: 30px;
  }

  .lineInvestProg .wrapIn {
    padding: 29px 0 50px;
  }

  .lineInvestProg ul li::before {
    display: none;
  }

  .faqPage .tabs .top {
    padding: 50px 0;
  }

  .faqPage .tabs .listLinks li {
    width: 100%;
  }

  .faqList .item .quest::before {
    left: 20px;
  }

  .faqList .item .quest {
    padding-right: 15px;
    font-size: 18px;
    padding-left: 75px;
  }

  .faqList .item .answerInner {
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
  }

  footer .top .col {
    width: 100% !important;
    margin-bottom: 24px;
  }

  .lineNumer .list .item {
    width: 100% !important;
  }

  .home-page-buttons{
    flex-direction: column;
  }
}
@media(max-width: 540px){
  .promotion-buttons a:last-child{
    margin-left: 0 !important;
  }
}
@media (max-width:479px) {
  .menuBtn {
    right: 10px;
  }

  .headMenuMobile .closeBurger {
    right: 10px;
  }

  .desrCap::before {
    top: 7px;
    margin: 0;
  }

  .desrCap {
    text-align: left;
    padding-left: 91px;
    display: block;
    line-height: 21px;
  }

  .aboutMain .objectList {
    flex-wrap: wrap;
  }

  .aboutMain .objectList li {
    width: 100%;
  }

  .aboutMain .objectList li+li {
    margin-top: 30px;
    padding-left: 0;
  }

  .advBlock .item {
    width: 100%;
  }

  .advBlock .item:nth-child(2n) {
    padding-left: 0;
  }

  .advBlock .item:nth-child(2n+1) {
    padding-right: 0;
  }

  .sliderApartment .item {
    height: 350px;
  }

  .stepBl .list .item {
    width: 100%;
  }

  .planInvest .list .item {
    flex-wrap: wrap;
  }

  .planInvest .list .item .prBl {
    width: 100%;
  }

  .planInvest .list .item .inf {
    margin: 0;
    width: 100%;
    margin-top: 15px;
  }

  .planInvest .sendItem {
    flex-wrap: wrap;
    padding: 15px 15px 25px;
  }

  .planInvest .sendItem .pr {
    width: 100%;
  }

  .planInvest .sendItem .txt {
    width: 100%;
    margin-top: 7px;
  }

  .planInvest .calcBl .title {
    margin-bottom: 30px;
  }

  .planInvest .calcBl .right {
    margin-top: 0;
  }

  .lineInvestProg ul {
    flex-wrap: wrap;
  }

  .lineInvestProg ul li {
    width: 100%;
  }

  .sendForm .text {
    font-size: 16px;
    margin-top: 30px;
  }

  .sendForm .inputList .inBlock:nth-child(3) {
    margin-top: 0;
  }

  .sendForm .inputList .inBlock {
    width: 100%;
    margin-bottom: 15px;
  }

  .sendForm .btn {
    margin-top: 15px;
  }

  .contactsInfo .list .item {
    padding: 120px 15px 20px;
  }

  .newsTop .newItem .picture {
    height: 250px;
  }

  .newsTop .newItem .text .txt {
    font-size: 16px;
    line-height: 24px;
  }

  .news .list .item {
    padding: 15px 15px 35px;
  }

  .news .list .item .picture {
    height: 200px;
  }

  .news .list .item .text .txt {
    font-size: 16px;
    line-height: 26px;
  }

  .rulesTop .rulesTxt p {
    font-size: 16px;
  }

  .rules .item .nameBl .name {
    font-size: 28px;
    display: block;
    padding: 0;
    margin: 0;
  }

  .loginForm .inBlock .linkPass {
    font-size: 14px;
  }

  .lineInvestProg ul li+li {
    margin-top: 10px;
  }

  .sendForm .text+* {
    margin-top: 30px;
  }

  .rules .item ul li {
    font-size: 16px;
  }

  .loginForm {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* CAB PART */

.btnFill {
  display: table;
  position: relative;
  text-align: center;
  padding: 20px 25px 20px calc(25px + 0.3em);
  min-width: 261px;
  height: 53px;
  font-size: 13px;
  line-height: 13px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background-color: #3bab8e;
  -webkit-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  border-radius: 53px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.btnBorder {
  display: table;
  position: relative;
  text-align: center;
  min-width: 221px;
  height: 53px;
  font-size: 13px;
  line-height: 13px;
  padding: 18px 25px 18px calc(25px + 0.3em);
  color: #3bab8e;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  border-radius: 53px;
  border: solid 2px #3bab8e;
  -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -moz-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}

.btnBorder:hover {
  background-color: #3bab8e;
  color: #fff;
}

.btnBorder.btnType2 {
  border-color: #f2d57b;
  color: #f2d57b;
}

.btnBorder.btnType2:hover {
  background-color: #f2d57b;
  color: #fff;
}

.btnBorder.btnType3 {
  border-color: #fff;
  color: #fff;
}

.btnBorder.btnType3:hover {
  background-color: #fff;
  color: #193230;
}

.btnFill.center {
  margin-left: auto;
  margin-right: auto;
}

.btnFill:hover {
  background-color: #f2d57b;
}

.btnFill.type2 {
  color: #0e1f1e;
  background-color: #f2d57b;
}

.btnFill.type2:hover {
  color: white;
  background-color: #3bab8e;
}

[class*="inBlock"][class*="Type2"] label {
  font-size: 11px;
  line-height: 11px;
  color: #193230;
  font-weight: 500;
  letter-spacing: 0.3em;
}

[class*="inBlock"][class*="Type2"] label+.inWrap {
  margin-top: 18px;
}

[class*="inBlock"][class*="Type2"] .inWrap input {
  padding-left: 17px;
  padding-right: 17px;
  font-size: 12px;
  line-height: 50px;
  color: #7d8b8a;
  font-weight: normal;
  letter-spacing: 0.05em;
}

[class*="inBlock"] .inWrap.captchaWrapper input {
  padding-right: 148px;
}

[class*="inBlock"] .inWrap.captchaWrapper .captcha {
  width: 138px;
  height: 51px;
  background-color: #283d3c;
  position: absolute;
  right: 0;
  bottom: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

[class*="inBlock"] label {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #0e1f1e;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

[class*="inBlock"].dark label {
  color: #fff;
}

[class*="inBlock"] label+.note {
  margin-top: 18px;
}

[class*="inBlock"] label+.inWrap {
  margin-top: 16px;
}

[class*="inBlock"] .note {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: #7d8b8a;
  letter-spacing: 0.05em;
}

[class*="inBlock"] .note span {
  font-weight: bold;
  color: #3bab8e;
}

[class*="inBlock"] .note+.inWrap {
  margin-top: 18px;
}

[class*="inBlock"] .inWrap {
  position: relative;
}

[class*="inBlock"] .inWrap input {
  display: block;
  padding-left: 17px;
  padding-right: 17px;
  width: 100%;
  height: 51px;
  font-size: 15px;
  line-height: 51px;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.025em;
  background-color: #eff2f2;
}

[class*="inBlock"] .inWrap input.enterNum {
  padding-right: 53px;
}

[class*="inBlock"] .inWrap textarea {
  display: block;
  padding: 17px 17px;
  width: 100%;
  height: 139px;
  resize: none;
  font-size: 15px;
  line-height: 17px;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.025em;
  background-color: #eff2f2;
}

[class*="inBlock"].dark .inWrap input {
  background-color: #0e1f1e;
  color: #8a9796;
}

[class*="inBlock"].dark .selectric-wrapper .selectric {
  background-color: #0e1f1e;
}

[class*="inBlock"].dark .selectric-wrapper .selectric .label {
  color: #8a9796;
}

[class*="inBlock"].dark .selectric-wrapper .selectric .button::before {
  color: #8a9796;
}

[class*="inBlock"] .inWrap input.setDate {
  padding-left: 17px;
  padding-right: 53px;
  font-size: 12px;
  line-height: 50px;
  color: #7d8b8a;
  font-weight: normal;
  letter-spacing: 0.05em;
}

[class*="inBlock"] .inWrap input.password {
  padding-left: 21px;
  padding-right: 54px;
  font-size: 15px;
  line-height: 51px;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.3em;
}

[class*="inBlock"] .inWrap input.payment,
[class*="inBlock"] .inWrap input.link {
  padding-left: 17px;
  padding-right: 17px;
  font-size: 14px;
  line-height: 50px;
  color: #7d8b8a;
  font-weight: normal;
  letter-spacing: 0.025em;
}

[class*="inBlock"] .inWrap .cur {
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  width: 53px;
  text-align: center;
  height: 51px;
  font-size: 18px;
  line-height: 51px;
  color: #0e1f1e;
}

[class*="inBlock"].dark .inWrap .cur {
  color: #8a9796;
}

[class*="inBlock"] .inWrap .showPassword {
  cursor: pointer;
}

[class*="inBlock"] .inWrap [class*="icon"] {
  display: block;
  position: absolute;
  top: 0px;
  right: 18px;
  font-size: 20px;
  line-height: 51px;
  color: #3bab8e;
}

[class*="inBlock"] .inWrap [class*="arrow"] {
  width: 53px;
  display: block;
  position: absolute;
  height: 100%;
  top: 0px;
  right: 0px;
  font-size: 13px;
  line-height: 51px;
  color: #0e1f1e;
  text-align: center;
}

[class*="inBlock"] .inWrap .note {
  display: block;
  margin-top: 10px;
  padding-right: 3px;
  font-size: 12px;
  line-height: 12px;
  color: #7d8b8a;
  letter-spacing: 0.05em;
  text-align: right;
}

[class*="inBlock"] .inWrap.group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.radioBtn {
  position: relative;
}

.radioBtn input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.radioBtn input:checked+label::after {
  opacity: 1;
}

.radioBtn label {
  position: relative;
  display: inline-block;
  padding-left: 31px;
  font-size: 15px;
  line-height: 18px;
  color: #0e1f1e;
  font-weight: normal;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.radioBtn label:hover {
  opacity: 0.7;
}

.radioBtn label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  background-color: #eff2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.radioBtn label::after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #3bab8e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.selectric-items {
  width: 100% !important;
}

.selectric-wrapper.selectric-open .selectric .button::before {
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.selectric-wrapper .selectric {
  position: relative;
  padding-left: 17px;
  padding-right: 53px;
  height: 51px;
  background-color: #eff2f2;
  border: none;
}

.selectric-wrapper .selectric .label {
  margin: 0px;
  height: 51px;
  line-height: 50px;
  color: #193230;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.selectric-wrapper .selectric .button {
  width: 53px;
  height: 51px;
  background-color: transparent;
}

.selectric-wrapper .selectric .button::after {
  display: none;
}

.selectric-wrapper .selectric .button::before {
  content: '\e930';
  font-family: "icomoon";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  font-size: 13px;
  line-height: 51px;
  color: #0e1f1e;
  text-align: center;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.selectric-wrapper .selectric-items {
  padding: 0px;
  border: none;
  background-color: #eff2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.selectric-wrapper .selectric-items li {
  position: relative;
  padding: 0px 17px;
  font-size: 15px;
  line-height: 51px;
  color: #7d8b8a;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: transparent;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.selectric-wrapper .selectric-items li:hover {
  color: #fff;
  background-color: #3bab8e;
}

.selectric-wrapper .selectric-items li.highlighted,
.selectric-wrapper .selectric-items li.selected {
  background-color: #f3d67d;
  color: #193230;
}

.selectric-cabPaymetSelect.selectric-open .selectric .button::before {
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.selectric-cabPaymetSelect .selectric {
  position: relative;
  padding-left: 75px;
  padding-right: 44px;
  height: 51px;
  background-color: #eff2f2;
  border: none;
}

.selectric-cabPaymetSelect .selectric .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 51px;
  background-color: #f2d57b;
}

.selectric-cabPaymetSelect .selectric .label {
  margin: 0px;
  height: 51px;
  font-size: 15px;
  line-height: 50px;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.selectric-cabPaymetSelect .selectric .button {
  width: 44px;
  height: 51px;
  background-color: transparent;
}

.selectric-cabPaymetSelect .selectric .button::after {
  display: none;
}

.selectric-cabPaymetSelect .selectric .button::before {
  content: '\e930';
  font-family: "icomoon";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  font-size: 13px;
  line-height: 51px;
  color: #0e1f1e;
  text-align: center;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

.selectric-cabPaymetSelect .selectric-items {
  padding: 0px;
  border: none;
  background-color: #eff2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.selectric-cabPaymetSelect .selectric-items li {
  position: relative;
  padding: 0px;
  padding-left: 75px;
  font-size: 15px;
  line-height: 51px;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.025em;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.selectric-cabPaymetSelect .selectric-items li .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 51px;
  background-color: #f2d57b;
}

.selectric-cabPaymetSelect .selectric-items li:hover {
  color: #fff;
  background-color: #3bab8e;
}

[class*="inBlock"][class*="Type2"] .inWrap .selectric-wrapper .selectric .label {
  font-size: 12px;
  font-weight: normal;
  color: #7d8b8a;
  letter-spacing: 0.05em;
}

[class*="inBlock"][class*="Type2"] .inWrap .selectric-wrapper .selectric-items li {
  font-size: 12px;
  font-weight: normal;
}

.ui-datepicker {
  background-color: #eff2f2;
  border-color: #e4e6e6;
  z-index: 10 !important;
}

.ui-datepicker .ui-widget-header {
  background-color: transparent;
  border: none;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title {
  color: #0e1f1e;
}

.ui-datepicker .ui-widget-header a {
  color: #0e1f1e;
}

.ui-datepicker .ui-state-default {
  background-color: white;
  border-color: #0e1f1e;
  color: #0e1f1e;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ui-datepicker .ui-state-highlight {
  color: white;
  background-color: #193230;
  border: 1px solid #193230;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-hover {
  color: white;
  background-color: #3bab8e;
  border-color: #3bab8e;
}

.ui-datepicker .ui-datepicker-prev {
  border-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ui-datepicker .ui-datepicker-prev::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-left-width: 1px;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-bottom-style: solid;
  border-color: #0e1f1e;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover {
  border-color: #3bab8e;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover::before {
  border-color: white;
}

.ui-datepicker .ui-datepicker-prev.ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
  border-color: #3bab8e;
}

.ui-datepicker .ui-datepicker-next {
  border-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ui-datepicker .ui-datepicker-next::before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-right-style: solid;
  border-color: #0e1f1e;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover {
  border-color: #3bab8e;
}

.ui-datepicker .ui-datepicker-next.ui-state-hover::before {
  border-color: white;
}

.ui-datepicker .ui-datepicker-next.ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
  border-color: #3bab8e;
}

.openDatepicker {
  display: block;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  cursor: pointer;
}

.openDatepicker.active {
  -moz-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.checkBtn {
  position: relative;
}

.checkBtn input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.checkBtn input:checked+label::after {
  opacity: 1;
}

.checkBtn label {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-size: 14px;
  line-height: 22px;
  color: #0e1f1e;
  font-weight: normal;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.checkBtn label:hover {
  opacity: 0.7;
}

.checkBtn label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background-color: #eff2f2;
}

.checkBtn label::after {
  content: '\e931';
  display: block;
  position: absolute;
  font-family: "icomoon";
  font-size: 22px;
  line-height: 22px;
  color: #193230;
  text-align: center;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cabinetWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.cabinetWrapper .cabinetContent {
  flex-grow: 1;
}

.cabinetHeader {
  display: flex;
}

.cabinetHeader>.leftSide {
  width: calc(80% - 22px);
  flex-shrink: 0;
}

.cabinetHeader>.rightSide {
  flex-grow: 1;
  display: flex;
  width: 20%
}

.cabTopline {
  min-height: 84px;
  padding-left: 42px;
  display: flex;
  align-items: center;
  background-color: #193230;
}

.cabTopline .cabLogo+.cabToplineWrapper {
  margin-left: 158px;
}

.cabTopline .langList+.socList {
  margin-left: 77px;
}

.cabTopline .socList+.clockBlock {
  margin-left: 86px;
}

.cabToplineWrapper .cabLogo {
  display: none;
}

.cabToplineWrapper .inner {
  display: flex;
  align-items: center;
}

.closeBurger {
  display: none;
  position: absolute;
  width: 44px;
  height: 32px;
  background-image: url(../../img/close_cab_menu.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.closeBurger:before,
.closeBurger:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 44px;
  background-color: white;
  top: 50%;
  left: 50%;
  margin-left: -22px;
}

.closeBurger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}

.closeBurger:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}

.closeBurger:hover {
  opacity: 0.7;
}

.cabToplineWrapper .closeBurger {
  top: 27px;
  right: 15px;
}

.cabMobileMenu {
  display: none;
}

.cabLogo {
  display: inline-block;
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-bottom: 3px;
}

.cabLogo img {
  display: block;
  height: 57px;
}

.cabLogo>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.cabLogo:hover {
  opacity: 0.7;
}

.langList {
  display: flex;
}

.langList li {
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 43px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  background-color: rgba(255, 255, 255, 0.21);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.langList li a {
  display: block;
  padding-left: 5px;
  width: 100%;
  color: inherit;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.langList li.active,
.langList li:hover {
  color: #f2d57b;
  background-color: #0e1f1e;
}

.langList li.active a,
.langList li:hover a {
  color: inherit;
}

.langList li+li {
  margin-left: 7px;
}

.socList {
  display: flex;
}

.socList li {
  position: relative;
  z-index: 1;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}

.socList li>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.socList li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.socList li:hover {
  color: #f2d57b;
  background-color: #0e1f1e;
}

.socList li:hover a {
  color: inherit;
}

.socList li+li {
  margin-left: 7px;
}

.cabInfo {
  position: relative;
  background-color: #0e1f1e;
  height: auto;
}

.cabInfo .openCabInfo {
  display: none;
}

.cabInfo .inner {
  padding-left: 24px;
  padding-top: 5px;
  padding-right: 8px;
  min-height: 119px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 21px;
}

.cabInfo .cabInfoItem+.cabInfoItem {
  margin-left: 15px;
}

.cabInfoItem {
  display: flex;
  align-items: center;
}

.cabInfoItem .userpic {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cabInfoItem .userpic+.data {
  margin-left: 17px;
  width: 75%;
}

.cabInfoItem [class*="icon"] {
  display: block;
  font-size: 38px;
  color: #314c4a;
}

.cabInfoItem .title {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #f2d57b;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.cabInfoItem .info {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #b7bcbc;
  letter-spacing: 0.025em;
}

.cabInfoItem a.info {
  color: #3bab8e;
  text-decoration: underline;
  text-decoration-color: inherit;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}

.cabInfoItem a.info:hover {
  text-decoration-color: transparent;
}

.cabBalance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 8px;
  width: 47.5%;
  background-color: #0e1f1e;
}

.cabBalance [class*="icon"] {
  display: block;
  margin: 0px auto;
  font-size: 44px;
  color: #f2d57b;
  text-align: center;
}

.cabBalance .title {
  display: block;
  margin-top: 14px;
  font-size: 11px;
  line-height: 1;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
}

.cabBalance .sum {
  display: block;
  margin-top: 13px;
  font-family: "CeraStencilPRO";
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  color: #f2d57b;
  font-weight: bold;
  font-feature-settings: "pnum"on, "lnum"on;
  text-align: center;
}

.cabOperation {
  padding-top: 35px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  position: relative;
  z-index: 1;
}

.cabOperation>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.cabOperation [class*="icon"] {
  display: block;
  font-size: 42px;
  color: #0e1f1e;
  text-align: center;
}

.cabOperation .title {
  display: block;
  padding: 0px 30px;
  font-size: 11px;
  line-height: 20px;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
}

.cabOperation.in {
  background-color: #3bab8e;
}

.cabOperation.out {
  background-color: #f2d57b;
}

.cabOperation>* {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cabOperation:hover>* {
  opacity: 0.7;
}

.cabinetContent {
  display: flex;
}

.cabinetContent>.leftSide {
  width: 269px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  background-color: #0e1f1e;
}

.cabinetContent>.rightSide {
  padding: 35px 15px 68px;
  flex-grow: 1;
  background-color: #eff2f2;
}

.cabMenu li {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 120px;
  padding-left: 40px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-bottom: 2px solid #213d3b;
}

.cabMenu li>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.cabMenu li [class*="icon"] {
  display: block;
  font-size: 36px;
  color: #314c4a;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cabMenu li .title {
  display: block;
  margin-top: 17px;
  font-size: 11px;
  line-height: 1;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cabMenu li.active,
.cabMenu li:hover {
  background-color: #213d3b;
}

.cabMenu li.active [class*="icon"],
.cabMenu li:hover [class*="icon"] {
  color: #f2d57b;
}

.cabMenu li.active .title,
.cabMenu li:hover .title {
  color: #3bab8e;
}

.cabCopyright {
  padding: 30px 38px 33px;
  font-size: 13px;
  line-height: 20px;
  color: #63706f;
  letter-spacing: 0.04em;
}

.cabinetContentWrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.cabinetContentWrapper .cabinetTitle+.cabinetContentContainer {
  margin-top: 13px;
}

.cabinetContentWrapper *+.accInfoBlock {
  margin-top: 67px;
}

.cabinetContentWrapper *+.accOperations {
  margin-top: 47px;
}

.cabinetContentWrapper *+.accDeposits {
  margin-top: 49px;
}

.cabinetContentWrapper *+.cabOutHistory {
  margin-top: 121px;
}

.cabinetContentWrapper *+.cabPartnersList {
  margin-top: 79px;
}

.cabinetTitle {
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 40px;
  line-height: 120px;
  color: #0e1f1e;
  font-weight: bold;
  text-transform: uppercase;
}

.cabBalanceList {
  display: flex;
}

.cabBalanceList .balanceItem {
  width: 100%;
}

.cabBalanceList .balanceItem .pay {
  padding-top: 8px;
  height: 101px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2d57b;
}

.cabBalanceList .balanceItem ul li {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 13px;
  line-height: 20px;
  color: #0e1f1e;
  letter-spacing: 0.025em;
  background-color: white;
}

.cabBalanceList .balanceItem ul li .num {
  display: flex;
  font-weight: bold;
  color: #3bab8e;
}

.cabBalanceList .balanceItem ul li+li {
  border-top: 2px solid #eff2f2;
}

.cabBalanceList .balanceItem+.balanceItem {
  border-left: 2px solid #eff2f2;
}

.accInfoBlock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.accInfoItem {
  position: relative;
  display: flex;
  height: 172px;
}

.accInfoItem .icon {
  width: 175px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0e1f1e;
}

.accInfoItem .icon [class*="icon"] {
  font-size: 38px;
  color: #f2d57b;
}

.accInfoItem .content {
  flex-grow: 1;
  width: calc(100% - 175px);
  display: flex;
  background-color: #193230;
}

.accInfoItem .copyLinkBtn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  min-width: 227px;
  height: 35px;
  padding-left: 25px;
  font-size: 11px;
  line-height: 34px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  background-color: #3bab8e;
  -webkit-border-radius: 35px 0px 0px 0px;
  -moz-border-radius: 35px 0px 0px 0px;
  -ms-border-radius: 35px 0px 0px 0px;
  border-radius: 35px 0px 0px 0px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.accInfoItem .copyLinkBtn:hover {
  background-color: #f2d57b;
}

.accRefLink {
  padding-left: 55px;
  padding-top: 32px;
  height: 100%;
}

.accRefLink .title {
  display: block;
  font-size: 11px;
  line-height: 50px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.accRefLink .refLink {
  width: 100%;
}

.accRefLink .refLink a {
  position: relative;
  max-width: 100%;
  display: inline-block;
  font-size: 17px;
  line-height: 48px;
  color: #3bab8e;
  font-weight: 300;
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-color: inherit;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.accRefLink .refLink a:hover {
  text-decoration-color: transparent;
}

.accRefLink.lg {
  padding-top: 35px;
}

.accRefLink.lg .title {
  font-size: 17px;
}

.accRefLink.lg .refLink {
  font-size: 20px;
}

.accRefStat {
  padding-left: 63px;
  padding-top: 32px;
}

.accRefStat ul {
  display: flex;
}

.accRefStat li {
  width: 205px;
  font-size: 11px;
  line-height: 50px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.accRefStat li .num {
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 50px;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 0em;
  font-feature-settings: "pnum"on, "lnum"on;
}

.accRefStat li:first-child .num {
  color: #f2d57b;
}

.accRefStat li:last-child .num {
  color: #3bab8e;
}

.cabinetSubtitle {
  position: relative;
  padding-left: 90px;
  display: block;
  font-size: 14px;
  line-height: 50px;
  color: #3bab8e;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.cabinetSubtitle::before {
  content: '';
  display: block;
  position: absolute;
  width: 74px;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0px;
  background-color: #3bab8e;
}

.accOperations .cabinetSubtitle+.wrapper {
  margin-top: 27px;
}

.accOperations .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.cabTable {
  width: 100%;
  display: table;
  background-color: white;
}

.cabTable .tHead {
  height: 52px;
  display: table-row;
  background-color: #193230;
}

.cabTable .tHead .tCell {
  padding-top: 4px;
  font-size: 11px;
  line-height: 11px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.cabTable .tBody {
  display: table-row-group;
}

.cabTable .tRow {
  height: 50px;
  display: table-row;
}

.cabTable .tRow+.tRow .tCell {
  border-top: 2px solid #eff2f2;
}

.cabTable .tRow .tCell+.tCell:not(.pay) {
  border-left: 2px solid #eff2f2;
}

.cabTable .tCell {
  display: table-cell !important;
  vertical-align: middle;
}

.cabTable .type {
  font-size: 11px;
  line-height: 1;
  color: #193230;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.cabTable .date,
.cabTable .hiddenData {
  font-size: 12px;
  line-height: 1;
  color: #7d8b8a;
  letter-spacing: 0.025em;
}

.cabTable .sum {
  font-size: 14px;
  line-height: 1;
  color: #3bab8e;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.cabTable .out {
  font-size: 14px;
  line-height: 1;
  color: #f2d57b;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.cabTable .bath {
  font-size: 14px;
  line-height: 1;
  color: #193230;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.cabTable .state {
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.cabTable .state.done {
  color: #3bab8e;
}

.cabTable .state.error {
  color: #ab3b4b;
}

.cabTable .state.wait {
  color: #f2d57b;
}

.cabTable .desc {
  font-size: 12px;
  line-height: 20px;
  color: #7d8b8a;
  letter-spacing: 0.025em;
}

.cabTable .tRow .pay {
  background-color: #f2d57b;
}

.cabTable .tRow .pay+.tCell {
  border-left: none !important;
}

.cabTable .pay {
  width: 48px;
  text-align: center;
}

.cabTable .tLabel {
  display: none;
}

.lastOperations .hiddenData {
  display: none;
}

.lastOperations .type {
  padding-left: 20px;
  width: 220px;
}

.lastOperations .date {
  padding-left: 23px;
  width: 228px;
}

.lastOperations .sum {
  padding-left: 27px;
}

.accMainStat.lg li {
  padding-right: 40px;
}

.accMainStat li {
  height: 69.5px;
  padding-left: 35px;
  padding-right: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0e1f1e;
}

.accMainStat li:not(:last-child) {
  border-bottom: 2px solid #193230;
}

.accMainStat .param {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 1;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.accMainStat .param [class*="icon"] {
  display: block;
  margin-right: 38px;
  font-size: 38px;
  line-height: 1;
  color: #f2d57b;
  font-weight: normal;
  letter-spacing: 0em;
}

.accMainStat .data {
  font-family: "CeraStencilPRO";
  font-size: 25px;
  line-height: 25px;
  color: #3bab8e;
  font-weight: bold;
  font-feature-settings: "pnum"on, "lnum"on;
}

.statTimer {
  padding-left: 60px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  height: 222px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.statTimer [class*="icon"] {
  position: relative;
  top: -7px;
  display: block;
  font-size: 72px;
  color: white;
}

.statTimer .content {
  margin-left: 50px;
}

.statTimer .title {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.statTimer .timer {
  display: block;
  font-size: 0;
}

.statTimer .timer span:not(.num):not(.spacer) {
  display: inline-block;
  font-family: "CeraStencilPRO";
  font-size: 11px;
  line-height: 50px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.statTimer .timer .num {
  display: inline-block;
  width: 64px;
  font-family: "CeraStencilPRO";
  font-size: 50px;
  line-height: 54px;
  color: white;
  font-weight: bold;
  letter-spacing: 0em;
  font-feature-settings: "pnum"on, "lnum"on;
}

.statTimer .timer .spacer {
  display: inline-block;
  font-family: "CeraStencilPRO";
  font-size: 50px;
  line-height: 54px;
  color: white;
  font-weight: bold;
  letter-spacing: 0em;
  font-feature-settings: "pnum"on, "lnum"on;
}

.accDeposits .cabinetSubtitle+.wrapper {
  margin-top: 44px;
}

.accDeposits .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.accDeposits .wrapper+.pagination {
  margin-top: 60px;
}

.depItem {
  display: flex;
  height: 100%;
}

.depItem .depData {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.depItem .desc {
  height: 207px;
  flex-grow: 1;
  padding-left: 32px;
  padding-top: 21px;
  padding-right: 32px;
  padding-bottom: 21px;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.depItem .desc .pct {
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 65px;
  line-height: 65px;
  color: #3bab8e;
  font-weight: bold;
  font-feature-settings: "pnum"on, "lnum"on;
  text-transform: uppercase;
}

.depItem .desc .title {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1;
  color: #f2d57b;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.depItem .desc ul {
  margin-top: auto;
}

.depItem .desc ul li {
  font-size: 13px;
  line-height: 22px;
  color: white;
  font-weight: normal;
  letter-spacing: 0.025em;
}

.depItem .desc ul li b {
  display: inline-block;
  margin-left: 3px;
}

.depItem .details {
  flex-grow: 1;
  background-color: #0e1f1e;
}

.depItem .details li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 20px;
  height: 69.5px;
}

.depItem .details li:not(:last-child) {
  border-bottom: 2px solid #193230;
}

.depItem .details .param {
  font-size: 11px;
  line-height: 1;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.depItem .details .data {
  font-family: "CeraStencilPRO";
  font-size: 24px;
  line-height: 40px;
  color: #3bab8e;
  font-weight: bold;
  font-feature-settings: "pnum"on, "lnum"on;
  text-transform: uppercase;
}

.depItem .details .data.sum {
  color: #f2d57b;
}

.depItem .details .data img {
  display: block;
}

.depItem .depInfo {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.depItem .progress {
  height: 90px;
  padding-top: 16px;
  padding-left: 30px;
  padding-right: 32px;
  background-color: #3bab8e;
}

.depItem .progress .title {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.depItem .progress .title+.line {
  margin-top: 15px;
}

.depItem .progress .line {
  position: relative;
  height: 4px;
  background-color: #0e1f1e;
}

.depItem .progress .line .in {
  position: absolute;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #f2d57b;
}

.depItem .depTimer {
  height: 90px;
  padding-left: 28px;
  display: flex;
  align-items: center;
  background-color: #f2d57b;
}

.depItem .depTimer [class*="icon"] {
  display: block;
  font-size: 36px;
  color: #193230;
}

.depItem .depTimer [class*="icon"]+.content {
  margin-left: 17px;
}

.depItem .depTimer .title {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.depItem .depTimer .timer {
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 30px;
  line-height: 30px;
  color: #0e1f1e;
  font-weight: bold;
  font-feature-settings: "pnum"on, "lnum"on;
}

.cabPagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cabPagination .control {
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #0e1f1e;
  background-color: #f2d57b;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.cabPagination .control>a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

.cabPagination .control:hover {
  opacity: 0.7;
}

.cabPagination .control a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.cabPagination .control+.nums {
  margin-left: 11px;
}

.cabPagination .nums ul {
  display: flex;
}

.cabPagination .nums li {
  width: 49px;
  height: 49px;
  flex-shrink: 0;
  font-size: 17px;
  line-height: 49px;
  color: #0e1f1e;
  background-color: white;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.cabPagination .nums li:hover {
  opacity: 0.7;
}

.cabPagination .nums li a {
  display: block;
  color: inherit;
  text-align: center;
}

.cabPagination .nums li+li {
  margin-left: 11px;
}

.cabPagination .nums+.control {
  margin-left: 11px;
}

.cabStepsSection {
  position: relative;
  padding-top: 24px;
}

.cabStepsSection .btnFill {
  position: absolute;
  bottom: -25px;
  left: 0px;
  right: 0px;
}

.cabStepsSection.inSection .cabStepBlock:last-child {
  margin-bottom: 47px;
}

.cabStepBlock {
  padding-left: 50px;
  padding-top: 22px;
  padding-right: 57px;
  padding-bottom: 49px;
  background-color: white;
  border-top: 2px solid #e4e6e6;
  border-left: 2px solid #e4e6e6;
  border-right: 2px solid #e4e6e6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cabStepBlock .headBlock .num {
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 70px;
  line-height: 70px;
  color: #f2d57b;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-feature-settings: "pnum"on, "lnum"on;
}

.cabStepBlock .headBlock .num+.title {
  margin-top: 32px;
}

.cabStepBlock .headBlock .title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #3bab8e;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.cabStepBlock .headBlock+.cabPaymentsList {
  margin-top: 47px;
}

.cabStepBlock .headBlock+.cabOutSum {
  margin-top: 37px;
}

.cabStepBlock .headBlock+.cabOutResult {
  margin-top: 30px;
}

.cabStepBlock .headBlock+.cabPlansList {
  margin-top: 64px;
}

.cabStepBlock .headBlock+.cabInResult {
  margin-top: 33px;
}

.cabStepBlock+.cabStepBlock {
  padding-top: 33px;
  padding-bottom: 41px;
  border-top: 2px solid #eff2f2;
}

.cabStepBlock.back {
  padding-bottom: 62px;
  border-bottom: 2px solid #3bab8e;
}

.cabPaymentsList {
  display: flex;
}

.cabPaymentsList .item {
  width: calc(100% / 8);
}

.cabPaymentsList .item+.item {
  border-left: 2px solid #eff2f2;
}

.cabPaymetItem {
  position: relative;
}

.cabPaymetItem input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.cabPaymetItem input:checked~.in {
  background-color: #3bab8e;
}

.cabPaymetItem label {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
  cursor: pointer;
}

.cabPaymetItem .in {
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2d57b;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.cabPaymetItem:hover .in {
  background-color: #3bab8e;
}

.cabOutSum {
  display: flex;
  width: 100%;
}

.cabOutSum .fieldItem {
  width: 398px;
  flex-shrink: 0;
  align-self: center;
}

.cabOutSum .fieldItem+.info {
  margin-left: 45px;
}

.cabOutSum .info {
  display: flex;
  align-items: center;
}

.cabOutSum .info>li {
  width: 440px;
}

.cabOutSum .info>li+li {
  margin-left: 7px;
}

.cabOutSum .info li {
  font-size: 15px;
  line-height: 35px;
  color: #0e1f1e;
  letter-spacing: 0.05em;
}

.cabOutSum .info li span {
  color: #3bab8e;
  font-weight: bold;
}

.cabOutResult {
  font-family: "CeraStencilPRO";
  font-size: 50px;
  line-height: 60px;
  color: white;
  font-weight: bold;
  font-feature-settings: "pnum"on, "lnum"on;
}

.cabOutHistory {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.cabPlansList {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background-color: #0e1f1e;
}

.cabPlanItem {
  position: relative;
}

.cabPlanItem input {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.cabPlanItem input:checked~.in::before {
  opacity: 1;
}

.cabPlanItem input:checked~.in .title .pct {
  color: #3bab8e;
}

.cabPlanItem input:checked~.in .title ul li {
  color: #f2d57b;
}

.cabPlanItem input:checked~.in .info li {
  color: white;
}

.cabPlanItem label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 5;
  cursor: pointer;
}

.cabPlanItem .in {
  position: relative;
  min-height: 180px;
  padding-left: 39px;
  padding-top: 18px;
  padding-right: 20px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f2d57b;
  z-index: 1;
}

.cabPlanItem .in::before {
  content: '';
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url(../img/plan_back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}

.cabPlanItem .title {
  display: flex;
  align-items: center;
}

.cabPlanItem .title .pct {
  font-family: "CeraStencilPRO";
  font-size: 70px;
  line-height: 70px;
  color: #193230;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  font-feature-settings: "pnum"on, "lnum"on;
}

.cabPlanItem .title .pct+ul {
  margin-left: 16px;
}

.cabPlanItem .title ul {
  padding-top: 9px;
  align-self: center;
}

.cabPlanItem .title ul li {
  font-size: 14px;
  line-height: 30px;
  color: #193230;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cabPlanItem .info li {
  font-size: 13px;
  line-height: 20px;
  color: #193230;
  letter-spacing: 0.025em;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.cabPlanItem:hover .in::before {
  opacity: 1;
}

.cabPlanItem:hover .in .title .pct {
  color: #3bab8e;
}

.cabPlanItem:hover .in .title ul li {
  color: #f2d57b;
}

.cabPlanItem:hover .in .info li {
  color: white;
}

.cabInSum {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
}

.cabInSum .col {
  width: 398px;
}

.cabInSum .col+.col {
  margin-left: 55px;
}

.cabInSum .headBlock+.radioList {
  margin-top: 45px;
}

.cabInSum .radioList li+li {
  margin-top: 17px;
}

.cabInSum .tabPanel.hidden {
  display: none;
}

.cabInResult {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}

.cabInResult .title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #3bab8e;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.cabInResult .num {
  display: block;
  margin-top: 14px;
  font-family: "CeraStencilPRO";
  font-size: 50px;
  line-height: 40px;
  color: #f2d57b;
  font-weight: bold;
  text-transform: uppercase;
  font-feature-settings: "pnum"on, "lnum"on;
}

.cabInResult .num span {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.cabInResult li {
  width: 30%;
}

.cabInResult li:first-child .num {
  color: white;
}

.cabPartnersInfo {
  padding-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 56px;
  column-gap: 58px;
}

.cabPartnersInfo .item:first-child {
  grid-column: 1/3;
}

.cabPartnersList .cabinetSubtitle+* {
  margin-top: 51px;
}

.cabTabs .tabContent {
  display: none;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cabTabs .tabContent.active {
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cabTabs {
  position: relative;
  z-index: 1;
}

.cabTabs .tabContentWrapper {
  border: 2px solid #e4e6e6;
  background-color: white;
}

.cabTabs .tabList {
  position: relative;
  display: flex;
  z-index: 1;
}

.cabTabs .tabList li {
  position: relative;
  width: 270px;
  height: 50px;
  font-size: 11px;
  line-height: 11px;
  color: #3bab8e;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  background-color: #eff2f2;
  border-left: 2px solid #e4e6e6;
  border-top: 2px solid #e4e6e6;
  border-right: 2px solid #e4e6e6;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  -o-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  z-index: 1;
}

.cabTabs .tabList li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-align: center;
}

.cabTabs .tabList li::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% + 2px);
  top: 0px;
  left: 0px;
  background-color: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
}

.cabTabs .tabList li+li {
  margin-left: 20px;
}

.cabTabs .tabList li.active,
.cabTabs .tabList li:hover {
  color: #0e1f1e;
  background-color: white;
}

.cabTabs .tabList li.active a,
.cabTabs .tabList li:hover a {
  background-color: inherit;
}

.cabTabs .tabList li.active::before,
.cabTabs .tabList li:hover::before {
  opacity: 1;
}

.cabTabs .partnersTab {
  padding: 39px;
}

.partnersTable .tRow {
  background-color: #eff2f2;
}

.partnersTable .tRow .tCell {
  border-color: #e4e6e6 !important;
}

.partnersTable .tRow .tData {
  display: flex;
  align-items: center;
}

.partnersTable .tRow .tData a {
  font-size: 14px;
  line-height: 14px;
  color: #3bab8e;
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-color: inherit;
  -webkit-transition: text-decoration-color 0.3s;
  -moz-transition: text-decoration-color 0.3s;
  -o-transition: text-decoration-color 0.3s;
  transition: text-decoration-color 0.3s;
}

.partnersTable .tRow .tData a:hover {
  text-decoration-color: transparent;
}

.partnersTable .tRow [class*="icon"] {
  display: block;
  margin-right: 16px;
  font-size: 21px;
  color: #7d8b8a;
}

.partnersTable .tCell {
  padding-left: 19px;
}

.partnersTable .login {
  width: 292px;
  font-size: 11px;
  line-height: 11px;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.partnersTable .date {
  width: 290px;
}

.partnersTable .mail {
  width: 290px;
}

.partnersTable .sum {
  width: 290px;
  font-size: 14px;
  line-height: 14px;
  color: #f2d57b;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.partnersTable .ref {
  font-size: 14px;
  line-height: 14px;
  color: #3bab8e;
  font-weight: bold;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.cabHistorySection {
  padding-top: 12px;
}

.cabHistorySection .cabFilterBlock+.cabHistoryTable {
  margin-top: 89px;
}

.cabFilterBlock {
  position: relative;
  background-color: #eff2f2;
  border-bottom: 2px solid #3bab8e;
}

.cabFilterBlock .formWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
}

.cabFilterBlock .item {
  padding-left: 40px;
  padding-top: 35px;
  padding-right: 40px;
  padding-bottom: 60px;
  background-color: white;
}

.cabFilterBlock [class*="btn"] {
  position: absolute;
  bottom: -27px;
  left: 0px;
  right: 0px;
  min-width: 221px;
}

.cabHistoryTable .cabTable+.pagination {
  margin-top: 62px;
}

.cabHistoryTable .tCell {
  padding: 2px 4px 3px;
}

.cabHistoryTable .type {
  padding-left: 20px;
  width: 222px;
}

.cabHistoryTable .date {
  padding-left: 23px;
  width: 160px;
}

.cabHistoryTable .pay {
  width: 52px;
}

.cabHistoryTable .sum,
.cabHistoryTable .out,
.cabHistoryTable .bath,
.cabHistoryTable .state {
  padding-left: 20px;
  width: 170px;
}

.cabHistoryTable .desc {
  padding-left: 17px;
  padding-right: 17px;
}

.cabSettingsTabs {
  padding-top: 21px;
}

.cabSettingsTabs .tabContentWrapper {
  border-bottom: 2px solid #3bab8e;
}

.cabSettingsTabs .settingsTab {
  position: relative;
  min-height: 720px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cabSettingsTabs .settingsTab [class*="btn"] {
  min-width: 221px;
  position: absolute;
  bottom: -27px;
  left: 0px;
  right: 0px;
}

.cabSettingsForm1 {
  width: 1297px;
  padding-bottom: 65px;
  margin-left: auto;
  margin-right: auto;
}

.cabSettingsForm1 .formWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 40px;
}

.cabSettingsForm2 {
  width: 1297px;
  padding-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.cabSettingsForm2 .title {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #193230;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.cabSettingsForm2 .title+.fieldItem {
  margin-top: 45px;
}

.cabSettingsForm2 .title+.cabAuthBlock {
  margin-top: 47px;
}

.cabSettingsForm2 .formWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 35px;
}

.cabSettingsForm2 .fieldWrap+.fieldWrap {
  margin-top: 40px;
}

.cabSettingsForm2 .fieldItem+.optionsList {
  margin-top: 30px;
}

.cabSettingsForm2 .optionsList li+li {
  margin-top: 28px;
}

.cabSettingsForm2 .optionsList+.fieldItem {
  margin-top: 57px;
}

.cabSettingsForm2 .cabAuthBlock+.fieldItem {
  margin-top: 55px;
}

.cabAuthBlock p {
  font-size: 14px;
  line-height: 14px;
  color: #0e1f1e;
  letter-spacing: 0.05em;
}

.cabAuthBlock p+.key {
  margin-top: 30px;
}

.cabAuthBlock .key {
  display: block;
  font-size: 21px;
  line-height: 21px;
  color: #193230;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.cabAuthBlock .key+.code {
  margin-top: 52px;
}

.cabAuthBlock .code {
  width: 240px;
  height: 238px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 1px solid #eff2f2;
}

.cabSettingsForm3 {
  width: 615px;
  padding-bottom: 45px;
}

.cabSettingsForm3 .fieldItem+.fieldItem {
  margin-top: 38px;
}

.cabPaymentsForm {
  padding-top: 45px;
}

.cabPaymentsForm .formWrap {
  position: relative;
  padding-bottom: 146px;
  border-bottom: 2px solid #3bab8e;
}

.cabPaymentsForm .formWrap .btnFill {
  position: absolute;
  min-width: 221px;
  bottom: -27px;
  left: 0px;
  right: 0px;
}

.cabPaymentsForm .fieldsWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}

.cabPaymentsForm .fieldItem {
  min-height: 148px;
  padding-left: 50px;
  display: flex;
  background-color: white;
}

.cabPaymentsForm .fieldItem .title {
  display: block;
  width: 189px;
  align-self: center;
  font-size: 11px;
  line-height: 11px;
  color: #193230;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.cabPaymentsForm .fieldItem .field {
  width: 345px;
  margin-right: 30px;
  align-self: center;
}

.cabPaymentsForm .fieldItem .icon {
  width: 48px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2d57b;
}

.cabPaymentsForm .fieldItem+.fieldItem {
  margin-top: 2px;
}

.cabBannersInfo {
  padding-top: 27px;
}

.cabBannersInfo+.cabBannersList {
  margin-top: 76px;
}

.cabBannersList .tabList {
  justify-content: space-between;
}

.cabBannersList .bannersTab {
  min-height: 560px;
  padding: 58px 66px 58px 71px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cabBannersList .img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cabBannersList .img+.bannerLink {
  margin-top: 168px;
}

.cabBannersList .bannerLink {
  display: flex;
}

.cabBannersList .bannerLink .field {
  flex-grow: 1;
}

.cabBannersList .bannerLink .button {
  margin-left: 24px;
}

.cabBannersList .bannerLink .btnFill {
  min-width: 221px;
}

.cabDepositsSection {
  padding-top: 48px;
}

.cabDepositsSection .cabDepositsList+.pagination {
  margin-top: 75px;
}

.cabDepositsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  row-gap: 70px;
}

.bodyModal {
  overflow: hidden;
}

.modalsScroll {
  overflow: auto;
  overflow-x: hidden;
  position: fixed;
  z-index: -1;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: none;
}

.modalsScroll.open {
  z-index: 55;
  display: block;
}

.modals {
  height: 100vh;
  width: 100%;
}

.modals.table {
  display: table;
}

.modals>.tCell {
  padding: 60px 30px 30px;
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}

.overlayModal {
  z-index: 1;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0e1f1e87;
  cursor: pointer;
  display: none;
}

.blockMod {
  position: relative;
  z-index: 6;
  display: none;
  margin: 0 auto;
  max-width: 697px;
  background-color: #193230;
  border: 2px solid #0e1f1e;
  -webkit-box-shadow: 11px 11px 77px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 11px 11px 77px rgba(0, 0, 0, 0.55);
  box-shadow: 11px 11px 77px rgba(0, 0, 0, 0.55);
}

.blockMod .titleContainer {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blockMod .titleContainer .title {
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 40px;
  line-height: 40px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.blockMod .titleContainer .title+.subtitle {
  margin-top: 59px;
}

.blockMod .titleContainer .subtitle {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #3bab8e;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
}

.blockMod .close:hover {
  opacity: 0.7;
}

.blockMod .buttonContainer {
  min-height: 165px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modals .in {
  margin: 0 auto;
}

.blockMod .close {
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  left: calc(100% + 17px);
  bottom: calc(100% + 13px);
  background-image: url(../img/close_modal.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.blockMod .close:hover {
  opacity: 0.7;
}

.newDepositModal .titleContainer {
  min-height: 137px;
}

.newDepositModal .buttonContainer {
  min-height: 140px;
}

.newDepositModal [class*="btn"] {
  min-width: 201px;
}

.newDepositModal [class*="btn"]+[class*="btn"] {
  margin-left: 40px;
}

.waitDepositModal .titleContainer {
  min-height: 227px;
}

.waitDepositModal [class*="btn"] {
  min-width: 201px;
}

.depositModal .titleContainer {
  min-height: 177px;
}

.depositModal [class*="btn"] {
  min-width: 241px;
}

.modalData {
  border-bottom: 2px solid #213d3b;
}

.modalData li {
  height: 70px;
  padding-left: 36px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0e1f1e;
  border-top: 2px solid #213d3b;
}

.modalData .param {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 11px;
  color: white;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.modalData .param [class*="icon"] {
  display: block;
  margin-right: 35px;
  font-size: 36px;
  color: #f2d57b;
}

.modalData .data {
  font-size: 11px;
  line-height: 11px;
  color: #6d8280;
  font-weight: bold;
  letter-spacing: 0.25em;
  /* text-transform: uppercase; */
}

.modalData .data.sum {
  font-family: "CeraStencilPRO";
  font-feature-settings: "pnum"on, "lnum"on;
  font-size: 25px;
  line-height: 25px;
  color: #f2d57b;
  font-weight: bold;
  letter-spacing: 0em;
}

.modalData .data.pct {
  font-family: "CeraStencilPRO";
  font-feature-settings: "pnum"on, "lnum"on;
  font-size: 25px;
  line-height: 25px;
  color: #3bab8e;
  font-weight: bold;
  letter-spacing: 0em;
}

.modalData .data.complete {
  color: white;
}

.modalData .data.type {
  color: #f2d57b;
}

.modalData .data.state.wait {
  color: #f2d57b;
}

.modalData .data.state.done {
  color: #3bab8e;
}

.modalData .data.state.error {
  color: #ab3b4b;
}

.cabTarifsPlan {
  display: flex;
  margin: 48px -15px -3px;
  flex-wrap: wrap
}

.cabTarifsPlan .cabTarifsPlanItem {
  position: relative;
  width: calc((100% / 2) - 110px);
  margin: 15px
}

.cabTarifsPlan input {
  display: none
}

.cabTarifsPlan label {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5
}

.cabTarifsPlan input:checked+label+.cabTarifsPlanIn {
  background-color: #f3d67d;
  border-color: #dbbf68
}

.cabTarifsPlan input:checked+label+.cabTarifsPlanIn .text,
.cabTarifsPlan input:checked+label+.cabTarifsPlanIn .textPlan,
.cabTarifsPlan input:checked+label+.cabTarifsPlanIn .name {
  color: #0e1f1e
}

.cabTarifsPlan .cabTarifsPlanIn {
  display: flex;
  background-color: #0e1f1e;
  padding: 25px 0;
  border-bottom: solid 2px #091716;
  min-height: 241px;
  width: 100%
}

.cabTarifsPlan .cabTarifsLeft {
  width: calc(50% - 17px);
  padding: 0 15px 0 44px;
  min-width: 265px
}

.cabTarifsPlan .cabTarifsRight {
  width: 50%;
  border-left: solid 2px #091716;
  padding: 4px 34px 6px
}

.cabTarifsPlan .name {
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 22px
}

.prTxt {
  color: #3bab8e;
  font-size: 22px;
  font-family: "CeraStencilPRO";
  display: block;
  letter-spacing: .05em;
  font-feature-settings: pnumon, lnumon
}

.prTxt+.prTxt {
  margin-top: 11px
}

.prTxt .prVl {
  font-size: 46px;
  line-height: 46px
}

.cabTarifsPlan .text {
  font-size: 15px;
  line-height: 15px;
  color: #f3d67d;
  font-family: "CeraStencilPRO";
  display: block;
  text-transform: uppercase;
  letter-spacing: .128em;
  margin-top: 34px;
  font-feature-settings: pnumon, lnumon;
  white-space: nowrap
}

.textPlan .textPlanInfo {
  color: #3bab8e;
  font-weight: 700
}

.textPlan+.textPlan {
  margin-top: 32px
}

.textPlan {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: -.01em
}

.accMainStat li.moreInfo {
  flex-wrap: wrap;
  height: auto;
  padding-top: 15px
}

.cabPartnersInfo .listDataPartners .data .cur {
  font-size: 14px;
  text-transform: uppercase
}

.cabPartnersInfo .listDataPartners .data {
  width: calc((100% / 3) - 45px);
  margin-bottom: 22px
}

.cabPartnersInfo .listDataPartners {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 21px 10px;
  margin-bottom: -13px
}

.cabProgInfo {
  background-color: #193230;
  display: flex;
  margin-top: 69px;
  padding: 2px 0
}

.cabProgInfo .icBlock {
  background-color: #0e1f1e;
  width: 174px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat
}

.cabProgInfo .tit {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: .25em
}

.cabProgInfo .cabProgInfoLeft {
  width: calc(35% + 8px);
  display: flex
}

.cabProgInfo .cabProgInfoLeft ul {
  padding: 30px 5px 30px 55px
}

.cabProgInfo .cabProgInfoLeft ul li+li {
  margin-top: 27px
}

.cabProgInfo .cabProgInfoLeft ul li+li .name {
  color: #f3d67d
}

.cabProgInfo .cabProgInfoLeft ul li .name {
  font-weight: 700;
  letter-spacing: 0;
  color: #3bab8e;
  font-size: 24px;
  display: block;
  margin-top: 6px
}

.cabProgInfo .cabProgInfoLeft .icBlock {
  background-image: url(../img/ic_prog1.png)
}

.cabProgInfo .cabProgInfoCenter {
  background-color: #3bab8e;
  width: calc(30% - 30px)
}

.cabProgInfo .cabProgInfoRight {
  width: calc(35% + 8px);
  display: flex
}

.cabProgInfo .cabProgInfoRight .text {
  width: calc(100% - 174px);
  padding: 30px 7px 30px 45px
}

.cabProgInfo .cabProgInfoRight .text .txt {
  color: #f3d67d;
  font-size: 16px;
  display: block;
  margin-top: 15px;
  line-height: 19px
}

.cabProgInfo .cabProgInfoRight .icBlock {
  background-image: url(../img/ic_prog2.png)
}

.progBlock {
  padding: 37px 25px 37px 20px
}

.progBlock .progLineWrap+.progLineWrap {
  margin-top: 26px
}

.progBlock .title {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: .25em
}

.progBlock .progLine {
  display: flex;
  margin-top: 11px;
  align-items: center;
  justify-content: space-between
}

.progBlock .progLine .line {
  width: calc(100% - 72px);
  background-color: #0e1f1e;
  height: 4px;
  position: relative
}

.progBlock .progLine .lineVal {
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  background-color: #f2d57b
}

.progBlock .progLine .pr {
  text-transform: uppercase;
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  width: 65px
}

.listPlanNew {
  display: flex;
  margin: 75px -15px 0
}

.listPlanNew .item {
  position: relative;
  width: 360px;
  margin: 0 15px
}

.listPlanNew .item input {
  display: none
}

.listPlanNew .item input:checked+label+.planIn .text::before,
.listPlanNew .item input:checked+label+.planIn .name::before {
  background-color: #3bab8e
}

.listPlanNew .item input:checked+label+.planIn .prTxt {
  color: #f2d57b
}

.listPlanNew .item input:checked+label+.planIn .name,
.listPlanNew .item input:checked+label+.planIn .textPlan,
.listPlanNew .item input:checked+label+.planIn .text {
  color: #fff
}

.listPlanNew .item input:checked+label+.planIn .link {
  opacity: 1
}

.listPlanNew .item input:checked+label+.planIn {
  background: transparent;
  background-color: rgba(14, 31, 30, .85);
  border-color: #3bab8e
}

.listPlanNew .item .planIn {
  background-color: #f2d67c;
  background-image: url(../img/backplans.png);
  background-position: center;
  padding: 23px 22px 27px;
  border: solid 2px transparent;
  min-height: 466px;
  border-bottom: solid 2px #dbbf68;
  pointer-events: none;
  position: relative
}

.listPlanNew .item label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer
}

.listPlanNew .item:hover .link {
  opacity: 1
}

.listPlanNew .item .link {
  opacity: 0;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  background-color: #3bab8e;
  font-weight: 700;
  letter-spacing: .1em;
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 2;
  padding: 17px 21px 17px 38px;
  border-radius: 30% 0 0 0 / 100% 0 0 0;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 9;
}

.listPlanNew .item .prTxt {
  text-align: center;
  width: 100%
}

.listPlanNew .text::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 2px;
  background-color: #193230;
  width: 72px;
  margin-left: -36px
}

.listPlanNew .textPlan {
  color: #193230
}

.listPlanNew .textPlan+.textPlan {
  margin-top: 29px
}

.listPlanNew .text {
  position: relative;
  font-size: 15px;
  line-height: 15px;
  color: #193230;
  font-family: "CeraStencilPRO";
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .128em;
  margin-top: 25px;
  font-feature-settings: pnumon, lnumon;
  white-space: nowrap;
  padding-bottom: 28px;
  margin-bottom: 24px
}

.listPlanNew .item .picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: -1;
  background-image: url(../img/backplanactive.jpg)
}

.listPlanNew .name::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  height: 2px;
  background-color: #193230;
  width: 72px;
  margin-left: -36px
}

.listPlanNew .name {
  position: relative;
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 28px;
  line-height: 25px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 35px;
  text-align: center
}

.listPlanNew .item .planIn.soon {
  padding: 16px 0
}

.listPlanNew .soonTitle {
  position: relative;
  display: block;
  font-family: "CeraStencilPRO";
  font-size: 26px;
  line-height: 33px;
  color: #193230;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  min-height: 66px
}

.listPlanNew .soonText {
  width: .7em;
  width: 1ch;
  color: #fff;
  font-weight: 700;
  font-family: "CeraStencilPRO";
  font-size: 92px;
  text-align: center;
  word-wrap: break-word;
  line-height: 67px;
  text-transform: uppercase;
  margin: 0 auto;
  font-feature-settings: pnumon, lnumon;
  position: relative;
  margin-top: 14px;
  pointer-events: none
}

.listCurrencs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: auto
}

.listCurrencs .itemCurrencs {
  position: relative;
  min-width: 135px;
  padding: 5px 0 5px 43px
}

.listCurrencs .icon {
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px
}

.listCurrencs .tit {
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  white-space: nowrap
}

.listCurrencs .val {
  font-family: "CeraStencilPRO";
  font-size: 17px;
  line-height: 25px;
  color: #f2d57b;
  font-weight: 700;
  font-feature-settings: pnumon, lnumon
}

.listCurrencs .val .cur {
  font-size: 12px
}

.cabInfo .user {
  position: absolute;
  right: 0;
  bottom: 100%;
  background-color: #0e1f1e;
  padding: 23px 65px 23px 62px
}

.calcDeposits {
  background-color: #193230;
  padding: 88px 0 133px
}

.calcDeposits .desrCap+* {
  margin-top: 80px
}

.calcDeposits .txt {
  color: #fff;
  display: block;
  letter-spacing: .04em
}

.calDepList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  margin-top: 38px
}

.calDepList .item {
  border: solid 2px #3bab8e;
  padding: 23px 5px 35px;
  text-align: center;
  background-color: #0e1f1e;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 15px 0
}

.calDepList .item .lvl {
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .25em
}

.calDepList .item .pr {
  color: #3bab8e;
  font-size: 45px;
  display: block;
  text-align: center;
  margin-top: 0;
  font-family: "CeraStencilPRO";
  display: block;
  font-feature-settings: pnumon, lnumon
}

.calDepList .item:last-child::before {
  display: none
}

.calDepList .col {
  margin: -15px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column
}

.calDepList .col:nth-child(2n) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse
}

.calDepList .col:nth-child(3) .item:last-child::before,
.calDepList .col:nth-child(1) .item:last-child::before {
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 13px
}

.calDepList .col:nth-child(4) .item:last-child::after,
.calDepList .col:nth-child(2) .item:last-child::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  background-image: url(../img/str.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 32px;
  margin-left: -5px;
  z-index: -1;
  background-position: center
}

.calDepList .col:nth-child(4) .item:last-child::before,
.calDepList .col:nth-child(2) .item:last-child::before {
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 13px
}

.calDepList .col:nth-child(4) .item:first-child::before,
.calDepList .col:nth-child(2) .item:first-child::before {
  display: none
}

.calDepList .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  background-image: url(../img/str.png);
  background-repeat: no-repeat;
  width: 10px;
  height: 32px;
  margin-left: -5px;
  z-index: -1;
  background-position: center
}

.partnerProgram {
  background-color: #f2d57b;
  padding: 72px 0;
  position: relative
}

.partnerProgram:after {
  content: "";
  position: absolute;
  left: 0;
  width: 223px;
  height: 154px;
  top: -154px;
  background-color: #f2d57b
}

.partnerProgram .table {
  border: solid 2px #0e1f1e;
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 62px
}

.partnerProgram .table .tbody,
.partnerProgram .table .thead {
  display: table-row-group
}

.partnerProgram .table .tr {
  display: table-row
}

.partnerProgram .table .td:first-child {
  width: 18%;
  background-color: #dcc473;
  padding-left: 27px
}

.partnerProgram .table .th {
  display: table-cell;
  vertical-align: middle;
  vertical-align: middle;
  border: 2px solid #0e1f1e;
  padding: 10px 20px 10px 10px;
  background-color: #193230;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px
}

.partnerProgram .table .td {
  color: #0e1f1e;
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
  border: 2px solid #0e1f1e;
  border-top-color: #747248;
  padding: 7px 5px 8px 10px;
  line-height: 17px;
  font-weight: 400
}

.partnerProgram .td .tit {
  color: #807a4c;
  font-size: 13px;
  display: block;
  font-weight: 700;
  text-transform: uppercase
}

.partnerProgram .td .name {
  color: #193230;
  font-size: 17px;
  display: block;
  text-transform: uppercase;
  font-weight: 700
}

.textBlockWrapper {
  padding: 81px 0 145px
}

.textBlock {
  color: #193230;
  font-size: 16px;
  position: relative;
  line-height: 30px
}

.textBlock+.textBlock {
  margin-top: 103px
}

.textBlock.picLeft {
  display: flex;
  justify-content: flex-end
}

.textBlock.picRight .picture {
  width: 1065px;
  height: 380px;
  position: absolute;
  left: calc(50% - 102px);
  top: 20px
}

.textBlock.picLeft .picture {
  width: 795px;
  height: 475px;
  position: absolute;
  right: calc(50% + 162px);
  top: 18px
}

.textBlock .title {
  margin-bottom: 46px
}

.textBlock.picLeft .text {
  width: 56%
}

.textBlock.picRight .text {
  width: 36%
}

.textBlock p+p {
  margin-top: 13px
}

.textBlock .picture {
  background-position: center;
  background-repeat: no-repeat
}

.textBlock ul li {
  position: relative
}

.textBlock ul li+li {
  margin-top: 21px
}

.textBlock ul li::before {
  content: "";
  position: absolute;
  right: calc(100% + 12px);
  top: 9px;
  background-image: url(../img/arrow_step2.png);
  width: 155px;
  height: 53px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1
}

.tableWrapper {
  overflow: auto;
  width: 100%
}

@media (max-width: 1900px) and (min-width: 1700px) {
  .cabTopline .cabLogo+.cabToplineWrapper {
    margin-left: 58px
  }

  .cabTopline .langList+.socList {
    margin-left: 55px
  }

  .cabTopline .socList+.clockBlock {
    margin-left: 65px
  }
}

@media (max-width: 1699px) {
  .cabinetHeader {
    position: relative;
  }

  .cabinetHeader>.leftSide {
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%
  }

  .cabinetHeader>.rightSide {
    position: absolute;
    top: 100%;
    right: 0px;
    width: calc(100% - 257px);
    height: 122px;
  }

  .cabTopline {
    padding-left: 20px;
  }

  .cabTopline .cabLogo+.cabToplineWrapper {
    margin-left: 118px;
  }

  .cabInfo .inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cabInfoItem {
    width: 20%;
  }

  .cabBalance {
    position: relative;
    padding-left: 99px;
    padding-top: 0px;
    align-items: flex-start;
  }

  .cabBalance [class*="icon"] {
    position: absolute;
    left: 28px;
    top: 40px;
  }

  .cabBalance [class*="icon"]+.title {
    margin-top: 0px;
  }

  .cabOperation {
    padding-top: 17px;
    padding-bottom: 8px;
  }

  .cabinetContent>.rightSide {
    padding-top: 160px;
  }

  .accInfoBlock {
    gap: 30px;
  }

  .accRefLink {
    width: 100%;
    padding-left: 33px;
    padding-right: 15px;
  }

  .accRefStat {
    width: 100%;
    padding-left: 33px;
    padding-right: 15px;
  }

  .accOperations .wrapper {
    gap: 30px;
  }

  .lastOperations .type {
    width: auto;
  }

  .lastOperations .date {
    width: auto;
  }

  .lastOperations .sum {
    width: auto;
  }

  .statTimer {
    padding-left: 35px;
  }

  .statTimer .content {
    margin-left: 30px;
  }

  .accDeposits .wrapper {
    gap: 30px;
  }

  .cabinetContent>.leftSide {
    width: 257px;
  }

  .cabinetContent>.rightSide {
    width: calc(100% - 257px);
  }

  .accRefStat {
    padding-top: 37px;
  }

  .accRefStat li {
    width: 172px;
  }

  .accMainStat li {
    padding-right: 24px;
  }

  .depItem .depData {
    width: 46.5%;
  }

  .depItem .depInfo {
    flex-grow: 1;
  }

  .depItem .desc {
    padding-bottom: 23px;
    padding-left: 23px;
    padding-right: 23px;
  }

  .depItem .progress {
    padding-right: 30px;
  }

  .depItem .progress .title+.line {
    margin-top: 13px;
  }

  .depItem .details li {
    padding-left: 11px;
    padding-right: 10px;
  }

  .depItem .depTimer {
    padding-left: 10px;
  }

  .depItem .depTimer .content {
    padding-bottom: 3px;
  }

  .depItem .depTimer .title {
    letter-spacing: 0.2em;
  }

  .cabCopyright {
    padding: 30px 28px 35px;
  }

  .cabDepositsSection {
    padding-top: 0px;
  }

  .cabDepositsList {
    gap: 30px;
  }

  .cabStepsSection {
    padding-top: 0px;
  }

  .cabStepBlock {
    padding: 20px 30px 30px !important;
  }

  .cabStepBlock.back {
    padding-bottom: 40px !important;
  }

  .cabOutSum {
    display: block;
  }

  .cabOutSum .fieldItem {
    max-width: 398px;
    width: 100%;
  }

  .cabOutSum .fieldItem+.info {
    margin-left: 0px;
    margin-top: 15px;
  }

  .cabSettingsTabs {
    padding-top: 0px;
  }

  .cabHistorySection {
    padding-top: 0px;
  }

  .cabHistoryTable .tCell {
    width: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .cabHistoryTable .desc {
    width: 280px !important;
  }

  .cabPartnersInfo {
    padding-top: 0px;
    gap: 30px;
  }

  .partnersTable .login,
  .partnersTable .date,
  .partnersTable .email,
  .partnersTable .sum,
  .partnersTable .ref {
    width: auto;
  }

  .cabTabs .partnersTab {
    padding: 15px;
  }

  .cabPaymentsForm {
    padding-top: 0px;
  }

  .cabPaymentsForm .fieldsWrap {
    gap: 30px;
  }

  .cabPaymentsForm .fieldItem {
    padding-left: 30px;
  }

  .cabPaymentsForm .fieldItem .title {
    width: auto;
  }

  .cabPaymentsForm .fieldItem .field {
    margin-left: auto;
    width: 320px;
  }

  .cabPaymentsForm .fieldItem .icon {
    margin-left: 0px;
  }

  .cabStepsSection {
    padding-top: 0px;
  }

  .cabBannersInfo {
    padding-top: 0px;
  }

  .cabPartnersInfo .listDataPartners .data {
    width: calc((100% / 3) - 25px)
  }

  .cabProgInfo .cabProgInfoLeft ul {
    padding-left: 15px
  }

  .cabInfo .user {
    padding: 23px 5px 23px 20px
  }
}

@media (max-width: 1499px) {
  .cabinetContentWrapper {
    max-width: 900px;
  }

  .cabBalanceList {
    display: block;
  }

  .cabBalanceList .balanceItem {
    width: auto;
  }

  .cabBalanceList .balanceItem ul li {
    padding-left: 16px;
  }

  .cabBalanceList.owl-carousel .owl-item img {
    width: auto;
  }

  .cabBalanceList.owl-carousel .owl-item+.owl-item .balanceItem {
    border-left: 2px solid #eff2f2;
  }

  .cabBalanceList.owl-carousel .owl-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    margin-right: -5px;
    z-index: 1;
  }

  .cabBalanceList.owl-carousel .owl-nav::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    background-color: #f2d57b;
    z-index: -1;
  }

  .cabBalanceList.owl-carousel .owl-next,
  .cabBalanceList.owl-carousel .owl-prev {
    display: block;
    width: 49px;
    height: 49px;
    background-color: #f2d57b !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }

  .cabBalanceList.owl-carousel .owl-next [class*="icon"],
  .cabBalanceList.owl-carousel .owl-prev [class*="icon"] {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 49px;
    color: #0e1f1e;
    text-align: center;
  }

  .accInfoBlock {
    display: block;
  }

  .accInfoBlock .item+.item {
    margin-top: 30px;
  }

  .accOperations .wrapper {
    display: block;
  }

  .accOperations .item+.item {
    margin-top: 30px;
  }

  .accDeposits .wrapper {
    display: block;
  }

  .accDeposits .item+.item {
    margin-top: 30px;
  }

  .cabDepositsSection .cabDepositsList+.pagination {
    margin-top: 60px;
  }

  .cabDepositsList {
    display: block;
  }

  .cabDepositsList .item+.item {
    margin-top: 30px;
  }

  .cabPaymentsList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background-color: #eff2f2;
  }

  .cabPaymentsList .item {
    width: 100%;
  }

  .cabPaymentsList .item+.item {
    border-left: none;
  }

  .cabOutSum .info {
    display: block;
  }

  .cabOutSum .info>li {
    width: auto;
  }

  .cabOutSum .info>li+li {
    margin-left: 0px;
  }

  .cabOutSum .info li {
    line-height: 21px;
  }

  .cabOutSum .info li+li {
    margin-top: 10px;
  }

  .cabOutHistory {
    display: block;
  }

  .cabOutHistory .item+.item {
    margin-top: 2px;
  }

  .lastOperations .type,
  .lastOperations .date,
  .lastOperations .sum {
    width: 200px;
  }

  .cabSettingsTabs .tabList {
    justify-content: space-between;
  }

  .cabSettingsTabs .tabList li+li {
    margin-left: 0px;
  }

  .cabSettingsTabs .settingsTab {
    min-height: auto;
  }

  .cabSettingsForm1 {
    padding-bottom: 30px;
  }

  .cabSettingsForm1 .formWrap {
    display: block;
  }

  .cabSettingsForm1 .fieldItem+.fieldItem {
    margin-top: 30px;
  }

  .cabSettingsForm2 {
    padding-bottom: 30px;
  }

  .cabSettingsForm2 .formWrap {
    display: block;
  }

  .cabSettingsForm2 .item+.item {
    margin-top: 30px;
  }

  .cabSettingsForm2 .fieldItem+.optionsList {
    margin-top: 15px;
  }

  .cabSettingsForm2 .fieldWrap+.fieldWrap {
    margin-top: 30px;
  }

  .cabSettingsForm2 .title+.fieldItem,
  .cabSettingsForm2 .title+.cabAuthBlock {
    margin-top: 20px;
  }

  .cabSettingsForm2 .optionsList li+li {
    margin-top: 15px;
  }

  .cabSettingsForm2 .optionsList+.fieldItem {
    margin-top: 30px;
  }

  .cabSettingsForm2 .cabAuthBlock+.fieldItem {
    margin-top: 30px;
  }

  .cabAuthBlock p+.key {
    margin-top: 15px;
  }

  .cabAuthBlock .key+.code {
    margin-top: 25px;
  }

  .cabSettingsForm3 {
    padding-bottom: 30px;
  }

  .cabSettingsForm3 .fieldItem+.fieldItem {
    margin-top: 30px;
  }

  .cabHistorySection .cabFilterBlock+.cabHistoryTable {
    margin-top: 60px;
  }

  .cabFilterBlock .formWrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .cabFilterBlock .item {
    padding: 30px;
  }

  .cabFilterBlock .item:nth-child(3),
  .cabFilterBlock .item:nth-child(4) {
    padding-bottom: 50px;
  }

  .cabHistoryTable .cabTable {
    display: block;
    background-color: transparent;
  }

  .cabHistoryTable .cabTable .tHead {
    display: none;
  }

  .cabHistoryTable .cabTable .tBody {
    display: block;
  }

  .cabHistoryTable .cabTable .tRow {
    display: table;
    width: 100%;
    height: auto;
  }

  .cabHistoryTable .cabTable .tRow+.tRow {
    margin-top: 15px;
  }

  .cabHistoryTable .cabTable .tCell {
    display: table-row !important;
    height: 50px;
  }

  .cabHistoryTable .cabTable .tCell+.tCell:not(.pay) .tData {
    border-top: 2px solid #eff2f2;
  }

  .cabHistoryTable .cabTable .tCell.pay+.tCell .tData {
    border-top: none;
  }

  .cabHistoryTable .cabTable .tCell:not(.pay) .tData {
    background-color: white;
  }

  .cabHistoryTable .cabTable .tLabel,
  .cabHistoryTable .cabTable .tData {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }

  .cabHistoryTable .cabTable .tLabel {
    width: 180px;
    font-size: 11px;
    line-height: 11px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    background-color: #193230;
  }
  .header-with-telegram{
    flex-direction: column;
  }

  .mobile-telegram{
    display: block !important;
  }

  .desktop-telegram{
    display: none;
  }
}

@media (max-width: 1499px) and (max-width: 479px) {
  .cabHistoryTable .cabTable .tLabel {
    width: 130px;
  }
}

@media (max-width: 1499px) {
  .cabHistoryTable .cabTable+.pagination {
    margin-top: 60px;
  }

  .cabPartnersInfo {
    display: block;
    gap: 0px;
  }

  .cabPartnersInfo .item+.item {
    margin-top: 30px;
  }

  .cabPartnersInfo .item:last-child {
    margin-top: 0px;
    padding-top: 2px;
    background-color: #193230;
  }

  .cabTabs .tabList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
    justify-content: unset;
  }

  .cabTabs .tabList .tab {
    width: 100%;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-bottom: 2px solid #e4e6e6;
  }

  .cabTabs .tabList .tab::before {
    display: none;
  }

  .cabTabs .tabList .tab.active {
    background-color: white;
  }

  .cabTabs .tabList .tab+.tab {
    margin-left: 0px;
  }

  .cabPartnersList .cabinetSubtitle+* {
    margin-top: 30px;
  }

  .partnersTable {
    display: block;
    background-color: transparent;
  }

  .cabTarifsPlan .cabTarifsPlanItem {
    width: 100%;
    margin: 15px 0
  }
}

@media (max-width: 1499px) and (max-width: 639px) {
  .partnersTable .login {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 1499px) {
  .partnersTable .tHead {
    display: none;
  }

  .partnersTable .tBody {
    display: block;
  }

  .partnersTable .tRow {
    display: block;
    width: 100%;
    height: auto;
  }

  .partnersTable .tRow+.tRow {
    margin-top: 15px;
  }

  .partnersTable .tRow+.tRow .tCell {
    border-top: none;
  }
}

@media (max-width: 1499px) and (max-width: 479px) {
  .partnersTable .tRow [class*="icon"] {
    display: none;
  }
}

@media (max-width: 1499px) {
  .partnersTable .tCell {
    display: flex !important;
    height: 50px;
    padding-left: 0px !important;
    background-color: #193230;
  }

  .partnersTable .tCell+.tCell {
    border-left: none !important;
    border-top: none !important;
  }

  .partnersTable .tCell+.tCell .tData {
    border-top: 2px solid #e4e6e6;
  }

  .partnersTable .tCell:not(.pay) .tData {
    background-color: #eff2f2;
  }

  .partnersTable .tLabel,
  .partnersTable .tData {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    text-align: left;
  }

  .partnersTable .tLabel {
    display: block;
    width: 180px;
    align-self: center;
    flex-shrink: 0;
    font-size: 11px;
    line-height: 11px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    background-color: transparent;
  }
}

@media (max-width: 1499px) and (max-width: 479px) {
  .partnersTable .tLabel {
    width: 130px;
  }
}

@media (max-width: 1499px) {
  .partnersTable .tData {
    width: calc(100% - 180px);
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 1499px) and (max-width: 479px) {
  .partnersTable .tData {
    padding-left: 10px;
    width: calc(100% - 130px);
  }
}

@media (max-width: 1499px) {
  .partnersTable .tData a {
    display: inline-block;
    max-width: 100%;
    line-height: 18px !important;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cabPaymentsForm .formWrap {
    padding-bottom: 60px;
  }

  .cabPaymentsForm .fieldsWrap {
    display: block;
  }

  .cabPaymentsForm .item+.item {
    margin-top: 2px;
  }

  .cabPaymentsForm .fieldItem .field {
    width: 345px;
  }

  .cabPlansList {
    margin-bottom: 0px;
    grid-template-columns: repeat(2, 1fr);
  }

  .cabPlanItem {
    height: 100%;
  }

  .cabPlanItem .in {
    height: 100%;
  }

  .cabPlanItem .title {
    display: block;
  }

  .cabPlanItem .title .pct+ul {
    margin-left: 0px;
  }

  .cabPlanItem .title+.info {
    margin-top: 10px;
  }

  .cabInSum {
    display: block;
    padding-bottom: 0px;
  }

  .cabInSum .col {
    max-width: 398px;
    width: 100%;
  }

  .cabInSum .col+.col {
    margin-left: 0px;
    margin-top: 25px;
  }

  .cabInResult {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 0px;
  }

  .cabInResult li {
    width: 50%;
    padding-bottom: 20px;
  }

  .cabBannersList .bannersTab {
    padding: 30px;
    min-height: auto;
  }

  .cabBannersList .img+.bannerLink {
    margin-top: 60px;
  }

  .cabTarifsPlan .cabTarifsLeft {
    min-width: 265px
  }

  .cabProgInfo {
    flex-wrap: wrap
  }

  .cabProgInfo .cabProgInfoLeft {
    width: 100%
  }

  .cabProgInfo .cabProgInfoLeft ul {
    padding: 30px
  }

  .cabProgInfo .cabProgInfoCenter {
    width: 100%
  }

  .cabProgInfo .cabProgInfoRight {
    width: 100%
  }

  .cabProgInfo .cabProgInfoRight .text {
    padding: 30px
  }

  .cabInfo .user {
    padding: 0;
    position: relative;
    order: 0;
    width: 300px
  }

  .listCurrencs {
    overflow: auto;
    width: calc(100% - 300px);
    flex-wrap: wrap
  }

  .listCurrencs .itemCurrencs {
    padding: 5px 0 5px 45px;
    width: calc(100% / 4)
  }

  .listCurrencs .itemCurrencs+.itemCurrencs {
    margin-left: 0
  }

  .listCurrencs .itemCurrencs .val {
    white-space: nowrap
  }

  .partnerProgram:after {
    display: none
  }
}

@media (max-width: 1199px) {
  .cabTopline {
    padding-left: 10px;
  }

  .cabInfo .inner {
    padding-left: 10px;
    padding-right: 10px;
    justify-content: flex-start;
  }

  .cabInfo .cabInfoItem {
    padding: 23px 19px;
    background: transparent
  }

  .cabInfo .cabInfoItem+.cabInfoItem {
    margin-left: 44px;
  }

  .cabinetContent>.rightSide {
    padding-bottom: 50px;
  }

  .cabMenu li {
    padding-left: 11px;
    padding-top: 14px;
    justify-content: flex-start;
  }

  .cabMenu li .title {
    margin-top: 31px;
  }

  .cabinetContentWrapper .cabinetTitle+.cabinetContentContainer {
    margin-top: 25px;
  }

  .cabinetContentWrapper {
    max-width: 668px;
  }

  .cabinetContentWrapper *+.accInfoBlock,
  .cabinetContentWrapper *+.accOperations,
  .cabinetContentWrapper *+.accDeposits,
  .cabinetContentWrapper *+.cabPartnersList {
    margin-top: 33px;
  }

  .cabinetContentWrapper *+.cabOutHistory {
    margin-top: 60px;
  }

  .cabinetTitle {
    font-size: 30px;
    line-height: 40px;
  }

  .accInfoBlock .item+.item {
    margin-top: 12px;
  }

  .accOperations .item+.item {
    margin-top: 25px;
  }

  .lastOperations .type {
    width: 190px;
  }

  .lastOperations .date {
    width: 230px;
  }

  .statTimer {
    padding-left: 29px;
  }

  .statTimer .content {
    margin-left: 51px;
  }

  .accDeposits .wrapper+.pagination {
    margin-top: 50px;
  }

  .accDeposits .item+.item {
    margin-top: 32px;
  }

  .depItem .desc {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cabDepositsSection .cabDepositsList+.pagination {
    margin-top: 50px;
  }

  .cabDepositsList {
    display: block;
  }

  .cabDepositsList .item+.item {
    margin-top: 32px;
  }

  .cabPartnersInfo .item+.item {
    margin-top: 12px;
  }

  .cabPartnersInfo .item+.item:last-child {
    margin-top: 0px;
  }

  .accRefLink.lg .title {
    font-size: 11px;
    line-height: 17px;
  }

  .cabBannersInfo+.cabBannersList {
    margin-top: 40px;
  }

  .listPlanNew {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0
  }

  .listPlanNew .item {
    margin-bottom: 15px
  }

  .textBlock.picRight .picture {
    left: calc(50% - 5px)
  }

  .textBlock.picRight .text {
    width: 45%
  }

  .listCurrencs {
    flex-wrap: nowrap;
    padding-right: 25px
  }

  .listCurrencs .itemCurrencs {
    width: auto
  }

  .listCurrencs .itemCurrencs+.itemCurrencs {
    margin-left: 45px
  }
}

@media (min-width: 1024px) {
  .cabMobileMenuBlock {
    display: block !important;
  }

  .cabInfo {
    height: auto !important;
  }
}

@media (max-width: 1023px) {
  .cabinetHeader {
    display: block;
  }

  .cabinetHeader>.leftSide {
    width: 100%;
  }

  .cabinetHeader>.rightSide {
    position: static;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }

  .cabTopline {
    min-height: 96px;
    padding-left: 12px;
    padding-right: 15px;
    padding-bottom: 10px;
    justify-content: space-between;
  }

  .openCabMenu {
    display: block;
  }

  .cabMenu {
    display: none;
  }

  .cabInfo {
    height: 81px;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
  }

  .cabInfo .inner {
    display: block;
    padding-top: 0;
    padding-bottom: 0
  }

  .cabInfo .cabInfoItem+.cabInfoItem {
    margin-left: 57px;
    margin-top: 25px;
  }

  .cabInfo .openCabInfo {
    display: block;
    position: absolute;
    padding: 10px;
    top: 19px;
    right: 18px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f2d57b;
    opacity: 1;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    cursor: pointer;
  }

  /*.cabInfo .openCabInfo.active {*/
  /*  -moz-transform: scale(-1, -1);*/
  /*  -ms-transform: scale(-1, -1);*/
  /*  -webkit-transform: scale(-1, -1);*/
  /*  -o-transform: scale(-1, -1);*/
  /*  transform: scale(-1, -1);*/
  /*}*/

  .cabInfo .openCabInfo:hover {
    opacity: 0.7;
  }

  .cabBalance {
    width: 100%;
    height: 184px;
    padding-left: 0px;
    padding-bottom: 13px;
    align-items: center;
    background-color: #193230;
  }

  .cabBalance [class*="icon"] {
    position: static;
  }

  .cabBalance [class*="icon"]+.title {
    margin-top: 14px;
  }

  .cabOperation {
    width: 33.3%;
    height: 141px;
    padding-top: 37px;
    padding-bottom: 29px;
  }

  .cabOperation .title {
    padding: 0px;
    max-width: 150px;
  }

  .cabinetContent {
    flex-direction: column-reverse;
  }

  .cabinetContent>.leftSide {
    width: 100%;
  }

  .cabinetContent>.rightSide {
    width: 100%;
    padding-top: 28px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 52px;
  }

  .cabMobileMenuBlock {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    margin: 0px !important;
    width: 100%;
    height: 100vh;
    background-color: #0e1f1e;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 5;
  }

  .cabMobileMenuBlock .cabLogo {
    display: block;
    position: absolute;
    top: 13px;
    left: 12px;
  }

  .cabMobileMenuBlock .inner {
    display: block;
    padding-bottom: 30px;
  }

  .closeBurger {
    display: block;
  }

  .cabMobileMenu {
    display: block;
    padding-left: 14px;
    padding-top: 114px;
    padding-bottom: 43px;
    background-color: #193230;
  }

  .cabMobileMenu li a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: white;
    font-weight: bold;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 2px;
    text-decoration-color: transparent;
    -webkit-transition: color 0.3s, text-decoration-color 0.3s;
    -moz-transition: color 0.3s, text-decoration-color 0.3s;
    -o-transition: color 0.3s, text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s;
  }

  .cabMobileMenu li a:hover {
    color: #3bab8e;
    text-decoration-color: inherit;
  }

  .cabMobileMenu li.active a {
    color: #3bab8e;
    text-decoration-color: inherit;
  }

  .cabMobileMenu li+li {
    margin-top: 40px;
  }

  .cabTopline .langList {
    margin-left: 10px;
    margin-top: 28px;
  }

  .cabTopline .langList+.socList {
    margin-left: 10px;
    margin-top: 27px;
  }

  .cabTopline .socList+.clockBlock {
    margin-left: 10px;
    margin-top: 20px;
  }

  .cabinetHeader .langList li.active,
  .cabinetHeader .langList li:hover {
    background-color: #0e3330;
  }

  .cabinetHeader .socList li {
    background-color: #0e3330;
  }

  .cabBalanceList .balanceItem ul li {
    padding-left: 20px;
  }

  .lastOperations .date {
    width: 200px;
  }

  .depItem .depData {
    width: 50%;
  }

  .depItem .progress {
    padding-right: 20px;
  }

  .depItem .details .data {
    font-size: 25px;
  }

  .cabCopyright {
    padding: 20px 28px 23px;
    text-align: center;
  }

  .cabStepsSection.inSection .cabStepBlock:last-child {
    margin-bottom: 0px;
  }

  .cabPlanItem .in {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .modals>.tCell {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .blockMod .close {
    left: auto;
    right: 0
  }

  .listPlanNew {
    max-width: 600px
  }

  .listCurrencs {
    width: calc(100% + 20px);
    padding-left: 30px;
    left: -10px;
    position: relative;
    padding-bottom: 15px;
    padding-right: 45px
  }

  .calcDeposits {
    padding: 50px 0
  }

  .calDepList .col {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    margin: 0
  }

  .calDepList {
    grid-template-columns: 1fr;
    grid-gap: 10px
  }

  .calDepList .col .item::before {
    display: none !important
  }

  .calDepList .col .item::after {
    display: none !important
  }

  .calDepList .item {
    width: calc((100% / 4) - 10px);
    margin: 0;
    padding: 15px 0
  }

  .calDepList .item .lvl {
    font-size: 14px
  }

  .calDepList .item .pr {
    font-size: 38px
  }

  .partnerProgram .table {
    width: 100%
  }

  .textBlock.picRight .picture {
    left: calc(50% + 115px)
  }

  .textBlock.picRight .text {
    width: 60%
  }

  .tableWrapper .in {
    display: table;
    padding: 0 10px;
    width: 1000px
  }

  .tableWrapper {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    width: auto
  }

  .cabTarifsPlan {
    margin: 15px -15px -3px;
    padding: 0 10px
  }
  
  .merchandising-content{
	  justify-content: center !important;
  }
  .merchandising-item {
	  max-width: 90% !important;
  }
}

@media (max-width: 639px) {
  .cabTopline {
    padding-right: 20px;
  }

  .cabToplineWrapper .closeBurger {
    right: 21px;
  }

  .cabInfo .openCabInfo {
    right: 25px;
  }

  .cabinetContent>.rightSide {
    padding-bottom: 54px;
  }

  .cabinetContentWrapper *+.accOperations {
    margin-top: 40px;
  }

  .cabinetContentWrapper *+.accDeposits {
    margin-top: 50px;
  }

  .cabinetContentWrapper *+.cabPartnersList {
    margin-top: 40px;
  }

  .cabBalanceList.owl-carousel .owl-nav {
    margin-right: 0px;
    padding-right: 2px;
  }

  .cabinetSubtitle {
    line-height: 24px;
  }

  .cabinetSubtitle::before {
    top: 11px;
  }

  .accInfoBlock .item+.item {
    margin-top: 9px;
  }

  .accInfoItem {
    display: block;
    height: auto;
  }

  .accInfoItem .icon {
    width: 100%;
    height: 173px;
    justify-content: flex-start;
    padding-left: 32px;
  }

  .accInfoItem .content {
    width: 100%;
  }

  .accRefLink {
    padding-left: 22px;
    padding-top: 24px;
    padding-right: 15px;
    padding-bottom: 38px;
  }

  .accRefLink .refLink {
    margin-top: 11px;
  }

  .accRefLink .refLink a {
    line-height: 24px;
    white-space: normal;
    word-break: break-all;
  }

  .accRefStat {
    padding-top: 32px;
    padding-left: 23px;
    padding-right: 20px;
    padding-bottom: 54px;
  }

  .accRefStat ul {
    justify-content: space-between;
  }

  .accRefStat li {
    width: auto;
  }

  .accOperations .item+.item {
    margin-top: 32px;
  }

  .cabTable .type {
    letter-spacing: 0.1em;
  }

  .lastOperations .type {
    width: 140px;
    padding-left: 9px;
  }

  .lastOperations .date {
    display: none !important;
  }

  .lastOperations .hiddenData {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
  }

  .lastOperations .sum {
    padding-left: 11px;
    font-size: 12px;
    letter-spacing: 0.025em;
  }

  .accMainStat li {
    position: relative;
    display: block;
    height: auto;
    padding-left: 70px;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 12px;
  }

  .accMainStat .param {
    display: block;
  }

  .accMainStat .param [class*="icon"] {
    position: absolute;
    left: 15px;
    top: 15px;
  }

  .accMainStat .param+.data {
    margin-top: 4px;
  }

  .accMainStat .data {
    display: block;
  }

  .statTimer {
    display: block;
    padding-left: 9px;
    padding-top: 42px;
  }

  .statTimer .content {
    margin-left: 0px;
    margin-top: 28px;
  }

  .statTimer .timer {
    margin-top: 20px;
  }

  .statTimer .timer .num {
    width: 39px;
    font-size: 30px;
    line-height: 34px;
  }

  .statTimer .timer .spacer {
    font-size: 30px;
    line-height: 34px;
  }

  .statTimer .timer span:not(.num):not(.spacer) {
    line-height: 34px;
    letter-spacing: 0.05em;
  }

  .accDeposits .cabinetSubtitle+.wrapper {
    margin-top: 33px;
  }

  .accDeposits .wrapper+.pagination {
    margin-top: 30px;
  }

  .accDeposits .item+.item {
    margin-top: 34px;
  }

  .depItem {
    display: block;
  }

  .depItem .depData,
  .depItem .depInfo {
    width: 100%;
  }

  .depItem .desc {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 21px;
  }

  .depItem .progress {
    padding-left: 10px;
    padding-right: 5px;
  }

  .depItem .progress .title+.line {
    margin-top: 15px;
  }

  .depItem .details li {
    height: 70px;
    padding-left: 10px;
  }

  .depItem .depTimer {
    padding-left: 6px;
  }

  .depItem .depTimer [class*="icon"]+.content {
    margin-left: 7px;
  }

  .cabDepositsSection .cabDepositsList+.pagination {
    margin-top: 30px;
  }

  .cabDepositsList {
    display: block;
  }

  .cabDepositsList .item+.item {
    margin-top: 34px;
  }

  .cabStepBlock {
    padding: 15px !important;
  }

  .cabStepBlock .headBlock .num+.title {
    margin-top: 15px;
  }

  .cabStepBlock .headBlock+.cabPaymentsList,
  .cabStepBlock .headBlock+.cabOutSum,
  .cabStepBlock .headBlock+.cabOutResult,
  .cabStepBlock .headBlock+.cabPlansList,
  .cabStepBlock .headBlock+.radioList,
  .cabStepBlock .headBlock+.cabInResult {
    margin-top: 25px;
  }

  .cabStepBlock.back {
    padding-bottom: 40px !important;
  }

  .cabPaymentsList {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .cabOutSum .info li span {
    display: block;
  }

  .cabOutResult {
    font-size: 40px;
    line-height: 50px;
  }

  .cabSettingsTabs .settingsTab {
    padding: 15px 15px 30px;
  }

  .cabHistorySection .cabFilterBlock+.cabHistoryTable {
    margin-top: 50px;
  }

  .cabFilterBlock .item {
    padding: 15px;
  }

  .cabFilterBlock .item:nth-child(3) {
    padding-bottom: 40px;
  }

  .cabFilterBlock .item:nth-child(4) {
    padding-bottom: 40px;
  }

  .cabHistoryTable .cabTable+.pagination {
    margin-top: 30px;
  }

  .accRefLink.lg {
    padding-bottom: 60px;
  }

  .cabPartnersList .cabinetSubtitle+* {
    margin-top: 25px;
  }

  .cabPaymentsForm .fieldItem {
    position: relative;
    min-height: auto;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 63px;
    padding-bottom: 15px;
    display: block;
  }

  .cabPaymentsForm .fieldItem .title {
    width: auto;
  }

  .cabPaymentsForm .fieldItem .field {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
  }

  .cabPaymentsForm .fieldItem .icon {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
  }

  .cabPlansList {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }

  .cabPlanItem .in {
    padding: 15px;
  }

  .cabPlanItem .title .pct {
    font-size: 50px;
    line-height: 50px;
  }

  .cabPlanItem .title ul li {
    line-height: 21px;
  }

  .cabInResult {
    flex-wrap: wrap;
  }

  .cabInResult li {
    flex-basis: 290px;
  }

  .cabInResult .num {
    margin-top: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .cabBannersList .bannersTab {
    padding: 15px;
  }

  .cabBannersList .img+.bannerLink {
    margin-top: 30px;
  }

  .cabBannersList .bannerLink {
    display: block;
  }

  .cabBannersList .bannerLink .button {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
  }

  .blockMod .titleContainer {
    padding: 15px;
  }

  .blockMod .titleContainer .title {
    font-size: 30px;
    line-height: 30px;
  }

  .blockMod .titleContainer .title+.subtitle {
    margin-top: 25px;
  }

  .blockMod .buttonContainer {
    min-height: auto;
    padding: 15px;
    flex-direction: column;
  }

  .newDepositModal .titleContainer {
    min-height: auto;
  }

  .newDepositModal [class*="btn"]+[class*="btn"] {
    margin-left: 0px;
    margin-top: 15px;
  }

  .waitDepositModal .titleContainer {
    min-height: auto;
  }

  .depositModal .titleContainer {
    min-height: auto;
  }

  .modalData li {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modalData .param [class*="icon"] {
    margin-right: 10px;
    font-size: 26px;
  }

  .cabTarifsPlan .cabTarifsPlanIn {
    flex-wrap: wrap
  }

  .cabTarifsPlan .cabTarifsLeft {
    width: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
  }

  .cabTarifsPlan .cabTarifsRight {
    width: 100%;
    border-top: solid 2px #091716;
    border-left: 0;
    padding: 15px
  }

  .cabTarifsPlan .name {
    margin-bottom: 0
  }

  .cabTarifsPlan .prTxt {
    font-size: 19px;
    margin-left: 15px
  }

  .cabTarifsPlan .prTxt+.prTxt {
    margin-top: 0
  }

  .cabTarifsPlan .prTxt .prVl {
    font-size: 30px
  }

  .cabTarifsPlan .text {
    width: 100%;
    margin-top: 15px
  }

  .cabTarifsPlan .textPlan+.textPlan {
    margin-top: 15px
  }

  .cabPartnersInfo .listDataPartners .data {
    width: 50%;
    margin-bottom: 10px
  }

  .cabPartnersInfo .listDataPartners {
    padding: 20px 0 0;
    margin-bottom: -5px
  }

  .listPlanNew {
    max-width: 100%
  }

  .listPlanNew .item {
    margin: 0;
    margin-bottom: 15px;
    width: calc(50% - 5px)
  }

  .listPlanNew .item .planIn {
    padding: 15px;
    min-height: 420px
  }

  .listPlanNew .text {
    padding-bottom: 15px
  }

  .listPlanNew .name {
    font-size: 22px;
    padding-bottom: 15px
  }

  .listPlanNew .item .planIn.soon {
    padding-bottom: 30px
  }

  .listPlanNew .soonTitle {
    font-size: 20px;
    line-height: 24px
  }

  .calcDeposits {
    padding: 30px 0
  }

  .calcDeposits .desrCap+* {
    margin-top: 15px
  }

  .calDepList {
    grid-gap: 0
  }

  .calDepList .item {
    padding: 25px 5px;
    width: calc(50% - 5px);
    margin-bottom: 10px
  }

  .calDepList .item .lvl {
    font-size: 13px
  }

  .calDepList .item .pr {
    font-size: 38px
  }

  .partnerProgram {
    padding: 30px 0
  }

  .partnerProgram .table {
    margin-top: 30px
  }

  .textBlockWrapper {
    padding: 30px 0
  }

  .textBlock.picLeft {
    margin-top: 55px;
    flex-wrap: wrap
  }

  .textBlock.picRight .picture {
    position: relative;
    width: 100%;
    left: 0;
    height: 200px;
    top: auto;
    margin: 15px 0
  }

  .textBlock.picLeft .picture {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    height: 250px;
    height: 200px;
    top: auto;
    margin: 15px 0
  }

  .textBlock .title {
    margin-bottom: 0
  }

  .textBlock.picLeft .text {
    width: 100%
  }

  .textBlock.picRight .text {
    width: 100%
  }
}

@media (max-width: 479px) {
  .cabPaymentsList {
    grid-template-columns: repeat(auto-fill, minmax(144px, 1fr));
  }

  .cabFilterBlock .formWrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .cabFilterBlock .item:nth-child(3) {
    padding-bottom: 15px;
  }

  .cabPlansList {
    display: block;
  }

  .cabPlansList .item+.item {
    margin-top: 2px;
  }

  .modalData li {
    height: auto;
    padding: 10px 15px;
    display: block;
  }

  .modalData .data {
    display: block;
    margin-top: 10px;
  }

  .cabTarifsPlan .cabTarifsPlanIn {
    padding: 0 5px
  }

  .cabTarifsPlan .cabTarifsLeft {
    padding: 10px 0
  }

  .cabTarifsPlan .cabTarifsRight {
    padding: 10px 0;
    text-align: center
  }

  .cabTarifsPlan .name {
    width: 100%;
    text-align: center;
    line-height: 30px
  }

  .cabTarifsPlan .prTxt {
    margin-left: 0;
    width: 50%;
    text-align: center;
    padding: 10px 15px
  }

  .cabTarifsPlan .prTxt .prVl {
    width: 100%;
    display: block
  }

  .cabTarifsPlan .text {
    text-align: center;
    margin-top: 0
  }

  .cabPartnersInfo .listDataPartners .data {
    width: 100%
  }

  .cabProgInfo .cabProgInfoLeft {
    flex-wrap: wrap
  }

  .cabProgInfo .cabProgInfoLeft ul {
    width: 100%;
    padding: 15px
  }

  .cabProgInfo .cabProgInfoLeft ul li .name {
    font-size: 20px
  }

  .cabProgInfo .cabProgInfoLeft .icBlock {
    width: 100%;
    height: 90px
  }

  .cabProgInfo .cabProgInfoRight {
    flex-wrap: wrap
  }

  .cabProgInfo .cabProgInfoRight .text {
    width: 100%;
    padding: 15px
  }

  .cabProgInfo .cabProgInfoRight .text .txt {
    font-size: 14px
  }

  .cabProgInfo .cabProgInfoRight .icBlock {
    width: 100%;
    height: 90px
  }

  .progBlock {
    padding: 15px
  }

  .listPlanNew .item {
    width: 100%
  }

  .cabInfo .cabInfoItem {
    padding: 23px 5px
  }

  .openCabInfo {
    z-index: 1
  }

  .listCurrencs {
    padding-left: 15px
  }

  .textBlock {
    line-height: 24px;
    font-size: 15px
  }

  .textBlock+.textBlock {
    margin-top: 25px
  }
}

span.err {
  color: red;
  font-size: 16px;
}

.selectric-wrapper{
  border: solid 2px #39a589 !important;
  border-radius: 45px !important;
  background: transparent !important;
  max-width: 300px !important;
}
.selectric-wrapper .selectric .label{
  color: #fff;
}
.selectric-wrapper .selectric{
  background-color: transparent !important;
}

.selectric-wrapper .selectric .button::before{
  color: #fff !important;
}
.cabBalanceList.owl-carousel .owl-item img, .cabPaymetItem img, .selectric-cabPaymetSelect .selectric .icon img,
.selectric-cabPaymetSelect .selectric-items li .icon img,.cabHistoryTable .cabTable .tData img,.cabPaymentsForm .fieldItem .icon img,
.cabBalanceList .balanceItem .pay img,.cabTable .tCell.pay img,.crypto_icons img{
  max-width: 40px;
}

.icon-deposit{
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
}

.calcBl .selectric-wrapper .selectric .label{
  color: #f2d57b;
}
.cabToplineWrapper  .selectric-langList {
  margin: 20px;
}
.mobileVis .langBl{
  margin-top: 20px;
}
.gallery-collaboration .picture {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  margin: 20px 0;
}
.gallery-collaboration {
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gallery-collaboration .picture img {
width: 100%;
}
.gallery-collaboration .title {
  margin: 30px 0;
}

.hide{
  display:none !important;
}

.percent-center {
  width: 100% !important;
}

.login-actions {
  display:flex;
}
.login-actions a {
  margin-left: 15px;
}

.promotion-buttons {
  display: flex;
  flex-wrap: wrap;
}
.promotion-buttons a:last-child {
  background-color: #3bab8e !important;
  color: #fff !important;
}
.promotion-buttons a {
  margin-top: 25px !important;
}

.promotion-icon{
  width: 40px;
  margin-right: 10px;
}

.plan-promotion-text {
  color: #3bab8e;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  display: flex;
  align-items: center;
}

input[name='AFMBatch']{
  display: block;
  padding-left: 17px;
  padding-right: 17px;
  width: 300px;
  height: 45px;
  font-size: 15px;
  line-height: 51px;
  color: #0e1f1e;
  font-weight: bold;
  letter-spacing: 0.025em;
  background-color: #eff2f2;
  border-radius: 4px;
}

.ticketsListPage table.list {
  width: 100%;
}

.ticketsListPage table.list th ,.ticketsListPage table.list td {
  text-align: left;
  height: 50px;
  border: 1px solid grey;
  font-family: "CeraStencilPRO";
  color: #0e1f1e;
  font-weight: bold;
  padding: 10px;
  border-radius: 4px;
}
.formatTable {
  border: 0;
  width: 100%;
}
.formatTable td, .FromatTable td{
  text-align: left;
  height: 50px;
  font-family: "CeraStencilPRO";
  color: #0e1f1e;
  font-weight: bold;
}

.formatTable td label{
  font-size: 20px;
}

.cabinetContentWrapper fieldset{
  border: 0;
}

.formatTable input {
  height: 50px;
  border: 1px solid grey;
  font-family: "CeraStencilPRO";
  color: #0e1f1e;
  padding: 10px;
  border-radius: 4px;
  margin: 20px 0;
}

.formatTable textarea{
  height: 200px;
  border: 1px solid grey;
  font-family: "CeraStencilPRO";
  color: #0e1f1e;
  padding: 10px;
  border-radius: 4px;
  margin: 20px 0;
}

.formatTable .selectric-wrapper .selectric .label{
  color: #193230 !important;
}
.balance-subtitle {
  text-align: left;
  font-family: "CeraStencilPRO";
  color: #0e1f1e;
  font-weight: bold;
  margin: 0 0 30px;
}

.home-page-buttons{
  margin-top: 70px;
  display: flex;
}
.certificate-img{
	max-width: 300px;
	margin-bottom: 30px
}
.home-page-buttons .btn {
  margin-top: unset;
  margin: 20px;
}

.custom-icon {
  width: 36px;
}

.icon-hovered {
  display:none !important;
}

.cabMenu li.active .icon-not-hovered,
.cabMenu li:hover .icon-not-hovered{
  display: none !important;
}

.cabMenu li.active .icon-hovered,
.cabMenu li:hover .icon-hovered{
  display: block !important;
}

.header-with-telegram{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-telegram{
  display: none;
  margin-bottom: 30px;
  width: 100%;
}

.desktop-telegram{
  width: 100%;
  max-width: 750px;
}

.merchandising-header{
	color: #fff;
	font-family: "CeraStencilPRO";
	font-weight: bold;  
}

.merchandising-header .text{
	margin: 30px 30px 30px 0;
}

.merchandising-header p {
	margin-bottom: 10px;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
}

.merchandising-header div {
	display: flex;
    align-items: center;
    line-height: 24px;
    flex-wrap: wrap;
}
 
.merchandising-header .icons{
	display: inline-block;
	margin: 10px;
}

.merchandising-header img {
	max-width: 40px;
	width: 100%;
	margin:0 5px;
}

.merchandising-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 90px;
}

.merchandising-item {
	max-width: 45%;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
.merchandising-item .merchandising-images {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #39a589;
}
.merchandising-item .merchandising-images img {
	max-width: 100%;
	width: 100%;
	border-radius: 8px;
  object-fit: cover;
  max-height: 300px;
  height: 100%;
}

.merchandising-info{
	display: flex;
	align-items:center;
	justify-content: space-between;
	margin-top: 20px
}
.merchandising-info .download-icons img{
	max-width: 40px;
	width: 100%;
	margin-left: 7px;
}
.merchandising-info h3 {
	color: #fff;
	font-family: "CeraStencilPRO";
	font-weight: bold;
	flex: 1;
}

.merchandising-info .download-icons{
	text-align: right;
}




.owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: left !important;
    margin-top: 0;
    height: 0;
	color: #fff;
	color: #fff !important;
    font-size: 24px!important;
}
.owl-nav .owl-prev{
	transform: translateY(-50%) !important;
    margin: 0 0px !important;
    padding: 8px 14px !important !important;
    color: #fff !important;
    font-size: 24px!important;
}

.owl-next{
    float: right;
}

.owl-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.owl-dot span{
	width: 14px !important;
	height: 14px !important;
}
.google-play img {
  max-width: 150px;
  width: 100%;
}

.google-play {
  margin-top: 20px
}

.contracts .title{
	margin: 30px 0;
}
.contracts .row {
	display: flex;
	flex-wrap: wrap;
}
.contracts .row a {
	margin:20px 20px 20px 0; 
}

.modalsScroll .closeModal {
  outline: none;
  cursor: pointer;
  z-index: 30;
  position: absolute;
  right: 6px;
  top: -31px;
  text-decoration: none;
  font-size: 35px;
  width: 25px;
  height: 25px;
  padding: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.modalsScroll .closeModal span {
  position: relative;
  height: 2px;
  display: block;
  width: 100%;
  top: 4px;
  background-color: #ffffff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.modalsScroll .closeModal span + span {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 2px;
}
.modalsScroll .closeModal:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: -8px;
  top: -11px;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  border: dashed 1px #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.modalsScroll .closeModal:hover span {
  background-color: #f0b90b;
}
.modalsScroll .closeModal:hover::before {
  border-color: #f0b90b;
}

.goog-te-gadget select{
    color: #fff;
    background-color: #2c2c2f;
    }
    
.stat {
  background: rgba(140, 119, 32, 0.2);
  -webkit-backdrop-filter: blur(66px);
  backdrop-filter: blur(66px);
  padding: 50px 0 20px 0;
}
.stat-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .stat-list {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.stat-list__item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  margin-bottom: 20px;
  width: -moz-calc(100% / 5);
  width: calc(100% / 5);
}
@media (max-width: 767px) {
  .stat-list__item {
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media (max-width: 480px) {
  .stat-list__item {
    width: 50%;
  }
}
.stat-list__item p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .stat-list__item p {
    font-size: 14px;
  }
}
.stat-list__item span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 44px;
  color: #fff;
}
@media (max-width: 1199px) {
  .stat-list__item span {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .stat-list__item span {
    font-size: 24px;
  }
}
.stat-list__icon {
  height: 66px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.stat-table {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.stat-table__row {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  background: rgba(255, 204, 0, 0.1);
  border-radius: 12px;
}
.stat-table__row:nth-child(even) {
  background: rgba(95, 34, 142, 0.1);
}
.stat-table__row:last-child {
  margin-bottom: 0;
}
.stat-table__col {
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
}
.stat-table__wallet {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.stat-table__wallet img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .stat-table__wallet img {
    margin-right: 10px;
  }
}
.stat-table__wallet span {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.stat-table__pay {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .stat-table__pay {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.stat-table__pay p {
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .stat-table__pay p {
    display: none;
  }
}
.stat-table__pay span {
  font-weight: 700;
  font-size: 12px;
  color: #ffc100;
}
.stat-table__val {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.stat-table__val p {
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .stat-table__val p {
    display: none;
  }
}
.stat-table__val span {
  font-weight: 700;
  font-size: 16px;
  color: #ffc100;
}
