@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic");

/* line 7, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 78, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
a:hover,
a {
  text-decoration: none;
}

/* line 83, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
:focus {
  outline: 0;
}

/* line 87, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
ul {
  list-style-type: none;
}

/* line 91, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
* {
  margin: 0;
  padding: 0;
  outline: none;
}

/* line 97, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 103, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
html {
  height: 100%;
}

/* line 107, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
body {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: #2e2e2e;
  background: #f8fcfc;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

/* line 117, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
body.bg-white {
  background: #fff;
}

/* line 124, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.container {
  width: 100%;
  max-width: 1140px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 15px;
}

/* line 133, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.top-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 40px;
  background: #1c4666;
}

@media (max-width: 991px) {
  /* line 133, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .top-header {
    display: none;
  }
}

/* line 144, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.top-header .rated {
  font-size: 11px;
  color: #fff;
}

/* line 148, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.top-header .rated a {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
}

/* line 153, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.top-header .rated a:hover {
  text-decoration: none;
}

/* line 158, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.top-header .rated .trustpilot {
  display: inline-block;
  padding-left: 18px;
  background: url(../images/trustpilot-star.png) 0 20% no-repeat;
  margin-right: 15px;
}

/* line 169, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.header-inner {
  height: 63px;
  border-top: 3px solid #13c088;
  background: #1c4666;
}

/* line 174, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.header-inner .main-head-top {
  height: 60px;
}

/* line 180, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head {
  padding: 34px 0;
  background: url(../images/background.jpg) 50% 0% no-repeat;
  background-size: cover;
}

/* line 188, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

@media (max-width: 1439px) {
  /* line 188, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top {
    flex-wrap: wrap;
  }
}

@media (max-width: 374px) {
  /* line 188, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top {
    justify-content: flex-start;
    padding: 0 15px;
  }
}

/* line 204, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top nav {
  margin-left: -20px;
}

@media (max-width: 1170px) {
  /* line 204, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top nav {
    margin-left: -10px;
  }
}

@media (max-width: 991px) {
  /* line 204, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top nav {
    display: none;
  }
}

/* line 215, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top nav ul {
  display: flex;
  align-items: center;
}

/* line 219, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top nav ul li {
  margin-right: 5px;
  padding: 0 10px;
}

/* line 230, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top nav ul li a {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
}

/* line 241, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top nav ul li a:hover {
  color: #13c088;
}

/* line 246, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top nav ul li.white-bg {
  padding: 0;
}

/* line 249, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top nav ul li.white-bg a {
  padding: 7px 20px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

/* line 258, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top nav ul li.white-bg a:hover {
  background: #13c088;
  color: #fff;
}

/* line 272, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top .logo {
  position: absolute;
  left: 50%;
  margin-left: -94px;
  z-index: 99;
}

@media (max-width: 1170px) {
  /* line 272, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top .logo {
    padding-left: 80px;
  }
}

@media (max-width: 991px) {
  /* line 272, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top .logo {
    padding-left: 0;
  }
}

@media (max-width: 374px) {
  /* line 272, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top .logo {
    width: auto;
    order: -1;
    position: relative;
    left: auto;
    margin-left: 0;
    display: block;
    text-align: center;
  }
}

/* line 299, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-top .logo img {
  width: 188px;
}

@media (max-width: 1439px) {
  /* line 307, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top--main-page .logo {
    order: -1;
    position: relative;
    left: auto;
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 374px) {
  /* line 307, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-top--main-page .logo {
    width: auto;
    order: -1;
    position: relative;
    left: auto;
    margin-left: 0;
    display: block;
    text-align: center;
  }
}

/* line 338, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.user-btns {
  display: flex;
}

@media (max-width: 991px) {
  /* line 338, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .user-btns {
    display: none;
  }
}

/* line 346, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.login-btn {
  display: block;
  width: 90px;
  height: 30px;
  background: transparent;
  font-size: 9px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 6px;
  border: 2px solid #255590;
  transition: 0.5s;
}

/* line 362, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.login-btn:hover {
  background: #255590;
  color: #fff;
}

/* line 368, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.started-btn {
  display: block;
  width: 90px;
  height: 30px;
  background: #15c98f;
  font-size: 9px;
  color: #fff;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 6px;
  transition: 0.5s;
  border: 2px solid #15c98f;
}

/* line 384, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.started-btn:hover {
  background: transparent;
  color: #fff;
}

/* line 391, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.right-header {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  /* line 391, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .right-header {
    display: none;
  }
}

/* line 399, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.right-header .rated {
  color: #fff;
}

@media (max-width: 1280px) {
  /* line 399, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .right-header .rated {
    display: none;
  }
}

/* line 406, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.right-header .rated a {
  color: #fff;
}

/* line 411, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.right-header .separator {
  display: block;
  width: 1px;
  height: 37px;
  background: #bfc8d1;
  margin: 0 40px;
}

@media (max-width: 1280px) {
  /* line 411, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .right-header .separator {
    display: none;
  }
}

/* line 426, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in .user-btn {
  position: relative;
  font-size: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-right: 75px;
  cursor: pointer;
}

/* line 436, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in .user-btn:before {
  content: "";
  width: 11px;
  height: 6px;
  background: url(../images/login-arrow.png);
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: 0px;
}

/* line 447, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in .user-btn span {
  margin-right: 20px;
}

/* line 450, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in .user-btn span img {
  margin-bottom: -5px;
}

/* line 458, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in .logged-in-dropdown {
  display: none;
  position: absolute;
  top: 60px;
  background: #1c4666;
  padding: 0 10px;
  width: 190px;
  z-index: 9;
}

/* line 470, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in li {
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid #345772;
  display: flex;
  align-items: center;
}

/* line 477, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in li:last-child {
  border-bottom: none;
}

/* line 481, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in li a {
  font-size: 17px;
  color: #fff;
  transition: 0.5s;
}

/* line 487, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in li a:hover {
  color: #13c088;
}

/* line 492, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logged-in li span {
  display: block;
  width: 50px;
  padding-left: 10px;
  margin-top: 8px;
}

/* language-select  */
/* line 504, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select {
  width: 115px;
  margin-left: 30px;
}

/* line 508, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select li {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}

/* line 515, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select li ul {
  position: absolute;
  display: none;
}

/* line 520, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select li:hover ul {
  display: block;
  top: 30px;
}

/* line 526, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select .language-select__opener {
  background-color: #fff;
  border: none;
  border-radius: 24px;
  height: 30px;
  padding: 0px 15px;
  line-height: 30px;
  background: #193f5c;
  display: flex;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
}

/* line 543, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select li:hover .language-select__opener {
  border-radius: 15px 15px 0 0;
}

/* line 547, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select li a i {
  margin-right: 5px;
  height: 30px;
  display: inline-flex;
  align-items: center;
}

/* line 555, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select .language-select__opener:after {
  position: absolute;
  right: 0px;
  top: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  z-index: 10;
  width: 30px;
  height: 30px;
  background: url(../images/seelct-arrow2.png) 10px 50% no-repeat;
}

/* line 568, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select ul {
  width: 100%;
  display: none;
  background: #193f5c;
  border-radius: 0 0 12px 12px;
  max-height: 250px;
  margin-top: 0px;
}

/* line 576, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select ul li {
  margin-bottom: 0 !important;
}

/* line 579, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select ul li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 15px;
  height: auto;
  color: #fff;
  font-size: 11px;
  margin-bottom: 0 !important;
  line-height: normal;
  transition: 0;
}

/* line 592, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select ul li:last-child a {
  border-radius: 0 0 12px 12px;
}

/* line 596, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select ul li:hover a {
  color: #000;
  background: #fff;
  text-decoration: none !important;
}

/* language-select  */
/* line 606, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white {
  width: 115px;
}

/* line 609, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white li {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 11px;
  cursor: pointer;
}

/* line 616, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white li ul {
  position: absolute;
  display: none;
}

/* line 621, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white li:hover ul {
  display: block;
  top: 30px;
}

/* line 627, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white__opener {
  background-color: #fff;
  border: none;
  border-radius: 24px;
  height: 30px;
  padding: 0px 15px;
  line-height: 30px;
  background: #fff;
  display: flex;
  color: #000;
  font-size: 11px !important;
  white-space: nowrap;
  overflow: hidden;
  align-items: center;
}

/* line 644, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white li:hover .language-select-white__opener {
  border-radius: 15px 15px 0 0;
}

/* line 648, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white li a i {
  margin-right: 5px;
  height: 30px;
  display: inline-flex;
  align-items: center;
}

/* line 656, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white__opener:after {
  position: absolute;
  right: 0px;
  top: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  z-index: 10;
  width: 30px;
  height: 30px;
  background: url(../images/select-arrow1.png) 10px 50% no-repeat;
}

/* line 669, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white ul {
  width: 100%;
  display: none;
  background: #fff;
  border-radius: 0 0 12px 12px;
  max-height: 250px;
  margin-top: 0px;
}

/* line 677, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white ul li {
  margin-bottom: 0 !important;
}

/* line 680, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white ul li a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 5px 15px;
  height: auto;
  color: #000;
  font-size: 11px !important;
  margin-bottom: 0 !important;
  line-height: normal;
  transition: 0;
}

/* line 693, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white ul li:last-child a {
  border-radius: 0 0 12px 12px;
}

/* line 697, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-select-white ul li:hover a {
  color: #fff;
  background: #000;
  text-decoration: none !important;
}

/* line 706, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-form {
  padding-top: 70px;
}

@media (max-width: 991px) {
  /* line 706, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-form {
    padding-top: 0;
  }
}

/* line 713, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-head-form__title {
  display: block;
  text-align: center;
  font-size: 42px;
  color: #fff;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  /* line 713, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-head-form__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

/* line 728, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs {
  width: 740px;
  margin: 0 auto;
}

/* line 729, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs .tabs {
  display: flex;
}

/* line 733, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs--deal {
  width: 960px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  /* line 733, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-tabs--deal {
    width: 100%;
    padding-bottom: 30px;
  }
}

/* line 742, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs--deal .deposit-column {
  width: calc(100% - 450px);
}

@media (max-width: 991px) {
  /* line 742, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-tabs--deal .deposit-column {
    width: calc(100% - 350px);
  }
}

@media (max-width: 767px) {
  /* line 742, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-tabs--deal .deposit-column {
    width: 100%;
    margin-bottom: 25px;
  }
}

/* line 755, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs--deal .receive-column {
  position: relative;
  width: 420px;
}

@media (max-width: 991px) {
  /* line 755, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-tabs--deal .receive-column {
    width: 320px;
  }
}

@media (max-width: 767px) {
  /* line 755, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-tabs--deal .receive-column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 728, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-tabs {
    width: 100%;
  }
}

/* line 782, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs .tabs {
  padding-left: 15px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 782, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-tabs .tabs {
    padding-left: 0;
  }
}

/* line 791, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs .tabs li {
  margin: 0 45px 0 0;
}

@media (max-width: 767px) {
  /* line 791, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .main-tabs .tabs li {
    margin: 0 15px;
  }
}

/* line 799, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs .tabs li:last-child {
  margin-right: 0;
}

/* line 809, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.main-tabs--deal .tabs li a {
  color: #000;
}

@media (max-width: 767px) {
  /* line 815, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .tabs {
    display: flex;
    justify-content: center;
  }
}

/* line 823, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.tabs li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.3;
  transition: 0.5s;
}

/* line 831, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.tabs li a:hover {
  opacity: 0.7;
}

/* line 837, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.tabs a.active {
  opacity: 1;
}

/* line 842, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.tab-content-bg {
  padding: 25px 25px 17px 25px;
  background: #13c088;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  /* line 842, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .tab-content-bg {
    padding: 25px 15px 15px 15px;
    border-radius: 0;
  }
}

/* line 857, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.deposit-column {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(66.6666% - 15px);
}

@media (max-width: 767px) {
  /* line 857, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .deposit-column {
    width: 100%;
    margin-bottom: 25px;
  }
}

/* line 869, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.receive-column {
  position: relative;
  width: calc(33.333% - 15px);
}

@media (max-width: 767px) {
  /* line 869, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .receive-column {
    width: 100%;
  }
}

/* line 878, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.amount-selection {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

/* line 887, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 893, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.tab-title {
  font-family: 'Open Sans', sans-serif;
  position: absolute;
  top: -35px;
  left: 0px;
  display: inline-block;
  font-size: 11px;
  color: #fff;
  padding: 3px 10px;
  background: #000;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 893, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .tab-title {
    top: -19px;
  }
}

/* selects */
/* line 915, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.select {
  position: relative;
  display: block;
  width: 100%;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

/* line 916, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.select.is-open ul {
  display: block;
}

/* line 920, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
  z-index: 100;
}

/* line 944, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.select .placeholder {
  position: relative;
  display: block;
  z-index: 1;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 953, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.select ul li {
  display: block;
  cursor: pointer;
  width: 100%;
}

/* end common style select*/
/* crypto-select */
/* line 964, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select {
  border-radius: 4px;
  height: 50px;
  padding: 0;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

/* line 974, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select.crypto-select--half {
  width: calc(50% - 5px);
}

/* line 978, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select--margin-small {
  margin-bottom: 0 !important;
}

/* line 982, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select--subtract-btn {
  width: calc(100% - 115px);
}

@media (max-width: 374px) {
  /* line 982, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .crypto-select--subtract-btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 991, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select input {
  width: calc(100% - 80px);
  border: none;
  height: 48px;
  line-height: 48px;
  background: none;
  font-size: 14px;
  color: #2c3e50;
  padding: 0 10px 0 20px;
}

/* line 1002, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select .select {
  width: 73px;
  margin: 5px 5px 0 0;
}

/* line 1007, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select .select .placeholder {
  background-color: #fff;
  padding: 9px 30px 0 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  color: #000;
  font-size: 13px;
}

/* line 1017, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select .select .placeholder:after {
  position: absolute;
  right: 8px;
  top: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  z-index: 10;
  width: 13px;
  height: 7px;
  background: url(../images/select-arrow1.png) 0 0 no-repeat;
}

/* line 1031, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select .select.is-open .placeholder {
  border-bottom: none;
}

/* line 1038, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select .select ul {
  background: #fff;
  border-radius: 0 0 4px 4px;
  max-height: 200px;
  border: 1px solid #eaeaea;
  margin-top: -5px;
}

/* line 1045, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select .select ul li {
  text-align: left;
  padding: 5px 10px;
  color: #2c3e50;
  font-size: 13px;
}

/* line 1051, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.crypto-select .select ul li:hover {
  background: #13c088;
  color: #fff;
}

@media (max-width: 566px) {
  /* line 1064, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .crypto-select.crypto-select--left, .crypto-select.crypto-select--right, .crypto-select.crypto-select--half {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* end crypto-select */
/* form-select */
/* line 1077, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-select {
  width: 100%;
}

/* line 1080, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-select .placeholder {
  border: 1px solid #dbe5ef;
  border-radius: 36px;
  height: 50px;
  padding: 0px 20px 0 20px;
  line-height: 50px;
  background: #fff;
  display: flex;
  color: #5b63fe;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1094, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-select.select--black-color .placeholder {
  color: #000;
}

/* line 1098, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-select .placeholder:after {
  position: absolute;
  right: 0px;
  top: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  z-index: 10;
  width: 40px;
  height: 46px;
  background: #fff url(../images/select-arrow1.png) 10px 50% no-repeat;
}

/* line 1111, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-select.is-open .placeholder {
  border-radius: 24px 24px 0 0;
  border-bottom: none;
}

/* line 1116, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-select ul {
  background: #fff;
  border-radius: 0 0 24px 24px;
  max-height: 250px;
  border: 1px solid #dbe5ef;
  margin-top: 0px;
}

/* line 1123, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-select ul li {
  text-align: left;
  padding: 5px 10px 5px 15px;
  color: #2c3e50;
  font-size: 14px;
}

/* line 1129, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-select ul li:hover {
  background: #5457ff;
  color: #fff;
}

/* payment-select */
/* line 1139, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select {
  width: 100%;
}

/* line 1142, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select.payment-select--main-tab {
  width: calc(100% - 180px) !important;
}

/* line 1146, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select--half {
  width: calc(50% - 5px);
}

/* line 1150, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select--subtract-btn {
  width: calc(100% - 115px) !important;
}

@media (max-width: 374px) {
  /* line 1150, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .payment-select--subtract-btn {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
}

/* line 1159, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select .select {
  width: 100%;
}

/* line 1162, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select .select .placeholder {
  background-color: #fff;
  border-radius: 4px;
  height: 50px;
  padding: 0px 20px 0 15px;
  line-height: 50px;
  background: #fff;
  display: flex;
  color: #2c3e50;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 1175, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select .select .placeholder:after {
  position: absolute;
  right: 0px;
  top: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  z-index: 10;
  width: 40px;
  height: 46px;
  background: #fff url(../images/select-arrow1.png) 10px 50% no-repeat;
}

/* line 1189, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select .select.is-open .placeholder {
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

/* line 1194, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select .select ul {
  background: #fff;
  border-radius: 0 0 4px 4px;
  max-height: 250px;
  border: 1px solid #eaeaea;
  margin-top: 0px;
}

/* line 1201, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select .select ul li {
  text-align: left;
  padding: 5px 10px 5px 15px;
  color: #2c3e50;
  font-size: 14px;
}

/* line 1207, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.payment-select .select ul li:hover {
  background: #13c088;
  color: #fff;
}

@media (max-width: 566px) {
  /* line 1217, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .payment-select {
    width: 100%;
  }
  /* line 1221, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .payment-select.payment-select--main-tab {
    width: 100% !important;
  }
}

/* end payment-select */
/* line 1229, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn-block {
  text-align: center;
  padding: 10px 0 0 0;
}
span.exchange-btn-block {
  padding: 0;
}

/* line 1234, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn {
  font-family: 'Open Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  padding: 0 32px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  background: #13c088;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.29);
}

/* line 1252, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn .icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
}

/* line 1259, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn .icon:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/check_white_icon.png) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  opacity: 1;
}

/* line 1271, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn .icon:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/check_icon.png) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

/* line 1284, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn:hover {
  background: #fff;
  color: #13c088;
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.65);
}

/* line 1292, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn:hover .icon:before {
  opacity: 0;
}

/* line 1296, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn:hover .icon:after {
  opacity: 1;
}

/* line 1301, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn-blue {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  width: 105px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #1c4666;
  border-radius: 4px;
  text-align: center;
  transition: 0.5s;
}

@media (max-width: 374px) {
  /* line 1301, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .exchange-btn-blue {
    width: 100%;
  }
}

/* line 1319, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.exchange-btn-blue:hover {
  background: #2a2a2a;
}

/* line 1324, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7fa3bb;
  text-align: right;
  display: block;
  padding-top: 4px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  /* line 1324, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .form-text {
    text-align: center;
  }
}

/* line 1340, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.advantages {
  padding: 35px 0 15px 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  /* line 1340, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .advantages {
    flex-wrap: wrap;
  }
}

/* line 1350, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.advantage-item {
  width: 250px;
  padding: 0 5px 0 25px;
  border: 2px solid #ebeff2;
  background: #fff;
  border-radius: 48px;
  display: flex;
  align-items: center;
  margin: 0 15px;
  height: 85px;
  color: #7a7a7a;
  font-size: 15px;
}

@media (max-width: 767px) {
  /* line 1350, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .advantage-item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  /* line 1368, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .advantage-item:last-child {
    margin-bottom: 0;
  }
}

/* line 1373, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.advantage-item img {
  margin-right: 10px;
}

/* line 1379, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
h2,
.content-title {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 24px;
  color: #2e2e2e;
}

/* line 1391, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.currencies-available {
  padding: 20px 0 50px 0;
}

/* line 1395, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.how-to-start {
  padding: 50px 0 50px 0;
}

@media (max-width: 991px) {
  /* line 1395, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .how-to-start {
    padding: 25px 0;
  }
}

/* line 1403, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.why-choose {
  padding: 50px 0 50px 0;
}

@media (max-width: 991px) {
  /* line 1403, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .why-choose {
    padding: 25px 0;
  }
}

/* line 1410, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.why-choose__content {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 767px) {
  /* line 1410, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .why-choose__content {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  /* line 1420, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .check-list {
    width: 100%;
  }
}

/* line 1425, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.check-list li {
  font-size: 20px;
  background: url(../images/check_icon.png) 0 2px no-repeat;
  padding-left: 35px;
  margin-bottom: 10px;
  min-height: 24px;
}

@media (max-width: 767px) {
  /* line 1425, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .check-list li {
    font-size: 16px;
  }
}

/* line 1440, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.steps {
  padding: 0 105px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  /* line 1440, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .steps {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 1440, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .steps {
    padding: 0 30px;
  }
}

/* line 1454, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.steps .step {
  width: 25%;
  position: relative;
}

@media (max-width: 767px) {
  /* line 1454, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .steps .step {
    width: 100%;
    padding: 70px 0 70px 40px;
    border-left: 2px solid #13c088;
  }
}

/* line 1464, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.steps .step__title {
  display: block;
  font-size: 19px;
  width: 100%;
  border-bottom: 2px solid #13c088;
  padding-bottom: 15px;
  margin-bottom: 40px;
  text-align: left;
  padding-left: 50px;
}

@media (max-width: 767px) {
  /* line 1464, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .steps .step__title {
    border: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    text-align: left;
    padding-left: 0;
  }
}

/* line 1484, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.steps .step__number {
  position: absolute;
  top: 26px;
  left: 0;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  background: #13c088;
  border-radius: 50%;
}

@media (max-width: 767px) {
  /* line 1484, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .steps .step__number {
    top: 0;
    left: -15px;
  }
}

/* line 1503, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.steps .step p {
  font-size: 15px;
  color: #8e8e8e;
  padding-right: 40px;
}

/* line 1515, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block {
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 0px 9px -3px rgba(0, 0, 0, 0.27);
}

@media (max-width: 991px) {
  /* line 1515, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .table-block {
    overflow-x: auto;
  }
}

/* line 1524, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  background: #fff;
  margin-bottom: 0;
  min-width: 900px;
}

/* line 1533, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th {
  font-size: 17px;
  color: #fff;
  padding: 7px 20px;
  background: #1c4666;
  text-align: center;
  white-space: nowrap;
  border: none;
  font-weight: 500;
}

@media (max-width: 991px) {
  /* line 1533, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .table-block th {
    padding: 5px 10px;
    font-size: 15px;
  }
}

/* line 1549, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:first-child {
  text-align: left;
  padding-left: 30px;
}

/* line 1554, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:last-child {
  text-align: right;
}

/* line 1558, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:nth-child(1) {
  width: 20%;
}

/* line 1562, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:nth-child(2) {
  width: 10%;
}

/* line 1566, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:nth-child(3) {
  width: 15%;
}

/* line 1570, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:nth-child(4) {
  width: 25%;
}

/* line 1574, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:nth-child(5) {
  width: 15%;
}

/* line 1578, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:nth-child(6) {
  width: 15%;
}

/* line 1582, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block th:last-child {
  padding-right: 50px;
}

/* line 1588, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .table-scroll {
  padding: 10px 15px;
  background: #fff;
  min-width: 900px;
}

@media (max-width: 991px) {
  /* line 1588, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .table-block .table-scroll {
    padding: 10px 5px;
  }
}

/* line 1599, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .scroll {
  max-height: 430px;
  overflow-y: auto;
  background: #fff;
  padding: 0 15px;
  overflow-x: auto;
  min-width: 900px;
}

@media (max-width: 991px) {
  /* line 1599, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .table-block .scroll {
    padding: 0px 5px;
  }
}

/* line 1611, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .scroll::-webkit-scrollbar {
  width: 4px;
}

/* line 1615, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .scroll::-webkit-scrollbar-track {
  background: #f0f2f5;
  border-radius: 10px;
}

/* line 1621, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .scroll::-webkit-scrollbar-thumb {
  background: #78797a;
  border-radius: 5px;
}

/* line 1628, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block tr:last-child td {
  border-bottom: 0;
}

/* line 1632, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td {
  padding: 10px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
  color: #354052;
  text-align: center;
  border-top: none;
  white-space: nowrap;
}

@media (max-width: 991px) {
  /* line 1632, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .table-block td {
    padding: 5px 10px;
  }
}

/* line 1647, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td:first-child {
  text-align: left;
  padding-left: 0;
}

/* line 1652, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td:last-child {
  text-align: right;
}

/* line 1656, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td:nth-child(1) {
  width: 20%;
}

/* line 1660, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td:nth-child(2) {
  width: 10%;
  text-align: right;
}

/* line 1665, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td:nth-child(3) {
  width: 15%;
}

/* line 1669, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td:nth-child(4) {
  width: 25%;
}

/* line 1673, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td:nth-child(5) {
  width: 15%;
}

/* line 1677, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block td:nth-child(6) {
  width: 15%;
}

@media (max-width: 991px) {
  /* line 1677, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .table-block td:nth-child(6) {
    padding-right: 25px;
  }
}

/* line 1686, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .crypto-valute {
  display: flex;
  align-items: center;
}

/* line 1690, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .crypto-valute .icon {
  margin-right: 10px;
  margin-bottom: -4px;
}

/* line 1696, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .profit {
  color: #13c088;
}

/* line 1700, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .lesion {
  color: #ff1573;
}

/* line 1704, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.table-block .volume {
  color: #7f8fa4;
}

/* line 1709, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.about {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  /* line 1709, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .about {
    padding: 25px 0;
  }
}

/* line 1720, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.join-block {
  text-align: center;
  padding-top: 30px;
  width: calc(100%/2 - 15px);
}

@media (max-width: 991px) {
  /* line 1720, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .join-block {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* line 1730, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.join-block .logo {
  display: block;
  margin-bottom: 40px;
}

/* line 1734, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.join-block .logo img {
  max-width: 100%;
}

/* line 1741, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.join-block p {
  font-size: 22px;
  margin-bottom: 30px;
  line-height: 28px;
}

@media (max-width: 991px) {
  /* line 1741, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .join-block p {
    font-size: 18px;
    line-height: 22px;
  }
}

/* line 1756, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.join-btn {
  display: inline-block;
  height: 40px;
  line-height: 36px;
  font-size: 20px;
  color: #13c088;
  border: 2px solid #13c088;
  border-radius: 4px;
  background: #fff;
  padding: 0 30px;
  transition: 0.5s;
}

/* line 1769, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.join-btn:hover {
  background: #13c088;
  color: #fff;
}

/* line 1776, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.about-text {
  width: calc(100%/2 - 15px);
}

@media (max-width: 991px) {
  /* line 1776, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .about-text {
    width: 100%;
  }
}

/* line 1783, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.about-text small {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  /* line 1783, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .about-text small {
    font-size: 18px;
  }
}

/* line 1794, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.about-text__title {
  display: block;
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 40px;
}

@media (max-width: 991px) {
  /* line 1794, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .about-text__title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 1807, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.about-text p {
  font-size: 19px;
  color: #8e8e8e;
}

@media (max-width: 991px) {
  /* line 1807, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .about-text p {
    font-size: 16px;
  }
}

/* line 1817, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.have-question {
  border-top: 1px solid #d4d4d4;
  background: #fff;
  text-align: center;
  background: #fff;
  padding: 25px 0;
}

/* line 1825, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.have-question .logo-question {
  display: block;
  margin-bottom: 10px;
}

/* line 1829, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.have-question .logo-question img {
  width: 225px;
}

/* line 1836, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.have-question__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  /* line 1836, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .have-question__bottom {
    flex-direction: column;
  }
}

/* line 1845, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.have-question__bottom span {
  font-size: 21px;
  margin-right: 20px;
}

@media (max-width: 767px) {
  /* line 1845, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .have-question__bottom span {
    display: block;
    margin: 0 0 20px 0;
    font-size: 18px;
    padding: 0 15px;
  }
}

/* line 1862, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.btn-question {
  display: block;
  height: 30px;
  padding: 0 18px;
  background: #15c98f;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid #15c98f;
}

/* line 1876, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.btn-question:hover {
  background: transparent;
  color: #13c088;
}

/* line 1882, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
footer {
  padding-top: 60px;
  background: #f8fcfc;
  border-top: 1px solid #d1d3d3;
}

/* line 1888, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.footer-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  /* line 1888, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .footer-content {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 1899, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  /* line 1899, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .footer-column {
    width: calc(100%/2);
    margin-bottom: 30px;
  }
}

/* line 1910, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.footer-column__title {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #4e4e4e;
}

/* line 1917, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.footer-column__title--min {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4e4e4e;
}

/* line 1927, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.footer-column ul li {
  margin-bottom: 10px;
}

/* line 1930, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.footer-column ul li a {
  font-size: 15px;
  color: #4e4e4e;
}

/* line 1934, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.footer-column ul li a:hover {
  text-decoration: underline;
}

/* line 1943, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-item {
  display: block;
  margin-bottom: 15px;
}

/* line 1947, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-item a {
  font-size: 13px;
  color: #4e4e4e;
}

/* line 1951, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-item a:hover {
  text-decoration: underline;
}

/* line 1957, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.social {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

/* line 1962, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.social span {
  margin-right: 30px;
}

/* line 1965, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.social span:last-child {
  margin-right: 0;
}

/* line 1978, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logotypes {
  width: calc(100% +20px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px 40px -10px;
}

@media (max-width: 1170px) {
  /* line 1978, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .logotypes {
    justify-content: space-around;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  /* line 1978, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .logotypes {
    margin-bottom: 0;
  }
}

/* line 1995, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logotypes span {
  margin: 0 10px 40px 10px;
  transition: 0.5s;
}

/* line 1999, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logotypes span:hover {
  opacity: 0.6;
}

/* line 2004, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.logotypes img {
  max-width: 100%;
}

/* line 2009, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.copy {
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #1c2a49;
}

@media (max-width: 767px) {
  /* line 2009, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .copy {
    font-size: 13px;
  }
}

/* line 2022, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.mobile-menu {
  display: none;
}

@media (max-width: 991px) {
  /* line 2022, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .mobile-menu {
    display: block;
  }
}

/* line 2030, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-content {
  padding-top: 110px;
  display: none;
  transition: all 1s ease;
  pointer-events: none;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: -34px;
  left: 0;
  background: #1c4666;
  position: absolute;
  z-index: 9;
}

/* line 2044, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-content.open {
  display: block;
  pointer-events: all;
}

/* line 2051, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-content li {
  text-align: center;
  margin-bottom: 20px;
}

/* line 2056, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-content a {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
}

/* line 2063, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-content a:hover {
  color: #13c088;
}

/* This is the icon container  */
/* line 2071, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-trigger {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 15px;
}

/* line 2080, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-trigger span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  background: #fff;
  transition: all .3s linear;
}

/* line 2088, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-trigger span:nth-child(1) {
  top: 0px;
}

/* line 2092, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-trigger span:nth-child(2), .menu-trigger span:nth-child(3) {
  top: 8px;
}

/* line 2097, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.menu-trigger span:nth-child(4) {
  top: 16px;
}

/* line 2103, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.header-inner .menu-trigger {
  top: 20px;
}

/* line 2109, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.icon-active span:nth-child(1), .icon-active span:nth-child(4) {
  opacity: 0;
}

/* line 2114, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.icon-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 2121, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.icon-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 2133, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-selection-mobile {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: flex;
  justify-content: flex-end;
}

/* line 2141, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-selection-mobile a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 15px;
  text-transform: none;
  border: none;
  padding: 8px 15px;
}

/* line 2152, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.language-selection-mobile i {
  margin-right: 5px;
}

/* line 2159, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.deal-page {
  padding: 50px 0;
  background: #fff;
}

/* line 2165, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.deal-head {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 2165, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .deal-head {
    justify-content: center;
    margin-bottom: 30px;
  }
}

/* line 2178, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.deal-head__title {
  font-size: 31px;
  color: #545454;
}

@media (max-width: 991px) {
  /* line 2178, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .deal-head__title {
    font-size: 20px;
  }
}

/* line 2192, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.rated {
  font-size: 13px;
  color: #000;
}

@media (max-width: 767px) {
  /* line 2192, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .rated {
    display: none;
  }
}

/* line 2200, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.rated a {
  color: #000;
  text-decoration: underline;
  margin-left: 5px;
}

/* line 2205, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.rated a:hover {
  text-decoration: none;
}

/* line 2210, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.rated .trustpilot {
  display: inline-block;
  padding-left: 18px;
  background: url(../images/trustpilot-star.png) 0 20% no-repeat;
  margin-left: 10px;
}

/* line 2224, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-packages {
  padding: 60px 0;
  width: calc(100% + 180px);
  margin: 0 -90px;
}

@media (max-width: 1170px) {
  /* line 2224, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .available-packages {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  /* line 2224, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .available-packages {
    padding: 30px 0;
  }
}

/* line 2239, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-packages__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 2247, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-packages-block {
  margin: 0 auto;
  width: 75%;
}

@media (max-width: 991px) {
  /* line 2247, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .available-packages-block {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* line 2257, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.historical-chart-block {
  width: calc(100%/2 - 15px);
}

@media (max-width: 991px) {
  /* line 2257, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .historical-chart-block {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* line 2267, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title {
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 15px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 30px;
}

/* line 2278, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title--flex-column {
  flex-direction: column;
  align-items: flex-start;
}

/* line 2283, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title__small {
  display: block;
  font-size: 12px;
  color: #767676;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  /* line 2283, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .content-inner-title__small {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  /* line 2267, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .content-inner-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 2267, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .content-inner-title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
  }
}

/* line 2304, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title .em-block {
  font-size: 14px;
  color: #2c3e50;
}

/* line 2310, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title--margin-small {
  margin-bottom: 20px;
}

/* line 2314, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title .content-h {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #545454;
}

/* line 2321, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title .content-h--size-large {
  font-size: 30px;
}

@media (max-width: 767px) {
  /* line 2321, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .content-inner-title .content-h--size-large {
    font-size: 20px;
  }
}

/* line 2331, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title .icon {
  min-width: 30px;
  margin-right: 15px;
  height: 18px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  /* line 2331, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .content-inner-title .icon {
    width: auto;
    margin-right: 15px;
  }
}

/* line 2344, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title em {
  font-size: 11px;
  font-style: italic;
  color: #9c9d9d;
}

@media (max-width: 767px) {
  /* line 2344, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .content-inner-title em {
    padding: 8px 0 0 0;
  }
}

/* line 2353, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title em a {
  color: #000;
  text-decoration: underline;
}

/* line 2357, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.content-inner-title em a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 2363, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .content-inner-title .pdf-invoice-btn {
    margin-top: 15px;
  }
}

/* line 2371, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.historical-chart-content img {
  width: 100%;
  max-width: 100%;
}

/* line 2377, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table {
  overflow: hidden;
  width: 100%;
}

/* line 2381, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table .table-scroll {
  width: 100%;
  overflow-x: scroll;
}

/* line 2387, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  min-width: 500px;
}

/* line 2397, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table th {
  font-size: 17px;
  color: #7f7f7f;
  font-weight: 500;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  padding-bottom: 10px;
}

/* line 2405, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table th:last-child {
  text-align: right;
}

/* line 2410, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table td {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  text-align: left;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
}

/* line 2418, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table td .price-color {
  color: #13c088;
}

/* line 2423, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table td .crypto-item {
  display: flex;
  align-items: center;
}

/* line 2427, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table td .crypto-item .icon {
  margin-right: 10px;
}

/* line 2433, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.available-table tr:last-child td {
  border-bottom: none;
}

/* line 2438, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.buy-btn {
  float: right;
  display: inline-block;
  height: 24px;
  line-height: 22px;
  border: 1px solid #222222;
  border-radius: 2px;
  font-size: 12px;
  color: #222;
  padding: 0 18px;
  font-weight: 600;
  transition: 0.5s;
}

/* line 2451, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.buy-btn:hover {
  background: #222;
  color: #fff;
}

/* line 2457, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions {
  padding: 60px 0;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 2457, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions {
    padding: 30px 0;
  }
}

/* line 2469, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-tabs .tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  /* line 2469, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-tabs .tabs {
    flex-direction: column;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 2483, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-tabs .tabs li {
    margin-bottom: 20px;
  }
}

/* line 2488, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-tabs .tabs li a {
  color: #000;
  font-size: 21px;
  transition: 0.5s;
  text-transform: none;
  opacity: 1;
  border-bottom: 2px solid transparent;
  padding-bottom: 10px;
}

/* line 2498, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-tabs .tabs li a .icon {
  margin-right: 10px;
  position: relative;
  bottom: -2px;
}

/* line 2504, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-tabs .tabs li a:hover {
  opacity: 0.7;
}

/* line 2512, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-tabs .tabs a.active {
  border-color: #37b182;
}

/* line 2517, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-filter {
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  /* line 2517, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-filter {
    padding: 0;
  }
}

@media (max-width: 479px) {
  /* line 2517, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-filter {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 2533, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-filter .filter-select {
  width: calc(50% - 70px);
}

@media (max-width: 479px) {
  /* line 2533, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-filter .filter-select {
    width: 100%;
  }
}

@media (max-width: 479px) {
  /* line 2542, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .filter-select {
    margin-bottom: 10px;
  }
}

/* line 2547, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.filter-select .select {
  width: 100%;
}

/* line 2552, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.filter-select .select .placeholder {
  background-color: #eef5f5;
  padding: 11px 40px 0 20px;
  height: 40px;
  border-radius: 2px;
  border: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

/* line 2563, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.filter-select .select .placeholder:after {
  position: absolute;
  right: 18px;
  top: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  z-index: 10;
  width: 13px;
  height: 7px;
  background: url(../images/select-arrow1.png) 0 0 no-repeat;
}

/* line 2577, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.filter-select .select.is-open .placeholder {
  border-bottom: none;
}

/* line 2584, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.filter-select .select ul {
  background: #eef5f5;
  border-radius: 4px;
  max-height: 200px;
  margin-top: 4px;
}

/* line 2590, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.filter-select .select ul li {
  text-align: left;
  padding: 5px 10px;
  color: #2c3e50;
  font-size: 13px;
}

/* line 2596, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.filter-select .select ul li:hover {
  background: #13c088;
  color: #fff;
}

/* line 2609, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.btn--green {
  width: 110px;
  height: 31px;
  line-height: 27px;
  background: #13c088;
  border-radius: 4px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #13c088;
}

@media (max-width: 479px) {
  /* line 2609, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .btn--green {
    width: 100%;
  }
}

/* line 2627, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.btn--green:hover {
  background: transparent;
  color: #13c088;
}

/* line 2633, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.btn-green {
  padding: 0 25px;
  height: 40px;
  line-height: 36px;
  background: #13c088;
  border-radius: 4px;
  font-size: 21px;
  text-align: center;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #13c088;
  display: inline-block;
}

@media (max-width: 479px) {
  /* line 2633, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .btn-green {
    width: 100%;
  }
}

/* line 2651, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.btn-green:hover {
  background: transparent;
  color: #13c088;
}

/* line 2659, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table .table-scroll {
  width: 100%;
  overflow-x: auto;
}

/* line 2664, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table__title {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #8e8e93;
  text-align: center;
}

/* line 2673, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table table {
  border: 1px solid #d8d8d8;
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}

/* line 2682, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table th {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 20px 40px;
  text-align: left;
}

@media (max-width: 1170px) {
  /* line 2682, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-table th {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  /* line 2682, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-table th {
    padding: 10px 15px;
  }
}

/* line 2698, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table th:last-child {
  text-align: right;
}

/* line 2703, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table td {
  padding: 20px 35px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 17px;
  vertical-align: top;
}

@media (max-width: 1170px) {
  /* line 2703, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-table td {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  /* line 2703, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-table td {
    padding: 10px 15px;
  }
}

/* line 2717, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table td:last-child {
  text-align: right;
}

/* line 2721, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table td span {
  display: block;
  font-size: 13px;
  color: #6f6f6f;
  padding-top: 3px;
}

/* line 2728, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table td span.invoice-color {
  color: #13c088;
  font-size: 17px;
}

/* line 2733, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table td span.paused-status {
  color: #1c4666;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 2739, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table td span.done-status {
  color: #13c088;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 2745, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table td span.cancelled-status {
  color: #ed3851;
  font-size: 13px;
  text-transform: uppercase;
}

/* line 2751, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-table td .arrow {
  display: block;
  width: 15px;
  height: 11px;
  background: url(../images/arrow_icon.png) 50% 100% no-repeat;
  margin-top: 10px;
}

/* line 2762, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoive-btn {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  padding: 0 37px 0 12px;
  border: 2px solid #37b182;
  font-size: 13px;
  color: #37b182;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.5s;
  white-space: nowrap;
}

/* line 2777, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoive-btn span {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 17px;
  right: 10px;
  top: 5px;
  transition: 0.5s;
  background: transparent;
}

/* line 2787, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoive-btn span:before {
  content: "";
  background: url(../images/view_icon.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 18px;
  height: 17px;
  transition: 0.5s;
}

/* line 2799, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoive-btn span:after {
  content: "";
  background: url(../images/view_icon-hover.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 18px;
  height: 17px;
  transition: 0.5s;
}

/* line 2814, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoive-btn:hover {
  background: #37b182;
  color: #fff;
}

/* line 2819, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoive-btn:hover span:before {
  opacity: 0;
}

/* line 2823, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoive-btn:hover span:after {
  opacity: 1;
}

/* line 2828, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.pdf-invoice-btn {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: inline-block;
  height: 32px;
  line-height: 28px;
  padding: 0 37px 0 12px;
  border: 2px solid #37b182;
  font-size: 13px;
  color: #37b182;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.5s;
  white-space: nowrap;
}

/* line 2843, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.pdf-invoice-btn span {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 17px;
  right: 10px;
  top: 5px;
  transition: 0.5s;
  background: transparent;
  transform: rotate(90deg);
}

/* line 2854, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.pdf-invoice-btn span:before {
  content: "";
  background: url(../images/view_icon.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 18px;
  height: 17px;
  transition: 0.5s;
}

/* line 2866, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.pdf-invoice-btn span:after {
  content: "";
  background: url(../images/view_icon-hover.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 18px;
  height: 17px;
  transition: 0.5s;
}

/* line 2881, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.pdf-invoice-btn:hover {
  background: #37b182;
  color: #fff;
}

/* line 2886, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.pdf-invoice-btn:hover span:before {
  opacity: 0;
}

/* line 2890, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.pdf-invoice-btn:hover span:after {
  opacity: 1;
}

/* line 2895, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.account {
  padding: 120px 0 60px 0;
  background: #fff;
}

@media (max-width: 991px) {
  /* line 2895, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .account {
    padding: 30px 0;
  }
}

/* line 2907, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.account-tabs .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 9px;
}

@media (max-width: 767px) {
  /* line 2907, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .account-tabs .tabs {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  /* line 2907, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .account-tabs .tabs {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 2929, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .account-tabs .tabs li {
    margin-bottom: 20px;
  }
}

/* line 2934, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.account-tabs .tabs li a {
  color: #000;
  font-size: 21px;
  transition: 0.5s;
  text-transform: none;
  opacity: 1;
  border-bottom: 5px solid transparent;
  padding: 0 20px 5px 20px;
}

@media (max-width: 991px) {
  /* line 2934, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .account-tabs .tabs li a {
    font-size: 16px;
  }
}

/* line 2948, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.account-tabs .tabs li a .icon {
  margin-right: 10px;
  position: relative;
  bottom: -2px;
}

/* line 2954, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.account-tabs .tabs li a:hover {
  opacity: 0.7;
}

/* line 2962, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.account-tabs .tabs a.active {
  border-color: #37b182;
}

/* line 2967, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-form {
  display: flex;
  justify-content: space-around;
  margin-bottom: 70px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  /* line 2967, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .contact-form {
    margin-bottom: 20px;
  }
}

/* line 2977, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-form .contact-form-column {
  width: 375px;
}

@media (max-width: 991px) {
  /* line 2977, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .contact-form .contact-form-column {
    width: 350px;
  }
}

@media (max-width: 767px) {
  /* line 2977, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .contact-form .contact-form-column {
    width: 100%;
  }
}

/* line 2990, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-group-double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 2995, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-group-double .form-group {
  width: calc(100%/2 - 5px);
}

/* line 3002, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-group {
  margin-bottom: 25px;
  width: 100%;
}

/* line 3006, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-group label {
  display: block;
  padding-bottom: 5px;
  font-weight: 500;
  font-size: 13px;
  color: #8e8e93;
  padding-left: 15px;
}
.form-group label span.form-error-message,
.form-textarea label span.form-error-message {
  color: red;
  float: right;
}

/* line 3016, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-group .form-control {
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #eef5f5;
  border: none;
}
.form-group .form-control.error,
.customFile .selectedFile.error,
.form-textarea textarea.error {
  border: 1px solid red;
}
.form-group .form-control.no-error {
  background-image: url('/images/form-check.png');
  background-position: right 20px center;
  background-repeat: no-repeat;
}

/* line 3028, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-group .form-control--checked {
  background-image: url(../images/form-check.png);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}

/* line 3036, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-control-text {
  display: block;
  font-size: 12px;
  color: #b7bbbf;
  padding-top: 4px;
}

/* line 3043, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-btn {
  width: 100%;
  text-align: center;
  overflow: hidden;
  clear: both;
}

/* line 3049, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-btn button {
  width: 100%;
  max-width: 375px;
  height: 40px;
  background: #13c088;
  font-size: 21px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid #13c088;
  transition: 0.5s;
}

/* line 3062, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-btn button:hover {
  background: transparent;
  color: #13c088;
}

/* line 3069, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-textarea {
  padding: 0 80px;
}

@media (max-width: 991px) {
  /* line 3069, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .form-textarea {
    padding: 0;
  }
}

/* line 3076, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-textarea label {
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
}

/* line 3083, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-textarea textarea {
  width: 100%;
  height: 140px;
  min-height: 140px;
  resize: vertical;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 14px;
  margin-bottom: 60px;
  border: 1px solid #ededed;
}

@media (max-width: 991px) {
  /* line 3083, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .form-textarea textarea {
    margin-bottom: 20px;
  }
}

/* line 3101, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-button {
  width: 100%;
  height: 40px;
  background: #13c088;
  font-size: 21px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid #13c088;
  transition: 0.5s;
  padding-bottom: 4px;
}

/* line 3114, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-button:hover {
  background: transparent;
  color: #13c088;
}

/* line 3120, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.header-form {
  border-bottom: 2px solid #d4d4d4;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  /* line 3120, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .header-form {
    margin-bottom: 30px;
  }
}

/* line 3129, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.login-head {
  padding: 40px;
  display: flex;
  justify-content: flex-end;
}

/* line 3134, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.login-head--between {
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
}

@media (max-width: 566px) {
  /* line 3134, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .login-head--between {
    flex-direction: column;
  }
}

@media (max-width: 566px) {
  /* line 3144, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .login-head--between .form-logo {
    margin-bottom: 15px;
  }
}

/* line 3149, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.login-head--between .form-logo img {
  width: 225px;
}

@media (max-width: 767px) {
  /* line 3129, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .login-head {
    padding: 20px 0;
  }
}

/* line 3161, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn {
  position: relative;
  display: inline-block;
  height: 38px;
  line-height: 34px;
  padding: 0 15px 0 36px;
  border: 2px solid #37b182;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.5s;
  white-space: nowrap;
}

/* line 3177, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn span {
  position: absolute;
  display: inline-block;
  width: 12px;
  height: 10px;
  left: 12px;
  top: 50%;
  transition: 0.5s;
  background: transparent;
  margin-top: -5px;
}

/* line 3188, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn span:before {
  content: "";
  background: url(../images/back-arrow.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 12px;
  height: 10px;
  transition: 0.5s;
}

/* line 3200, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn span:after {
  content: "";
  background: url(../images/back-arrow-hover.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 12px;
  height: 10px;
  transition: 0.5s;
}

/* line 3215, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn--lg {
  height: 50px;
  line-height: 46px;
  font-size: 15px;
  padding: 0 30px 0 47px;
}

/* line 3221, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn--lg span {
  left: 20px;
}

/* line 3226, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn:hover {
  background: #37b182;
  color: #fff;
}

/* line 3231, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn:hover span:before {
  opacity: 0;
}

/* line 3235, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.back-btn:hover span:after {
  opacity: 1;
}

/* line 3240, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container {
  width: 100%;
  margin-bottom: 50px;
}

/* line 3244, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .form-content {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}

/* line 3250, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .form-head {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 3250, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .form-container .form-head {
    margin-bottom: 30px;
  }
}

/* line 3257, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .form-head__text {
  display: block;
  text-align: center;
  font-size: 21px;
  color: #2e2e2e;
  width: 100%;
}

/* line 3265, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .form-head__text a {
  color: #13c088;
  text-decoration: underline;
}

/* line 3269, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .form-head__text a:hover {
  text-decoration: none;
}

/* line 3276, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .form-logo {
  margin-bottom: 20px;
  text-align: center;
}

/* line 3281, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .form-logo a img {
  width: 260px;
}

/* line 3287, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .form-title {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
}

/* line 3296, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .forgot-password {
  text-align: center;
  display: block;
  padding-top: 25px;
}

/* line 3301, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .forgot-password a {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
}

/* line 3306, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .forgot-password a:hover {
  text-decoration: none;
}

/* line 3312, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .or {
  display: block;
  font-size: 22px;
  color: #2e2e2e;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

/* line 3320, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .or:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #bdbdbd;
  position: absolute;
  top: 50%;
  left: 0;
}

/* line 3330, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container .or span {
  position: relative;
  z-index: 9;
  background: #fff;
  padding: 0 15px;
}

/* checkbox styles */
/* line 3342, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.checkbox {
  padding-top: 10px;
}

/* line 3345, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.checkbox input[type="checkbox"] {
  display: none;
}

/* line 3348, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.checkbox input[type="checkbox"] + label {
  color: #8e8e93;
  font-size: 12px;
}

.checkbox input[type="checkbox"] + label.error {
  border: 1px solid red;
}

/* line 3352, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.checkbox input[type="checkbox"] + label a {
  color: #8e8e8e;
  text-decoration: underline;
}

/* line 3356, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.checkbox input[type="checkbox"] + label a:hover {
  text-decoration: none;
}

/* line 3360, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.checkbox input[type="checkbox"] + label a.green-color {
  color: #13c088;
}

/* line 3365, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.checkbox input[type="checkbox"] + label .pseudo-checkbox {
  display: inline-block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 3px 8px 0 0;
  vertical-align: middle;
  background: url(../images/checkbox.png) left top no-repeat;
  cursor: pointer;
}

/* line 3378, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.checkbox input[type="checkbox"]:checked + label .pseudo-checkbox {
  background-position: 100% 0;
}

/* line 3387, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.facebook-btn {
  position: relative;
  display: block;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #3a5897;
  font-size: 17px;
  color: #000;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.5s;
  white-space: nowrap;
}

/* line 3402, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.facebook-btn span {
  background: transparent;
  padding-left: 40px;
  position: relative;
}

/* line 3407, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.facebook-btn span:before {
  content: "";
  background: url(../images/fb-icon.png);
  background-size: 8px 19px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 8px;
  height: 19px;
  transition: 0.5s;
}

/* line 3420, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.facebook-btn span:after {
  content: "";
  background: url(../images/fb-icon-hover.png);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 8px;
  height: 19px;
  transition: 0.5s;
}

/* line 3435, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.facebook-btn:hover {
  background: #3a5897;
  color: #fff;
}

/* line 3440, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.facebook-btn:hover span:before {
  opacity: 0;
}

/* line 3444, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.facebook-btn:hover span:after {
  opacity: 1;
}

/* line 3450, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.form-container p {
  text-align: center;
  font-size: 14px;
  color: #2c3e50;
  opacity: 0.5;
  margin-bottom: 30px;
}

/* line 3463, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.customFile {
  position: relative;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  clear: both;
  display: flex;
  justify-content: space-between;
}

/* line 3484, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.customFile input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 88888;
  width: calc(100% - 106px);
  height: 40px;
  cursor: pointer;
  opacity: 0 !important;
}

/* line 3497, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.customFile .selectedFile {
  display: block;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transform: translateX(0%);
  transition: all 0.4s ease 0.6s;
  height: 40px;
  background: #eef5f5;
  border-radius: 4px;
  flex: 1;
  margin-right: 15px;
}

/* line 3511, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.customFile .selectedFile.inProgress {
  transform: translateX(100%);
  transition: all 0.4s ease 0.6s;
}

/* line 3522, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.customFile[data-display=right] .selectedFile {
  margin: 0 150px 0 0;
}

/* line 3533, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.customFile[data-display=vertical] .selectedFile {
  margin: 0;
}

/* line 3544, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.customFile[data-display=btn] .selectedFile {
  display: none;
}

/* line 3550, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.registration-complete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 34px);
  padding: 30px 15px;
}

/* line 3558, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.registration-complete .logo {
  margin-bottom: 80px;
}

/* line 3561, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.registration-complete .logo img {
  width: 250px;
}

/* line 3567, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.registration-complete__title {
  text-align: center;
  display: block;
  font-size: 44px;
  color: #13c088;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  /* line 3567, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .registration-complete__title {
    font-size: 24px;
  }
}

/* line 3580, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.registration-complete p {
  font-size: 21px;
  color: #656565;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 3580, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .registration-complete p {
    font-size: 16px;
  }
}

/* line 3591, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.registration-complete p span {
  color: #000;
}

/* line 3599, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view {
  padding: 50px 0;
}

/* line 3603, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view-block {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  /* line 3603, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-view-block {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 3603, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-view-block {
    flex-direction: column;
  }
}

/* line 3620, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view-item {
  padding: 30px 40px;
  border: 1px solid #d8d8d8;
  width: 360px;
}

@media (max-width: 991px) {
  /* line 3620, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-view-item {
    padding: 20px 20px;
    width: 300px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  /* line 3620, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-view-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 3635, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view-item__status {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
}

/* line 3644, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view-item__sum {
  display: block;
  font-size: 17px;
  color: #000;
  margin-bottom: 10px;
}

/* line 3651, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view-item__sum span {
  color: #354052;
}

/* line 3656, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view-item__commosion {
  display: block;
  font-size: 14px;
  color: #4a4a4a;
}

/* line 3664, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view-commision {
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
  padding-top: 25px;
  background: url(../images/arrow_icon.png) 50% 0 no-repeat;
}

@media (max-width: 767px) {
  /* line 3664, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .transactions-view-commision {
    margin-bottom: 20px;
  }
}

/* line 3676, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.transactions-view-commision span {
  display: block;
}

/* line 3681, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block {
  margin-bottom: 20px;
}

/* line 3684, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block ul {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  /* line 3684, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block ul {
    margin-bottom: 15px;
  }
}

/* line 3692, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block li {
  font-size: 17px;
  color: #818181;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 3692, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block li {
    margin-bottom: 15px;
  }
}

/* line 3702, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block li a {
  color: #5457ff;
}

/* line 3705, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block li a:hover {
  text-decoration: underline;
}

/* line 3711, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block span {
  display: inline-block;
  width: 230px;
}

@media (max-width: 767px) {
  /* line 3711, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block span {
    display: block;
    width: 100%;
  }
}

/* line 3724, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block-checkout {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfe2e5;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 3724, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block-checkout {
    flex-direction: column;
  }
}

/* line 3734, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block-checkout ul {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  /* line 3734, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block-checkout ul {
    margin-bottom: 15px;
  }
}

/* line 3742, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block-checkout li {
  font-size: 13px;
  color: #818181;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 3742, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block-checkout li {
    margin-bottom: 15px;
  }
}

/* line 3752, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block-checkout li a {
  color: #5457ff;
}

/* line 3755, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block-checkout li a:hover {
  text-decoration: underline;
}

/* line 3761, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block-checkout span {
  display: inline-block;
  width: 170px;
}

@media (max-width: 767px) {
  /* line 3761, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block-checkout span {
    display: block;
    width: 100%;
  }
}

/* line 3771, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.invoice-information-block-checkout__bottom {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 3771, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block-checkout__bottom {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  /* line 3779, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .invoice-information-block-checkout__bottom .checkbox {
    margin-bottom: 20px;
  }
}

/* line 3787, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate {
  padding: 70px 0;
}

@media (max-width: 767px) {
  /* line 3787, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .affiliate {
    padding: 30px 0;
  }
}

/* line 3794, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate p {
  font-size: 20px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 3794, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .affiliate p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/* line 3806, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-levels {
  display: flex;
  justify-content: space-between;
  padding: 90px 0 40px 0;
}

@media (max-width: 767px) {
  /* line 3806, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .affiliate-levels {
    flex-direction: column;
    padding: 30px 0 10px 0;
  }
}

/* line 3816, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-levels .col-left {
  width: 480px;
}

@media (max-width: 767px) {
  /* line 3816, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .affiliate-levels .col-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* line 3825, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-levels .col-right {
  width: calc(100% - 480px);
}

@media (max-width: 767px) {
  /* line 3825, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .affiliate-levels .col-right {
    width: 100%;
  }
}

/* line 3833, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-levels .logotype {
  display: block;
  margin-bottom: 30px;
}

/* line 3837, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-levels .logotype img {
  width: 225px;
}

/* line 3842, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-levels span {
  font-size: 26px;
  color: #37b182;
}

@media (max-width: 767px) {
  /* line 3842, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .affiliate-levels span {
    font-size: 18px;
  }
}

/* line 3860, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-need {
  padding-bottom: 50px;
}

/* line 3863, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-need ul {
  padding-left: 20px;
  list-style-type: decimal;
  margin-bottom: 20px;
}

/* line 3869, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.affiliate-need li {
  font-size: 23px;
  color: #13c088;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  /* line 3869, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .affiliate-need li {
    font-size: 16px;
  }
}

/* line 3884, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us {
  display: flex;
  justify-content: space-between;
  padding: 90px 0 40px 0;
}

@media (max-width: 767px) {
  /* line 3884, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .contact-us {
    flex-direction: column;
    padding: 30px 0 30px 0;
  }
}

/* line 3895, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  /* line 3895, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .contact-us-container {
    flex-direction: column;
  }
}

/* line 3903, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-container .contact-us-content {
  width: calc(100% - 375px);
}

/* line 3906, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-container .contact-us-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 50px;
}

/* line 3912, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-container .contact-us-content p a {
  color: #13c088;
  text-decoration: underline;
}

/* line 3916, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-container .contact-us-content p a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 3903, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .contact-us-container .contact-us-content {
    width: 100%;
  }
}

/* line 3928, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-container .contact-us-aside {
  width: 345px;
}

@media (max-width: 767px) {
  /* line 3928, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .contact-us-container .contact-us-aside {
    width: 100%;
  }
}

/* line 3938, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-row {
  display: flex;
}

@media (max-width: 479px) {
  /* line 3938, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .contact-us-row {
    flex-direction: column;
  }
}

/* line 3946, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-row .contact-us-item {
  margin-right: 50px;
}

/* line 3949, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-row .contact-us-item:last-child {
  margin-right: 0;
}

/* line 3955, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-item {
  margin-bottom: 40px;
}

/* line 3958, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-item__title {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #8e8e93;
}

/* line 3967, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.contact-us-item ul li {
  font-size: 16px;
  color: #000;
  margin-bottom: 3px;
}

/* line 3977, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.side-contact {
  padding: 45px 55px;
  border: 1px solid #37b182;
}

@media (max-width: 479px) {
  /* line 3977, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .side-contact {
    padding: 25px 15px;
  }
}

/* line 3986, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.side-contact .logo {
  display: block;
  margin-bottom: 35px;
}

/* line 3990, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.side-contact .logo img {
  width: 225px;
}

/* line 3996, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.side-contact .side-contact-item {
  margin-bottom: 35px;
}

/* line 3999, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.side-contact .side-contact-item__title {
  display: block;
  font-size: 13px;
  color: #8e8e93;
  margin-bottom: 5px;
}

/* line 4006, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.side-contact .side-contact-item a {
  font-size: 16px;
  color: #000;
}

/* line 4012, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.side-contact .btn-center {
  text-align: center;
}

/* line 4016, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.side-contact .btn-green {
  font-size: 21px;
  width: 200px;
}

/* line 4023, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-block {
  padding: 60px 0 60px 0;
}

@media (max-width: 767px) {
  /* line 4023, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .text-block {
    padding: 30px 0 30px 0;
  }
}

/* line 4032, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content {
  padding: 0 65px;
}

@media (max-width: 991px) {
  /* line 4032, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .text-content {
    padding: 0;
  }
}

/* line 4040, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content h4 {
  font-size: 25px;
  color: #707070;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 767px) {
  /* line 4040, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .text-content h4 {
    font-size: 20px;
  }
}

/* line 4052, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content p {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  line-height: 22px;
}

/* line 4059, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content p.text-image {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  /* line 4059, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .text-content p.text-image {
    flex-direction: column;
  }
}

/* line 4068, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content p .text-logo {
  min-width: 350px;
  display: block;
  text-align: right;
}

@media (max-width: 991px) {
  /* line 4068, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
  .text-content p .text-logo {
    min-width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}

/* line 4079, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content p .text-logo img {
  width: 225px;
}

/* line 4087, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content ul {
  margin-bottom: 25px;
}

/* line 4090, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content ul li {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  line-height: 22px;
}

/* line 4099, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.text-content .text-item {
  margin-bottom: 50px;
}

/* line 4105, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.personal-data-item {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}

/* line 4110, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.personal-data-item h4 {
  padding-left: 40px;
  background: url(../images/check_icon.png) 0 5px no-repeat;
}

/* line 4115, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.personal-data-item a {
  color: #13c088;
}

/* line 4120, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.td-link {
  margin: 0 0 0 10px;
}

/* line 4125, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.td-link:first-child {
  margin-left: 0;
}

/* line 4129, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.td-link a {
  color: #000;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}

/* line 4134, D:/верстка/eazypayz web/eazypayz web/scss/style.scss */
.td-link a:hover {
  border-bottom: 1px solid #000;
  color: #1c2a49;
}

/*# sourceMappingURL=../css/style.map */