* {
  box-sizing: border-box
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

main {
  display: block
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}

::selection {
  background: #b3d4fc;
  text-shadow: none
}

:focus {
  outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: ""
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%
}

a {
  font: inherit inherit;
  color: inherit;
  text-decoration: none;
  outline: 0;
  box-shadow: none
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

img {
  border: 0;
  vertical-align: middle
}

figure {
  margin: 0
}

form {
  margin: 0
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

legend {
  border: 0;
  padding: 0;
  white-space: normal
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

button,
input {
  line-height: normal
}

button,
select {
  text-transform: none
}

button,
button[type=submit],
html input[type=button],
input[type=reset] {
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

button,
html,
input,
select,
textarea {
  color: #333
}

input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  margin: 0;
  padding: 0
}

button {
  font: inherit inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
  outline: 0;
  box-shadow: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}

li,
ol,
ul {
  margin: 0;
  padding: 0
}

li {
  list-style: none
}

a:focus,
button:focus {
  outline: 0;
  box-shadow: none
}

::after {
  box-sizing: border-box
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

@media (max-width:575px) {
  .container {
      padding: 0
  }
}

@media (min-width:576px) {
  .container {
      max-width: 700px
  }
}

@media (min-width:1200px) {
  .container {
      max-width: 1200px;
      padding: 0 15px
  }
}

@media (min-width:1366px) {
  .container {
      padding: 0
  }
}

.container {
  width: 100%;
  padding: 0 15px;
  margin: 0 auto
}

@media (max-width:575px) {
  .container {
      padding: 0
  }
}

@media (min-width:576px) {
  .container {
      max-width: 700px
  }
}

@media (min-width:1200px) {
  .container {
      max-width: 1200px;
      padding: 0 15px
  }
}

@media (min-width:1366px) {
  .container {
      padding: 0
  }
}

html {
  height: 100%
}

body {
  font: 16px "Roboto Slab", serif;
  height: 100%;
  color: #000
}

.page-wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.img-fluid {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block
}

main {
  flex: 1 0 auto
}

.cp-information {
  background: #f9fafc;
  padding: 60px 0
}

@media (max-width:1199px) {
  .cp-information {
      padding: 90px 0 0
  }
}

@media (max-width:799px) {
  .cp-information {
      padding: 60px 0 0
  }
}

.cp-information__wrapper-hesitate {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  background: #fff;
  border-radius: 28px;
  margin-bottom: 40px
}

@media (max-width:1199px) {
  .cp-information__wrapper-hesitate {
      justify-content: center;
      padding: 50px 0;
      box-shadow: 0 4px 25px rgba(0, 0, 0, .05)
  }
}

@media (max-width:575px) {
  .cp-information__wrapper-hesitate {
      border-radius: 10px;
      padding: 40px 0;
      margin-bottom: 0
  }
}

.cp-information__wrapper-hesitate .image {
  margin-left: 83px
}

@media (max-width:1919px) {
  .cp-information__wrapper-hesitate .image {
      margin-left: 101px
  }
}

@media (max-width:1199px) {
  .cp-information__wrapper-hesitate .image {
      display: none
  }
}

.cp-information__wrapper-hesitate h3 {
  max-width: 420px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600
}

@media (max-width:1919px) {
  .cp-information__wrapper-hesitate h3 {
      max-width: 370px;
      font-size: 24px;
      line-height: 36px;
      font-weight: 600
  }
}

@media (max-width:1199px) {
  .cp-information__wrapper-hesitate h3 {
      text-align: center;
      margin: 0 auto 25px;
      max-width: 340px
  }
}

@media (max-width:799px) {
  .cp-information__wrapper-hesitate h3 {
      margin: 0 auto 40px;
      max-width: 280px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 600
  }
}

@media (max-width:575px) {
  .cp-information__wrapper-hesitate h3 {
      margin-bottom: 25px;
      max-width: 280px
  }
}

.cp-information__wrapper-hesitate h3 span {
  color: #ec1c24;
  display: inline-block
}

.cp-information__wrapper-hesitate .item {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 388px;
  height: 77px;
  display: flex;
  align-items: center;
  position: relative
}

@media (max-width:1199px) {
  .cp-information__wrapper-hesitate .item {
      width: 370px;
      justify-content: flex-start
  }
}

@media (max-width:575px) {
  .cp-information__wrapper-hesitate .item {
      width: 300px;
      padding: 0;
      margin: 0 auto 20px
  }
}

@media (max-width:340px) {
  .cp-information__wrapper-hesitate .item {
      width: 260px;
      margin: 0 auto 20px
  }
}

.cp-information__wrapper-hesitate .item::before {
  background: url(../img/img-image-hesitate.png) no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px
}

@media (max-width:575px) {
  .cp-information__wrapper-hesitate .item::before {
      width: 40px;
      height: 40px
  }
}

.cp-information__wrapper-hesitate .item p {
  font: 400 20px/30px Roboto, sans-serif;
  color: #2c2c2c;
  padding: 11px 0 6px 53px
}

@media (max-width:1919px) {
  .cp-information__wrapper-hesitate .item p {
      font-size: 18px;
      line-height: 27px;
      font-weight: 400
  }
}

@media (max-width:799px) {
  .cp-information__wrapper-hesitate .item p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400
  }
}

@media (max-width:575px) {
  .cp-information__wrapper-hesitate .item p {
      padding: 11px 0 6px 35px
  }
}

@media (max-width:340px) {
  .cp-information__wrapper-hesitate .item p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400
  }
}

.cp-information__wrapper-hesitate-hidden {
  display: none
}

@media (max-width:1199px) {
  .cp-information__wrapper-hesitate-hidden {
      display: block;
      margin-bottom: 32px
  }
}

.cp-information__wrapper-right {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 28px
}

@media (max-width:1199px) {
  .cp-information__wrapper-right {
      justify-content: center;
      padding: 50px 0;
      box-shadow: 0 4px 25px rgba(0, 0, 0, .05)
  }
}

@media (max-width:575px) {
  .cp-information__wrapper-right {
      padding: 40px 0;
      border-radius: 10px
  }
}

.cp-information__wrapper-right .image {
  margin-right: 83px
}

@media (max-width:1919px) {
  .cp-information__wrapper-right .image {
      margin-right: 101px
  }
}

@media (max-width:1199px) {
  .cp-information__wrapper-right .image {
      display: none
  }
}

.cp-information__wrapper-right h3 {
  max-width: 390px;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600
}

@media (max-width:1919px) {
  .cp-information__wrapper-right h3 {
      font-size: 24px;
      line-height: 36px;
      font-weight: 600
  }
}

@media (max-width:1199px) {
  .cp-information__wrapper-right h3 {
      text-align: center;
      margin-bottom: 25px
  }
}

@media (max-width:799px) {
  .cp-information__wrapper-right h3 {
      margin: 0 auto 40px;
      max-width: 300px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 600
  }
}

@media (max-width:575px) {
  .cp-information__wrapper-right h3 {
      margin-bottom: 25px
  }
}

.cp-information__wrapper-right h3 span {
  color: #01bb55;
  display: inline-block
}

.cp-information__wrapper-right .item {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 388px;
  height: 77px;
  display: flex;
  align-items: center;
  position: relative
}

@media (max-width:1199px) {
  .cp-information__wrapper-right .item {
      width: 370px;
      justify-content: flex-start
  }
}

@media (max-width:575px) {
  .cp-information__wrapper-right .item {
      width: 300px;
      margin: 0 auto 20px;
      padding: 0
  }
}

@media (max-width:340px) {
  .cp-information__wrapper-right .item {
      width: 260px;
      margin: 0 auto 20px
  }
}

.cp-information__wrapper-right .item::before {
  background: url(../img/img-image-right-green.png) no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px
}

@media (max-width:575px) {
  .cp-information__wrapper-right .item::before {
      width: 40px;
      height: 40px
  }
}

.cp-information__wrapper-right .item p {
  font: 400 20px/30px Roboto, sans-serif;
  color: #2c2c2c;
  padding: 11px 0 6px 53px
}

@media (max-width:1919px) {
  .cp-information__wrapper-right .item p {
      font-size: 18px;
      line-height: 27px;
      font-weight: 400
  }
}

@media (max-width:799px) {
  .cp-information__wrapper-right .item p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400
  }
}

@media (max-width:575px) {
  .cp-information__wrapper-right .item p {
      padding: 11px 0 6px 35px
  }
}

@media (max-width:340px) {
  .cp-information__wrapper-right .item p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400
  }
}

.cp-information__wrapper-right-hidden {
  display: none
}

@media (max-width:1199px) {
  .cp-information__wrapper-right-hidden {
      display: block;
      margin-bottom: 0
  }
}

.cp-mechanisms {
  background: #2c2c2c;
  padding: 90px 0;
  position: relative
}

.cp-mechanisms::after {
  background: url(../img/img-image-graph.png) no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 975px;
  height: 818px
}

@media (max-width:1919px) {
  .cp-mechanisms::after {
      top: 50%;
      transform: translate(0, -50%);
      width: 705px;
      height: 584px;
      background-image: url(../img/img-image-graph-1366.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
  }
}

@media (max-width:1365px) {
  .cp-mechanisms::after {
      width: 100%;
      height: 400px;
      top: 60%;
      background-image: url(../img/img-image-graph-800.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
  }
}

@media (max-width:799px) {
  .cp-mechanisms::after {
      width: 100%;
      height: 264px;
      top: 65%;
      background-image: url(../img/img-image-graph-360.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
  }
}

@media (max-width:1199px) {
  .cp-mechanisms {
      padding: 60px 0 0
  }
}

@media (max-width:799px) {
  .cp-mechanisms {
      padding: 50px 0 0
  }
}

@media (max-width:1199px) {
  .cp-mechanisms__wrapper {
      display: flex;
      flex-direction: column;
      align-items: center
  }
}

.cp-mechanisms__text {
  background: #f5f5f5;
  width: 585px;
  border-radius: 28px;
  position: relative;
  z-index: 30;
  padding: 40px 50px 50px 55px
}

@media (max-width:1199px) {
  .cp-mechanisms__text {
      width: 570px
  }
}

@media (max-width:575px) {
  .cp-mechanisms__text {
      width: 380px;
      padding: 40px 20px;
      border-radius: 0
  }
}

@media (max-width:340px) {
  .cp-mechanisms__text {
      width: 300px
  }
}

.cp-mechanisms__text::after {
  background: url(../img/img-image-mark-red.png) no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  width: 45px;
  height: 75px
}

@media (max-width:575px) {
  .cp-mechanisms__text::after {
      width: 37px;
      height: 40px;
      right: 35px;
      background-image: url(../img/img-image-mark-red-mobile.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
  }
}

.cp-mechanisms__text h3 {
  color: #2c2c2c;
  margin-bottom: 20px;
  max-width: 400px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700
}

@media (max-width:1919px) {
  .cp-mechanisms__text h3 {
      max-width: 400px;
      margin-bottom: 25px;
      font-size: 24px;
      line-height: 31px;
      font-weight: 700
  }
}

@media (max-width:1199px) {
  .cp-mechanisms__text h3 {
      margin-bottom: 25px;
      font-size: 24px;
      line-height: 26px;
      font-weight: 700
  }
}

@media (max-width:575px) {
  .cp-mechanisms__text h3 {
      margin-bottom: 15px;
      max-width: 320px;
      font-size: 20px;
      line-height: 26px;
      font-weight: 700
  }
}

@media (max-width:340px) {
  .cp-mechanisms__text h3 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 700
  }
}

.cp-mechanisms__text p {
  font: 400 18px/27px Roboto, sans-serif;
  color: #2c2c2c
}

@media (max-width:799px) {
  .cp-mechanisms__text p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400
  }
}

@media (max-width:575px) {
  .cp-mechanisms__text p {
      max-width: 320px
  }
}

@media (max-width:575px) {
  .cp-mechanisms__text p br {
      display: none
  }
}

.cp-mechanisms__text:first-child {
  margin-bottom: 30px
}

@media (max-width:1919px) {
  .cp-mechanisms__text:first-child {
      margin-bottom: 40px
  }
}

.cp-mechanisms__text:last-child {
  margin-bottom: 60px
}

@media (max-width:1199px) {
  .cp-mechanisms__text:last-child {
      margin-bottom: 0
  }
}

@media (max-width:799px) {
  .cp-mechanisms__text:last-child {
      margin-bottom: 30px
  }
}

.cp-mechanisms__download {
  background: linear-gradient(167.8deg, #4d4d4d -16.89%, #2c2c2c 140.5%);
  box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
  border-radius: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 43px 50px;
  position: relative;
  z-index: 20
}

@media (max-width:1199px) {
  .cp-mechanisms__download {
      flex-direction: column;
      padding: 40px 50px;
      position: absolute;
      bottom: 80px;
      left: 0;
      right: 0;
      max-width: 700px;
      margin: 0 auto
  }
}

@media (max-width:799px) {
  .cp-mechanisms__download {
      max-width: 400px;
      padding: 30px 20px;
      border-radius: 10px;
      bottom: 56px
  }
}

.cp-mechanisms__download h3 {
  color: #f5f5f5;
  max-width: 600px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}

@media (max-width:1919px) {
  .cp-mechanisms__download h3 {
      max-width: 520px;
      font-size: 26px;
      line-height: 40px;
      font-weight: 700
  }
}

@media (max-width:1199px) {
  .cp-mechanisms__download h3 {
      margin: 0 auto 25px;
      text-align: center
  }
}

@media (max-width:799px) {
  .cp-mechanisms__download h3 {
      max-width: 330px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700
  }
}

@media (max-width:575px) {
  .cp-mechanisms__download h3 {
      max-width: 320px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700
  }
}

@media (max-width:340px) {
  .cp-mechanisms__download h3 {
      max-width: 260px
  }
}

.cp-mechanisms__download h3 span {
  color: #01bb55
}

@media (max-width:575px) {
  .cp-mechanisms__download h3 span {
      display: block
  }
}

.cp-mechanisms__download button {
  font: 900 16px/18px Roboto, sans-serif;
  color: #fafafa;
  text-transform: uppercase;
  width: 385px;
  height: 64px;
  background: linear-gradient(146.98deg, #00c358 16.18%, #04a34b 85.15%);
  border-radius: 30px;
  transition: .5s
}

@media (max-width:799px) {
  .cp-mechanisms__download button {
      width: 320px
  }
}

@media (max-width:340px) {
  .cp-mechanisms__download button {
      width: 290px
  }
}

.cp-mechanisms__wrapper-image {
  position: absolute;
  bottom: 0;
  right: 380px;
  z-index: 10
}

@media (max-width:1919px) {
  .cp-mechanisms__wrapper-image {
      right: 100px
  }
}

@media (max-width:1365px) {
  .cp-mechanisms__wrapper-image {
      right: 50px
  }
}

@media (max-width:1199px) {
  .cp-mechanisms__wrapper-image {
      position: relative;
      right: 0;
      display: flex;
      justify-content: center
  }
}

.cp-trader {
  padding: 70px 0 0;
  background: #2b2b2b;
  position: relative
}

.cp-trader::after {
  background: url(../img/img-image-book-graph.png) no-repeat center center/cover;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1109px;
  height: 690px
}

@media (max-width:1919px) {
  .cp-trader::after {
      width: 764px;
      height: 533px;
      background-image: url(../img/img-image-book-graph-1366.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
  }
}

@media (max-width:1199px) {
  .cp-trader::after {
      width: 800px;
      height: 431px;
      background-image: url(../img/img-image-book-graph-800.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover
  }
}

@media (max-width:799px) {
  .cp-trader::after {
      display: none
  }
}

@media (max-width:1919px) {
  .cp-trader {
      padding: 40px 0 0
  }
}

@media (max-width:1199px) {
  .cp-trader {
      padding: 35px 0 0
  }
}

@media (max-width:799px) {
  .cp-trader {
      padding: 35px 0 0
  }
}

.cp-trader__wrapper {
  display: flex;
  justify-content: space-between
}

@media (max-width:1199px) {
  .cp-trader__wrapper {
      flex-direction: column;
      justify-content: center
  }
}

.cp-trader__text {
  margin-bottom: 100px;
  position: relative;
  z-index: 50;
}

@media (max-width:1199px) {
  .cp-trader__text {
      margin-bottom: 0
  }
}

@media (max-width:799px) {
  .cp-trader__text {
      display: flex;
      flex-direction: column
  }
}

.cp-trader__logo {
  margin-bottom: 70px
}

.cp-trader__logo img {
  width: 180px
}

@media (max-width:1919px) {
  .cp-trader__logo {
      margin: 0 auto 32px
  }
}

@media (max-width:1199px) {
  .cp-trader__logo {
      text-align: center;
      margin: 0 auto 35px
  }
}

@media (max-width:799px) {
  .cp-trader__logo {
      margin: 0 auto 32px
  }
}

@media (max-width:1919px) {
  .cp-trader__logo img {
      width: 138px
  }
}

@media (max-width:575px) {
  .cp-trader__logo img {
      width: 105px
  }
}

.cp-trader__title {
  color: #03ad50;
  max-width: 635px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 66px;
  font-weight: 700
}

@media (max-width:1919px) {
  .cp-trader__title {
      max-width: 451px;
      font-size: 32px;
      line-height: 48px;
      font-weight: 700
  }
}

@media (max-width:1199px) {
  .cp-trader__title {
      text-align: center;
      margin: 0 auto 20px
  }
}

@media (max-width:799px) {
  .cp-trader__title {
      margin: 0 auto;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700
  }
}

.cp-trader__title span {
  color: #01bb55
}

.cp-trader__subtitle {
  color: #f5f5f5;
  margin-bottom: 30px;
  max-width: 470px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700
}

@media (max-width:1919px) {
  .cp-trader__subtitle {
      margin-bottom: 15px;
      max-width: 450px;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700
  }
}

@media (max-width:1199px) {
  .cp-trader__subtitle {
      text-align: center;
      margin: 0 auto 30px
  }
}

@media (max-width:799px) {
  .cp-trader__subtitle {
      max-width: 340px;
      padding: 0 20px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 700
  }
}

.cp-trader__text-info {
  font: 400 16px/22px Roboto, sans-serif;
  color: #f5f5f5;
  margin-bottom: 40px
}

@media (max-width:1199px) {
  .cp-trader__text-info {
      text-align: center;
      margin: 0 auto 32px
  }
}

@media (max-width:799px) {
  .cp-trader__text-info {
      padding: 0 20px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400
  }
}

@media (max-width:799px) {
  .cp-trader__text-info br {
      display: none
  }
}

.cp-trader__detail {
  margin-bottom: 45px
}

@media (max-width:1919px) {
  .cp-trader__detail {
      margin: 0 auto 32px
  }
}

@media (max-width:1199px) {
  .cp-trader__detail {
      margin: 0 auto 40px;
      max-width: 510px
  }
}

@media (max-width:799px) {
  .cp-trader__detail {
      order: 3;
      margin-top: 40px
  }
}

.cp-trader__detail li {
  color: #f5f5f5;
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400
}

@media (max-width:1919px) {
  .cp-trader__detail li {
      font-size: 18px;
      line-height: 27px;
      font-weight: 400
  }
}

@media (max-width:799px) {
  .cp-trader__detail li {
      max-width: 290px;
      margin-bottom: 10px;
      order: 3;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400
  }
}

.cp-trader__detail li::before {
  background: url(../img/img-image-polygon.png) no-repeat center center/cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 9px
}

@media (max-width:799px) {
  .cp-trader__detail li::before {
      top: 50%
  }
}

.cp-trader__detail li span {
  color: #03ad50
}

.cp-trader__image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 40
}

@media (max-width:1199px) {
  .cp-trader__image {
      position: relative;
      right: 0;
      display: flex;
      justify-content: center
  }
}

@media (max-width:799px) {
  .cp-trader__image {
      display: none
  }
}

.cp-trader__image-mobile {
  display: none
}

@media (max-width:799px) {
  .cp-trader__image-mobile {
      display: block;
      margin: 0 auto 30px
  }
}

.cp-footer {
  flex-shrink: 0;
  background: linear-gradient(180deg, rgba(44, 44, 44, .68) -29.09%, #000 100%);
  padding: 55px 35px
}

@media (max-width:1919px) {
  .cp-footer {
      padding: 48px 70px
  }
}

@media (max-width:1199px) {
  .cp-footer {
      padding: 40px
  }
}

@media (max-width:799px) {
  .cp-footer {
      padding: 32px
  }
}

.cp-footer__warning-text {
  font: 400 16px/24px Roboto, sans-serif;
  color: #f5f5f5;
  max-width: 680px;
  margin: 0 auto;
  text-align: center
}

@media (max-width:1199px) {
  .cp-footer__warning-text {
      max-width: 670px
  }
}

@media (max-width:799px) {
  .cp-footer__warning-text {
      font-size: 14px;
      line-height: 21px;
      font-weight: 400
  }
}

.cp-footer__links {
  text-align: center;
  max-width: 580px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 25px
}

@media (max-width:799px) {
  .cp-footer__links {
      flex-direction: column;
      max-width: 230px;
      margin: 0 auto 15px
  }
}

.cp-footer__links-link {
  font: 400 16px/18px Roboto, sans-serif;
  color: rgba(245, 245, 245, .7);
  cursor: pointer;
  text-decoration: none;
  position: relative
}

@media (max-width:799px) {
  .cp-footer__links-link {
      display: block;
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 15px;
      font-weight: 400
  }
}

.cp-footer__links-link::after,
.cp-footer__links-link::before {
  content: "";
  position: absolute;
  transition: transform .5s ease
}

.cp-footer__links-link::before {
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: rgba(245, 245, 245, .7);
  transform: scaleX(1)
}

.cp-footer__links-link:hover::before {
  transform: scaleX(0)
}

.ag-container {
  width: 100%;
  margin: 0 auto
}

body,
html {
  height: 100%
}

body {
  font-size: 16px;
  font-family: Roboto-Regular, sans-serif
}

input {
  padding: 15px 0;
  background-color: transparent;
  width: 100%;
  display: inline-block
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%
}

.page-wrapper {
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column
}

.RForm form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 !important;
  justify-content: space-between;
  margin-top: 45px;
  width: 430px
}

.form-section .RForm form {
  margin-top: 54px
}

.RForm form>div,
.RForm form>div>* {
  width: 100%
}

.RForm form input:not([type=checkbox]),
.RForm select {
  width: 100%;
  height: 64px;
  border-radius: 50px;
  background: 0 0;
  color: #fff;
  padding: 10px 25px;
  box-sizing: border-box;
  transition: border .3s ease;
  border: 1px solid #bdbdbd;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.RForm form input:not([type=checkbox])::placeholder,
.RForm select::placeholder {
  color:rgba(242,242,242,.55)
}

.RForm form input:not([type=checkbox])::-webkit-input-placeholder,
.RForm select::-webkit-input-placeholder {
  color:rgba(242,242,242,.55)
}

.RForm form input:not([type=checkbox])::-moz-placeholder,
.RForm select::-moz-placeholder {
  color:rgba(242,242,242,.55)
}

.RForm form input:not([type=checkbox]):-ms-input-placeholder,
.RForm select:-ms-input-placeholder {
  color:rgba(242,242,242,.55)
}

.RForm form input:not([type=checkbox]):-moz-placeholder,
.RForm select:-moz-placeholder {
  color:rgba(242,242,242,.55)
}

.RForm form input:not([type=checkbox]).uk-form-success,
.RForm select.uk-form-success {
  border-color: #9b9b9b;
  font-weight: 400 !important
}

.usf-country {
  position: relative
}

.usf-country,
.usf-country select {
  cursor: pointer
}

.usf-country:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 13px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  transition: border-color .3s, transform .3s
}

.RForm .fe-phone-conteiner {
  display: flex;
  justify-content: space-between
}

.RForm .fe-phone-conteiner>div:first-of-type {
  width: 24%
}

.RForm .fe-phone-conteiner>div:first-of-type input {
  padding: 10px 3px;
  text-align: center;
  margin-bottom: 0
}

.RForm .fe-phone-conteiner>div:last-of-type {
  width: calc(76% - 14px)
}

.RForm .fe-phone-conteiner>div:last-of-type:before {
  left: -21%
}

.RForm .submit {
  color: #fff;
  height: 64px;
  width: 100%;
  border-radius: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(146.98deg,#00c358 16.18%,#04a34b 85.15%);
  transition: opacity .3s ease,background-color .3s;
  margin-bottom: 20px;
}

.RForm .submit:active,
.RForm .submit:hover {
  box-shadow: 0 4px 26px rgba(157, 13, 13, .25);
  transition: box-shadow .3s
}

#terms {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 2px;
  background-color: hsla(0, 0%, 96.1%, 0);
  border: 1px solid rgba(242,242,242,.55);
}

#terms:after,
#terms:before {
  content: "";
  position: absolute;
  background-color: rgba(242,242,242,.55);;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity .3s ease
}

#terms:before {
  width: 3px;
  height: 9px;
  left: 9px;
  top: 4px
}

#terms:after {
  width: 7px;
  height: 3px;
  top: 9px
}

#terms:checked:after,
#terms:checked:before {
  opacity: 1
}

.uk-form-danger {
  border-color: #fe5959 !important;
  font-weight: 500 !important
}

.tooltip {
  position: relative
}

.tooltip:before {
  opacity: 0;
  content: attr(data-tooltip);
  display: block;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #fe5959;
  position: absolute;
  top: -11px;
  left: 0;
  right: -5px;
  text-align: left
}

.agree-terms-conditions-bad a,
.agree-terms-conditions-bad span {
  color: #ff4f46 !important
}

.uk-position-absolute {
  display: none
}

.tooltip:before {
  font-size: 11px
}

.RForm .indent {
  padding: 0 !important
}

.RForm .input-wrap {
  position: relative
}

.RForm .input-wrap.phone-wrap {
  margin-bottom: 19px
}

.RForm input:not([type=checkbox]).error {
  color: #f66359;
  border: 1px solid #f66359
}

.RForm label.error {
  position: absolute;
  top: -15px;
  left: 0;
  color: #f93636;
  font-size: 13px
}

.RForm .checkbox.error~.checkbox-terms {
  color: #f93636
}

.custom-form__ab .custom-select {
  position: relative;
  font-family: Arial;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.RForm .direction-indent {
  order: 2;
  margin-left: 0;
  width: 100%
}

.custom-form__ab .custom-select select {
  display: none
}

.custom-form__ab .select-selected {
  display: flex;
  width: 100%;
  max-width: 85px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 64px;
  border-top-left-radius: 64px;
  align-items: center;
  order: 1;
  border-right: none;
  margin: 0;
  height: 50px;
  padding: 8px 24px 8px 13px;
  justify-content: flex-end
}

.custom-form__ab .select-selected:after {
  border: 4px solid transparent;
  border-top-color: #615c5c
}

.custom-form__ab .select-selected:after,
.custom-form__ab .select-selected:hover:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  width: 0;
  height: 0
}

.custom-form__ab .select-selected:hover:after {
  border: 4px solid transparent;
  border-top-color: #2e2c2c
}

.custom-form__ab .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000;
  top: 50%;
  transform: translateY(-50%)
}

.custom-form__ab .select-items .custom-option,
.same-as-selected,
.select-selected {
  display: flex;
  padding: 8px 9px;
  border: transparent;
  border-bottom: rgba(0, 0, 0, .1);
  cursor: pointer;
  width: 100%
}

.custom-form__ab .custom-option div,
.same-as-selected div {
  padding: 0 10px
}

.custom-form__ab .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99
}

.custom-form__ab .select-hide {
  display: none
}

.custom-form__ab .select-items .custom-option:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, .1)
}

.custom-form__ab .phone_operator {
  display: none
}

.custom-form__ab .select-selected .country-flag {
  width: 15px;
  height: 11px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .customer_phone.userPhone {
  order: 2
}

.custom-form__ab .custom-option {
  display: flex
}

.custom-form__ab .custom-option .country-name {
  width: 75%
}

.country-code {
  color: #000;
  font-weight: 400;
  font-size: 18px
}

.custom-form__ab .select-selected .country-code {
  padding: 0 6px;
  text-align: center;
  font-size: 12px
}

.custom-form__ab .custom-option .country-flag {
  width: 24px;
  height: 17px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.custom-form__ab .custom-option .country-code {
  width: 25%;
  text-align: center
}

.custom-form__ab .country-flag {
  background-repeat: no-repeat
}

.custom-form__ab .customer_phone.userPhone {
  padding-left: 90px !important
}

.virtual-list-wrapper::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5
}

.custom-form__ab .custom-option .country-name {
  padding-left: 0;
  line-height: 14px
}

.virtual-list-wrapper::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, .1);
  border: 1px solid #ccc
}

.virtual-list-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:hover {
  background: #fff
}

.virtual-list-wrapper::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22add4, #1e98ba)
}

.RForm .usf-button {
  order: 40
}

.RForm {
  padding-top: 0 !important
}

.RForm .checkbox-wrap {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  width: auto;
  display: inline-block;
  position: relative
}

.RForm .checkbox-wrap label {
  color: rgba(242,242,242,.55);
}

.RForm .checkbox-wrap a {
  text-decoration: underline;
  color: rgba(242,242,242,.55);
  transition: .3s
}

.RForm .agree-terms-conditions-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  display: inline;
  text-decoration: underline
}

.RForm .input-wrap.checkbox-wrap {
  width: 100%
}

.form-section form {
  align-items: center !important
}

.form-section .RForm .indent {
  width: 22.6%
}

.form-section .uk-margin-small-top.agreementText {
  width: 66%
}

.form-section .uk-margin-small-top.agreementText .agree-terms-conditions-link {
  font-size: 14px !important
}

.grid-element.uk-width-medium-1-2.uk-width-small-1-1.indent.usf-button.uk-width-large-1-3 {
  padding-top: 0 !important
}

.direction-indent.tooltip+.select-selected {
  border-color: #dc8d99 !important
}

.custom-select .tooltip {
  position: static
}

.RForm .agreementText {
  padding-left: 20px;
  order: 50;
  display: flex;
  justify-content: flex-end
}

.RForm form .tooltip input {
  color: #f66359;
  border: 1px solid #f66359
}

.RForm form .tooltip input::placeholder {
  color: #f66359
}

.RForm form .tooltip input::-webkit-input-placeholder {
  color: #f66359
}

.RForm form .tooltip input::-moz-placeholder {
  color: #f66359
}

.RForm form .tooltip input:-ms-input-placeholder {
  color: #f66359
}

.RForm form .tooltip input:-moz-placeholder {
  color: #f66359
}

#terms:after {
  left: 3px
}

#terms:before {
  left: 10px
}

.agree-terms-conditions-span {
  margin-right: 0
}

.popUp-form-register-phone {
  display: flex;
  width: 48%
}

.popUp-form-register-phone .popUp-form-register-phone-wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 70px
}

.popUp-form-register-phone .popUp-form-register-phone-wrap:after {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  bottom: -14px;
  color: red;
  content: attr(data-error);
  left: 100px;
  position: absolute;
  right: 0;
  text-align: start
}

.popUp-form-register-phone .popUp-form-register-phone-wrap input {
  border-radius: 4px;
  height: 100%;
  padding-left: 115px !important;
  margin-bottom: 0 !important
}

.popUp-form-register-phone .selected-country-arrow {
  align-items: center;
  display: flex;
  justify-content: center
}

.popUp-form-register-phone .custom-countryElem:hover {
  background-color: #a2c2ef
}

.popUp-form-register-phone .select-drop-menu-hidden .custom-select-wrap {
  max-height: 0;
  transition: all .4s ease-in-out
}

.popUp-form-register-phone .select-drop-menu-hidden .selected-country-arrow {
  transition: all .4s ease-in-out
}

.popUp-form-register-phone .select-drop-menu-show .custom-select-wrap {
  max-height: 200px;
  transition: all .4s ease-in-out
}

.popUp-form-register-phone .select-drop-menu-show .selected-country-arrow {
  transform: rotate(180deg);
  transition: all .4s ease-in-out
}

.popUp-form-register-phone .custom-select-wrap {
  background-color: #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  max-height: 300px;
  overflow-y: scroll;
  position: absolute;
  top: 120%;
  width: 100%;
  z-index: 3
}

.popUp-form-register-phone .selected-country {
  align-items: center;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
  position: absolute;
  left: 0;
  width: 125px;
  cursor: pointer
}

.popUp-form-register-phone .selected-country-flag {
  order: 1
}

.popUp-form-register-phone .selected-country-arrow {
  order: 3
}

.popUp-form-register-phone .selected-country-code {
  order: 2;
  color:rgba(242,242,242,.55)
}

.popUp-form-register-phone .selected-country-flag img {
  height: 18px;
  width: 24px
}

.popUp-form-register-phone .custom-countryElem {
  align-items: center;
  display: flex;
  padding: 10px 0 10px 12px;
  color: #000;
  cursor: pointer
}

.popUp-form-register-phone .custom-countryElem img {
  height: 18px;
  margin-right: 12px;
  width: 24px
}

.popUp-form-register-phone .custom-select-country {
  width: 50px
}

main {
  flex: 1 0 auto
}

.ag-involving {
  padding: 60px 0 0;
  background-image: url(../img/images-bg.png);
  position: relative
}

.ag-involving,
.ag-involving:before {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover
}

.ag-involving:before {
  content: "";
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/images-image-outline.png);
  width: 44px;
  height: 23px;
  -webkit-animation: moving 2s ease-in-out infinite;
  animation: moving 2s ease-in-out infinite
}

.ag-involving__logo {
  padding-bottom: 100px
}

.ag-involving__wrapper {
  display: flex;
  justify-content: space-between
}

.ag-involving__wrapper-information-title {
  font-size: 66px;
  line-height: 77px;
  font-weight: 700;
  color: #fff;
  max-width: 592px;
  padding-bottom: 20px
}

.ag-involving__wrapper-information-form-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  max-width: 445px
}

.ag-involving__wrapper-book {
  position: relative;
  z-index: 2;
  top: -120px;
  left: 20px
}

.ag-involving__wrapper-book:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 60px;
  left: -65px;
  right: 0;
  margin: auto;
  background-image: url(../img/images-image-candles.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  width: 780px;
  height: 478px
}

.ag-using {
  padding: 102px 0;
  background: #eef5ff
}

.ag-using__wrapper-advantage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px
}

.ag-using__wrapper-advantage-item {
  background: linear-gradient(127.28deg, #152652 17.43%, #6782c9 191.45%);
  border-radius: 10px;
  flex-basis: 49.2%;
  padding: 60px 80px 60px 105px
}

.ag-using__wrapper-advantage-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  max-width: 388px;
  position: relative
}

.ag-using__wrapper-advantage-text:before {
  content: "";
  background-image: url(../img/images-image-tick.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 5px;
  left: -37px;
  width: 27px;
  height: 17px
}

.ag-using__wrapper-tools {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(127.28deg, #152652 17.43%, #6782c9 191.45%);
  border-radius: 10px
}

.ag-using__wrapper-tools-indicator {
  padding: 57px 100px 80px 52px
}

.ag-using__wrapper-tools-indicator-title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  max-width: 454px;
  margin-bottom: 25px
}

.ag-using__wrapper-tools-indicator-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  max-width: 416px;
  margin-bottom: 35px
}

.ag-using__wrapper-tools-indicator-button {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  background: linear-gradient(180deg, #00d587, #007b14);
  border: 1px solid rgba(0, 237, 24, .2);
  color: #fff;
  border-radius: 10px;
  width: 404px;
  height: 70px;
  box-shadow: 0 10px 40px rgba(0, 213, 135, .4);
  cursor: pointer
}

.ag-footer {
  flex-shrink: 0;
  padding: 40px 0 50px;
  background: #000
}

.ag-footer__wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1200px
}

.ag-footer__links {
  max-width: 415px
}

.ag-footer__links a {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  display: block;
  color: #fff;
  text-decoration: underline
}

.ag-footer__links a:hover {
  text-decoration: none
}

.ag-footer__links-devider {
  display: none
}

.ag-footer__warning-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  max-width: 590px;
  color: #878787
}

@media (min-width:800px) {
  .ag-container {
      max-width: 740px
  }
  .RForm form input:not([type=checkbox]),
  .RForm select {
      font-size: 15px;
      line-height: 21px;
      font-weight: 400;
      margin-bottom: 19px
  }
}

@media (max-width:959px) and (min-width:801px) {
  .custom-form__ab .select-items {
      margin-left: 20px
  }
}

@media (max-width:959px) and (min-width:768px) {
  .RForm .usf-email {
      order: 4
  }
}

@media (min-width:1200px) {
  .ag-container {
      max-width: 1200px
  }
  .RForm .submit {
      font-size: 18px;
      line-height: 26px
  }
  .custom-form__ab .select-selected {
      height: 70px
  }
}

@media (min-width:1200px) and (max-width:1365px) {
  .ag-container {
      max-width: 1160px
  }
}

@media (max-width:1919px) {
  .RForm form {
      margin-top: 20px
  }
  .ag-involving {
      padding: 45px 0 0;
      background-image: url(../img/images-bg-1366.png);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover
  }
  .ag-involving:before {
      bottom: 33px
  }
  .ag-involving__logo {
      padding-bottom: 70px
  }
  .ag-involving__wrapper-information-title {
      font-size: 56px;
      line-height: 66px;
      font-weight: 700
  }
  .ag-involving__wrapper-book {
      top: -90px
  }
  .ag-involving__wrapper-book:before {
      background-image: url(../img/images-image-candles-1366.png);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover;
      width: 669px;
      height: 410px;
      bottom: 130px;
      left: -65px
  }
  .ag-using {
      padding: 90px 0 120px
  }
}

@media (max-width:1366px) {
  .form-section .RForm .indent {
      width: 32%
  }
}

@media (max-width:1365px) {
  .RForm .checkbox-wrap {
      font-size: 14px;
      line-height: 16px;
      font-weight: 400
  }
  .popUp-form-register-phone .selected-country {
      width: 115px
  }
  .ag-using__wrapper-tools-indicator {
      padding: 42px 20px 65px 50px
  }
}

@media (max-width:1200px) {
  .RForm .agree-terms-conditions-link {
      font-size: 10px;
      line-height: 11px;
      font-weight: 400
  }
  .agree-terms-conditions-span {
      font-size: 10px;
      line-height: 12px;
      font-weight: 400
  }
}

@media (max-width:1199px) {
  .RForm form {
      width: 100%
  }
  .ag-involving {
      padding: 50px 0 60px;
      background-image: url(../img/images-bg-800.png);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover
  }
  .ag-involving__logo {
      padding-bottom: 80px
  }
  .ag-involving__wrapper {
      flex-direction: column
  }
  .ag-involving__wrapper-information-title {
      font-size: 76px;
      line-height: 89px;
      font-weight: 700
  }
  .ag-involving__wrapper-book {
      top: 0;
      left: 0
  }
  .ag-involving__wrapper-book:before {
      background-image: url(../img/images-image-candles-800.png);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover;
      width: 834px;
      height: 636px
  }
  .ag-using {
      padding: 72px 0
  }
  .ag-using__wrapper-advantage {
      flex-direction: column
  }
  .ag-using__wrapper-advantage-item {
      flex-basis: 100%;
      padding: 50px 20px 50px 105px;
      margin-bottom: 30px
  }
  .ag-using__wrapper-advantage-text {
      font-size: 22px;
      line-height: 32px;
      font-weight: 400;
      max-width: 592px
  }
  .ag-using__wrapper-advantage-text:before {
      left: -63px;
      width: 43px;
      height: 27px
  }
  .ag-using__wrapper-tools {
      flex-direction: column
  }
  .ag-using__wrapper-tools-indicator {
      padding: 42px 20px 80px 50px
  }
  .ag-using__wrapper-tools-indicator-title {
      max-width: 660px
  }
  .ag-using__wrapper-tools-indicator-text {
      font-size: 22px;
      line-height: 32px;
      font-weight: 400;
      max-width: 100%
  }
  .ag-footer {
      padding: 50px 0
  }
  .ag-footer__wrapper {
      flex-direction: column;
      align-items: center
  }
  .ag-footer__links {
      max-width: 580px;
      margin-bottom: 10px
  }
  .ag-footer__links a {
      display: inline
  }
  .ag-footer__links-devider {
      color: #fff;
      padding: 0 5px;
      display: inline-block
  }
  .ag-footer__warning-text {
      text-align: center
  }
}

@media (max-width:800px) {
  .custom-form__ab .custom-option .country-name {
      color: #828282;
      font-size: 10px;
      line-height: 10px;
      font-weight: 300
  }
  .country-code {
      color: #828282;
      font-size: 11px;
      line-height: 11px;
      font-weight: 300
  }
  .custom-form__ab .select-items {
      margin-left: 2px
  }
  .RForm .input-wrap {
    width: 48%
}
}

@media (max-width:799px) {
  .ag-container {
      max-width: 570px
  }
  .RForm form input:not([type=checkbox]),
  .RForm select {
      height: 50px;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400
  }
  .RForm .submit {
      height: 50px;
      font-size: 18px;
      line-height: 21px;
      font-weight: 700
  }
  .RForm .input-wrap.phone-wrap {
      margin-bottom: 15px
  }
  .RForm label.error {
      font-size: 11px;
      top: -12px
  }
  .custom-form__ab .select-selected {
      height: 50px
  }
  .RForm .checkbox-wrap {
      padding-left: 25px;
      margin-top: 10px
  }
  .RForm .input-wrap {
      width: 100%;
      margin-bottom: 20px;
  }
  .popUp-form-register-phone .popUp-form-register-phone-wrap {
      height: 50px
  }
  .ag-involving {
      padding: 50px 0 60px;
      background-image: url(../img/images-bg-360.png)
  }
  .ag-involving,
  .ag-involving:before {
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover
  }
  .ag-involving:before {
      background-image: url(../img/images-image-outline-mobile.png);
      width: 30px;
      height: 16px;
      bottom: 23px
  }
  .ag-involving__logo {
      padding-bottom: 30px
  }
  .ag-involving__wrapper-information-title {
      font-size: 48px;
      line-height: 56px;
      font-weight: 700
  }
  .ag-involving__wrapper-information-form-title {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700
  }
  .ag-involving__wrapper-book:before {
      background-image: url(../img/images-image-candles-360.png);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover;
      width: 360px;
      height: 327px;
      left: -15px;
      bottom: 40px
  }
  .ag-involving__wrapper-book img {
      display: block;
      margin: 0 auto
  }
  .ag-using {
      padding: 54px 0
  }
  .ag-using__wrapper-advantage {
      margin-bottom: 0
  }
  .ag-using__wrapper-advantage-item {
      padding: 37px 30px 34px 67px
  }
  .ag-using__wrapper-advantage-text {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400
  }
  .ag-using__wrapper-advantage-text:before {
      left: -34px;
      width: 24px;
      height: 15px
  }
  .ag-using__wrapper-tools-indicator {
      padding: 20px 10px 50px 27px
  }
  .ag-using__wrapper-tools-indicator-title {
      font-size: 22px;
      line-height: 26px;
      font-weight: 700
  }
  .ag-using__wrapper-tools-indicator-text {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400
  }
  .ag-using__wrapper-tools-indicator-button {
      font-size: 18px;
      line-height: 21px;
      font-weight: 700;
      width: 270px
  }
  .ag-footer {
      padding: 30px 0
  }
  .ag-footer__links {
      margin-bottom: 15px
  }
  .ag-footer__links a {
      font-size: 14px;
      line-height: 32px;
      font-weight: 400;
      display: block
  }
  .ag-footer__links-devider {
      display: none
  }
}

@media (max-width:767px) {
  .LPForm.RForm {
      width: 100%
  }
  .RForm form {
    padding: 0 15px !important;
}

.RForm .submit {
  margin-bottom: 0;
}
  .tooltip:before {
      font-size: 10px
  }
  .custom-select {
      position: relative
  }
  .custom-select .tooltip {
      position: static
  }
  .tooltip:before {
      left: 20px
  }
}

@media (max-width:745px) {
  .RForm .usf-button {
      padding-top: 5px !important
  }
}

@media (max-width:638px) {
  .RForm .indent {
      width: 100%
  }
}

@media (max-width:575px) {
  .ag-container {
      max-width: 320px
  }
  .RForm .checkbox-wrap {
      padding-left: 30px;
      font-size: 12px;
      line-height: 13px;
      font-weight: 400
  }
  .ag-using__wrapper-tools-indicator-title {
      max-width: 300px
  }
  .ag-using__wrapper-tools-indicator-text {
      max-width: 270px
  }
  .ag-footer__warning-text {
      font-size: 10px;
      line-height: 16px;
      font-weight: 400;
      max-width: 320px
  }
}

@media (max-width:530px) {
  .RForm .indent {
      width: 100% !important
  }
}

@media (max-width:360px) {
  .RForm .checkbox-wrap {
      padding-left: 30px;
      line-height: 18px
  }
  .RForm .agreementText {
      margin-top: 10px
  }
  .RForm .usf-button {
      padding-top: 0 !important
  }
  .agree-terms-conditions-span .RForm .indent {
      font-size: 12px;
      line-height: 18px;
      font-weight: 400
  }
}

@media (max-width:340px) {
  .ag-container {
      max-width: 300px
  }
  .ag-involving__wrapper-information-title {
      font-size: 40px;
      line-height: 50px;
      font-weight: 700
  }
  .ag-using__wrapper-tools-indicator-button {
      width: 250px
  }
}

@-webkit-keyframes moving {
  0% {
      transform: translate(0)
  }
  65% {
      transform: translateY(15px)
  }
  to {
      transform: translate(0)
  }
}

@keyframes moving {
  0% {
      transform: translate(0)
  }
  65% {
      transform: translateY(15px)
  }
  to {
      transform: translate(0)
  }
}