* {
  box-sizing: border-box;
  outline: none;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  outline: none;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?d94quw");
  src: url("../fonts/icomoon.eot?d94quw#iefix") format('embedded-opentype'), url("../fonts/icomoon.ttf?d94quw") format('truetype'), url("../fonts/icomoon.woff?d94quw") format('woff'), url("../fonts/icomoon.svg?d94quw#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-pagination-progress {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
body {
  font-family: 'Roboto', sans-serif;
  background: #f7f5f5;
  min-width: 1180px;
}
a {
  text-decoration: none;
}
.width-wrap {
  width: 1180px;
  margin: 0 auto;
}
footer {
  padding: 30px 0 15px;
  font-size: 12px;
  line-height: 1.4;
  color: #3d4246;
}
footer p {
  margin-bottom: 15px;
}
header {
  overflow: hidden;
  height: 80px;
  overflow: hidden;
}
header .left-side {
  float: left;
}
header .left-side .logo {
  display: block;
  float: left;
  width: 204px;
  height: 40px;
  margin: 17px 0 0 20px;
  background: url("../img/logo.svg") no-repeat;
  background-size: cover;
}
header .left-side .logo-img {
  display: block;
  width: 187px;
  height: 37px;
  fill: #fff;
}
header .right-side {
  float: right;
}
header .right-side .real-account {
  display: block;
  float: left;
  height: 40px;
  margin: 18px 87px 0 0;
  padding: 0 25px;
  border: 1px solid #38c268;
  border-radius: 20px;
  background: #38c268;
  font-size: 18px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: 0.15s ease background;
  transition: 0.15s ease background;
}
header .right-side .real-account:hover {
  background: #46cf76;
}
header .right-side .real-account:active {
  background: #2bb55c;
}
.disclaimer-section {
  margin-bottom: 0;
  margin-top: 40px;
  line-height: 1.5;
}
.disclaimer-users {
  margin-bottom: 40px;
  margin-top: 0;
}
.disclaimer {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.promo-section {
  padding: 15px 0 49px;
  background: url("../img/promo-bg.jpg") no-repeat;
  background-size: cover;
  border-bottom: 1px solid #d9d9d9;
}
.promo-section .heading {
  margin-bottom: 46px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
  color: #272c33;
  text-align: center;
}
.promo-section .promo-block {
  overflow: hidden;
  margin-bottom: 51px;
}
.promo-section .promo-block .left-side {
  float: left;
  width: 460px;
  padding-top: 0;
  padding-left: 60px;
}
.promo-section .promo-block .left-side .title {
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #202324;
  text-align: center;
}
.promo-section .promo-block .left-side .scheme .steps {
  float: left;
  position: relative;
  width: 100px;
  height: 200px;
  min-height: 236px;
}
.promo-section .promo-block .left-side .scheme .steps .step {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #0f9ddd;
  border-radius: 50%;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  color: #0f9ddd;
  text-align: center;
}
.promo-section .promo-block .left-side .scheme .steps .step.first {
  top: 0;
  left: 31px;
}
.promo-section .promo-block .left-side .scheme .steps .step.second {
  top: 102px;
  left: 31px;
}
.promo-section .promo-block .left-side .scheme .steps .step.third {
  top: 202px;
  left: 32px;
}
.promo-section .promo-block .left-side .scheme .steps .arrow {
  width: 17px;
  height: 81px;
}
.promo-section .promo-block .left-side .scheme .steps .arrow.first {
  top: 30px;
  left: 78px;
  background: url("../img/arrow1.png");
}
.promo-section .promo-block .left-side .scheme .steps .arrow.second {
  top: 137px;
  left: 9px;
  background: url("../img/arrow2.png");
}
.promo-section .promo-block .left-side .scheme .instructions {
  float: left;
  position: relative;
  width: 265px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 20px;
  color: #393737;
}
.promo-section .promo-block .left-side .scheme .instructions .first {
  margin-bottom: 59px;
}
.promo-section .promo-block .left-side .scheme .instructions .second {
  margin-bottom: 57px;
}
.promo-section .promo-block .left-side .scheme .instructions .third,
.promo-section .promo-block .left-side .scheme .instructions .green {
  font-weight: 500;
  color: #23c95f;
}
.promo-section .promo-block .left-side .scheme .instructions .red {
  font-weight: 500;
  color: #e83b3b;
}
.promo-section .promo-block .left-side .scheme .instructions .bigger {
  display: block;
  margin-bottom: 7px;
  font-size: 28px;
  font-weight: 500;
  color: #0f9ddd;
}
.promo-section .promo-block .right-side {
  float: right;
  width: 640px;
}
.promo-section .promo-block .right-side .frame-container {
  display: block;
  width: 620px;
  height: 396px;
  margin: 0 auto 10px;
  border: 10px solid #1f2429;
  border-radius: 5px;
  background: #1f2429;
}
.promo-section .promo-block .right-side iframe {
  display: block;
  width: 600px;
  height: 376px;
  margin: 0 auto 0;
}
.promo-section .certificates {
  position: relative;
  text-align: center;
}
.promo-section .certificates .item {
  display: inline-block;
  display: inline-block;
  position: relative;
  width: 230px;
  margin: 0 57px;
  padding: 8px 0 0 67px;
  font-size: 14px;
  line-height: 18px;
  color: #1e2328;
  text-align: left;
}
.promo-section .certificates .item img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.promo-section .certificates .item .sert-name {
  display: block;
  font-weight: 500;
}
.promo-section .certificates .item .sert-number {
  display: block;
  text-decoration: underline;
}
.promo-section .promo-block .left-side .scheme .steps .step,
.promo-section .promo-block .left-side .scheme .steps .arrow {
  display: block;
  position: absolute;
}
.certificates .demo {
  display: inline-block;
  position: absolute;
  top: -145px;
  left: 120px;
  height: 60px;
  margin-top: 36px;
  margin-left: 25px;
  padding: 0 32px;
  border-radius: 10px;
  background: #23c95f;
  font-size: 24px;
  font-weight: bold;
  line-height: 58px;
  color: #fff;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2);
  -webkit-transition: 0.15s ease background;
  transition: 0.15s ease background;
  text-transform: uppercase;
}
.certificates .demo:hover {
  background: #2fd66c;
}
.certificates .demo:active {
  background: #17bd54;
}
.reviews-section {
  padding: 45px 0 10px;
}
.reviews-section .swiper-button-prev {
  display: none;
}
.reviews-section .swiper-button-next {
  display: none;
}
.reviews-section .swiper-container {
  padding-bottom: 200px !important;
}
.reviews-section .heading {
  margin-bottom: 31px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
  color: #0f9ddd;
  text-align: center;
}
.reviews-section .heading:after {
  content: '';
  display: block;
  width: 220px;
  height: 2px;
  margin: 12px auto 0;
  background: #0f9ddd;
}
.reviews-section .row {
  padding: 10px 0 30px;
  text-align: center;
}
.reviews-section .row .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 318px;
  height: 363px;
  margin: 0 34px;
  padding: 24px 19px 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);
}
.reviews-section .row .item:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 35px;
  height: 21px;
  margin-left: -18px;
  background: url("../img/triangle.png") no-repeat;
}
.reviews-section .row .item .title {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  color: #3d4246;
}
.reviews-section .row .item .text {
  font-size: 14px;
  line-height: 20px;
  color: #3d4246;
  text-align: left;
}
.reviews-section .row .item .avatar-container {
  display: block;
  position: absolute;
  left: 50%;
  top: 408px;
  width: 122px;
  height: 122px;
  margin-left: -61px;
}
.reviews-section .row .item .avatar-container img {
  display: block;
  width: 122px;
  height: 122px;
  border-radius: 50%;
}
.demo-section {
  height: 121px;
  padding: 29px 0 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
}
.demo-section .demo-container {
  font-size: 22px;
  line-height: 60px;
  color: #3d4246;
  text-align: center;
}
.demo-section .demo-container span {
  color: #0f9ddd;
  text-transform: uppercase;
}
.demo-section .demo-container .trade {
  display: inline-block;
  height: 60px;
  margin-left: 25px;
  padding: 0 50px;
  border-radius: 3px;
  background: #0f9ddd;
  font-size: 24px;
  font-weight: bold;
  line-height: 58px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.15s ease background;
  transition: 0.15s ease background;
}
.demo-section .demo-container .trade:hover {
  background: #1ca9eb;
}
.demo-section .demo-container .trade:active {
  background: #0490d1;
}
.widget-section {
  padding: 49px 0 41px;
  background: url("../img/widget-bg.jpg") no-repeat;
  background-size: cover;
}
.widget-container {
  text-align: center;
}
.widget-container .weibo {
  background: #fff;
}
.vk-widget {
  width: 80%;
  max-width: 860px;
  min-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.vk-widget #vk_groups {
  margin: 0 auto;
}
@media (max-width: 1200px) and (min-width: 0px) {
  body {
    min-width: 640px;
  }
  .disclaimer-certificates {
    margin-bottom: 40px;
  }
  .disclaimer-users {
    margin-bottom: 40px;
  }
  .width-wrap {
    max-width: 640px;
  }
  header .right-side .real-account {
    margin-right: 17px;
  }
  .promo-section {
    padding: 15px 0 0;
    position: relative;
  }
  .promo-section .promo-block {
    margin-bottom: 43px;
  }
  .promo-section .promo-block .right-side {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .promo-section .promo-block .right-side img {
    width: 600px;
  }
  .promo-section .promo-block .left-side {
    padding-top: 18px;
    padding-left: 8px;
    width: 375px;
  }
  .promo-section .promo-block .left-side .title {
    margin-bottom: 15px;
  }
  .promo-section .promo-block .left-side .scheme .steps .arrow.first {
    top: 32px;
  }
  .promo-section .promo-block .left-side .scheme .steps .arrow.second {
    top: 130px;
  }
  .promo-section .promo-block .left-side .scheme .steps .step.second {
    top: 100px;
  }
  .promo-section .promo-block .left-side .scheme .steps .step.third {
    top: 195px;
  }
  .promo-section .promo-block .left-side .scheme .instructions .second {
    margin-bottom: 49px;
  }
  .promo-section .heading {
    font-size: 32px;
    margin-bottom: 31px;
  }
  .promo-section .certificates {
    position: absolute;
    top: 558px;
    left: 50%;
    margin-left: 10px;
    padding-top: 0;
  }
  .promo-section .certificates .item {
    display: block;
  }
  .promo-section .certificates .item:first-child {
    margin-bottom: 53px;
  }
  .demo-section {
    padding: 9px 0 0;
    height: 165px;
  }
  .demo-section .demo-container .trade {
    display: block;
    width: 240px;
    margin: 0 auto;
  }
  .widget-section {
    padding: 41px 0 36px;
  }
  .vk-widget {
    width: 70%;
  }
  .reviews-section .swiper-button-prev {
    display: block;
  }
  .reviews-section .swiper-button-next {
    display: block;
  }
  .certificates .demo {
    display: inline-block;
    position: static;
    margin-top: 50px;
  }
}
.vfsc:before {
  background-image: url("../img/vfsc.svg");
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 50px;
  height: 35px;
  position: absolute;
  left: 4px;
  top: 0;
}
.bank:before {
  font-family: 'icomoon';
  content: '\e913';
  font-size: 35px;
  position: absolute;
  left: 15px;
  top: 18px;
}
