*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0 auto;
  padding: 0px;
  -webkit-outline: none;
  outline: none;
  position: relative;
  min-width: 320px;
  max-height: 1000000px;
  min-height: 100vh;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active,
:hover,
:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  -webkit-outline: none;
  outline: none;
}

ul,
ol {
  list-style-position: inside;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

li {
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

iframe {
  display: block;
  border: none;
}

img {
  display: block;
  border: none;
  max-width: 100%;
}

textarea {
  white-space: pre-wrap;
  resize: none;
}

button,
select {
  display: block;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: inherit;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-transform: none;
}

button {
  width: auto;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

[type=search],
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  -webkit-outline: none;
  outline: none;
}

[type=search]::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[hidden],
::-ms-clear,
area {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  padding: 0;
}

menu,
dir {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-outline: none;
  outline: none;
}

[type=date]::-webkit-inner-spin-button {
  display: none;
}

[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

body {
  width: 100%;
  font-family: "Roboto";
  overflow-x: hidden;
  background-color: #f4f4f4;
  color: #1e2329;
}

.container {
  width: 1300px;
  margin: 0 auto;
  padding: 0 5px;
}

.pageWrapper {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.colorDark {
  color: #1e2329;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

b,
strong {
  color: inherit;
  font-weight: bold;
}

::selection {
  color: #fff;
  background-color: #000000;
  -webkit-text-fill-color: #fff;
}

.ui-widget,
input,
textarea,
button {
  font-family: "Roboto";
}

.logo {
  position: relative;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.logo > a,
.logo .invisBtn {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  cursor: pointer;
}
.logo:hover {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}

h1 {
  position: relative;
}
h1.capSite {
  font-size: 36px;
  line-height: 42px;
  color: #1e2329;
  font-weight: 500;
  text-align: center;
}

h2 {
  position: relative;
}
h2.capSite {
  font-size: 24px;
  line-height: 28px;
  color: #1e2329;
  font-weight: 500;
  text-align: center;
}

h3 {
  position: relative;
}
h3.capSite {
  font-size: 18px;
  line-height: 21px;
  color: #1e2329;
  font-weight: 500;
}

.copyMessage {
  display: none;
  position: absolute;
  left: 50%;
  top: calc(100% + 5px);
  text-align: center;
  color: #1e2329;
  background-color: #f0b90b;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 3px 5px;
  font-size: 10px;
  z-index: 5;
  white-space: nowrap;
  text-transform: uppercase;
  margin-left: -65px;
  max-width: 130px;
  text-align: center;
}

.menuBurger {
  display: none;
  position: absolute;
  right: 5px;
  top: 16px;
  width: 33px;
}
.menuBurger.open span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menuBurger.open span:nth-child(2) {
  opacity: 0;
}
.menuBurger.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}
.menuBurger span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f0b90b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.menuBurger span + span {
  margin-top: 5px;
}

.modalsScroll {
  overflow: auto;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.modalsScroll .modals {
  height: 100vh;
  width: 100%;
}
.modalsScroll .modals.table {
  display: table;
}
.modalsScroll .modals .tCell {
  padding: 50px 15px;
  overflow: auto;
  display: table-cell;
  vertical-align: middle;
}
.modalsScroll.open {
  z-index: 99;
  display: block;
}
.modalsScroll .closeModal {
  outline: none;
  cursor: pointer;
  z-index: 30;
  position: absolute;
  right: -55px;
  top: -55px;
  text-decoration: none;
  font-size: 35px;
  width: 35px;
  height: 35px;
  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: 8px;
  background-color: #1e2329;
  -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: 6px;
}
.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 #1e2329;
  -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;
}
.modalsScroll .overlayModal {
  z-index: 4;
  position: fixed;
  background-color: #f4f4f4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  opacity: 0.88;
}
.modalsScroll .blockMod {
  position: relative;
  z-index: 5;
  display: none;
  margin: 0 auto;
  max-width: 590px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 5px 50px rgba(190, 149, 1, 0.05);
}
.modalsScroll .modalsContentWrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modalsScroll .modalsContentWrap .modalsContent .capSite {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
}
.modalsScroll .modalsContentWrap .modalsContent input[type=text],
.modalsScroll .modalsContentWrap .modalsContent input[type=password],
.modalsScroll .modalsContentWrap .modalsContent input[type=number],
.modalsScroll .modalsContentWrap .modalsContent input[type=email] {
  background-color: #f5f5f5;
}
.modalsScroll .modalsContentWrap .modalsContent.registrationModals .linksModals .btn {
  padding: 14px 35px;
}
.modalsScroll .modalsContentWrap .modalsContent.error .messageModal {
  display: block;
}
.modalsScroll .modalsContentWrap .linksModals {
  margin-top: 30px;
}
.modalsScroll .modalsContentWrap .linksModals .btn {
  padding: 15px 68px;
}
.modalsScroll .modalsContentWrap .linksModals .linkSite {
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-left: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
}
.modalsScroll .modalsContentWrap .linksModals .linkSite:hover {
  text-decoration-color: #aaaaaa;
}

.payIcon {
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  display: block;
}

.selectric {
  width: 100%;
  height: 36px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 0;
}
.selectric .label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  margin: 0;
  padding: 10px 41px 0 17px;
}
.selectric .button {
  background: transparent;
  background-image: url("../img/arrow_selectric.png");
  background-position: center;
  background-repeat: no-repeat;
}
.selectric .button::after {
  display: none;
}

.selectric-items {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #f5f5f5;
  border: 0;
  overflow: hidden;
}
.selectric-items ul li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 10px 20px;
}
.selectric-items ul li.selected {
  background-color: #f0b90b;
  color: #1e2329;
}
.selectric-items ul li .payIcon {
  position: relative;
  margin: 0 15px 0 0;
}

.selectric-selectricPic .selectric-items ul li {
  padding: 6px 4px;
}

.slick-prev {
  color: transparent;
  background: transparent;
  background-image: url(../img/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 13px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -37px;
  z-index: 5;
}

.slick-next {
  color: transparent;
  background: transparent;
  background-image: url(../img/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 13px;
  left: 50%;
  bottom: -6px;
  position: absolute;
  margin-left: 32px;
  z-index: 4;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  z-index: 8;
  margin-top: 52px;
}
.slick-dots li {
  width: 12px;
  height: 1px;
  color: transparent;
  margin: 0 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.slick-dots li.slick-active {
  width: 19px;
}
.slick-dots li.slick-active button {
  width: 19px;
  background: #f0b90b;
}
.slick-dots li button {
  background: transparent;
  width: 100%;
  height: 100%;
  display: block;
  background: #cacaca;
  color: transparent;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.textBlock {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:focus {
  outline: 0;
}

.quantity-nav {
  position: absolute;
  height: 30px;
  right: 45px;
  top: 8px;
  width: 8px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
}
.quantity-button.quantity-up::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: solid 0px #f0b90b;
  border-bottom: solid 5px #f0b90b;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  width: 8px;
}
.quantity-button.quantity-down::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: solid 5px #f0b90b;
  border-bottom: solid 0px #f0b90b;
  border-left: solid 3px transparent;
  border-right: solid 3px transparent;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
  width: 8px;
}

.btnBurger {
  display: none;
  cursor: pointer;
  width: 43px;
  position: relative;
  z-index: 9;
}
.btnBurger .line {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #1e2329;
  position: relative;
}
.btnBurger .line + .line {
  margin-top: 5px;
}
.btnBurger.selected .line:nth-child(1) {
  transform: rotate(-45deg);
  top: 10px;
}
.btnBurger.selected .line:nth-child(2) {
  opacity: 0;
}
.btnBurger.selected .line:nth-child(3) {
  top: -10px;
  transform: rotate(45deg);
}

.inputLine {
  position: relative;
}
.inputLine label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  padding-left: 28px;
}
.inputLine label + * {
  margin-top: 16px;
}
.inputLine textarea,
.inputLine input {
  width: 100%;
  border: 0;
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  height: 49px;
  padding: 0 29px;
}
.inputLine textarea {
  padding: 15px 29px;
  height: 138px;
}

.mapBlock {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.mapBlock .map {
  width: 100%;
  height: 100%;
}

.checkBlock input {
  display: none;
}
.checkBlock input:checked + label:after {
  opacity: 1;
}
.checkBlock label {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #aaaaaa;
  display: block;
  padding-left: 37px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.checkBlock label:hover {
  color: #f0b90b;
}
.checkBlock label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background-color: #fff;
}
.checkBlock label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background-image: url("../img/chek.png");
  background-color: #1e2329;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.radioBlock input {
  display: none;
}
.radioBlock input:checked + label:after {
  opacity: 1;
}
.radioBlock label {
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #aaaaaa;
  display: block;
  padding-left: 26px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.radioBlock label:hover {
  color: #f0b90b;
}
.radioBlock label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeeeee;
}
.radioBlock label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f0b90b;
}

.modalCheck {
  position: relative;
  margin: 0;
  padding: 0px 17px;
  top: -8px;
}
.modalCheck input {
  display: none;
}
.modalCheck input:checked + label::before {
  left: 29px;
}
.modalCheck label {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  color: #aaaaaa;
  display: block;
  padding-left: 60px;
}
.modalCheck label::before {
  content: "";
  width: 16px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background: #f0b90b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.modalCheck label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 45px;
  height: 15px;
  background-color: #1e2329;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.messageModal {
  font-size: 14px;
  line-height: 16px;
  color: #044939;
  background: #ffb8b8;
  border-radius: 3px;
  /* display: none; */
  padding: 15px 15px;
  position: relative;
  margin-bottom: 30px;
}
.messageModal .closeMessage {
  cursor: pointer;
  position: absolute;
  right: 9px;
  top: 10px;
  width: 15px;
  height: 15px;
}
.messageModal .closeMessage span {
  display: block;
  background-color: #044939;
  transform: rotate(-135deg);
  width: 100%;
  height: 1px;
  top: 6px;
  position: relative;
}
.messageModal .closeMessage span + span {
  top: 5px;
  transform: rotate(135deg);
}

#modal_dep {
  max-width: 674px;
}

.animateFaq {
  background-image: url("../img/quest_faq.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 148px;
  height: 262px;
  left: 50%;
  position: absolute;
  margin-left: -52px;
  top: 0;
  animation: rotateFaq 1s infinite;
  animation-timing-function: linear;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@keyframes pulsate {
  0%, 100% {
    -webkit-box-shadow: 0 0 1em 0.34em rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 1em 0.34em rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 1em 0.34em rgba(255, 255, 255, 0.75);
  }
  50% {
    -webkit-box-shadow: 0 0 3em 1em rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 3em 1em rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 3em 1em rgba(255, 255, 255, 0.75);
  }
}
@keyframes rotateFaq {
  0% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  50% {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes rotateFan {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bubbleAnimation {
  0% {
    background-position: center 0%;
  }
  100% {
    background-position: center -1000%;
  }
}
.backPage {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.btn {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  padding: 19px 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
}
.btn.btnBlue {
  background-color: #f0b90b;
}
.btn.btnBlue:hover {
  -webkit-box-shadow: 0px 0px 20px 5px #f0b90b;
  -moz-box-shadow: 0px 0px 20px 5px #f0b90b;
  box-shadow: 0px 0px 20px 5px #f0b90b;
}
.btn.btnGreen {
  background-color: #1e2329;
}
.btn.btnGreen:hover {
  -webkit-box-shadow: 0px 0px 20px 5px #1e2329;
  -moz-box-shadow: 0px 0px 20px 5px #1e2329;
  box-shadow: 0px 0px 20px 5px #1e2329;
}
.btn.btnDark {
  background-color: #f0b90b;
}
.btn.btnDark:hover {
  background-color: #ffd342;
}
.btn.btnFull {
  color: #1e2329;
  border: solid 1px #1e2329;
  background-color: transparent;
}
.btn.btnFull:hover {
  background-color: #1e2329;
  color: #fff;
}

.header {
  padding: 58px 0;
}
.header .headerWrap {
  display: flex;
  align-items: center;
}
.header .headerWrap .logo {
  top: 4px;
}
.header .headerWrap .menuSite {
  flex: 1;
}
.menuSite {
  display: flex;
  justify-content: center;
}
.menuSite a {
  color: #1e2329;
  font-size: 14px;
}
.menuSite a.active, .menuSite a:hover {
  color: #f0b90b;
}
.menuSite a + a {
  margin-left: 12px;
}

.socialBlock ul {
  display: flex;
}
.socialBlock ul li a {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.socialBlock ul li a img {
  width: 100%;
}
.socialBlock ul li a:hover {
  filter: drop-shadow(0px 0px 15px #f0b90b);
}
.socialBlock ul li + li {
  margin-left: 10px;
}

.grettingsMain {
  position: relative;
  padding: 66px 0 17px;
}
.grettingsMain: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;
  width: 230px;
  height: 335px;
  left: -105px;
  top: 5px;
  background-color: #eeeeee;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}
.grettingsMain .grettingsMainWrap {
  max-width: 50%;
}
.grettingsMain .grettingsMainWrap .text {
  padding-right: 70px;
}
.grettingsMain .grettingsMainWrap .text .cap {
  font-size: 36px;
  line-height: 42px;
}
.grettingsMain .grettingsMainWrap .text .txt {
  display: block;
  margin-top: 40px;
  color: #aaaaaa;
  font-size: 18px;
  line-height: 21px;
}
.grettingsMain .grettingsMainWrap .text .lineBtns {
  margin-top: 47px;
}
.grettingsMain .grettingsMainWrap .text .lineBtns .btn {
  min-width: 220px;
}
.grettingsMain .grettingsMainWrap .text .lineBtns .btn + .btn {
  margin-left: 16px;
}
.grettingsMain .grettingsMainWrap .info {
  display: flex;
  flex-wrap: wrap;
  padding: 82px 0;
  margin: -17px -15px;
}
.grettingsMain .grettingsMainWrap .info li {
  width: calc(33.3333333333% - 15px);
  text-align: center;
  margin: 20px 0px;
}
.grettingsMain .grettingsMainWrap .info li img {
  display: table;
  margin: 0 auto;
  min-height: 37px;
  object-fit: none;
}
.grettingsMain .grettingsMainWrap .info li .tit {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #1e2329;
  margin-top: 9px;
  white-space: nowrap;
}
.grettingsMain .grettingsMainWrap .info li .data {
  display: block;
  font-size: 18px;
  line-height: 21px;
  color: #aaaaaa;
  margin-top: 9px;
}
.grettingsMain .grettingsPicture {
  background-image: url("../img/back-grettings.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 877px;
  height: 657px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -77px;
}
.grettingsMain .grettingsPicture .circle {
  display: inline-block;
  vertical-align: middle;
  background: white;
  font-size: 1em;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  animation: pulsate 1s infinite;
  position: absolute;
}
.grettingsMain .grettingsPicture .circle:nth-child(1) {
  left: 197px;
  top: 43px;
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.grettingsMain .grettingsPicture .circle:nth-child(2) {
  right: 211px;
  bottom: 306px;
}
.grettingsMain .grettingsPicture .fan {
  position: absolute;
  left: 46px;
  top: 37px;
  background-image: url("../img/fan.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 129px;
  height: 166px;
  animation: rotateFan 5s infinite;
  animation-timing-function: linear;
}

.currentsList {
  position: relative;
  z-index: 5;
  max-width: 1316px;
  margin: 0 auto;
}
.currentsList .list {
  margin: 0 -2px;
  white-space: nowrap;
  overflow: auto;
}
.currentsList .list .item {
  position: relative;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: calc(20% - 10px);
  margin: 0 2px;
  padding: 32px 0px 40px 31px;
}
.currentsList .list .item:first-child {
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -ms-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  -ms-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.currentsList .list .item:last-child {
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -ms-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -ms-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
/* .currentsList .list .item::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 40px;
  border-top: solid 0px #5ed6b9;
  border-bottom: solid 10px #5ed6b9;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
}
.currentsList .list .item.down::before {
  border-top: solid 10px #d65e5e;
  border-bottom: solid 0px #d65e5e;
} */
.currentsList .list .item .name {
  font-size: 18px;
  line-height: 21px;
  display: block;
  color: #1e2329;
}
.currentsList .list .item .val {
  font-size: 18px;
  line-height: 21px;
  display: block;
  color: #aaaaaa;
}

.sliderInfoWrap {
  position: relative;
  padding: 101px 0 107px;
}
.sliderInfoWrap .sliderInfo {
  margin-top: 50px;
  position: relative;
}
.sliderInfoWrap .sliderInfo .item {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin: 0 9px;
  padding: 25px 19px;
}
.sliderInfoWrap .sliderInfo .item .pic {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
.sliderInfoWrap .sliderInfo .item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
  margin-top: 8px;
}
.sliderInfoWrap .sliderInfo .item .text {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 7px;
  color: #aaaaaa;
}

.videoBlock {
  position: relative;
  width: 100%;
}
.videoBlock .play {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  display: block;
  width: 99px;
  height: 99px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(223, 226, 255, 0.57);
  background-image: url("../img/play.png");
  background-position: calc(50% + 3px) center;
  background-repeat: no-repeat;
  margin-top: -50px;
  margin-left: -50px;
}
.videoBlock .play:hover {
  background-color: #dfe2ff;
}
.videoBlock .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.aboutPage .earnBlockWrap .earnBlock .right .line {
  height: auto;
}

.earnBlockWrap .earnBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.earnBlockWrap .earnBlock .capSite {
  width: 100%;
}
.earnBlockWrap .earnBlock .left {
  position: relative;
  background-color: #fff;
  width: calc(50% - 10px);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-top: 60px;
  padding: 36px 33px;
}
.earnBlockWrap .earnBlock .left .capSite {
  width: auto;
}
.earnBlockWrap .earnBlock .left .text {
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
  display: block;
  margin-top: 15px;
}
.earnBlockWrap .earnBlock .left .companyInfo {
  margin-top: 34px;
}
.earnBlockWrap .earnBlock .left .companyInfo .companyName {
  font-size: 18px;
  line-height: 21px;
}
.earnBlockWrap .earnBlock .left .companyInfo .companyName .name {
  color: #f0b90b;
}
.earnBlockWrap .earnBlock .left .companyInfo .desc {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 6px;
}
.earnBlockWrap .earnBlock .left .numCompany {
  display: block;
  margin-top: 18px;
}
.earnBlockWrap .earnBlock .left .numCompany .tit {
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.earnBlockWrap .earnBlock .left .numCompany .num {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 8px;
}
.earnBlockWrap .earnBlock .left .btn {
  margin-top: 31px;
  padding: 19px 39px;
}
.earnBlockWrap .earnBlock .right {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(50% - 10px);
  margin-top: 60px;
}
.earnBlockWrap .earnBlock .right .line {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.earnBlockWrap .earnBlock .right .line + .line {
  margin-top: 21px;
}
.earnBlockWrap .earnBlock .right .picture {
  width: 100%;
  height: 317px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.earnBlockWrap .earnBlock .right .videoBlock {
  height: 356px;
}
.earnBlockWrap .earnBlock .right .info {
  padding: 24px 34px 47px;
}
.earnBlockWrap .earnBlock .right .info .txt {
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.earnBlockWrap .earnBlock .right .info .btn {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.lastOperationWrap {
  padding: 100px 0;
}
.lastOperationWrap .lastOperation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.lastOperationWrap .lastOperation .item {
  width: calc(50% - 10px);
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 52px 19px 132px;
  justify-content: space-between;
  overflow: hidden;
}
.lastOperationWrap .lastOperation .item .iconBl {
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  z-index: 2;
}
.lastOperationWrap .lastOperation .item .iconBl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.lastOperationWrap .lastOperation .item .iconBl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #1e2329;
  width: 100%;
  height: 100%;
}
.lastOperationWrap .lastOperation .item.up .iconBl::before {
  background-image: url(../img/ic-last-oper1.png);
}
.lastOperationWrap .lastOperation .item.down .iconBl::before {
  background-image: url(../img/ic-last-oper2.png);
}
.lastOperationWrap .lastOperation .item .col .tit {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}
.lastOperationWrap .lastOperation .item .col .data {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 5px;
}

.tarifPlansWrap {
  /* padding-bottom: 160px; */
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 100px;
}
.tarifPlansWrap .tarifPlans {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
.tarifPlansWrap .tarifPlans .slick-list {
  left: 50%;
  width: 2000px;
  margin-left: -1012px;
  padding: 100px 0 20px;
}
.tarifPlansWrap .tarifPlans .item {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 40px 23px 53px;
  position: relative;
  margin: 0 9px;
  height: 473px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.tarifPlansWrap .tarifPlans .item .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #f5f5f5;
  border: solid 1px #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 5px 50px rgba(190, 149, 1, 0.05);
}
.tarifPlansWrap .tarifPlans .item input {
  display: none;
}
.tarifPlansWrap .tarifPlans .item input:checked + label {
  background-color: #73dcff 95.84%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, 93.69deg, from(#10aade 8.19%), to(#73dcff 95.84%));
  background-image: -webkit-linear-gradient(93.69deg, #10aade 8.19%, #73dcff 95.84%);
  background-image: -moz-linear-gradient(93.69deg, #10aade 8.19%, #73dcff 95.84%);
  background-image: -ms-linear-gradient(93.69deg, #10aade 8.19%, #73dcff 95.84%);
  background-image: -o-linear-gradient(93.69deg, #10aade 8.19%, #73dcff 95.84%);
  background-image: linear-gradient(93.69deg, #10aade 8.19%, #73dcff 95.84%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr="#10aade 8.19%", EndColorStr="#73dcff 95.84%");
}
.tarifPlansWrap .tarifPlans .item input:checked + label + .back {
  background-color: #f5f5f5;
  border-color: #12abdf;
}
.tarifPlansWrap .tarifPlans .item.one {
  width: 343px;
  height: 371px;
  top: 51px;
}
.tarifPlansWrap .tarifPlans .item.one .pr {
  font-size: 24px;
  line-height: 28px;
}
.tarifPlansWrap .tarifPlans .item.one .name {
  font-size: 13px;
  line-height: 15px;
  margin-top: 15px;
}
.tarifPlansWrap .tarifPlans .item.one .desc {
  font-size: 13px;
  line-height: 15px;
}
.tarifPlansWrap .tarifPlans .item.one ul {
  margin-top: 13px;
}
.tarifPlansWrap .tarifPlans .item.one ul li {
  font-size: 13px;
  line-height: 15px;
}
.tarifPlansWrap .tarifPlans .item.one ul li + li {
  margin-top: 5px;
}
.tarifPlansWrap .tarifPlans .item.two {
  width: 391px;
}
.tarifPlansWrap .tarifPlans .item.center {
  width: 470px;
  height: 547px;
  top: -37px;
  padding: 76px 33px 53px;
}
.tarifPlansWrap .tarifPlans .item.center .pr {
  font-size: 48px;
  line-height: 56px;
}
.tarifPlansWrap .tarifPlans .item.center .name {
  font-size: 18px;
  line-height: 21px;
  margin-top: 30px;
}
.tarifPlansWrap .tarifPlans .item.center .desc {
  font-size: 18px;
  line-height: 21px;
}
.tarifPlansWrap .tarifPlans .item.center ul {
  margin-top: 23px;
}
.tarifPlansWrap .tarifPlans .item.center ul li {
  font-size: 18px;
  line-height: 21px;
}
.tarifPlansWrap .tarifPlans .item.center ul li + li {
  margin-top: 11px;
}
.tarifPlansWrap .tarifPlans .item.center .btn {
  background-color: #f0b90b;
  border-color: transparent;
  color: #fff;
}
.tarifPlansWrap .tarifPlans .item.center .btn:hover {
  -webkit-box-shadow: 0px 0px 20px 5px #f0b90b;
  -moz-box-shadow: 0px 0px 20px 5px #f0b90b;
  box-shadow: 0px 0px 20px 5px #f0b90b;
}
.tarifPlansWrap .tarifPlans .item.center .back {
  background-color: #fff;
  border: solid 1px #fff;
}
.tarifPlansWrap .tarifPlans .item.vip .vipTxt {
  display: block;
}
.tarifPlansWrap .tarifPlans .item .vipTxt {
  display: none;
  padding: 9px 0;
  width: 114px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  background: #1e2329;
  color: #fff;
  -webkit-border-radius: 10px 0px;
  -moz-border-radius: 10px 0px;
  -ms-border-radius: 10px 0px;
  border-radius: 10px 0px;
  position: absolute;
  left: 0;
  top: 0;
}
.tarifPlansWrap .tarifPlans .item .pr {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  display: block;
}
.tarifPlansWrap .tarifPlans .item .name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-top: 23px;
}
.tarifPlansWrap .tarifPlans .item .desc {
  font-size: 14px;
  line-height: 16px;
  color: #f0b90b;
  display: block;
  margin-top: 25px;
}
.tarifPlansWrap .tarifPlans .item .btn {
  padding: 17px 0 21px;
  width: 100%;
  margin-top: 30px;
}
.tarifPlansWrap .tarifPlans .item ul {
  margin-top: 27px;
}
.tarifPlansWrap .tarifPlans .item ul li {
  font-size: 14px;
  line-height: 16px;
}
.tarifPlansWrap .tarifPlans .item ul li .data {
  opacity: 0.5;
  margin-left: 5px;
}
.tarifPlansWrap .tarifPlans .item ul li + li {
  margin-top: 15px;
}
.tarifPlansWrap .btn {
  display: table;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
}
.tarifPlansWrap .slick-dots {
  margin-top: 106px;
}

.partProgramMainWrap .partProgramMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partProgramMainWrap .partProgramMain .capSite {
  width: 100%;
}
.partProgramMainWrap .partProgramMain .desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
  display: block;
  margin-top: 20px;
}
.partProgramMainWrap .partProgramMain .left {
  margin-top: 50px;
  width: calc(50% - 10px);
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 36px 35px;
}
.partProgramMainWrap .partProgramMain .left .capSite {
  width: auto;
}
.partProgramMainWrap .partProgramMain .left .capSite + * {
  margin-top: 13px;
}
.partProgramMainWrap .partProgramMain .right {
  margin-top: 50px;
  width: calc(50% - 10px);
  padding: 20px;
}
.partProgramMainWrap .partProgramMain .right .capSite {
  text-align: left;
}
.partProgramMainWrap .partProgramMain .listPercent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 540px;
  margin-top: 71px;
}
.partProgramMainWrap .partProgramMain .listPercent .item {
  position: relative;
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f0b90b;
  width: 121px;
  height: 121px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #1e2329;
}
.partProgramMainWrap .partProgramMain .listPercent .item: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;
  background-color: #f0b90b;
  width: 80px;
  height: 1px;
  left: calc(100% + 6px);
  top: 109px;
  -moz-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  -webkit-transform: rotate(43deg);
  -o-transform: rotate(43deg);
  transform: rotate(43deg);
}
.partProgramMainWrap .partProgramMain .listPercent .item:nth-child(2) {
  top: 65px;
}
.partProgramMainWrap .partProgramMain .listPercent .item:nth-child(2)::before {
  -moz-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  -webkit-transform: rotate(-43deg);
  -o-transform: rotate(-43deg);
  transform: rotate(-43deg);
  top: 35px;
}
.partProgramMainWrap .partProgramMain .listPercent .item:last-child::before {
  display: none;
}
.partProgramMainWrap .partProgramMain .btn {
  margin: 50px auto 0;
  padding-left: 40px;
  padding-right: 40px;
}

.cryptoBlockWrap {
  padding: 98px 0;
}
.cryptoBlockWrap .cryptoBlock .listCrypto {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 25px 0;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item {
  width: calc(50% - 5px);
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin: 0 5px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: block;
  text-align: center;
  padding: 49px 0 26px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .line {
  padding: 20px 59px 20px 40px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info {
  display: flex;
  flex-wrap: wrap;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col {
  width: 50%;
  padding: 20px 10px 20px 40px;
}
/* .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col:last-child {
  width: 100%;
  text-align: center;
  border-top: 1px solid #f5f5f5;
} */
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col + .col {
  border-left: 1px solid #f5f5f5;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col.total {
  width: 100%;
  background-color: #f5f5f5;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .data {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 7px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .data + .data {
  margin-top: 5px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total {
  display: flex;
  padding: 21px 40px 27px 40px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total .pic {
  width: 117px;
  height: 41px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total ul {
  padding-left: 23px;
  display: flex;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total ul li + li {
  margin-left: 32px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .pictureCrypto {
  position: absolute;
  left: 50%;
  top: -56px;
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -50px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .item .pictureCrypto::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 114px;
  height: 114px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .ctyptoText {
  padding: 25px 33px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .ctyptoText .textBlock {
  margin-top: 16px;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .ctyptoText .btn {
  padding-left: 0;
  padding-right: 0;
  margin-top: 37px;
  width: calc(70% - 15px);
}
.cryptoBlockWrap .cryptoBlock .listCrypto .slick-dots {
  width: 100%;
  text-align: center;
}
.cryptoBlockWrap .cryptoBlock .listCrypto .slick-track {
  padding-top: 70px;
}

.inputLineNumber {
  position: relative;
}
.inputLineNumber input {
  width: 100%;
  height: 36px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  border: 0;
  padding: 0 41px 0 17px;
}
.inputLineNumber .cur {
  background-color: #1e2329;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 21px;
  width: 37px;
  height: 36px;
  position: absolute;
  right: -2px;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -17px;
  color: #fff;
}

.lastNewsWrap {
  padding: 63px 0 99px;
  position: relative;
}
.lastNewsWrap .sliderLastNews {
  margin-top: 51px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
.lastNewsWrap .sliderLastNews.slick-initialized {
  display: block;
}
.lastNewsWrap .sliderLastNews.slick-initialized .slick-dots {
  display: flex !important;
}
.lastNewsWrap .sliderLastNews.hiddenDots .slick-dots {
  display: none !important;
}
.lastNewsWrap .sliderLastNews .slick-list {
  overflow: visible;
}
.lastNewsWrap .sliderLastNews .slick-dots {
  max-width: 420px;
  display: none !important;
  margin-left: auto;
  margin-right: auto;
}
.lastNewsWrap .sliderLastNews .item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 9px;
  width: 420px;
  padding: 33px 28px;
}
.lastNewsWrap .sliderLastNews .item a {
  color: #f0b90b;
  display: inline-block;
  margin-top: 15px;
}
.lastNewsWrap .sliderLastNews .item .date {
  background: #1e2329;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.lastNewsWrap .sliderLastNews .item .capSite {
  margin-top: 16px;
}
.lastNewsWrap .sliderLastNews .item .capSite + * {
  margin-top: 18px;
}
.roadMapWrap .roadMapList {
  margin: 50px -13.5px 0;
  display: flex;
  flex-wrap: wrap;
}
.roadMapWrap .roadMapList .item {
  width: calc(20% - 9px);
  background: #1e2329;
  margin: 0 4.5px;
  padding: 32px 18px 45px 18px;
  margin-bottom: 22px;
  max-height: 145px;
}
.roadMapWrap .roadMapList .item:first-child {
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -ms-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-bottomleft: 50px;
  -ms-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.roadMapWrap .roadMapList .item:last-child {
  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -ms-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-bottomright: 50px;
  -ms-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.roadMapWrap .roadMapList .item .iconBl {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.roadMapWrap .roadMapList .item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  color: #fff;
}
.roadMapWrap .roadMapList .item .text {
  font-size: 14px;
  line-height: 16px;
  display: block;
  color: #aaaaaa;
  margin-top: 11px;
}

.footer {
  background-color: #fff;
  padding: 56px 0 0;
  margin-top: 95px;
}
.footer .footerTop {
  display: flex;
}
.footer .footerTop .col {
  position: relative;
}
.footer .footerTop .col:nth-child(1) {
  top: -10px;
  width: calc(32% + 20px);
}
.footer .footerTop .col:nth-child(2) {
  width: 25%;
}
.footer .footerTop .col:nth-child(3) {
  width: 25%;
}
.footer .footerTop .col:nth-child(4) {
  width: calc(20% - 25px);
}
.footer .footerTop .col .copyTxt {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 17px;
}
.footer .footerTop .col .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  display: block;
}
.footer .footerTop .col .txt {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 24px;
  color: #aaaaaa;
}
.footer .footerTop .col .link {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #aaaaaa;
  margin-top: 23px;
}
.footer .footerTop .col .link:hover {
  color: #f0b90b;
}
.footer .footerTop .col .link + .link {
  margin-top: 13px;
}
.footer .footerTop .col .link img {
  width: 19px;
  margin-right: 10px;
}
.footer .footerTop .col .socialBlock {
  margin-top: 27px;
}
.footer .footerTop .col .socialBlock ul li a {
  width: 32px;
  height: 32px;
}
.footer .footerTop .col .socialBlock ul li + li {
  margin-left: 20px;
}
.footer .footerMenu {
  display: flex;
  justify-content: space-between;
  padding: 48px 0 64px;
}
.footer .footerMenu li a {
  font-size: 18px;
  line-height: 21px;
  color: #1e2329;
}
.footer .footerMenu li a.active, .footer .footerMenu li a:hover {
  color: #f0b90b;
}
.footer .footerPlat {
  border-top: solid 1px #f0b90b;
  padding: 25px 0;
}
.footer .footerPlat .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .footerPlat .list .item {
  background-position: center;
  background-repeat: no-repeat;
}

.grettingsPage {
  padding: 66px 0 66px;
  position: relative;
}
.grettingsPage .grettingsPageWrap {
  max-width: 45%;
}
.grettingsPage .grettingsPageWrap .text {
  padding-right: 70px;
}
.grettingsPage .grettingsPageWrap .text .cap {
  font-size: 36px;
  line-height: 42px;
}
.grettingsPage .grettingsPageWrap .text .txt {
  display: block;
  margin-top: 32px;
  color: #aaaaaa;
  font-size: 18px;
  line-height: 21px;
}
.grettingsPage .grettingsPageWrap .text .lineBtns {
  margin-top: 42px;
}
.grettingsPage .grettingsPageWrap .text .lineBtns .btn {
  min-width: 220px;
}
.grettingsPage .grettingsPageWrap .text .lineBtns .btn + .btn {
  margin-left: 16px;
}
.grettingsPage .grettingsPicture {
  width: 650px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: -73px;
  margin-left: 33px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.grettingsPage .grettingsPicture .bubbles {
  position: absolute;
  left: 134px;
  bottom: 117px;
  background-image: url("../img/back-animate.png");
  background-repeat: no-repeat;
  width: 29px;
  height: 115px;
}
.grettingsPage .grettingsPicture .bubbles:nth-child(2) {
  left: 279px;
  top: 24px;
}
.grettingsPage .grettingsPicture .bubbles:nth-child(3) {
  left: auto;
  right: 70px;
  bottom: 234px;
}
.grettingsPage .grettingsPicture .bubbles .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: bubbleAnimation 3s infinite;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../img/back-circle.png");
}

.aboutPage {
  padding: 49px 0 0;
}
.aboutPage .earnBlockWrap .earnBlock .right .videoBlock {
  height: 316px;
}
.aboutPage .lastNewsWrap {
  padding-bottom: 21px;
}

.advBlockWrap {
  padding: 99px 0 38px;
}

.advBlock .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  display: block;
}
.advBlock .txt {
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
  display: block;
  margin-top: 12px;
}
.advBlock .btn {
  padding-left: 70px;
  padding-right: 70px;
  margin-top: 28px;
}
.advBlock .advList {
  display: flex;
  flex-wrap: wrap;
  margin: 50px -5px 0;
}
.advBlock .advList .item {
  width: calc(33.3333333333% - 10px);
  margin: 0 5px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 34px 21px 35px 31px;
}
.advBlock .advTextBlock {
  background-color: #1e2329;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-top: 99px;
  padding: 39px 35px 39px 35px;
}
.advBlock .advTextBlock .name {
  color: #f0b90b;
}
.advBlock .advTextBlock .txt {
  margin-top: 22px;
  max-width: 70%;
  color: #fff;
  padding-right: 45px;
}
.advBlock .advTextBlock .pic {
  position: absolute;
  right: 0px;
  top: -53px;
  width: 400px;
  height: 400px;
  background-position: center;
  background-image: url("../img/pic_adv.png");
  background-repeat: no-repeat;
}

.partyPage {
  padding: 34px 0 0;
}
.partyPage .tarifPlansWrap {
  padding-bottom: 0;
}
.partyPage .tarifPlansWrap .slick-dots {
  margin-top: -3px;
}
.partyPage .cryptoBlockWrap {
  padding: 0;
}
.partyPage .cryptoBlockWrap .cryptoBlock .listCrypto {
  margin-top: 76px;
}
.partyPage .cryptoBlockWrap .cryptoBlock .listCrypto .item {
  width: calc(50% - 10px);
}
.partyPage .cryptoBlockWrap .cryptoBlock .listCrypto .item .name {
  padding: 18px 0 21px;
}
.partyPage .partProgramMainWrap {
  padding: 102px 0;
}
.partyPage .advBlockWrap {
  padding: 0;
}
.partyPage .advBlockWrap .advBlock .advTextBlock {
  margin-top: 0;
}

.writeBlockWrap .writeBlock {
  position: relative;
  background-color: #1e2329;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 58px 0;
}
.writeBlockWrap .writeBlock .capSite {
  color: #fff;
}
.writeBlockWrap .writeBlock .desc {
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-top: 14px;
  color: #fff;
}
.writeBlockWrap .writeBlock .btn {
  display: table;
  margin: 26px auto 0;
  padding-left: 100px;
  padding-right: 100px;
  color: #fff;
}

.faqPage {
  padding: 34px 0 0;
}
.faqPage .writeBlockWrap {
  margin-top: 100px;
}
.faqPage .advBlockWrap {
  padding: 9px 0 18px;
}

.faqListWrap .faqList {
  margin-top: 50px;
}
.faqListWrap .faqList .faqItem {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.faqListWrap .faqList .faqItem + .faqItem {
  margin-top: 23px;
}
.faqListWrap .faqList .faqItem .quest {
  padding: 20px 75px 20px 34px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.faqListWrap .faqList .faqItem .quest::before {
  content: "";
  position: absolute;
  background-image: url("../img/ic-close.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 43px;
  height: 37px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  right: 19px;
  top: 50%;
  margin-top: -19px;
  -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;
}
.faqListWrap .faqList .faqItem .quest::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 37px;
  background-color: #1e2329;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  right: 19px;
  top: 50%;
  margin-top: -19px;
  z-index: -1;
}
.faqListWrap .faqList .faqItem .quest.opened::before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faqListWrap .faqList .faqItem .quest:hover {
  color: #f0b90b;
}
.faqListWrap .faqList .faqItem .answer {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
}
.faqListWrap .faqList .faqItem .answer .answerText {
  padding: 20px 35px 34px;
}

.newsPage {
  padding: 35px 0 22px;
}
.newsPage .advBlockWrap {
  padding: 0;
}

.newsListWrap .newsList {
  margin-top: 50px;
}

.newsList .item {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
  overflow: hidden;
}
.newsList .item .date {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 18px;
  background-color: #1e2329;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.newsList .item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  display: block;
  margin-top: 15px;
}
.newsList .item .txt {
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
  display: block;
  margin-top: 14px;
  max-width: 73%;
}
.newsList .item .picture {
  position: absolute;
  right: 0;
  top: 0;
  width: 346px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -ms-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -ms-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.newsList .item + .item {
  margin-top: 30px;
}

.ratingPage {
  padding: 37px 0 22px;
}
.ratingPage .advBlockWrap {
  padding: 0;
}

.ratingBlockWrap .ratingBlock {
  margin-top: 50px;
}

.ratingBlock {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ratingBlock .ratingItem {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

.rulesPage {
  padding: 66px 0 25px;
}
.rulesPage .advBlockWrap {
  padding: 0;
}

.rulesTextWrap .capSite {
  text-align: left;
}
.rulesTextWrap .textBlock {
  font-size: 18px;
  line-height: 21px;
  margin-top: 28px;
  color: #aaaaaa;
}
.rulesTextWrap .rulesText {
  padding: 45px 0 0;
}

.rulesText .item .capSite {
  display: block;
  padding-left: 9px;
  margin-bottom: 21px;
}
.rulesText .item ul {
  margin-top: 16px;
}
.rulesText .item ul li {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
}
.rulesText .item p {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
}
.rulesText .item + .item {
  margin-top: 56px;
}

.contactsPage {
  padding: 37px 0 23px;
}
.contactsPage .formCallWrap {
  padding: 100px 0;
}
.contactsPage .formCallWrap .formCall {
  margin-top: 43px;
}
.contactsPage .earnBlockWrap .earnBlock .mapBlock {
  width: calc(50% - 10px);
}
.contactsPage .earnBlockWrap .earnBlock .left {
  margin-top: 0;
}
.contactsPage .advBlockWrap {
  padding: 0;
}

.formCall {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formCall .inputLine {
  width: calc(50% - 10px);
}
.formCall .inputLine:nth-child(3) {
  width: 100%;
  margin-top: 29px;
}
.formCall .btn {
  margin-top: 49px;
  padding-left: 43px;
  padding-right: 43px;
}

.contactsInfo {
  display: flex;
  margin: 0 -10px;
  margin-top: 50px;
}
.contactsInfo .item {
  margin: 0 10px;
  width: calc(25% - 10px);
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 26px 30px 31px;
}
.contactsInfo .item .iconBl {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
.contactsInfo .item .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  display: block;
  margin-top: 12px;
}
.contactsInfo .item .link {
  position: relative;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-size: 14px;
  line-height: 18px;
  color: #aaaaaa;
  margin-top: 7px;
  display: table;
}
.contactsInfo .item .link:hover {
  text-decoration-color: #aaaaaa;
}

.cabPage {
  display: flex;
  justify-content: space-between;
  background-color: #f4f4f4;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 100px;
}

.cabLeft {
  padding: 29px 15px;
  min-width: 227px;
}
.cabLeft .logo {
  width: 169px;
}
.cabLeft .cabMenu {
  margin-top: 58px;
}

.cabCenter {
  width: 1146px;
  flex: 1;
}
.cabCenter .cabContent {
  padding: 45px 50px 63px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 50px rgba(190, 149, 1, 0.05);
  -webkit-border-radius: 40px 40px 0px 0px;
  -moz-border-radius: 40px 40px 0px 0px;
  -ms-border-radius: 40px 40px 0px 0px;
  border-radius: 40px 40px 0px 0px;
  overflow: hidden;
}
.cabCenter .cabContent h1.capSite {
  text-align: left;
  display: block;
}
.cabCenter .cabContent .capDesc {
  font-size: 18px;
  margin-top: 17px;
  display: block;
}

.cabRight {
  padding-top: 119px;
  width: 227px;
}
.cabRight .cabBalance {
  margin-top: 21px;
}
.cabRight .cabRefLInk {
  margin-top: 20px;
}
.cabRight .cabTwoFactorBl {
  margin-top: 23px;
}
.cabRight .cabRightBtns {
  margin-top: 21px;
  padding: 0 15px;
}

.cabMenu ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #1e2329;
}
.cabMenu ul li a .pic {
  position: relative;
  width: 27px;
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 16px;
}
.cabMenu ul li a:hover, .cabMenu ul li a.active {
  color: #f0b90b;
}
.cabMenu ul li:last-child .pic {
  left: 3px;
}
.cabMenu ul li + li {
  margin-top: 14px;
}

.cabCenterTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 50px 29px 50px;
}
.cabCenterTop .info {
  display: flex;
}
.cabCenterTop .info li .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.cabCenterTop .info li a:hover {
  text-decoration-color: #aaaaaa;
}
.cabCenterTop .info li .data {
  color: #aaaaaa;
  display: block;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-size: 14px;
  margin-top: 1px;
}
.cabCenterTop .info li + li {
  margin-left: 147px;
}
.cabClock {
  text-align: center;
  position: relative;
}
.cabClock #time {
  font-size: 36px;
  line-height: 42px;
  display: block;
}
.cabClock #date {
  font-size: 18px;
  line-height: 21px;
  display: block;
  margin-top: 11px;
}

.cabBalance {
  text-align: center;
  position: relative;
}
.cabBalance .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.cabBalance .value {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  display: block;
  margin-top: 11px;
  color: #f0b90b;
}

.cabRefLInk {
  text-align: center;
  position: relative;
}
.cabRefLInk .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.cabRefLInk .copyRef {
  margin-top: 11px;
  font-size: 14px;
  line-height: 13px;
  display: table;
  /* color: #f0b90b; */
  color: white;
  width: 100%;
}
.cabRefLInk .copyRef:hover {
  color: #1e2329;
}
.cabTwoFactorBl .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  display: block;
}
.cabTwoFactorBl .chekLineBlock {
  position: relative;
  width: 92px;
  height: 25px;
  margin: 0 auto;
  margin-top: 17px;
}
.cabTwoFactorBl .chekLineBlock input {
  display: none;
}
.cabTwoFactorBl .chekLineBlock input:checked + label::before {
  left: calc(100% - 46px);
}
.cabTwoFactorBl .chekLineBlock label {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1e2329;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.cabTwoFactorBl .chekLineBlock label::before {
  content: "";
  width: 46px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f0b90b;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cabTwoFactorBl .desc {
  color: #f0b90b;
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.cabRightBtns {
  position: relative;
}
.cabRightBtns .btn {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 22px 0;
}
.cabRightBtns .btn + .btn {
  margin-top: 20px;
}

.cabBalanceList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 0;
  max-width: 1200px;
}
.cabBalanceList .item {
  display: flex;
  position: relative;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: calc(50% - 72px);
  padding: 20px 28px 19px 153px;
  justify-content: space-between;
  margin: 35px 10px -15px;
}
.cabBalanceList .item .picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 108px;
  height: 100%;
  background-color: #1e2329;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.cabBalanceList .item .picture .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.cabBalanceList .item .cabBalanceInfo {
  width: calc(50% - 11px);
  padding: 4px 0;
}
.cabBalanceList .item .cabBalanceHund {
  width: calc(50% - 19px);
}
.cabBalanceList .item .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.cabBalanceList .item .val {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 12px;
}
.cabBalanceList .item .btn {
  display: block;
  width: 100%;
  padding: 5px 5px;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.cabBalanceList .item .link {
  display: table;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  margin-top: 13px;
}
.cabBalanceList .item .link:hover {
  text-decoration-color: #1e2329;
}

.outPutList {
  padding-top: 53px;
}
.outPutList .item {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 42px 15px 97px;
  justify-content: space-between;
}
.outPutList .item .picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 77px;
  height: 100%;
  background: #1e2329;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.outPutList .item .picture .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.outPutList .item .col .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.outPutList .item .col .data {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 6px;
}
.outPutList .item input {
  display: none;
}
.outPutList .item input:checked + label {
  background: transparent;
  background-color: #fff;
  color: #000;
}
.outPutList .item label {
  position: relative;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  padding: 0 48px;
}
.outPutList .item + .item {
  margin-top: 20px;
}
.formHandlLine {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 49px;
}
.formHandlLine .inputLine {
  width: 38%;
}
.formHandlLine .inputLine label {
  padding-left: 0;
}
.formHandlLine .col .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.formHandlLine .col .data {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #aaaaaa;
  display: block;
  margin-top: 25px;
}
.formHandlLine .col.radioCol {
  padding-top: 26px;
}
.formHandlLine .btn {
  font-size: 14px;
  padding: 20px 35px;
  position: relative;
  top: 17px;
}
.formHandlLine .radioBlock + .radioBlock {
  margin-top: 21px;
}

.cabinetTable {
  overflow: hidden;
  padding: 30px 0;
}
.cabinetTable .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.cabinetTable .table .thead {
  display: table-row-group;
}
.cabinetTable .table .thead .tr {
  display: table-row;
}
.cabinetTable .table .thead .tr .td {
  display: table-cell;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  height: 57px;
  padding: 12px 10px 12px 27px;
  border: 1px solid #d6d6d6;
}
.cabinetTable .table .tbody {
  display: table-row-group;
}
.cabinetTable .table .tbody .tr {
  display: table-row;
}
.cabinetTable .table .tbody .tr .td {
  display: table-cell;
  vertical-align: top;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  padding: 20px 10px 20px 27px;
  border: 1px solid #d6d6d6;
}
.cabinetTable .table .tbody .tr .td .with {
  position: relative;
  padding-left: 29px;
}
.cabinetTable .table .tbody .tr .td .with::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border-top: solid 9px #d65e5e;
  border-bottom: solid 0px #d65e5e;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
}
.cabinetTable .table .tbody .tr .td .dep {
  padding-left: 29px;
  position: relative;
}
.cabinetTable .table .tbody .tr .td .dep::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border-top: solid 0px #6ee2c6;
  border-bottom: solid 9px #6ee2c6;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
}
.cabinetTable .table .tbody .tr .td img {
  filter: opacity(40%);
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  display: block;
  margin: 0 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
}
.pagination ul li a.prev {
  margin-right: 10px;
}
.pagination ul li a.next {
  margin-left: 10px;
}
.pagination ul li a:hover, .pagination ul li a.active {
  color: #f0b90b;
}
.filterBl {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 28px 30px;
}
.filterBl .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(20%);
}
.filterBl .col input[type=date] {
  height: 36px;
}
.filterBl .col:last-child {
  width: 10%;
}
.filterBl .col button {
  width: 100%
}
.filterBl .col label {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  margin-bottom: 18px;
}
.filterBl .col .inputLineNumber {
  width: calc(33.3333333333% - 5px);
}
.filterBl .col .inputLineNumber input {
  background-color: #d6d6d6;
}
.filterBl .col .inputLineNumber .quantity-nav {
  right: 13px;
}
.filterBl .col .inputLine {
  width: 100%;
}
.filterBl .col .inputLine .selectric {
  background-color: #fff;
}
.filterBl .col .inputLine .selectric .button {
  background-image: url("../img/arrow_selectric2.png");
}

.historyBlock {
  padding: 34px 0 0;
}

.settingsProfile {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  padding: 26px 30px;
}
.settingsProfile .capSite {
  margin-bottom: 18px;
}
.settingsProfile .settingsProfileLeft {
  width: calc(50% - 10px);
}
.settingsProfile .settingsProfileRight {
  width: calc(50% - 10px);
}
.settingsProfile .settingsProfileRight .inputLine input {
  padding-right: 50px;
}
.settingsProfile .settingsProfileRight .inputLine:nth-child(6) .iconBl .ic, .settingsProfile .settingsProfileRight .inputLine:nth-child(4) .iconBl .ic {
  background-size: 30%;
}
.settingsProfile .settingsProfileCenter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.settingsProfile .settingsProfileCenter .inputLine {
  width: calc(33% - 10px);
}
.settingsProfile .settingsProfileCenter .inputLine + .inputLine {
  margin-top: 0;
}
.settingsProfile .inputLine label {
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
}
.settingsProfile .inputLine label + * {
  margin-top: 6px;
}
.settingsProfile .inputLine .iconBl {
  width: 40px;
  height: 37px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #1e2329;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.settingsProfile .inputLine .iconBl .ic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.settingsProfile .inputLine input {
  height: 37px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.settingsProfile .inputLine + .inputLine {
  margin-top: 21px;
}
.settingsProfile .btn {
  display: table;
  margin: 21px auto 0;
  padding: 22px 30px;
  font-size: 14px;
  line-height: 16px;
}
.settingsProfile .lineBtns {
  width: 100%;
  padding: 30px 0;
}
.settingsProfile .lineBtns .messageModal {
  display: none;
  max-width: 248px;
  margin: 0 auto;
  background: #71e3d8;
  border-color: #71e3d8;
  color: #044939;
}
.settingsProfile.success .messageModal {
  display: block;
}

.settingsSecurity {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 33px;
  padding: 26px 30px;
}
.settingsSecurity .settingsSecurityLeft {
  width: 45%;
}
.settingsSecurity .settingsSecurityLeft .inputLine:nth-last-child(1) {
  margin-top: 45px;
}
/* .settingsSecurity .settingsSecurityCenter {
  width: 30%;
} */
.settingsSecurity .settingsSecurityCenter .set + .set {
  margin-top: 114px;
}
.settingsSecurity .settingsSecurityCenter .radioBlock + .radioBlock {
  margin-top: 20px;
}
.settingsSecurity .settingsSecurityCenter .capSite {
  margin-bottom: 18px;
}
.settingsSecurity .settingsSecurityRight {
  width: 45%;
}
.settingsSecurity .capSite {
  margin-bottom: 16px;
}
.settingsSecurity .inputLine label {
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
}
.settingsSecurity .inputLine label + * {
  margin-top: 6px;
}
.settingsSecurity .inputLine .iconBl {
  width: 40px;
  height: 37px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(107.49deg, #12abdf 9.02%, #6cd8fd 87.44%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.settingsSecurity .inputLine .iconBl .ic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.settingsSecurity .inputLine .selectric {
  background-color: #fff;
}
.settingsSecurity .inputLine .selectric .label {
  padding: 12px 20px 0;
}
.settingsSecurity .inputLine .selectric .button {
  background-image: url("../img/arrow_selectric2.png");
}
.settingsSecurity .inputLine input {
  height: 37px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 20px;
}
.settingsSecurity .inputLine + .inputLine {
  margin-top: 21px;
}
.settingsSecurity .inputLine + .checkBlock {
  margin-top: 21px;
}
.settingsSecurity .checkBlock + .checkBlock {
  margin-top: 23px;
}
.settingsSecurity .checkBlock + .inputLine {
  margin-top: 24px;
}
.settingsSecurity .btn {
  display: table;
  margin: 51px auto 0;
  padding: 22px 30px;
  font-size: 14px;
  line-height: 16px;
}

.googleBlock .capSite {
  margin-bottom: 21px;
}
.googleBlock .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.googleBlock .googleNumber {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-top: 20px;
}
.googleBlock .picQR {
  width: 200px;
  height: 200px;
  margin-top: 20px;
  border-radius: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.googleBlock .inputLine {
  margin-top: 42px;
}
.googleBlock .inputLine input {
  margin-top: 26px;
}

.openDepositBlock .tarifPlansWrap {
  padding-bottom: 10px;
}
.openDepositBlock .tarifPlansWrap .slick-dots {
  margin-top: 0;
}
.openDepositBlock .tarifPlansWrap .tarifPlans .slick-list {
  margin-left: -641px;
  overflow: hidden;
}
.openDepositBlock .tarifPlansWrap .tarifPlans .item.center {
  border-color: transparent;
}
.openDepositBlock .formHandlLine {
  justify-content: flex-start;
  margin: 48px -10px 0;
}
.openDepositBlock .formHandlLine .inputLine {
  margin: 0 7px;
}
.openDepositBlock .formHandlLine .col {
  margin: 36px 10px 0;
}
.openDepositBlock .formHandlLine .col:nth-last-child(2), .openDepositBlock .formHandlLine .col:nth-last-child(3) {
  width: auto;
}
.openDepositBlock .formHandlLine .col.radioCol {
  width: 19%;
  margin-top: 0;
}
.openDepositBlock .formHandlLine .col .data {
  margin-top: 18px;
}
.openDepositBlock .formHandlLine .btn {
  top: 36px;
  margin-left: 73px;
  padding: 20px 41px;
}

.refferalsBlock {
  padding: 33px 0 0;
}
.refferalsBlock .refferalsInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.refferalsBlock .refferalsInfo .item {
  width: calc(50% - 10px);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 66px 29px 29px;
}
.refferalsBlock .refferalsInfo .item .iconBl {
  position: absolute;
  right: 19px;
  top: 20px;
  width: 48px;
  height: 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.refferalsBlock .refferalsInfo .item .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.refferalsBlock .refferalsInfo .item .txt {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: table;
  margin-top: 13px;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.refferalsBlock .refferalsInfo .item .txt + .txt {
  margin-top: 14px;
}
.refferalsBlock .refferalsInfo .item .txt:hover {
  text-decoration-color: #f0b90b;
}
.refferalsBlock .refferalsInfo .item .val {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 13px;
}
.refferalsBlock .refferalsInfo .item .inf {
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px;
}
.refferalsBlock .refferalsInfo .item .inf li {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
}
.refferalsBlock .refferalsInfo .item .inf li + li {
  margin-left: 22px;
}
.refferalsBlock .refferalsState {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.refferalsBlock .refferalsState .filterBl {
  width: calc(50% - 10px);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 26px 30px 29px 30px;
  flex-wrap: wrap;
}
.refferalsBlock .refferalsState .filterBl .col {
  width: 100%;
}
.refferalsBlock .refferalsState .filterBl .col label {
  margin-bottom: 20px;
}
.refferalsBlock .refferalsState .filterBl .col .inputLineNumber {
  width: calc(33.3333333333% - 15px);
}
.refferalsBlock .refferalsState .filterBl .col + .col {
  margin-top: 22px;
}
.refferalsBlock .refferalsState .tableState {
  width: calc(50% - 10px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
.refferalsBlock .refferalsState .tableState .line {
  display: flex;
  justify-content: space-between;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 57px 9px 28px;
  width: 100%;
}
.refferalsBlock .refferalsState .tableState .line .col .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.refferalsBlock .refferalsState .tableState .line .col .data {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 6px;
}
.youRefferals {
  padding: 50px 0 0;
  width: 100%;
}
.youRefferals .capSite {
  text-align: left;
}
.youRefferals .listRefferals {
  margin-top: 26px;
  width: 100%;
}
.youRefferals .listRefferals .slideItem .slideHead {
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #f5f5f5;
  padding: 12px 60px 15px 141px;
  justify-content: space-between;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.youRefferals .listRefferals .slideItem .slideHead .col .tit {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  display: block;
}
.youRefferals .listRefferals .slideItem .slideHead .col .data {
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  display: block;
  margin-top: 6px;
}
.youRefferals .listRefferals .slideItem .slideHead::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 50%;
  background-image: url("../img/plus.png");
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -17px;
}
.youRefferals .listRefferals .slideItem .slideHead.opened::before {
  background-image: url("../img/minus.png");
}
.youRefferals .listRefferals .slideItem .slideContent {
  display: none;
}
.youRefferals .listRefferals .slideItem .slideContent .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #f0b90b;
  display: block;
  padding: 39px 0 0;
}
.youRefferals .listRefferals .slideItem + .slideItem {
  margin-top: 20px;
}

.loginModals {
  padding: 45px 41px;
}
.loginModals .inputForm .inputLine input {
  height: 45px;
  font-weight: 500;
}
.loginModals .inputForm .inputLine + .inputLine {
  margin-top: 10px;
}

.registrationModals {
  padding: 45px 41px;
}
.registrationModals .inputForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.registrationModals .inputForm .inputLine {
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
.registrationModals .inputForm .inputLine input {
  height: 45px;
  font-weight: 500;
}
.registrationModals .inputForm .inputLine + .inputLine {
  margin-top: 0;
}
.registrationModals .inputForm .inputLine:last-child {
  width: 100%;
}
.registrationModals .linksModals {
  display: flex;
  align-items: center;
}
.registrationModals .linksModals .btn {
  padding-left: 30px;
  padding-right: 30px;
}

.modalDeposit {
  padding: 50px 52px;
  text-align: center;
}
.modalDeposit table {
  width: 100%;
}
.modalDeposit .modalDep li,
.modalDeposit tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 15px;
}
.modalDeposit .modalDep li .tit,
.modalDeposit tr td:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  width: 60%;
  text-align: left;
}
.modalDeposit .modalDep li .data,
.modalDeposit tr td:last-child {
  width: 40%;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #aaaaaa;
  word-wrap: break-word;
}
.modalDeposit .modalDep li .data.pr {
  color: #f0b90b;
}
.modalDeposit .modalDep li + li,
.modalDeposit tr + tr {
  margin-top: 6px;
}

.sliderInfo .slick-track {
  display: flex !important;
}
.sliderInfo .slick-slide {
  height: inherit !important;
}

.linkThemeDark {
  background-image: url("../img/moon.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 21px;
  height: 22px;
  margin-left: 40px;
  position: relative;
}

.linkLang {
  margin-left: 10px;
  position: relative;
}

.linkLang img {
  width: 30px;
  height: 20px;
}

@media (max-width: 1599px) {
  .tarifPlansWrap .tarifPlans .slick-list {
    margin-left: -929px;
  }
  .tarifPlansWrap .tarifPlans .item.two {
    width: 250px;
  }
  .tarifPlansWrap .tarifPlans .item.center {
    width: 400px;
  }
  .cabCenter .cabContent {
    padding: 45px 39px 63px;
  }

  .cabBalanceList .item {
    width: calc(50% - 20px);
  }

  .cabCenterTop .info li + li {
    margin-left: 62px;
  }

  .openDepositBlock .tarifPlansWrap .tarifPlans .slick-list {
    margin-left: -420px;
  }
  .openDepositBlock .formHandlLine .col.radioCol {
    margin-top: 14px;
  }
}
@media (max-width: 1439px) {
  .container {
    width: 1200px;
    padding: 0 25.5px;
  }

  .currentsList {
    padding: 0 25.5px;
  }
  .currentsList .list {
    margin: 0;
    display: flex;
  }
  .currentsList .list .item {
    padding-left: 20px;
    width: 11.1111111111%;
    min-width: 105px;
    margin: 0 2px;
  }
  .currentsList .list .item::before {
    left: 20px;
  }

  .grettingsMain .grettingsMainWrap .text {
    padding-right: 40px;
  }

  .footer .footerTop .col .socialBlock ul li + li {
    margin-left: 10px;
  }

  .cabBalanceList .item {
    width: 100%;
  }

  .cabCenterTop {
    flex-wrap: wrap;
    padding: 15px 40px 15px 40px;
  }
  .cabCenterTop .info {
    width: 100%;
  }
  .cabCenterTop .socialBlock {
    margin-top: 15px;
  }

  .outPutList .item {
    flex-wrap: wrap;
  }
  .outPutList .item .col {
    width: 50%;
    margin-bottom: 20px;
  }

  .cabinetTable .table .thead .tr .td {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
  }
  .cabinetTable .table .tbody .tr .td {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
  }

  .filterBl {
    padding: 15px;
  }
  .filterBl .col {
    width: 100%;
  }
  .filterBl .col + .col {
    margin-top: 10px;
  }
  .filterBl .col label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .filterBl .col:last-child {
    width: 100%;
  }

  .settingsSecurity .settingsSecurityLeft {
    width: 100%;
  }
  .settingsSecurity .settingsSecurityCenter {
    width: 100%;
    margin-top: 50px;
  }
  .settingsSecurity .settingsSecurityCenter .set + .set {
    margin-top: 50px;
  }
  .settingsSecurity .settingsSecurityRight {
    width: 100%;
    margin-top: 50px;
  }

  /* .openDepositBlock .tarifPlansWrap {
    width: 668px;
  } */
  .openDepositBlock .formHandlLine .inputLine {
    width: 100%;
  }
  .openDepositBlock .formHandlLine .inputLine + .inputLine {
    margin-top: 30px;
  }
  .openDepositBlock .formHandlLine .btn {
    margin-left: 0;
  }

  .refferalsBlock .refferalsInfo .item {
    width: calc(50% - 10px);
    padding: 75px 15px 25px;
  }
  .refferalsBlock .refferalsState .filterBl {
    width: 100%;
  }
  .refferalsBlock .refferalsState .tableState {
    width: 100%;
    margin-top: 20px;
  }
  .refferalsBlock .refferalsState .tableState .line + .line {
    margin-top: 20px;
  }

  .youRefferals .listRefferals .slideItem .slideHead {
    padding: 12px 34px 15px 91px;
  }
  .youRefferals .listRefferals .slideItem .slideHead .col .tit {
    font-size: 14px;
    line-height: 16px;
  }
  .youRefferals .listRefferals .slideItem .slideHead .col .data {
    font-size: 14px;
    line-height: 16px;
  }

  .grettingsPage .grettingsPageWrap .text {
    padding-right: 50px;
  }

  .newsList .item .txt {
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .cabLeft .cabMenu {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 1020px;
  }

  .header {
    padding: 36px 0;
  }

  .grettingsMain {
    padding: 19px 0 17px;
    position: static;
  }
  .grettingsMain::before {
    display: none;
  }
  .grettingsMain .grettingsMainWrap .text {
    padding-right: 60px;
  }
  .grettingsMain .grettingsMainWrap .text .cap {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }
  .grettingsMain .grettingsMainWrap .text .txt {
    font-size: 14px;
    line-height: 16px;
    margin-top: 13px;
  }
  .grettingsMain .grettingsMainWrap .text .lineBtns {
    margin-top: 23px;
  }
  .grettingsMain .grettingsMainWrap .text .lineBtns .btn {
    min-width: 160px;
    padding: 16px 0;
  }
  .grettingsMain .grettingsMainWrap .info {
    padding: 50px 0;
  }
  .grettingsMain .grettingsMainWrap .info li {
    width: calc(33.3333333333% - 26px);
    margin: 16px 0px;
  }
  .grettingsMain .grettingsMainWrap .info li .tit {
    white-space: normal;
  }
  .grettingsMain .grettingsMainWrap .info li .data {
    font-size: 14px;
    line-height: 16px;
  }
  .grettingsMain .grettingsPicture {
    top: 24px;
    margin-left: -195px;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  .btn {
    font-size: 14px;
    line-height: 16px;
  }

  .currentsList .list .item {
    padding-top: 60px;
  }
  .currentsList .list .item .val {
    font-size: 14px;
    line-height: 16px;
    margin-top: 7px;
  }
  .currentsList .list .item .name {
    font-size: 14px;
    line-height: 16px;
  }

  h2.capSite {
    font-size: 20px;
    line-height: 23px;
  }

  .sliderInfoWrap {
    padding: 90px 0 141px;
  }
  .sliderInfoWrap .sliderInfo {
    margin-top: 57px;
  }

  .slick-prev {
    display: block;
    margin-left: -15px;
  }

  .slick-next {
    display: block;
    margin-left: 15px;
  }

  .slick-prev,
.slick-next {
    bottom: -60px;
  }

  .earnBlockWrap .earnBlock .left {
    margin-top: 47px;
    padding: 21px 33px 44px;
  }
  .earnBlockWrap .earnBlock .left .companyInfo .companyName {
    font-size: 14px;
    line-height: 16px;
  }
  .earnBlockWrap .earnBlock .left .numCompany .tit {
    font-size: 14px;
    line-height: 16px;
  }
  .earnBlockWrap .earnBlock .left .btn {
    margin-top: 18px;
    padding: 18px 29px;
  }
  .earnBlockWrap .earnBlock .right {
    margin-top: 47px;
  }
  .earnBlockWrap .earnBlock .right .info {
    padding: 33px 23px 47px;
  }
  .earnBlockWrap .earnBlock .right .info .btn {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .lastOperationWrap {
    padding: 75px 0 81px;
  }
  .lastOperationWrap .lastOperation {
    margin-top: 58px;
  }
  .lastOperationWrap .lastOperation .item {
    padding: 15px 40px 15px 100px;
  }
  .lastOperationWrap .lastOperation .item .iconBl {
    width: 68px;
  }
  .lastOperationWrap .lastOperation .item .col .tit {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }
  .lastOperationWrap .lastOperation .item .col .data {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .tarifPlansWrap::before, .tarifPlansWrap::after {
    display: none;
  }
  .tarifPlansWrap .tarifPlans {
    margin-top: 50px;
  }
  .tarifPlansWrap .tarifPlans .slick-list {
    left: 0;
    width: auto;
    min-height: 541px;
    margin-left: 0;
  }
  .tarifPlansWrap .tarifPlans .item {
    width: 352px !important;
    top: 35px !important;
    height: auto !important;
    padding: 40px 23px 53px !important;
    margin-bottom: 23px;
  }
  .tarifPlansWrap .tarifPlans .item.one .pr {
    font-size: 24px;
    line-height: 28px;
  }
  .tarifPlansWrap .tarifPlans .item.one .name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 23px;
  }
  .tarifPlansWrap .tarifPlans .item.one .desc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px;
  }
  .tarifPlansWrap .tarifPlans .item.one ul {
    margin-top: 27px;
  }
  .tarifPlansWrap .tarifPlans .item.one ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.one ul li .data {
    margin-left: 5px;
  }
  .tarifPlansWrap .tarifPlans .item.one ul li + li {
    margin-top: 15px;
  }
  .tarifPlansWrap .tarifPlans .item.center .pr {
    font-size: 24px;
    line-height: 28px;
  }
  .tarifPlansWrap .tarifPlans .item.center .name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 23px;
  }
  .tarifPlansWrap .tarifPlans .item.center .desc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px;
  }
  .tarifPlansWrap .tarifPlans .item.center ul {
    margin-top: 27px;
  }
  .tarifPlansWrap .tarifPlans .item.center ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.center ul li .data {
    margin-left: 5px;
  }
  .tarifPlansWrap .tarifPlans .item.center ul li + li {
    margin-top: 15px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center {
    top: 0 !important;
    padding: 86px 33px 53px !important;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center .pr {
    font-size: 36px;
    line-height: 42px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center .name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center .desc {
    font-size: 14px;
    line-height: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center ul {
    margin-top: 23px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center ul li + li {
    margin-top: 11px;
  }
  .tarifPlansWrap .tarifPlans .item .pr {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .tarifPlans .item .name {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .tarifPlans .item .desc {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .tarifPlans .item ul {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .tarifPlans .item ul li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
  }
  .tarifPlansWrap .slick-prev,
.tarifPlansWrap .slick-next {
    bottom: -130px;
  }

  .partProgramMainWrap .partProgramMain .left {
    margin-top: 37px;
    padding: 18px 50px 18px 20px;
  }
  .partProgramMainWrap .partProgramMain .right {
    margin-top: 37px;
  }
  .partProgramMainWrap .partProgramMain .right .line {
    padding: 25px 15px 30px 34px;
  }
  .partProgramMainWrap .partProgramMain .right .line ul {
    margin-top: 44px;
  }
  .partProgramMainWrap .partProgramMain .right .line .txt {
    margin-top: 44px;
  }
  .partProgramMainWrap .partProgramMain .right .line + .line {
    margin-top: 5px;
  }
  .partProgramMainWrap .partProgramMain .btn {
    font-size: 18px;
    line-height: 21px;
    margin-top: 80px;
  }

  .cryptoBlockWrap {
    padding: 78px 0;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item {
    width: calc(50% - 10px);
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .name {
    padding: 32px 0 18px;
    font-size: 18px;
    line-height: 21px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .line {
    padding: 10px 24px 10px 30px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col {
    padding: 10px 10px 10px 32px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col.total {
    padding-top: 7px;
    padding-bottom: 14px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .tit {
    font-size: 14px;
    line-height: 16px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total ul li + li {
    margin-left: 20px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total .pic {
    width: 57px;
    top: -13px;
    position: relative;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .slick-track {
    padding-top: 60px;
  }

  .lastNewsWrap {
    padding: 88px 0 144px;
  }
  .roadMapWrap .roadMapList .item {
    width: calc(25% - 2px);
    padding: 26px 10px 15px 19px;
    margin: 0 1px 20px;
  }
  .roadMapWrap .roadMapList .item .iconBl {
    width: 25px;
    height: 25px;
    background-size: cover;
  }
  .roadMapWrap .roadMapList .item .name {
    margin-left: 15px;
  }
  .roadMapWrap .roadMapList .item .text {
    min-height: 32px;
  }

  .footer {
    padding: 70px 0 0;
  }
  .footer .footerTop .logo {
    width: 139px;
  }
  .footer .footerTop .col .copyTxt {
    margin-top: 23px;
  }
  .footer .footerTop .col:nth-child(1) {
    top: -3px;
    width: calc(20% + 52px);
  }
  .footer .footerTop .col:nth-child(2) {
    width: calc(20% + 5px);
  }
  .footer .footerTop .col:nth-child(3) {
    width: 29%;
  }
  .footer .footerTop .col:nth-child(4) {
    width: calc(20% + 48px);
  }
  .footer .footerTop .col .socialBlock ul li + li {
    margin-left: 20px;
  }
  .footer .footerMenu {
    padding: 52px 0 28px;
  }
  .footer .footerPlat {
    padding: 10px 0;
  }
  .footer .footerPlat .list .item img {
    width: 80%;
    object-fit: contain;
  }

  .cabPage {
    flex-wrap: wrap;
    position: relative;
    padding: 0 27px 58px;
  }
  .cabPage .btnBurger {
    position: absolute;
    right: 28px;
    top: 61px;
    display: block;
    z-index: 9;
  }

  .cabLeft {
    width: 100%;
    padding: 62px 0;
    order: 2;
  }
  .cabLeft .cabMenu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 392px;
    background-color: #fff;
    margin: 0;
    z-index: 8;
  }
  .cabLeft .cabMenu ul {
    padding: 32px 27px;
  }
  .cabLeft .cabMenu ul li {
    display: table;
  }
  .cabLeft .cabMenu ul li + li {
    margin-top: 14px;
  }

  .cabRight {
    width: 100%;
    order: 2;
    padding: 0;
    display: flex;
    align-items: center;
    height: 205px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cabRight .cabRightBtns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    padding: 0;
    left: 408px;
    top: 193px;
  }
  .cabRight .cabRightBtns .btn {
    width: auto;
    padding: 22px 21px;
  }
  .cabRight .cabRightBtns .btn + .btn {
    margin-top: 0;
    margin-left: 21px;
  }
  .cabRight .cabRefLInk {
    position: absolute;
    right: 0;
    top: 137px;
    text-align: left;
    width: calc(30% + 28px);
  }
  .cabRight .cabRefLInk .copyRef {
    margin-top: 5px;
  }
  .cabRight .cabRefLInk .title br {
    display: none;
  }
  .cabRight .cabTwoFactorBl {
    position: absolute;
    left: 30px;
    top: 220px;
  }

  .cabCenter {
    order: 3;
    width: 100%;
  }
  .cabCenter .cabContent {
    margin-top: 190px;
    padding: 33px 39px 63px;
  }
  .cabCenter .cabContent .capDesc {
    font-size: 18px;
    margin-top: 9px;
  }

  .cabClock {
    width: 140px;
    position: absolute;
    left: 253px;
    top: 37px;
  }
  .cabClock #date {
    text-align: left;
  }

  .cabBalance {
    margin-top: 0;
    position: absolute;
    left: 467px;
    top: 28px;
  }
  .cabBalance .value {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    margin-top: 19px;
  }

  .cabCenterTop {
    padding: 3px 0;
  }
  .cabCenterTop .info li {
    position: relative;
    z-index: 4;
  }
  .cabCenterTop .socialBlock {
    margin-top: 0;
    position: absolute;
    right: 128px;
    top: 62px;
  }
  .cabCenterTop .socialBlock ul li a {
    width: 28px;
    height: 28px;
  }
  .cabCenterTop .socialBlock ul li + li {
    margin-left: 27px;
  }

  .cabTwoFactorBl .desc {
    margin-top: 19px;
  }

  .cabBalanceList .item {
    margin-top: 27px;
    width: calc(50% - 47px);
    margin-bottom: -5px;
  }
  .cabBalanceList .item .cabBalanceHund {
    width: calc(50% + 4px);
  }

  .outPutList .item {
    flex-wrap: wrap;
  }
  .outPutList .item .col {
    width: auto;
    margin-bottom: 0;
  }

  .cabinetTable .table .thead .tr .td {
    font-size: 14px;
    line-height: 16px;
  }
  .cabinetTable .table .tbody .tr .td {
    font-size: 14px;
    line-height: 16px;
  }

  .openDepositBlock .tarifPlansWrap {
    width: calc(100% + 40px);
  }
  .openDepositBlock .tarifPlansWrap .tarifPlans .slick-list {
    margin-left: -40px;
  }
  .openDepositBlock .tarifPlansWrap .slick-prev,
.openDepositBlock .tarifPlansWrap .slick-next {
    bottom: -20px;
  }
  .openDepositBlock .formHandlLine .inputLine {
    width: 100%;
  }
  .openDepositBlock .formHandlLine .inputLine + .inputLine {
    margin-top: 30px;
  }
  .openDepositBlock .formHandlLine .btn {
    margin-left: 25px;
  }

  .grettingsPage {
    padding: 19px 0 17px;
  }
  .grettingsPage .grettingsPageWrap {
    max-width: 60%;
  }
  .grettingsPage .grettingsPageWrap .text {
    padding-right: 0;
  }
  .grettingsPage .grettingsPageWrap .text .cap {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
  }
  .grettingsPage .grettingsPageWrap .text .txt {
    font-size: 14px;
    line-height: 16px;
    margin-top: 13px;
  }
  .grettingsPage .grettingsPageWrap .text .lineBtns {
    margin-top: 23px;
  }
  .grettingsPage .grettingsPageWrap .text .lineBtns .btn {
    min-width: 160px;
    padding: 16px 0;
  }
  .grettingsPage .grettingsPicture {
    top: -146px;
    margin-left: -135px;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }

  .earnBlockWrap .earnBlock .right {
    justify-content: flex-start;
    flex-direction: column;
  }

  .advBlock .advTextBlock .pic {
    right: -60px;
  }

  .faqListWrap .faqList .faqItem .quest {
    font-size: 16px;
    line-height: 18px;
  }

  .ratingBlock {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .earnBlockWrap .earnBlock {
    padding: 0 15px;
  }
  .earnBlockWrap .earnBlock .left {
    padding: 25px 42px 44px 22px;
  }

  .youRefferals .listRefferals .slideItem .slideContent .text {
    padding: 15px 0 0;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 768px;
  }

  .btnBurger {
    display: block;
  }

  .linkThemeDark {
    margin-left: 0;
  }

  .header .headerWrap {
    justify-content: space-between;
  }
  .header .headerWrap .menuSite {
    width: 100%;
    max-width: 360px;
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 35px;
    background-color: #fff;
    z-index: 8;
  }
  .header .headerWrap .menuSite a {
    display: table;
    font-size: 18px;
    line-height: 21px;
  }
  .header .headerWrap .menuSite a + a {
    margin-left: 0;
    margin-top: 20px;
  }
  .header .headerWrap .socialBlock {
    position: relative;
  }

  .grettingsMain .grettingsMainWrap {
    max-width: 60%;
    position: relative;
    z-index: 3;
  }
  .grettingsMain .grettingsMainWrap .info li .tit {
    font-size: 14px;
    line-height: 16px;
  }
  .grettingsMain .grettingsPicture {
    top: 24px;
    margin-left: -145px;
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }

  .currentsList .list {
    flex-wrap: wrap;
  }
  .currentsList .list .item {
    margin-bottom: 10px;
    width: calc(20% - 4px);
  }

  .earnBlockWrap .earnBlock {
    flex-wrap: wrap;
  }
  .earnBlockWrap .earnBlock .left {
    order: 2;
    width: 100%;
  }
  .earnBlockWrap .earnBlock .right {
    width: 100%;
    order: 1;
  }

  .lastOperationWrap .lastOperation {
    flex-wrap: wrap;
  }
  .lastOperationWrap .lastOperation .item {
    width: 100%;
  }
  .lastOperationWrap .lastOperation .item .col .tit {
    text-align: left;
  }
  .lastOperationWrap .lastOperation .item .col .data {
    text-align: left;
  }
  .lastOperationWrap .lastOperation .item + .item {
    margin-top: 20px;
  }

  .tarifPlansWrap .tarifPlans {
    margin-top: 50px;
  }
  .tarifPlansWrap .tarifPlans .slick-list {
    left: 0;
    width: auto;
    min-height: 541px;
    margin-left: 0;
  }
  .tarifPlansWrap .tarifPlans .item {
    width: 352px !important;
    top: 35px !important;
    height: auto !important;
    padding: 40px 23px 53px !important;
  }
  .tarifPlansWrap .tarifPlans .item.one .pr {
    font-size: 24px;
    line-height: 28px;
  }
  .tarifPlansWrap .tarifPlans .item.one .name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 23px;
  }
  .tarifPlansWrap .tarifPlans .item.one .desc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px;
  }
  .tarifPlansWrap .tarifPlans .item.one ul {
    margin-top: 27px;
  }
  .tarifPlansWrap .tarifPlans .item.one ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.one ul li .data {
    margin-left: 5px;
  }
  .tarifPlansWrap .tarifPlans .item.one ul li + li {
    margin-top: 15px;
  }
  .tarifPlansWrap .tarifPlans .item.center .pr {
    font-size: 24px;
    line-height: 28px;
  }
  .tarifPlansWrap .tarifPlans .item.center .name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 23px;
  }
  .tarifPlansWrap .tarifPlans .item.center .desc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 25px;
  }
  .tarifPlansWrap .tarifPlans .item.center ul {
    margin-top: 27px;
  }
  .tarifPlansWrap .tarifPlans .item.center ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.center ul li .data {
    margin-left: 5px;
  }
  .tarifPlansWrap .tarifPlans .item.center ul li + li {
    margin-top: 15px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center {
    top: 0 !important;
    padding: 86px 33px 53px !important;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center .pr {
    font-size: 36px;
    line-height: 42px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center .name {
    font-size: 14px;
    line-height: 16px;
    margin-top: 30px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center .desc {
    font-size: 14px;
    line-height: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center ul {
    margin-top: 23px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center ul li + li {
    margin-top: 11px;
  }
  .tarifPlansWrap .tarifPlans .item .pr {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .tarifPlans .item .name {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .tarifPlans .item .desc {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .tarifPlans .item ul {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .tarifPlans .item ul li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tarifPlansWrap .btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 30px;
  }
  .tarifPlansWrap .slick-prev,
.tarifPlansWrap .slick-next {
    bottom: -130px;
  }

  .partProgramMainWrap .partProgramMain .left {
    width: 100%;
  }
  .partProgramMainWrap .partProgramMain .right {
    padding: 0;
    margin-top: 20px;
    width: 100%;
  }
  .partProgramMainWrap .partProgramMain .right .line + .line {
    margin-top: 20px;
  }

  .cryptoBlockWrap .cryptoBlock .listCrypto {
    margin-top: 50px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col {
    justify-content: space-between;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col.total {
    padding: 15px 21px 18px 12px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total .pic {
    width: 93px;
    height: 41px;
    top: -4px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total ul {
    width: 77%;
    justify-content: space-between;
    padding-left: 0;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .slick-track {
    padding-top: 60px;
  }

  .roadMapWrap .roadMapList .item {
    width: calc(33.3333333333% - 2px);
  }

  .footer .footerTop {
    flex-wrap: wrap;
  }
  .footer .footerTop .col:nth-child(1) {
    top: -3px;
    width: calc(30% + 20px);
  }
  .footer .footerTop .col:nth-child(2) {
    width: calc(30% + 5px);
  }
  .footer .footerTop .col:nth-child(3) {
    width: calc(30% + 5px);
  }
  .footer .footerTop .col:nth-child(4) {
    width: 100%;
  }
  .footer .footerTop .col:nth-child(4) .title {
    display: none;
  }
  .footer .footerMenu {
    margin: 0 -45px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .footer .footerMenu li {
    margin: 0 45px 25px;
    width: auto;
  }
  .footer .footerPlat {
    padding: 20px 0 0;
  }
  .footer .footerPlat .list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer .footerPlat .list .item {
    width: 16.6666666667%;
    margin-bottom: 20px;
  }
  .footer .footerPlat .list .item img {
    object-fit: scale-down;
    width: 80%;
  }

  .cabClock {
    left: 26px;
    top: 127px;
  }

  .cabBalance {
    left: 254px;
    top: 113px;
  }

  .cabLeft {
    padding: 62px 0 145px;
  }

  .cabCenterTop .info {
    justify-content: space-between;
  }
  .cabCenterTop .info li {
    width: 33.3333333333%;
  }
  .cabCenterTop .info li + li {
    margin-left: 0;
  }

  .cabRight {
    height: 425px;
  }
  .cabRight .cabRefLInk {
    right: 8px;
    top: 115px;
    width: 33.3333333333%;
  }
  .cabRight .cabTwoFactorBl {
    bottom: 0;
    top: auto;
  }
  .cabRight .cabRightBtns {
    left: auto;
    top: auto;
    right: 27px;
    width: 198px;
    position: absolute;
    bottom: -22px;
  }
  .cabRight .cabRightBtns .btn {
    width: 100%;
  }
  .cabRight .cabRightBtns .btn + .btn {
    margin-left: 0;
    margin-top: 15px;
  }

  .cabBalanceList .item {
    margin-top: 27px;
    width: 100%;
    margin-bottom: -5px;
  }
  .cabBalanceList .item .cabBalanceHund {
    width: calc(50% - 75px);
  }

  .outPutList .item {
    flex-wrap: wrap;
  }
  .outPutList .item .col {
    width: 50%;
    margin-bottom: 20px;
  }

  .cabinetTable {
    overflow: auto;
    width: 130%;
    left: -15%;
    position: relative;
  }
  .cabinetTable .tableWrap {
    display: table;
    width: 100%;
    padding: 0 7%;
  }
  .cabinetTable .table {
    width: 1000px;
  }
  .cabinetTable + .pagination {
    margin-top: 30px;
  }

  .openDepositBlock .tarifPlansWrap {
    left: -20px;
    padding: 20px 0;
  }
  .openDepositBlock .tarifPlansWrap .tarifPlans .slick-list {
    margin-left: 0;
  }
  .openDepositBlock .tarifPlansWrap .slick-prev,
.openDepositBlock .tarifPlansWrap .slick-next {
    bottom: -30px;
  }
  .openDepositBlock .formHandlLine .inputLine {
    width: 100%;
  }
  .openDepositBlock .formHandlLine .inputLine + .inputLine {
    margin-top: 30px;
  }
  .openDepositBlock .formHandlLine .btn {
    margin-left: 25px;
  }

  .advBlockWrap {
    padding: 50px 0 0;
  }

  .advBlock .advList .item {
    width: 100%;
  }
  .advBlock .advList .item + .item {
    margin-top: 20px;
  }
  .advBlock .advTextBlock {
    margin-top: 20px;
  }
  .advBlock .advTextBlock .pic {
    right: -100px;
    top: -53px;
  }

  .partyPage .cryptoBlockWrap .cryptoBlock .listCrypto {
    flex-wrap: wrap;
  }
  .partyPage .cryptoBlockWrap .cryptoBlock .listCrypto .item {
    width: 100%;
  }
  .partyPage .cryptoBlockWrap .cryptoBlock .listCrypto .item + .item {
    margin-top: 30px;
  }

  .newsList .item {
    padding-top: 300px;
  }
  .newsList .item .picture {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 280px;
  }
  .newsList .item .txt {
    max-width: 100%;
  }

  .contactsInfo {
    flex-wrap: wrap;
  }
  .contactsInfo .item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
  .contactsInfo .item .name {
    font-size: 14px;
    line-height: 20px;
  }

  .inputLine label {
    font-size: 14px;
    line-height: 20px;
  }

  .contactsPage .earnBlockWrap .earnBlock .mapBlock {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
  }
  .contactsPage .formCallWrap {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 35.5px;
  }

  .header {
    padding: 29px 0;
  }

  .grettingsMain {
    padding: 9px 0;
  }
  .grettingsMain .grettingsMainWrap .text {
    padding-right: 15px;
  }
  .grettingsMain .grettingsMainWrap .text .txt {
    font-size: 12px;
    line-height: 14px;
  }
  .grettingsMain .grettingsMainWrap .text .lineBtns {
    margin-top: 20px;
  }
  .grettingsMain .grettingsMainWrap .text .lineBtns .btn {
    min-width: 140px;
    padding: 13px 0;
  }
  .grettingsMain .grettingsMainWrap .text .lineBtns .btn + .btn {
    margin-left: 6px;
  }
  .grettingsMain .grettingsMainWrap .info {
    padding: 40px 0 72px;
  }
  .grettingsMain .grettingsMainWrap .info li {
    width: calc(33.3333333333% - 12px);
    margin: 18px 0px;
  }
  .grettingsMain .grettingsMainWrap .info li .tit {
    margin-top: 0;
  }
  .grettingsMain .grettingsMainWrap .info li .data {
    margin-top: 3px;
  }
  .grettingsMain .grettingsMainWrap .info li img {
    width: 25px;
    height: 25px;
    object-fit: contain;
  }
  .grettingsMain .grettingsPicture {
    top: -33px;
    margin-left: -202px;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  .currentsList .list .item {
    padding-top: 51px;
    padding-bottom: 55px;
    padding-left: 30px;
    margin-bottom: 20px;
  }
  .currentsList .list .item::before {
    left: 29px;
    top: 30px;
  }

  .sliderInfoWrap {
    padding: 56px 0 131px;
  }

  .earnBlockWrap .earnBlock .left {
    margin-top: 21px;
    padding: 29px 33px 44px;
  }
  .earnBlockWrap .earnBlock .left .companyInfo {
    margin-top: 22px;
  }
  .earnBlockWrap .earnBlock .right .info {
    padding: 38px 33px 47px;
  }

  .lastOperationWrap {
    padding: 80px 0 78px;
  }
  .lastOperationWrap .lastOperation {
    margin-top: 52px;
  }
  .lastOperationWrap .lastOperation .item {
    padding: 20px 40px 20px 100px;
  }
  .lastOperationWrap .lastOperation .item .col .data {
    margin-top: 11px;
  }
  .lastOperationWrap .lastOperation .item + .item {
    margin-top: 24px;
  }

  .tarifPlansWrap {
    padding-bottom: 100px;
  }
  .tarifPlansWrap .btn {
    margin-top: 56px;
  }
  .tarifPlansWrap .slick-prev,
.tarifPlansWrap .slick-next {
    bottom: -182px;
  }

  .partProgramMainWrap .partProgramMain .right .line {
    padding: 25px 15px 38px 34px;
  }
  .partProgramMainWrap .partProgramMain .right .line ul {
    margin-top: 26px;
  }
  .partProgramMainWrap .partProgramMain .right .line .txt {
    margin-top: 23px;
  }
  .partProgramMainWrap .partProgramMain .left {
    margin-top: 57px;
    padding: 31px 50px 18px 30px;
  }

  .cryptoBlockWrap .cryptoBlock .listCrypto .item .line {
    padding: 22px 24px 22px 30px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col {
    padding: 18px 10px 18px 32px;
  }

  .lastNewsWrap {
    padding: 30px 0 90px;
  }

  .roadMapWrap .roadMapList .item {
    padding: 23px 10px 29px 19px;
    margin: 0 1px 22px;
  }

  .footer {
    padding: 65px 0 0;
  }
  .footer .footerTop .logo {
    width: 135px;
  }
  .footer .footerTop .col:nth-child(1) {
    top: -3px;
    width: calc(25% + 20px);
  }
  .footer .footerTop .col:nth-child(2) {
    width: calc(29% + 5px);
  }
  .footer .footerTop .col .socialBlock {
    margin-top: 38px;
  }
  .footer .footerMenu {
    margin: 0 -31px;
    padding-bottom: 17px;
  }
  .footer .footerMenu li {
    margin: 0 28px 12px;
  }

  .cabLeft {
    padding: 42px 0 127px;
  }

  .cabPage {
    padding: 0 36px 58px;
  }
  .cabPage .btnBurger {
    right: 37px;
    top: 42px;
  }

  .cabCenterTop .socialBlock {
    right: 132px;
    top: 45px;
  }

  .cabClock {
    left: 38px;
    top: 103px;
  }

  .cabBalance {
    left: 248px;
    top: 99px;
  }
  .cabBalance .value {
    font-size: 21px;
    line-height: 28px;
    margin-top: 10px;
  }

  .cabRight .cabRefLInk {
    right: 12px;
    top: 100px;
    width: calc(33.3333333333% - 27px);
  }
  .cabRight .cabRightBtns {
    bottom: -19px;
    right: 36px;
  }
  .cabRight .cabRightBtns .btn + .btn {
    margin-top: 11px;
  }
  .cabRight .cabTwoFactorBl {
    left: 38px;
    bottom: 6px;
  }

  .cabCenterTop .info {
    align-items: center;
  }
  .cabCenterTop .info li {
    width: calc(33.3333333333% - 27px);
  }

  .cabCenter .cabContent {
    margin-top: 224px;
    padding: 38px 50px 63px;
  }

  .cabBalanceList .item .btn {
    padding: 6px 5px;
  }
  .cabBalanceList .item .cabBalanceHund {
    width: calc(50% - 19px);
  }

  .settingsProfile {
    flex-wrap: wrap;
  }
  .settingsProfile .settingsProfileLeft {
    width: 100%;
  }
  .settingsProfile .settingsProfileRight {
    width: 100%;
    margin-top: 20px;
  }

  .openDepositBlock .formHandlLine .col.radioCol {
    width: 100%;
  }
  .openDepositBlock .formHandlLine .col:nth-last-child(2), .openDepositBlock .formHandlLine .col:nth-last-child(3) {
    width: 100%;
  }
  .openDepositBlock .formHandlLine .btn {
    margin-left: 0;
  }

  .refferalsBlock .refferalsInfo .item {
    width: 100%;
  }
  .refferalsBlock .refferalsInfo .item + .item {
    margin-top: 20px;
  }
  .refferalsBlock .refferalsState .tableState .line .col .tit {
    font-size: 14px;
    line-height: 16px;
  }

  .youRefferals .listRefferals .slideItem .slideHead {
    padding: 12px 34px 0px 91px;
    flex-wrap: wrap;
  }
  .youRefferals .listRefferals .slideItem .slideHead .col {
    width: 50%;
    margin-bottom: 15px;
  }

  .modalsScroll .closeModal {
    right: 20px;
    top: 20px;
  }

  .grettingsPage {
    padding: 20px 0;
  }
  .grettingsPage .grettingsPicture {
    top: -103px;
    margin-left: -155px;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  .advBlock .advTextBlock .txt {
    margin-top: 22px;
    max-width: 100%;
    padding-right: 0;
  }
  .advBlock .advTextBlock .pic {
    display: none;
  }

  .aboutPage {
    padding: 30px 0 0;
  }

  .partyPage .partProgramMainWrap {
    padding: 50px 0 20px;
  }

  .ratingBlock {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ratingBlock .ratingItem {
    height: 300px;
  }

  .rulesTextWrap .rulesText {
    padding: 25px 0 0;
  }
  .rulesTextWrap .rulesText .item + .item {
    margin-top: 25px;
  }
  .rulesTextWrap .textBlock {
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
  }

  .earnBlockWrap .earnBlock {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .header {
    padding: 13px 0;
  }
  .header .headerWrap .logo {
    top: 0;
    width: 120px;
  }

  .linkThemeDark {
    width: 10px;
    height: 10px;
    background-size: contain;
  }

  .grettingsMain {
    padding-top: 50px;
  }
  .grettingsMain .grettingsMainWrap {
    max-width: 100%;
  }
  .grettingsMain .grettingsMainWrap .text {
    min-height: 175px;
  }
  .grettingsMain .grettingsMainWrap .info {
    margin-top: 300px;
  }
  .grettingsMain .grettingsMainWrap .info li {
    width: 33.3333333333%;
  }
  .grettingsMain .grettingsPicture {
    top: 120px;
    left: 50%;
    margin-left: -430px;
  }

  .currentsList .list .item {
    width: calc(33.3333333333% - 2px);
    padding-top: 51px;
    padding-bottom: 30px;
    padding-left: 20px;
    min-width: auto;
    margin: 0 1px;
    margin-bottom: 20px;
  }
  .currentsList .list .item::before {
    left: 21px;
  }

  .lastOperationWrap .lastOperation .item {
    padding: 80px 30px 20px 20px;
  }
  .lastOperationWrap .lastOperation .item .iconBl {
    height: 68px;
    width: 100%;
  }
  .lastOperationWrap .lastOperation .item .col {
    padding: 0 9px;
  }
  .lastOperationWrap .lastOperation .item .col .tit {
    text-align: center;
  }
  .lastOperationWrap .lastOperation .item .col .data {
    text-align: center;
  }

  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total {
    flex-wrap: wrap;
    position: relative;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total ul {
    padding: 20px 0 0;
    width: 100%;
    justify-content: space-between;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total ul li {
    width: 50%;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total ul li:nth-child(1) {
    position: absolute;
    right: 5px;
    top: 18px;
    width: 50%;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .total ul li + li {
    margin-left: 0;
  }

  .roadMapWrap .roadMapList .item {
    width: calc(50% - 2px);
  }

  .footer .footerTop .col {
    width: 100% !important;
  }
  .footer .footerTop .col + .col {
    margin-top: 20px;
  }
  .footer .footerTop .col .socialBlock {
    margin-top: 20px;
  }
  .footer .footerPlat .list .item {
    width: 33.3333333333%;
  }

  .tarifPlansWrap .tarifPlans .btn {
    padding-left: 0;
    padding-right: 0;
  }
  .tarifPlansWrap .btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tarifPlansWrap::before, .tarifPlansWrap::after,
.sliderInfoWrap::before,
.sliderInfoWrap::after,
.lastNewsWrap::before,
.lastNewsWrap::after {
    display: none;
  }

  .btnBurger .line {
    height: 3px;
  }

  .cabPage {
    padding: 0 15px 58px;
  }

  .cabLeft {
    padding: 42px 0 140px;
  }
  .cabLeft .logo {
    width: 120px;
  }

  .cabCenterTop .socialBlock {
    top: 41px;
  }
  .cabCenterTop .socialBlock ul li a {
    width: 18px;
    height: 18px;
  }
  .cabCenterTop .socialBlock ul li + li {
    margin-left: 15px;
  }

  .cabClock {
    left: 15px;
    top: 90px;
  }

  .cabBalance {
    left: auto;
    top: 76px;
    right: 0;
    width: 50%;
    text-align: left;
  }

  .cabCenterTop .info {
    flex-wrap: wrap;
  }
  .cabCenterTop .info li {
    width: 50%;
    margin-bottom: 30px;
  }
  .cabCenterTop .info li .data {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    color: #f0b90b;
  }

  .cabCenter .cabContent {
    margin-top: 300px;
    padding: 38px 30px 63px;
  }

  .cabRight .cabRefLInk {
    right: 0;
    top: 258px;
    width: 50%;
    padding-right: 15px;
  }
  .cabRight .cabRefLInk .copyRef {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    color: #f0b90b;
  }
  .cabRight .cabTwoFactorBl {
    left: 0;
    bottom: -40px;
    width: 100%;
  }
  .cabRight .cabRightBtns {
    display: block;
    bottom: -200px;
    right: 0;
    width: 100%;
  }
  .cabRight .cabRightBtns .btn {
    max-width: 290px;
    margin: 0 auto;
  }
  .cabRight .cabRightBtns .btn + .btn {
    margin-top: 10px;
    margin-left: auto;
  }

  .cabBalanceList .item {
    padding: 20px 20px 19px 125px;
  }
  .cabBalanceList .item .cabBalanceHund {
    width: calc(50% - 5px);
  }

  .outPutList {
    padding-top: 30px;
  }
  .outPutList .item {
    flex-wrap: wrap;
    padding: 85px 15px 15px;
  }
  .outPutList .item .picture {
    width: 100%;
    height: 70px;
  }
  .outPutList .item .col {
    width: 50%;
    margin-bottom: 20px;
  }

  .formHandlLine .inputLine {
    width: 100%;
  }
  .formHandlLine .col {
    margin-top: 20px;
    width: 100%;
  }
  .formHandlLine .col + .col {
    margin-top: 20px;
  }

  .settingsProfile {
    padding: 15px;
  }
  .settingsProfile .settingsProfileCenter {
    flex-wrap: wrap;
  }
  .settingsProfile .settingsProfileCenter .inputLine {
    width: 100%;
  }
  .settingsProfile .settingsProfileCenter .inputLine + .inputLine {
    margin-top: 21px;
  }

  .settingsSecurity {
    padding: 15px;
  }

  .registrationModals .inputForm .inputLine {
    width: 100%;
    margin-bottom: 10px;
  }

  .modalsScroll .modalsContentWrap .linksModals {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .modalCheck {
    top: 23px;
    padding: 0;
  }

  .grettingsPage {
    padding: 20px 0;
  }
  .grettingsPage .grettingsPageWrap {
    max-width: 100%;
  }
  .grettingsPage .grettingsPicture {
    position: relative;
    top: auto;
    left: 50%;
    margin: 0;
    margin-left: -330px;
    margin-top: -110px;
    margin-bottom: -151px;
  }

  .earnBlockWrap .earnBlock .right .picture {
    height: 200px;
  }

  .partProgramMainWrap .partProgramMain .listPercent {
    max-width: 291px;
    margin-top: 20px;
  }
  .partProgramMainWrap .partProgramMain .listPercent .item {
    width: 63px;
    height: 63px;
    font-size: 20px;
    line-height: 23px;
  }
  .partProgramMainWrap .partProgramMain .listPercent .item::before {
    width: 58px;
    left: calc(100% - 5px);
    top: 69px;
  }
  .partProgramMainWrap .partProgramMain .listPercent .item:nth-child(2)::before {
    top: 5px;
    left: calc(100% - 0px);
  }
}
@media (max-width: 479px) {
  .container {
    padding: 0 14.5px;
  }

  .header {
    padding: 15px 0;
  }
  .header .headerWrap .logo {
    width: 82px;
  }
  .header .headerWrap .menuSite {
    padding: 15px;
  }

  .btnBurger {
    width: 25px;
  }
  .btnBurger .line + .line {
    margin-top: 2px;
  }

  .socialBlock ul li a {
    width: 13px;
    height: 13px;
  }
  .socialBlock ul li + li {
    margin-left: 10px;
  }

  .grettingsMain {
    padding-top: 38px;
  }
  .grettingsMain .grettingsMainWrap .text {
    padding-right: 0;
  }
  .grettingsMain .grettingsMainWrap .text .cap {
    font-size: 20px;
    line-height: 23px;
  }
  .grettingsMain .grettingsMainWrap .info {
    margin-top: 0;
    padding-bottom: 43px;
    padding-top: 0;
  }
  .grettingsMain .grettingsMainWrap .info li {
    margin: 19px 0px;
    width: 50%;
  }
  .grettingsMain .grettingsPicture {
    display: none;
    top: 65px;
    left: 50%;
    margin-left: -430px;
    -moz-transform: scale(0.35);
    -ms-transform: scale(0.35);
    -webkit-transform: scale(0.35);
    -o-transform: scale(0.35);
    transform: scale(0.35);
  }

  .currentsList {
    padding: 0;
  }

  h2.capSite {
    font-size: 18px;
    line-height: 21px;
  }

  h3.capSite {
    font-size: 16px;
    line-height: 19px;
  }

  .sliderInfoWrap {
    padding: 28px 0 75px;
  }
  .sliderInfoWrap .sliderInfo {
    margin-top: 21px;
  }
  .sliderInfoWrap .sliderInfo .item .name {
    font-size: 16px;
    line-height: 19px;
  }

  .slick-prev,
.slick-next {
    bottom: -28px;
  }

  .earnBlockWrap .earnBlock .left {
    margin-top: 21px;
    padding: 18px 10px 30px;
  }
  .earnBlockWrap .earnBlock .left .text {
    font-size: 12px;
    line-height: 18px;
  }
  .earnBlockWrap .earnBlock .left .companyInfo {
    margin-top: 7px;
  }
  .earnBlockWrap .earnBlock .left .companyInfo .desc {
    font-size: 12px;
    line-height: 13px;
    margin-top: 11px;
  }
  .earnBlockWrap .earnBlock .left .companyInfo .companyName {
    font-size: 12px;
    line-height: 14px;
  }
  .earnBlockWrap .earnBlock .right {
    margin-top: 22px;
  }
  .earnBlockWrap .earnBlock .right .info {
    padding: 14px 8px 24px;
  }
  .earnBlockWrap .earnBlock .right .info .txt {
    font-size: 16px;
    line-height: 19px;
  }
  .earnBlockWrap .earnBlock .right .info .btn {
    margin-top: 17px;
  }
  .earnBlockWrap .earnBlock .right .videoBlock {
    height: 182px;
  }

  .videoBlock .play {
    background-position: calc(50% + 2px) center;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
  }

  .btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .lastOperationWrap {
    padding: 50px 0 50px;
  }
  .lastOperationWrap .lastOperation {
    margin-top: 25px;
  }
  .lastOperationWrap .lastOperation .item {
    flex-wrap: wrap;
    padding: 80px 20px 20px 20px;
  }
  .lastOperationWrap .lastOperation .item .col {
    width: 100%;
  }
  .lastOperationWrap .lastOperation .item .col .data {
    margin-top: 5px;
  }
  .lastOperationWrap .lastOperation .item .col + .col {
    margin-top: 15px;
  }

  .tarifPlansWrap {
    padding-bottom: 94px;
  }
  .tarifPlansWrap .tarifPlans {
    margin-top: 20px;
  }
  .tarifPlansWrap .tarifPlans .item {
    width: 291px !important;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center {
    padding: 49px 11px 26px !important;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center .name {
    margin-top: 21px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center ul {
    margin-top: 30px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center ul li + li {
    margin-top: 16px;
  }
  .tarifPlansWrap .tarifPlans .item.slick-center .desc {
    margin-top: 28px;
  }
  .tarifPlansWrap .tarifPlans .item .btn {
    margin-top: 42px;
  }
  .tarifPlansWrap .slick-prev,
.tarifPlansWrap .slick-next {
    bottom: -71px;
  }

  .partProgramMainWrap .partProgramMain .left {
    margin-top: 13px;
    padding: 19px 15px 18px 15px;
  }
  .partProgramMainWrap .partProgramMain .right .line {
    padding: 17px 15px 38px 16px;
  }
  .partProgramMainWrap .partProgramMain .right .line ul {
    margin-top: 16px;
  }
  .partProgramMainWrap .partProgramMain .right .line ul li .pr {
    font-size: 20px;
    line-height: 23px;
  }
  .partProgramMainWrap .partProgramMain .right .line ul li + li {
    margin-left: 75px;
  }
  .partProgramMainWrap .partProgramMain .right .line .txt {
    margin-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }
  .partProgramMainWrap .partProgramMain .btn {
    margin: 100px auto 0;
  }

  .textBlock {
    font-size: 12px;
    line-height: 18px;
  }

  .cryptoBlockWrap {
    padding: 55px 0;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto {
    margin-top: 16px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .line {
    padding: 12px 9px 9px 9px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col {
    padding: 7px 10px 46px 9px;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col:nth-last-child(2) {
    border-top: 1px solid #D6D6D6;
  }
  .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col:nth-last-child(3), .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col:nth-last-child(2), .cryptoBlockWrap .cryptoBlock .listCrypto .item .info .col:nth-last-child(1) {
    width: 100%;
    text-align: left;
    padding-bottom: 7px;
    border-left: 0;
  }

  .lastNewsWrap .sliderLastNews {
    margin-top: 31px;
  }
  .lastNewsWrap .sliderLastNews .item {
    width: 100%;
    padding: 23px 14px;
  }
  .lastNewsWrap .sliderLastNews .item .capSite {
    margin-top: 21px;
  }
  .lastNewsWrap .sliderLastNews .item .date {
    padding: 4px 9px;
    font-size: 15px;
  }

  .roadMapWrap .roadMapList {
    padding: 0 10px;
  }
  .roadMapWrap .roadMapList .item {
    padding: 26px 10px 16px 55px;
    width: 100%;
    margin: 0 0px 11px;
  }

  .footer {
    padding: 43px 0 0;
  }
  .footer .footerTop .col .copyTxt {
    margin-top: 15px;
  }
  .footer .footerTop .col .txt {
    margin-top: 13px;
  }
  .footer .footerTop .col .txt br {
    display: none;
  }
  .footer .footerTop .col + .col {
    margin-top: 24px;
  }
  .footer .footerTop .col .link {
    margin-top: 16px;
  }
  .footer .footerTop .col .socialBlock {
    margin-top: 4px;
  }
  .footer .footerTop .col .socialBlock ul {
    justify-content: space-between;
  }
  .footer .footerTop .col .socialBlock ul li a {
    width: 28px;
    height: 28px;
  }
  .footer .footerMenu {
    margin: 0 -10px;
    padding-bottom: 17px;
    padding: 30px 0 11px;
  }
  .footer .footerMenu li {
    margin: 0 10px 15px;
  }
  .footer .footerPlat .list .item {
    margin-bottom: 12px;
  }
  .footer .footerPlat .list .item img {
    width: 79%;
  }

  .cabLeft {
    padding: 25px 0 69px;
  }
  .cabLeft .logo {
    width: 103px;
  }

  .cabCenterTop {
    padding: 0;
  }
  .cabCenterTop .info li {
    width: calc(50% - 18px);
    margin-bottom: 22px;
  }
  .cabCenterTop .info li .tit {
    font-size: 14px;
    line-height: 16px;
    display: block;
  }
  .cabCenterTop .info li .data {
    font-size: 12px;
    line-height: 14px;
    margin-top: 3px;
  }
  .cabCenterTop .socialBlock {
    right: 62px;
    top: 27px;
  }
  .cabCenterTop .socialBlock ul li a {
    width: 12px;
    height: 12px;
  }
  .cabCenterTop .socialBlock ul li + li {
    margin-left: 15px;
  }

  .cabPage {
    padding: 0 15px 72px;
  }
  .cabPage .btnBurger {
    right: 15px;
    top: 25px;
  }
  .cabPage .btnBurger .line {
    height: 3px;
  }
  .cabPage .btnBurger .line + .line {
    margin-top: 3px;
  }

  .cabClock {
    top: 56px;
  }
  .cabClock #time {
    font-size: 18px;
    line-height: 21px;
    text-align: left;
  }
  .cabClock #date {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
  }

  .cabBalance .title {
    font-size: 14px;
    line-height: 16px;
  }
  .cabBalance .value {
    font-size: 12px;
    line-height: 14px;
  }

  .cabRight .cabBalance {
    margin-top: 0;
    top: 60px;
    width: calc(50% - 18px);
  }
  .cabRight .cabRefLInk {
    top: 162px;
    width: calc(50% - 18px);
  }
  .cabRight .cabRefLInk .title {
    font-size: 14px;
    line-height: 16px;
  }
  .cabRight .cabRefLInk .copyRef {
    font-size: 12px;
    line-height: 14px;
  }
  .cabRight .cabTwoFactorBl {
    bottom: 63px;
  }
  .cabRight .cabRightBtns {
    bottom: -86px;
  }

  .cabCenter .cabContent {
    margin-top: 325px;
    padding: 10px 20px 50px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
  .cabCenter .cabContent .capDesc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 11px;
  }

  .cabPage h1.capSite {
    font-size: 30px;
    line-height: 35px;
  }

  .cabBalanceList {
    margin: 0;
    margin-top: 49px;
  }
  .cabBalanceList .item {
    margin: 0;
    flex-wrap: wrap;
    padding: 85px 5px 20px 9px;
  }
  .cabBalanceList .item .tit {
    font-size: 14px;
    line-height: 16px;
  }
  .cabBalanceList .item .val {
    font-size: 12px;
    line-height: 14px;
    margin-top: 18px;
  }
  .cabBalanceList .item .picture {
    width: 100%;
    height: 70px;
  }
  .cabBalanceList .item .cabBalanceHund {
    width: calc(50% - 0px);
    padding-top: 4px;
  }
  .cabBalanceList .item .cabBalanceHund .btn {
    padding: 8px 5px;
  }
  .cabBalanceList .item + .item {
    margin-top: 19px;
  }

  .cabLeft .cabMenu {
    width: 100%;
  }
  .cabLeft .cabMenu ul {
    padding: 19px 15px;
  }

  .btnBurger.selected .line:nth-child(1) {
    top: 6px;
  }
  .btnBurger.selected .line:nth-child(3) {
    top: -6px;
  }

  .header .btnBurger.selected .line:nth-child(3) {
    top: -4px;
  }

  .outPutList .item .col {
    width: 100%;
    margin-bottom: 10px;
  }
  .outPutList .item .col .tit {
    font-size: 14px;
    line-height: 16px;
  }

  .formHandlLine .col .tit {
    font-size: 14px;
    line-height: 16px;
  }
  .formHandlLine .col .data {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
  .filterBl .col.colDate .inputLine {
    width: 100%;
  }
  .filterBl .col .inputLine,
.filterBl .col .inputLineNumber {
    width: 100%;
  }
  .filterBl .col .inputLine + .inputLineNumber,
.filterBl .col .inputLineNumber + .inputLineNumber {
    margin-top: 10px;
  }
  .filterBl .col .inputLine + .inputLine,
.filterBl .col .inputLineNumber + .inputLine {
    margin-top: 10px;
  }

  .messageModal {
    font-size: 12px;
    line-height: 14px;
  }

  .tarifPlansWrap .tarifPlans .item {
    width: 291px !important;
  }

  .openDepositBlock .tarifPlansWrap .slick-next,
.openDepositBlock .tarifPlansWrap .slick-prev {
    bottom: 10px;
  }
  .openDepositBlock .tarifPlansWrap .tarifPlans .item {
    width: 280px !important;
  }
  .openDepositBlock .formHandlLine {
    margin: 15px -10px 0;
  }

  .refferalsBlock .refferalsState .filterBl {
    padding: 15px;
  }
  .refferalsBlock .refferalsState .filterBl .col .inputLine,
.refferalsBlock .refferalsState .filterBl .col .inputLineNumber {
    width: 100%;
  }
  .refferalsBlock .refferalsState .tableState .line {
    flex-wrap: wrap;
    padding: 15px;
  }
  .refferalsBlock .refferalsState .tableState .line .col {
    width: 100%;
  }
  .refferalsBlock .refferalsState .tableState .line .col + .col {
    margin-top: 10px;
  }

  .youRefferals .listRefferals .slideItem .slideHead {
    padding: 12px 30px 0px 55px;
    flex-wrap: wrap;
  }
  .youRefferals .listRefferals .slideItem .slideHead:before {
    left: 15px;
    width: 18px;
    height: 18px;
    margin-top: -17px;
  }
  .youRefferals .listRefferals .slideItem .slideHead .col {
    width: 100%;
    margin-bottom: 15px;
  }

  .modalsScroll .closeModal {
    width: 25px;
    height: 25px;
  }
  .modalsScroll .closeModal span {
    top: 3px;
  }
  .modalsScroll .closeModal span + span {
    top: 1px;
  }
  .modalsScroll .modalsContentWrap .modalsContent .capSite {
    font-size: 24px;
    line-height: 28px;
  }
  .modalsScroll .modalsContentWrap .linksModals {
    margin-top: 15px;
  }
  .modalsScroll .modalsContentWrap .linksModals .btn {
    padding: 15px 0;
    width: 100%;
  }
  .modalsScroll .modalsContentWrap .linksModals .linkSite {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
  }

  .modalDeposit,
.registrationModals,
.loginModals {
    padding: 15px;
  }

  .modalCheck {
    top: 0;
    padding: 15px 0;
  }

  .modalDeposit .modalDep li {
    flex-wrap: wrap;
  }
  .modalDeposit .modalDep li .tit {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
  }
  .modalDeposit .modalDep li .data {
    width: 100%;
    margin-top: 5px;
  }

  .grettingsPage {
    padding-top: 38px;
  }
  .grettingsPage .grettingsPageWrap .text {
    padding-right: 0;
  }
  .grettingsPage .grettingsPageWrap .text .cap {
    font-size: 20px;
    line-height: 23px;
  }
  .grettingsPage .grettingsPageWrap .text .txt {
    font-size: 12px;
    line-height: 14px;
  }
  .grettingsPage .grettingsPageWrap .text .lineBtns {
    display: flex;
  }
  .grettingsPage .grettingsPageWrap .text .lineBtns .btn {
    min-width: 140px;
    padding: 13px 0;
  }
  .grettingsPage .grettingsPageWrap .text .lineBtns .btn + .btn {
    margin-left: 6px;
  }
  .grettingsPage .grettingsPicture {
    left: 50%;
    margin-left: -329px;
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }

  .advBlock .advTextBlock {
    padding: 15px;
  }
  .advBlock .name {
    font-size: 14px;
    line-height: 16px;
  }
  .advBlock .txt {
    font-size: 12px;
    line-height: 18px;
  }
  .advBlock .advList {
    margin: 50px 0px 0;
  }
  .advBlock .advList .item {
    width: 100%;
    padding: 15px;
    margin: 0;
  }

  .partyPage .cryptoBlockWrap .cryptoBlock .listCrypto {
    margin-top: 30px;
  }

  .faqPage .writeBlockWrap {
    margin-top: 20px;
  }

  .faqListWrap .faqList .faqItem .quest {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 75px 10px 15px;
  }
  .faqListWrap .faqList .faqItem .answer .answerText {
    padding: 15px;
    font-size: 12px;
  }

  .writeBlockWrap .writeBlock {
    padding: 20px 10px;
  }

  .newsList .item {
    padding: 200px 15px 15px;
  }
  .newsList .item .name {
    font-size: 14px;
    line-height: 18px;
  }
  .newsList .item .picture {
    height: 180px;
  }
  .newsList .item .txt {
    font-size: 12px;
    line-height: 18px;
  }

  .contactsPage .earnBlockWrap .earnBlock .mapBlock {
    height: 250px;
  }
  .contactsPage .formCallWrap {
    padding: 50px 0;
  }

  .formCall .inputLine {
    width: 100%;
  }
  .formCall .inputLine + .inputLine {
    margin-top: 20px;
  }

  .contactsInfo {
    margin-top: 20px;
  }
  .contactsInfo .item {
    width: 100%;
    margin: 0 0 10px;
  }

  .ratingBlock {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .ratingBlock .ratingItem {
    height: 200px;
  }

  .ratingBlockWrap .ratingBlock {
    margin-top: 20px;
  }

  .rulesPage {
    padding: 25px 0;
  }

  .rulesTextWrap .rulesText {
    padding: 15px 0 0;
  }
  .rulesTextWrap .rulesText .item p {
    font-size: 12px;
  }
  .rulesTextWrap .rulesText .item ul li {
    font-size: 12px;
  }
  .rulesTextWrap .rulesText .item + .item {
    margin-top: 15px;
  }
  .rulesTextWrap .textBlock {
    font-size: 12px;
    line-height: 18px;
  }
}

/*# sourceMappingURL=style.css.map */

.button-red, .button-blue, .button-gray, .button-green {
  position: relative;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  padding: 19px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  background-color: #f0b90b;
  text-align: center;
  border: 0;
}
.button-red:hover, .button-blue:hover, .button-gray:hover, .button-green:hover {
  -webkit-box-shadow: 0px 0px 20px 5px #f0b90b;
  -moz-box-shadow: 0px 0px 20px 5px #f0b90b;
  box-shadow: 0px 0px 20px 5px #f0b90b;
}