/*==============================FONTS==============================*/
@font-face {
  font-family: 'UniNeue';
  src: url("../fonts/UniNeueRegular.eot");
  src: url("../fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/UniNeueRegular.woff") format("woff"), url("../fonts/UniNeueRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UniNeue';
  src: url("../fonts/UniNeueRegular-Italic.eot");
  src: url("../fonts/UniNeueRegular-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/UniNeueRegular-Italic.woff") format("woff"), url("../fonts/UniNeueRegular-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'UniNeue';
  src: url("../fonts/UniNeueBold.eot");
  src: url("../fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UniNeueBold.woff") format("woff"), url("../fonts/UniNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'UniNeue';
  src: url("../fonts/UniNeueHeavy.eot");
  src: url("../fonts/UniNeueHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/UniNeueHeavy.woff") format("woff"), url("../fonts/UniNeueHeavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'UniNeueBook';
  src: url("../fonts/UniNeueBook.eot");
  src: url("../fonts/UniNeueBook.eot?#iefix") format("embedded-opentype"), url("../fonts/UniNeueBook.woff") format("woff"), url("../fonts/UniNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MullerMedium';
  src: url("../fonts/MullerMedium.eot");
  src: url("../fonts/MullerMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/MullerMedium.woff") format("woff"), url("../fonts/MullerMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik-regular.eot");
  src: url("../fonts/rubik-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-regular.woff") format("woff"), url("../fonts/rubik-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/rubik-medium.eot");
  src: url("../fonts/rubik-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/rubik-medium.woff") format("woff"), url("../fonts/rubik-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

input,
select,
textarea,
button {
  color: #686868;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #686868;
}

input::-moz-placeholder {
  color: #686868;
}

input:-moz-placeholder {
  color: #686868;
}

input:-ms-input-placeholder {
  color: #686868;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #686868;
}

textarea::-moz-placeholder {
  color: #686868;
}

textarea:-moz-placeholder {
  color: #686868;
}

textarea:-ms-input-placeholder {
  color: #686868;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================PLUGINS==============================*/
/*-----------------slick-slider plugin---------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -25px;
  width: 22px;
  height: 50px;
  font-size: 0;
  background: transparent;
  z-index: 20;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  bottom: -50px;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 0;
  z-index: 20;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
}

.slick-dots li button {
  width: 20px;
  height: 20px;
  border: 6px solid #2F80ED;
  border-radius: 2px;
  opacity: 0.25;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

/*-----------------fancybox plugin---------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: 'UniNeue';
  background: #382668;
  line-height: 1;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1270px;
  z-index: 10;
}

.center-wrapper_small {
  max-width: 1200px;
}

.center-wrapper_big {
  max-width: 1394px;
}

h1, h2, h3, h4, h5, h6, .title_1, .title_2, .title_3, .title_4, .title_5, .title_6 {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}

h1, .title_1 {
  position: relative;
  margin-bottom: 15px;
  padding-right: 10px;
  font-size: 43px;
  line-height: 58px;
  text-align: center;
}

h1:before, .title_1:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -12px;
  top: -35px;
  width: 14px;
  height: 14px;
  background: #2F80ED;
  border-radius: 50%;
}

p {
  line-height: 29px;
  margin-bottom: 15px;
  color: #0D0303;
}

ul, ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

img {
  vertical-align: top;
}

table {
  width: 100%;
}

.sssss ul {
  padding-bottom: 15px;
}

.sssss ul li {
  position: relative;
}

.sssss ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.sssss ol {
  padding-bottom: 15px;
  counter-reset: myCounter;
}

.sssss ol li {
  position: relative;
}

.sssss ol li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: myCounter;
  content: counters(myCounter, ".") ". ";
}

.sssss ol ol li {
  content: counters(item, ".") " ";
}

.text_center {
  text-align: center;
}

.color-yellow {
  color: #F2C94C;
}

.color-blue {
  color: #2F80ED;
}

.color-white {
  color: #fff;
}

/*--------------------animation--------------------*/
.promo__image {
  -webkit-animation: animationScale 7s infinite ease-in-out;
  animation: animationScale 7s infinite ease-in-out;
}

.promo__shape_left {
  -webkit-animation: animationfloating 7s infinite ease-in-out;
  animation: animationfloating 7s infinite ease-in-out;
}

.promo__shape_right {
  -webkit-animation: animationfloating2 7s infinite ease-in-out;
  animation: animationfloating2 7s infinite ease-in-out;
}

.deposits::before {
  -webkit-animation: animationScale2 7s infinite ease-in-out;
  animation: animationScale2 7s infinite ease-in-out;
}

.roadmap__shape_left {
  -webkit-animation: animationfloating 7s infinite ease-in-out;
  animation: animationfloating 7s infinite ease-in-out;
}

.roadmap__shape_right {
  -webkit-animation: animationfloating2 7s infinite ease-in-out;
  animation: animationfloating2 7s infinite ease-in-out;
}

.mainreviews__shape_1 {
  -webkit-animation: animationfloating 7s infinite ease-in-out;
  animation: animationfloating 7s infinite ease-in-out;
}

.mainreviews__shape_2 {
  -webkit-animation: animationfloating3 7s infinite ease-in-out;
  animation: animationfloating3 7s infinite ease-in-out;
}

.mainreviews__shape_3 {
  -webkit-animation: animationfloating3 7s infinite ease-in-out;
  animation: animationfloating3 7s infinite ease-in-out;
}

@-webkit-keyframes animationScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animationScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animationScale2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animationScale2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes animationfloating {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(50px, 50px);
    transform: translate(50px, 50px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes animationfloating2 {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(-50px, -50px);
    transform: translate(-50px, -50px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

@-webkit-keyframes animationfloating3 {
  from {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}

/*==============================FORM ELEMENTS==============================*/
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  width: 306px;
  height: 68px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #2F80ED;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #408CF3;
}

.btn_print {
  min-width: 254px;
  padding: 0 10px 0 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}

.btn_print span {
  margin-left: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #2571D7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding-left: 30px;
  cursor: pointer;
}

.checkbox label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(../images/icon-checkbox.png);
  z-index: 1;
}

.checkbox input[type="checkbox"]:checked + label:before {
  background: url(../images/icon-checkbox-checked.png);
}

.radio input[type="radio"] {
  display: none;
}

.radio label {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  padding-left: 30px;
  cursor: pointer;
}

.radio label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(../images/icon-radio.png);
  z-index: 1;
}

.radio input[type="radio"]:checked + label:before {
  background: url(../images/icon-radio-checked.png);
}

.select {
  position: relative;
  cursor: pointer;
}

.select.active .select-title {
  border-radius: 5px 5px 0 0;
}

.select.active .select-title:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select-title {
  position: relative;
  width: 100%;
  height: 38px;
  background: #fff;
  border: 1px solid rgba(47, 128, 237, 0.59);
  border-radius: 5px;
  z-index: 1;
}

.select-title:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  width: 9px;
  height: 6px;
  background-image: url(../images/icon-arrow-select.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select-title__value {
  display: block;
  padding: 0 25px 0 15px;
  font-size: 17px;
  font-weight: 700;
  line-height: 36px;
  color: #2F80ED;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  min-width: 100%;
  border: 1px solid rgba(47, 128, 237, 0.59);
  border-top: none;
  border-radius: 0 0 5px 5px;
  background: #fff;
  overflow: hidden;
  z-index: 10;
}

.select-options__value {
  padding: 8px 15px;
  font-size: 16px;
  color: #2F80ED;
}

.select-options__value:hover {
  color: #fff;
  background-color: #2F80ED;
}

.select_orange.active .select-title {
  border-color: #F2C94C;
}

.select_orange .select-title {
  border: 2px solid #F2C94C;
}

.select_orange .select-title:after {
  background-image: url(../images/icon-arrow-select-black.svg);
}

.select_orange .select-title__value {
  line-height: 34px;
  color: #0D0303;
}

.select_orange .select-options {
  border: 2px solid #F2C94C;
  border-top: 0;
}

.select_orange .select-options__value {
  color: #0D0303;
}

.select_orange .select-options__value:hover {
  background: #F2C94C;
  color: #fff;
}

/*--------------------icons--------------------*/
.ic {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.ic-print {
  width: 30px;
  height: 30px;
  background-image: url(../images/icon-print.svg);
}

.ic-menu-home {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-menu-home.svg);
}

.ic-menu-about {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-menu-about.svg);
}

.ic-menu-news {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-menu-news.svg);
}

.ic-menu-partner {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-menu-partner.svg);
}

.ic-menu-contacts {
  width: 22px;
  height: 22px;
  background-image: url(../images/icon-menu-contacts.svg);
}

/*==============================MODALS==============================*/
/*==============================INDEX==============================*/
/*--------------------header--------------------*/
.header {
  padding: 45px 0;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-mobile {
  display: none;
}

.header-menu__switcher {
  display: none;
}

.header-menu__close {
  display: none;
  position: absolute;
  top: 20px;
  right: 10px;
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.header-menu-list li {
  margin: 0 27px;
}

.header-menu-list li a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.header-menu-list li a i {
  display: none;
  margin-right: 10px;
}

.header-menu-list li a:hover {
  color: #fff;
}

.header-menu-list li a.active {
  color: #fff;
}

.header-menu-list li a.active .ic-menu-home {
  background-image: url(../images/icon-menu-home-active.svg);
}

.header-menu-list li a.active .ic-menu-about {
  background-image: url(../images/icon-menu-about-active.svg);
}

.header-menu-list li a.active .ic-menu-news {
  background-image: url(../images/icon-menu-news-active.svg);
}

.header-menu-list li a.active .ic-menu-partner {
  background-image: url(../images/icon-menu-partner-active.svg);
}

.header-menu-list li a.active .ic-menu-contacts {
  background-image: url(../images/icon-menu-contacts-active.svg);
}

.header-menu-list li a.active:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 2.5px);
  bottom: -15px;
  width: 5px;
  height: 5px;
  background: #2F80ED;
  border-radius: 50%;
}

.header-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-auth__btn {
  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;
  padding: 0 15px;
  height: 34px;
  color: #fff;
  border: 1px solid transparent;
}

.header-auth__btn:hover {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
}

.header-auth__btn:last-child {
  margin-left: 5px;
}

.header-auth__btn.active {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
}

.header-auth__btn.active:hover {
  background: rgba(255, 255, 255, 0.3);
}

.header-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}

.header-apps__btn:first-child {
  margin-right: 30px;
}

.section-top {
  position: relative;
  margin-bottom: 60px;
  height: 230px;
}

.section-top:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 545px);
  bottom: 0;
  width: 1089px;
  height: 450px;
  background-image: url(../images/section-top-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.section__title {
  font-size: 42px;
  color: #fff;
}

.section__title:before {
  content: '';
  display: inline-block;
  position: relative;
  left: -10px;
  top: -27px;
  width: 10px;
  height: 10px;
  background: #2F80ED;
  border-radius: 50%;
}

.section__subtitle {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
}

/*--------------------promo--------------------*/
.promo {
  position: relative;
  padding: 25px 0 40px;
  text-align: center;
}

.promo:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -90px;
  width: 100%;
  height: 3010px;
  background-image: url(../images/bg-promo.svg);
  background-image: url(../images/bg-promo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.promo__shape {
  position: absolute;
}

.promo__shape_left {
  top: -100px;
  left: calc(50% - 940px);
}

.promo__shape_right {
  top: 600px;
  right: calc(50% - 900px);
  z-index: 20;
}

.promo__icon {
  margin-bottom: 27px;
}

.promo__subtitle {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2F80ED;
}

.promo__title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 54px;
  color: #fff;
}

.promo-info {
  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;
  margin-bottom: 70px;
}

.promo__btn {
  margin-right: 37px;
}

.promo__percent {
  margin-right: 23px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.promo__percent span {
  padding-right: 3px;
  font-size: 37px;
}

.promo__term {
  position: relative;
  top: 5px;
  font-size: 18px;
  color: #7685FF;
}

.promo__image {
  position: relative;
  z-index: 5;
}

.promo__image img {
  max-width: 100%;
}

.promo-video {
  position: absolute;
  top: 430px;
  right: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #fff;
  z-index: 30;
}

.promo-video:hover i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.promo-video:after {
  content: '';
  display: block;
  position: absolute;
  left: -68px;
  top: calc(50% - 92px);
  width: 184px;
  height: 184px;
  background-image: url(../images/promo-video-circle.svg);
}

.promo-video .ic-play {
  display: inline-block;
  margin-right: 10px;
  width: 49px;
  height: 49px;
  background-image: url(../images/icon-play-promo.svg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*-----------------mainabout--------------------*/
.mainabout {
  position: relative;
  padding: 60px 0 105px 0;
  z-index: 30;
}

.mainabout-section-top {
  margin-bottom: 45px;
}

.subtitle {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.mainabout__title {
  color: #fff;
}

.mainabout__subtitle {
  color: #fff;
}

.mainabout-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mainabout-content-leftside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 35px;
}

.mainabout-content-rightside {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  max-width: 560px;
}

.mainabout-text {
  padding-bottom: 15px;
  max-width: 520px;
}

.mainabout-text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}

.mainabout-choose {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 37px 0 27px;
  height: 61px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #2F80ED;
  border-radius: 9px;
  z-index: 10;
}

.mainabout-choose img {
  margin-top: 2px;
  margin-left: 10px;
}

.mainabout-image {
  position: absolute;
  right: -180px;
  top: -175px;
  z-index: -1;
}

.mainabout-stats {
  position: relative;
  top: -75px;
  right: -5px;
  height: 387px;
}

.mainabout-stats-topleft {
  position: absolute;
  top: 0;
  left: 0;
}

.mainabout-stats-bottomright {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mainabout-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 17px;
  width: 178px;
  height: 53px;
  border-radius: 10px;
  white-space: nowrap;
}

.mainabout-currency_1 {
  background: #E84142;
}

.mainabout-currency_2 {
  background: -webkit-linear-gradient(184.83deg, #00FFA3 4.26%, #DC1FFF 86.79%);
  background: -o-linear-gradient(184.83deg, #00FFA3 4.26%, #DC1FFF 86.79%);
  background: linear-gradient(265.17deg, #00FFA3 4.26%, #DC1FFF 86.79%);
}

.mainabout-currency__logo {
  margin-right: 10px;
}

.mainabout-currency__title {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.mainabout-deposit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 17px;
  width: 245px;
  height: 95px;
  background: rgba(105, 74, 207, 0.77);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}

.mainabout-deposit-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainabout-deposit-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainabout-deposit__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}

.mainabout-deposit__title img {
  margin-right: 10px;
}

.mainabout-deposit__percent {
  padding-left: 17px;
  background-image: url(../images/icon-arrow-up-right.svg);
  background-position: 0 20%;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #fff;
  line-height: 15px;
}

.mainabout-deposit__percent span {
  font-size: 12px;
}

.mainabout-deposit__price {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

/*------------------benefits--------------------*/
.benefits {
  position: relative;
  margin-bottom: 280px;
  padding-bottom: 150px;
}

.benefits:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -230px;
  width: 100%;
  height: 2800px;
  background-image: url(../images/bg-benefits.svg);
  background-repeat: repeat-x;
  background-position: 50% 0;
}

.benefits-section-top {
  position: relative;
  margin-bottom: 80px;
}

.benefits-section-top:before {
  top: -200px;
}

.benefits-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 75px;
}

.benefits-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 25px;
  text-align: center;
}

.benefits-item__image {
  height: 145px;
  padding-right: 50px;
}

.benefits-item__caption {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}

.benefits-item__desc {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.62);
}

.benefits-button {
  text-align: center;
}

/*------------------deposits--------------------*/
.deposits {
  position: relative;
  padding-bottom: 110px;
  background: #fff;
}

.deposits:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 432px;
  background-image: url(../images/deposits-shape.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  bottom: 100%;
  margin-bottom: -70px;
}

.deposits__subtitle {
  margin-bottom: 40px;
}

.deposits-currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}

.deposits-currency__caption {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #0D0303;
}

.deposits-section {
  position: relative;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#90BAF3), to(transparent));
  background: -webkit-linear-gradient(top, #90BAF3, transparent);
  background: -o-linear-gradient(top, #90BAF3, transparent);
  background: linear-gradient(to bottom, #90BAF3, transparent);
  -webkit-box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.deposits-section:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 747px;
  height: 193px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/content-top-shape.svg);
  z-index: -1;
}

.deposits-section-body {
  padding: 35px 35px 1px;
  background: #fff;
  border-radius: 30px;
}

.deposits-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.deposits-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 35px;
  padding: 0 15px;
}

.deposits-item {
  position: relative;
  padding: 22px 30px 25px 50px;
  height: 100%;
  background: #382668;
  border-radius: 22px;
  overflow: hidden;
  z-index: 1;
}

.deposits-item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 423px;
  height: 375px;
  background-image: url(../images/deposits-item-shadow.svg);
  z-index: -1;
}

.deposits-item-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.deposits-item-top:after {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: 0;
  width: 264px;
  height: 4px;
  background-image: url(../images/line.svg);
}

.deposits-item-currency__caption {
  margin-bottom: 15px;
  font-family: 'UniNeueBook';
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}

.deposits-item-currency__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}

.deposits-item-currency__name img {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}

.deposits-item-profit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
}

.deposits-item-profit__caption {
  margin-bottom: 10px;
  font-family: 'UniNeueBook';
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}

.deposits-item-profit__value {
  position: relative;
  font-size: 31px;
  font-weight: 700;
  color: rgba(47, 128, 237, 0.92);
}

.deposits-item-profit__value:after {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: -15px;
  width: 61px;
  height: 55px;
  background-image: url(../images/icon-deposits-item-profit.svg);
}

.deposits-item-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 37px 0 20px 0;
}

.deposits-item-conditions-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 25px;
}

.deposits-item-conditions-item__caption {
  margin-bottom: 12px;
  font-family: 'UniNeueBook';
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}

.deposits-item-conditions-item__value {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.deposits-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deposits-item__btn {
  width: 195px;
  height: 51px;
  font-size: 16px;
  border-radius: 5px;
}

.deposits-item-currencies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.deposits-item-currencies__link {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33px;
  flex: 0 0 33px;
  max-width: 33px;
  height: 33px;
  border-radius: 50%;
}

.deposits-item-currencies__link:hover {
  opacity: 0.8;
}

.deposits-item-currencies__link:nth-child(1) {
  z-index: 7;
}

.deposits-item-currencies__link:nth-child(2) {
  z-index: 6;
}

.deposits-item-currencies__link:nth-child(3) {
  z-index: 5;
}

.deposits-item-currencies__link:nth-child(4) {
  z-index: 4;
}

.deposits-item-currencies__link:nth-child(5) {
  z-index: 3;
}

.deposits-item-currencies__link:nth-child(6) {
  z-index: 2;
}

.deposits-item-currencies__link:nth-child(7) {
  z-index: 1;
}

.deposits-item-currencies__link + .deposits-item-currencies__link {
  margin-left: -7px;
}

.deposits-item-currencies__link img {
  width: 100%;
  height: 100%;
}

.deposits-wait {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  background: #F8F2F2;
  border-radius: 22px;
}

.deposits-wait:after {
  content: '';
  display: block;
  position: absolute;
  left: 35px;
  top: 35px;
  bottom: 35px;
  right: 35px;
  width: auto;
  height: auto;
  border: 2px dashed rgba(0, 0, 0, 0.16);
  border-radius: 22px;
}

.deposits-wait__icon {
  margin-bottom: 20px;
}

.deposits-wait__caption {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #8B7676;
}

/*-------------------calc--------------------*/
.calc {
  position: relative;
  margin-bottom: 100px;
  z-index: 50;
}

.calc-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background: #fff;
}

.calc-shape:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 432px;
  background-image: url(../images/deposits-shape.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.calc__title {
  margin-bottom: 80px;
}

.calc-section {
  position: relative;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#90BAF3), to(transparent));
  background: -webkit-linear-gradient(top, #90BAF3, transparent);
  background: -o-linear-gradient(top, #90BAF3, transparent);
  background: linear-gradient(to bottom, #90BAF3, transparent);
  -webkit-box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.calc-section:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 747px;
  height: 193px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/content-top-shape.svg);
  z-index: -1;
}

.calc-section-body {
  padding: 70px 117px 85px;
  background: #fff;
  border-radius: 30px;
}

.calc-step {
  margin-bottom: 45px;
}

.calc-step:last-child {
  margin-bottom: 0;
}

.calc-step__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding-left: 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #2F80ED;
}

.calc-step__title span {
  margin-right: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29px;
  flex: 0 0 29px;
  max-width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F2C94C;
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.calc-tariffs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(47, 128, 237, 0.43);
  border-radius: 10px;
  overflow: hidden;
}

.calc-tariffs-radio {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.calc-tariffs-radio + .calc-tariffs-radio {
  border-left: 1px solid rgba(47, 128, 237, 0.43);
}

.calc-tariffs-radio input[type="radio"] {
  display: none;
}

.calc-tariffs-item {
  text-align: center;
  padding: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-tariffs-item__name {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-tariffs-item__percent {
  font-size: 15px;
  color: rgba(12, 12, 12, 0.63);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calc-tariffs-radio input[type="checkbox"]:checked + .calc-tariffs-item,
.calc-tariffs-radio input[type="radio"]:checked + .calc-tariffs-item {
  background: #2F80ED;
}

.calc-tariffs-radio input[type="checkbox"]:checked + .calc-tariffs-item .calc-tariffs-item__name,
.calc-tariffs-radio input[type="checkbox"]:checked + .calc-tariffs-item .calc-tariffs-item__percent,
.calc-tariffs-radio input[type="radio"]:checked + .calc-tariffs-item .calc-tariffs-item__name,
.calc-tariffs-radio input[type="radio"]:checked + .calc-tariffs-item .calc-tariffs-item__percent {
  color: #fff;
}

.calc-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc-fields-block {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 377px;
  flex: 0 0 377px;
  width: 377px;
}

.calc-fields__input {
  padding-left: 32px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  color: #382C2C;
  border: 1px solid rgba(47, 128, 237, 0.43);
  border-radius: 10px;
}

.calc-fields__tariff {
  position: absolute;
  top: calc(50% - 19px);
  right: 15px;
  height: 38px;
  padding: 10px 15px;
  font-size: 17px;
  font-weight: 700;
  color: #2F80ED;
  border: 1px solid rgba(47, 128, 237, 0.59);
  border-radius: 5px;
}

.calc-fields-output {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  background: rgba(166, 200, 247, 0.39);
  border-radius: 10px;
}

.calc-fields-output__value {
  padding-left: 32px;
  font-size: 20px;
  color: #382C2C;
}

.calc-fields-select {
  position: absolute;
  top: calc(50% - 19px);
  right: 15px;
}

.calc-fields-select .select.active .select-title {
  background: #fff;
}

.calc-fields-select .select .select-title {
  background: rgba(255, 255, 255, 0.57);
}

.calc-fields-select .select-options {
  background: #fff;
}

.calc-fields-arrows {
  margin: 0 35px;
}

.calc-profit {
  padding: 35px 0 0;
  margin: 0 -20px 70px;
}

.calc-profit__title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.calc-profit-stats {
  position: relative;
  margin: 0 auto;
  max-width: 928px;
  padding: 18px;
  background: #fff;
  border-radius: 15px;
  z-index: 10;
}

.calc-profit-stats-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px;
}

.calc-profit-stats-item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 9px;
}

.calc-profit-stats-item:last-child {
  white-space: nowrap;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.calc-profit-stats-item:last-child .calc-profit-stats-item__caption {
  padding: 0 15px;
  text-align: center;
}

.calc-profit-stats-item__caption {
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.9);
}

.calc-profit-stats-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px 0 60px;
  height: 73px;
  background: #2F80ED;
  border-radius: 10px;
}

.calc-profit-stats-item__number {
  position: relative;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #FFFFFF;
}

.calc-profit-stats-item__number:before {
  content: '';
  display: block;
  position: absolute;
  left: -35px;
  top: 10px;
  width: 27px;
  height: 12px;
  background-image: url(../images/graph-line.svg);
}

.calc-profit-stats-item__rub {
  padding-top: 4px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
}

.calc-profit-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -53px;
  padding: 75px 45px 45px 65px;
  background: rgba(89, 155, 244, 0.15);
  border: 1px solid rgba(47, 128, 237, 0.5);
  border-radius: 10px;
}

.calc-profit-period-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 30px 30px 50px;
}

.calc-profit-period-item:first-child {
  padding-left: 0;
}

.calc-profit-period-item:last-child {
  padding-right: 0;
}

.calc-profit-period-item + .calc-profit-period-item {
  border-left: 1px solid rgba(47, 128, 237, 0.61);
}

.calc-profit-period-item__caption {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #3079E2;
}

.calc-profit-period-item__number {
  margin-bottom: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.calc-profit-period-item__ruble {
  font-size: 12px;
  color: #333;
}

/*-----------------mainreviews-------------------*/
.mainreviews {
  position: relative;
  margin-bottom: 160px;
  z-index: 30;
}

.mainreviews:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1050px;
  width: 100%;
  height: 3720px;
  background-image: url(../images/bg-mainreviews.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.mainreviews__shape {
  position: absolute;
}

.mainreviews__shape_1 {
  top: -240px;
  left: calc(50% - 920px);
}

.mainreviews__shape_2 {
  top: -250px;
  right: calc(50% - 800px);
  z-index: 15;
}

.mainreviews__shape_3 {
  top: 570px;
  right: calc(50% - 1200px);
}

.mainreviews-section-top {
  margin-bottom: 100px;
}

.mainreviews-section-top:before {
  top: -195px;
}

.mainreviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.mainreviews-item-photo {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 298px;
  flex: 0 0 298px;
  max-width: 298px;
  height: 298px;
  z-index: 1;
}

.mainreviews-item-photo:before {
  content: '';
  display: block;
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: 242px;
  height: 242px;
  background: #2F80ED;
  border-radius: 10px;
  z-index: -1;
}

.mainreviews-item-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.mainreviews-item-content {
  padding-left: 150px;
  padding-top: 5px;
}

.mainreviews-item__name {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.mainreviews-item__balance {
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 700;
  color: #2F80ED;
}

.mainreviews-item-info {
  position: relative;
}

.mainreviews-item__caption {
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  color: #fff;
}

.mainreviews-item__text {
  padding-right: 70px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 29px;
}

/*------------------roadmap--------------------*/
.roadmap {
  position: relative;
  margin-bottom: 180px;
}

.roadmap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: 1524px;
  background-image: url(../images/bg-roadmap.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.roadmap__shape {
  position: absolute;
}

.roadmap__shape_left {
  top: 500px;
  left: calc(50% - 1030px);
}

.roadmap__shape_right {
  top: 810px;
  right: calc(50% - 790px);
}

.roadmap-list {
  position: relative;
  margin-top: -10px;
  padding-top: 20px;
  padding-bottom: 80px;
}

.roadmap-list:after {
  content: '';
  display: block;
  position: absolute;
  left: 495px;
  top: 70px;
  bottom: 30px;
  width: 1px;
  height: auto;
  background: #fff;
  opacity: 0.45;
}

.roadmap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px;
}

.roadmap-item:first-child .roadmap-item__circle {
  top: 45px;
}

.roadmap-item__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  max-width: 440px;
  padding-top: 20px;
  padding-right: 55px;
  font-family: 'MullerMedium';
  font-size: 24px;
  text-align: right;
  color: #F2C537;
}

.roadmap-item__circle {
  position: relative;
  top: 10px;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 17px 26px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 17px 26px rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  z-index: 10;
}

.roadmap-item__circle span {
  display: block;
  width: 89px;
  height: 89px;
  background: #F2C94C;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.21);
  border-radius: 50%;
}

.roadmap-item-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 65px;
}

.roadmap-item__caption {
  padding-top: 3px;
  margin-bottom: 30px;
  font-family: 'Rubik';
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}

.roadmap-item-list ul li {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
}

.roadmap__more {
  font-size: 18px;
  padding-left: 425px;
  color: rgba(255, 255, 255, 0.65);
}

/*-----------------statistics--------------------*/
.statistics {
  margin-bottom: 160px;
}

.statistics-section {
  position: relative;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#90BAF3), to(transparent));
  background: -webkit-linear-gradient(top, #90BAF3, transparent);
  background: -o-linear-gradient(top, #90BAF3, transparent);
  background: linear-gradient(to bottom, #90BAF3, transparent);
  -webkit-box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.statistics-section:before {
  content: '';
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  width: 747px;
  height: 193px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/content-top-shape-2.svg);
  z-index: -1;
}

.statistics-section-body {
  padding: 70px 50px 20px;
  background: #3C296F;
  border-radius: 30px;
}

.statistics-service {
  margin-bottom: 55px;
}

.statistics-service-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistics-service__title {
  margin-bottom: 40px;
  color: #fff;
}

.statistics-service-leftside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 535px;
  flex: 0 0 535px;
  max-width: 535px;
}

.statistics-service-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 50px 0 70px 0;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.statistics-service-item {
  text-align: center;
}

.statistics-service-item__icon {
  margin-bottom: 17px;
  height: 42px;
}

.statistics-service-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.statistics-service-item__number {
  margin-bottom: 10px;
  font-size: 27px;
  color: #fff;
  font-weight: 700;
}

.statistics-service-item__caption {
  color: rgba(255, 255, 255, 0.68);
}

.statistics-service-rightside {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 25px;
}

.statistics-service-table {
  display: table;
  width: 100%;
}

.statistics-service-table .trow {
  display: table-row;
}

.statistics-service-table .trow:last-child .cell {
  border-bottom: 0;
}

.statistics-service-table .cell {
  display: table-cell;
  padding: 12px 7px;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.statistics-service-table .cell:first-child {
  padding-left: 18px;
}

.statistics-last__title {
  margin-bottom: 40px;
  color: #fff;
}

.statistics-last-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.statistics-last-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
}

.statistics-last-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
}

.statistics-last-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  height: 100%;
  min-height: 100px;
  background: rgba(0, 0, 0, 0.07);
}

.statistics-last-item__desc {
  padding: 20px 60px 20px 30px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.68);
}

/*--------------------faq--------------------*/
.faq {
  position: relative;
  margin-bottom: 75px;
  z-index: 20;
}

.faq-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.faq-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.faq-item {
  margin-bottom: 10px;
  padding: 20px 30px 20px 40px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.faq-item.active .faq-item__arrow:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq-item.active .faq-item__a:after {
  width: 260px;
}

.faq-item__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  width: 40px;
  height: 40px;
  background: #2E1E56;
  border-radius: 5px;
}

.faq-item__arrow:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-arrow-down.svg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-item__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 70px;
  min-height: 45px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.faq-item__a {
  display: none;
  position: relative;
  padding-right: 70px;
  padding-top: 10px;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.46);
}

/*--------------------mainnews--------------------*/
.mainnews {
  padding-bottom: 70px;
}

.mainnews .news-row {
  padding-top: 20px;
}

/*--------------------footer--------------------*/
.page-index .footer {
  background: #2E1E56;
}

.footer {
  padding: 65px 0 75px 0;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 55px;
}

.footer-top-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 30px;
}

.footer__caption {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.footer-logo {
  display: inline-block;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
}

.footer-slogan {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-menu-list {
  padding-top: 10px;
}

.footer-menu-list ul li {
  margin-bottom: 12px;
}

.footer-menu-list ul li a {
  display: inline-block;
  line-height: 24px;
  color: #fff;
  border-bottom: 1px solid transparent;
}

.footer-menu-list ul li a:hover {
  border-bottom: 1px solid #2F80ED;
  color: #2F80ED;
}

a.footer-phone {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #F2C94C;
}

a.footer-phone:hover {
  color: #F4D575;
}

.footer-email {
  display: inline-block;
  margin-bottom: 22px;
  font-weight: 700;
  color: #2F80ED;
}

.footer-email:hover {
  color: #6AA5F4;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background: rgba(47, 128, 237, 0.3);
  border-radius: 50%;
}

.footer-social__btn:hover {
  background: rgba(47, 128, 237, 0.7);
}

.footer-bottom {
  position: relative;
}

.footer-info {
  position: relative;
  font-size: 14px;
  color: #fff;
  z-index: 10;
}

.footer-info a {
  display: inline-block;
  border-bottom: 1px solid #2F80ED;
  color: #2F80ED;
}

.footer-info a:hover {
  border-color: transparent;
}

.footer-copiright {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

/*==============================ABOUT==============================*/
.page {
  background-image: url(../images/bg-shape.svg);
  background-position: 50% 0;
}

.page .wrapper {
  background-image: url(../images/bg-stars.svg);
  background-position: 30% 0;
  background-repeat: no-repeat;
}

.content {
  position: relative;
  margin: 60px auto 40px;
  max-width: 1364px;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#90BAF3), to(transparent));
  background: -webkit-linear-gradient(top, #90BAF3, transparent);
  background: -o-linear-gradient(top, #90BAF3, transparent);
  background: linear-gradient(to bottom, #90BAF3, transparent);
  -webkit-box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 71px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
}

.content:before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: 50%;
  width: 747px;
  height: 193px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/content-top-shape.svg);
  z-index: -1;
}

.content-inner {
  padding: 70px 0 100px 0;
  border-radius: 30px;
  background: #fff;
}

.content__title {
  font-size: 38px;
  line-height: 1.3;
}

.content__subtitle {
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: rgba(13, 3, 3, 0.66);
}

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.about-info-video {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 462px;
  flex: 0 0 462px;
  max-width: 462px;
}

.about-info-video-item {
  display: block;
  text-align: center;
}

.about-info-video-item__poster {
  display: block;
  margin-bottom: 23px;
  border-radius: 15px;
  overflow: hidden;
}

.about-info-video-item__poster:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.about-info-video-item__poster img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-info-video-item__caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2F80ED;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.about-info-video-item__caption:hover {
  opacity: 0.8;
}

.about-info-video-item__caption img {
  margin-right: 10px;
}

.about-info-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 60px;
}

.about__caption {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.about-system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.about-system-content {
  padding-right: 45px;
}

.about-system-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  max-width: 560px;
}

.about-system-image img {
  max-width: 100%;
  border-radius: 15px;
}

.about-benefits__title {
  margin-bottom: 35px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.about-benefits-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F9F2F2;
  border-radius: 15px;
}

.about-benefits-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 40px 40px 60px;
  text-align: center;
  border-radius: 15px;
}

.about-benefits-item:last-child:after {
  display: none;
}

.about-benefits-item:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 45px;
  bottom: 45px;
  width: 1px;
  height: auto;
  background: rgba(0, 0, 0, 0.08);
}

.about-benefits-item.active {
  background: #372665;
}

.about-benefits-item.active:after {
  background: #372665;
}

.about-benefits-item.active .about-benefits-item__caption {
  color: #fff;
}

.about-benefits-item.active .about-benefits-item__desc {
  color: rgba(255, 255, 255, 0.62);
}

.about-benefits-item__icon {
  height: 60px;
}

.about-benefits-item__caption {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
}

.about-benefits-item__desc {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.62);
}

/*==============================NEWS==============================*/
.news-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px;
  padding-top: 50px;
}

.news-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 17px;
  padding: 0 17px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 6px 25px 35px;
  background: #F9F2F2;
  border-radius: 20px;
}

.news-item__image {
  display: block;
  margin: 0 -19px 15px;
  height: 230px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item__title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #0F0303;
}

.news-item__title a {
  color: #0F0303;
}

.news-item__title a:hover {
  color: #2F80ED;
}

.news-item__date {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #828282;
}

.news-item__text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  color: rgba(15, 3, 3, 0.76);
}

.news-item__link {
  margin-top: auto;
  padding-left: 20px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background-image: url(../images/icon-link-arrow.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  color: #2F80ED;
}

.news-item__link:hover {
  opacity: 0.7;
}

/*==============================PARTNER==============================*/
.partner-table {
  margin-bottom: 90px;
  padding-top: 45px;
}

.partner-table table tr:last-child td {
  border-bottom: 0;
}

.partner-table table th {
  position: relative;
  vertical-align: bottom;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  background: #382668;
  color: #fff;
  height: 80px;
}

.partner-table table th:first-child {
  padding-left: 40px;
  text-align: left;
  border-radius: 15px 0 0 15px;
}

.partner-table table th:last-child {
  border-radius: 0 15px 15px 0;
}

.partner-table table td {
  vertical-align: middle;
  text-align: center;
  padding: 20px;
  height: 100px;
  width: 180px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #0F0303;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.partner-table table td:hover {
  font-size: 18px;
  font-weight: 700;
  color: #382668;
  background: rgba(47, 128, 237, 0.18);
}

.partner-table table td:first-child {
  padding-left: 40px;
  width: auto;
  font-weight: normal;
  text-align: left;
  border-left: 0;
}

.partner-table__divider td {
  height: 20px !important;
  padding: 0 !important;
  border: 0 !important;
}

.partner-table__divider td:hover {
  background: transparent !important;
}

.partner-table__trophy {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}

.partner-steps-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  padding: 0 20px;
}

.partner-steps-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 50px;
  text-align: center;
}

.partner-steps-item__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 180px;
  height: 180px;
  background: #2F80ED;
  border: 11px solid #F9F2F2;
  border-radius: 50%;
}

.partner-steps-item__image span {
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  background: #F2C94C;
  border-radius: 50%;
}

.partner-steps-item__caption {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  color: #090303;
}

.partner-steps-item__desc {
  font-size: 16px;
  line-height: 22px;
  color: #090303;
  opacity: 0.62;
}

.partner-steps-button {
  text-align: center;
}

.partner-steps-button .btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px 0 35px;
}

.qr-code {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #2571D7;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qr-code:hover {
  opacity: 0.8;
}

/*==============================CONTACTS==============================*/
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-form {
  margin-right: 85px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 560px;
  flex: 0 0 560px;
  max-width: 560px;
  padding: 8px;
  background: #F9F2F2;
  border-radius: 15px;
}

.contacts-form__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  height: 113px;
  background: #372666;
  border-radius: 15px 15px 0 0;
}

.contacts-form__caption img {
  margin-right: 10px;
}

.contacts-form-content {
  padding: 37px 52px 29px;
}

.contacts-form-item {
  margin-bottom: 10px;
}

.contacts-form-button {
  text-align: center;
  padding-top: 15px;
}

.contacts-input {
  width: 100%;
  height: 48px;
  padding: 0 15px 0 50px;
  color: #372666;
  background: rgba(196, 196, 196, 0.11);
  border: 1px solid #C4C4C4;
  background-repeat: no-repeat;
  background-position: 15px 12px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contacts-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contacts-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contacts-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contacts-input:focus {
  background-color: #fff;
  border: 1px solid rgba(87, 73, 127, 0.5);
}

.contacts-input_name {
  background-image: url(../images/icon-input-name.svg);
}

.contacts-input_name:focus {
  background-image: url(../images/icon-input-name-hover.svg);
}

.contacts-input_email {
  background-image: url(../images/icon-input-email.svg);
}

.contacts-input_email:focus {
  background-image: url(../images/icon-input-email-hover.svg);
}

.contacts-input_topic {
  background-image: url(../images/icon-input-topic.svg);
}

.contacts-input_topic:focus {
  background-image: url(../images/icon-input-topic-hover.svg);
}

.contacts-textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 165px;
  min-height: 165px;
  padding: 15px 15px 15px 50px;
  color: #372666;
  background-color: rgba(196, 196, 196, 0.11);
  background-image: url(../images/icon-input-message.svg);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contacts-textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contacts-textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contacts-textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.contacts-textarea:focus {
  background-color: #fff;
  border: 1px solid rgba(87, 73, 127, 0.5);
  background-image: url(../images/icon-input-message-hover.svg);
}

.contacts-content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 165px;
}

.contacts-content__image {
  position: absolute;
  top: -15px;
  left: 15px;
}

.contacts-content__title {
  margin-bottom: 25px;
  line-height: 34px;
  font-size: 20px;
  font-weight: 700;
  color: #0D0303;
}

.contacts-content__text {
  margin-bottom: 15px;
  line-height: 27px;
}

.contacts-content-emails__item {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.contacts-content-emails__item a {
  font-weight: 700;
  color: #2F80ED;
}

.contacts-content-emails__item a:hover {
  opacity: 0.7;
}

/*==============================CABINET==============================*/
/*==============================ADAPTIVE==============================*/
@media only screen and (max-width: 1420px) {
  .content {
    margin-left: 20px;
    margin-right: 20px;
  }
  .content-inner {
    padding: 50px 0 70px 0;
  }
  .footer {
    padding: 50px 0;
  }
  .news-row {
    padding-top: 30px;
  }
  .promo {
    padding-top: 10px;
  }
  .promo__image {
    margin: 0 auto;
    max-width: 600px;
  }
  .promo__shape_left {
    left: calc(50% - 850px);
  }
  .promo__shape_right {
    top: 430px;
    right: calc(50% - 810px);
  }
  .mainabout {
    padding-top: 10px;
  }
  .benefits {
    margin-bottom: 160px;
  }
  .benefits:after {
    top: 280px;
    background-position: 50% -60px;
  }
  .mainabout-image {
    right: -120px;
  }
  .mainabout-stats {
    top: -45px;
    height: 370px;
  }
  .deposits:before {
    height: 320px;
    background-size: contain;
  }
  .mainreviews__shape_2 {
    top: -150px;
  }
  .roadmap__shape_right {
    right: calc(50% - 720px);
  }
  .roadmap__shape_left {
    left: calc(50% - 930px);
  }
  .roadmap {
    margin-bottom: 150px;
  }
  .statistics {
    margin-bottom: 130px;
  }
}

@media only screen and (max-width: 1279px) {
  .center-wrapper,
  .center-wrapper_small {
    max-width: 960px;
  }
  .header-menu-list li {
    margin: 0 17px;
  }
  .content__subtitle {
    margin-bottom: 40px;
  }
  .contacts-form {
    margin-right: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    max-width: 450px;
  }
  .contacts-form-content {
    padding: 35px 30px 25px;
  }
  .about-info-video {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
  .about-info-content {
    padding-left: 40px;
  }
  .about-system-content {
    padding-right: 40px;
  }
  .about-system-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
  .about-benefits-item {
    padding: 40px 15px;
  }
  .news-row {
    margin: 0 -10px;
  }
  .news-col {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .news-item__image {
    height: 190px;
  }
  .news-item__title br {
    display: none;
  }
  .partner-steps-item {
    padding: 0 20px;
  }
  .partner-table table td {
    width: 130px;
  }
  .faq-item {
    padding: 20px;
  }
  .statistics-section-body {
    padding: 50px 30px;
  }
  .statistics-service-body {
    display: block;
  }
  .statistics-service-leftside {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .statistics-service-rightside {
    padding-left: 0;
  }
  .roadmap__shape {
    display: none;
  }
  .roadmap-item__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    max-width: 410px;
  }
  .roadmap-list:after {
    left: 465px;
  }
  .roadmap-item-list ul li {
    font-size: 18px;
  }
  .mainreviews__shape {
    display: none;
  }
  .mainreviews-item-content {
    padding-left: 70px;
  }
  .mainreviews-item__text {
    padding-right: 0;
  }
  .calc-section-body {
    padding: 50px;
  }
  .calc-fields-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 363px;
    flex: 0 0 363px;
    width: 363px;
  }
  .calc-profit-period {
    margin-top: 0;
    padding: 40px 30px;
  }
  .calc-profit-stats-item__number {
    font-size: 18px;
  }
  .calc-profit-period-item {
    padding-left: 30px;
  }
  .deposits-item {
    padding: 25px;
  }
  .deposits-item__btn {
    width: 165px;
  }
  .deposits-item-currency__name {
    font-size: 17px;
  }
  .deposits:before {
    margin-bottom: -110px;
  }
  .benefits {
    padding-bottom: 110px;
  }
  .benefits-item {
    padding: 0 10px;
  }
  .benefits-item__caption {
    font-size: 20px;
  }
  .promo-video {
    top: 390px;
    right: 20px;
  }
  .promo-video:after {
    top: calc(50% - 75px);
    left: -55px;
    width: 150px;
    height: 150px;
    background-size: cover;
  }
  .promo__shape_left {
    top: 50px;
    left: calc(50% - 790px);
  }
  .promo__shape_right {
    right: calc(50% - 710px);
    width: 500px;
  }
  .promo__shape_right img {
    width: 100%;
  }
  .mainabout-content {
    display: block;
  }
  .mainabout-text {
    max-width: 100%;
  }
  .mainabout-content-leftside {
    margin-bottom: 150px;
    padding-left: 0;
  }
  .mainabout-content-rightside {
    margin-left: 300px;
  }
}

@media only screen and (max-width: 992px) {
  body.lock {
    overflow: hidden;
  }
  .center-wrapper_small,
  .center-wrapper {
    max-width: 750px;
  }
  .header {
    position: relative;
    padding: 20px 0;
    z-index: 50;
  }
  .header-auth {
    display: none;
  }
  .header-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 70px 40px 50px 25px;
    background: #382668;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-menu.open {
    right: 0;
  }
  .header-menu-list {
    display: block;
    margin-bottom: 30px;
  }
  .header-menu-list li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }
  .header-menu-list li:last-child {
    border-bottom: 0;
  }
  .header-menu-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0 18px 15px;
  }
  .header-menu-list li a i {
    display: inline-block;
  }
  .header-menu-list li a:after {
    display: none !important;
  }
  .header-menu__switcher,
  .header-menu__close {
    display: block;
  }
  .header-mobile {
    display: block;
  }
  .header-mobile .header-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .content {
    margin-top: 40px;
  }
  .content__subtitle br {
    display: none;
  }
  .contacts {
    display: block;
  }
  .contacts-form {
    max-width: 100%;
    margin: 0 0 30px 0;
  }
  .contacts-content__image {
    position: static;
    padding-left: 50px;
    text-align: center;
  }
  .contacts-content {
    padding: 0 15px 0;
  }
  .contacts-form__caption {
    height: 90px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .footer-slogan {
    max-width: 180px;
  }
  .footer-top-center {
    padding-right: 0;
  }
  .footer-menu {
    padding-right: 15px;
    max-width: 180px;
  }
  .footer-top-leftside {
    padding-right: 25px;
  }
  .footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
  }
  .footer-copiright {
    position: static;
    width: auto;
  }
  .news-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-item__image {
    height: 215px;
  }
  .about-info {
    display: block;
    margin-bottom: 30px;
  }
  .about-info-video {
    margin: 0 auto 30px;
    max-width: 460px;
    text-align: center;
  }
  .about-info-video-item__poster {
    margin-bottom: 15px;
  }
  .about-info-video-item__caption {
    padding-right: 10px;
  }
  .about-info-content {
    padding-left: 0;
  }
  .about-system {
    display: block;
    margin-bottom: 30px;
  }
  .about-system-content {
    padding-right: 0;
  }
  .about-system-image {
    margin: 0 auto;
    max-width: 460px;
  }
  .about-benefits-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-benefits-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 20px;
  }
  .partner-table table td {
    padding: 20px 10px;
    width: 100px;
    height: auto;
  }
  .partner-table table td br {
    display: none;
  }
  .partner-table table th {
    font-size: 18px;
  }
  .partner-table table th:first-child,
  .partner-table table td:first-child {
    padding-left: 30px;
  }
  .partner-steps-row {
    padding: 0;
  }
  .partner-steps-item {
    padding: 0 5px;
  }
  .partner-steps-item__image {
    width: 160px;
    height: 160px;
  }
  .partner-steps-item__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .promo__title {
    font-size: 32px;
    line-height: 44px;
  }
  .promo-video:after {
    display: none;
  }
  .promo-video {
    position: static;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #2F80ED;
  }
  .promo-video .ic-play {
    width: 16px;
    height: 18px;
    background-image: url(../images/icon-play-promo-blue.svg);
  }
  .promo-info {
    margin-bottom: 30px;
  }
  .promo:after {
    display: none;
  }
  .promo__image {
    max-width: 500px;
  }
  .promo__shape img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .promo__shape_left {
    top: 200px;
    height: 600px;
    left: calc(50% - 450px);
    z-index: 20;
  }
  .promo__shape_right {
    top: 510px;
    right: calc(50% - 450px);
    width: 400px;
  }
  .section-top {
    height: auto;
  }
  .section-top:before {
    display: none;
  }
  .mainabout-stats {
    width: 100%;
  }
  .mainabout-content-rightside {
    margin-left: 0;
    max-width: 100%;
  }
  .mainabout-content-leftside {
    margin-bottom: 210px;
  }
  .benefits-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .benefits-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
  .benefits-item__caption br {
    display: none;
  }
  .benefits-row {
    padding-bottom: 30px;
  }
  .deposits:before {
    margin-bottom: -160px;
  }
  .benefits {
    padding-bottom: 60px;
  }
  .deposits__subtitle {
    margin-bottom: 25px;
  }
  .deposits-row {
    display: block;
  }
  .deposits-col {
    max-width: 100%;
  }
  .deposits-item-conditions {
    padding-top: 20px;
  }
  .deposits-item__btn {
    width: 195px;
  }
  .deposits-wait {
    height: 300px;
  }
  .deposits {
    padding-bottom: 60px;
  }
  .deposits-section {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .calc-section-body {
    padding: 40px 25px;
  }
  .calc-tariffs-item__name {
    font-size: 16px;
  }
  .calc-fields-arrows {
    margin: 0 20px;
  }
  .calc-fields-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 298px;
    flex: 0 0 298px;
    max-width: 298px;
  }
  .calc-profit-stats-item__number:before {
    display: none;
  }
  .calc-profit-stats-item-content {
    padding: 0 20px;
    text-align: center;
  }
  .calc-profit-stats-item__number {
    font-size: 16px;
  }
  .calc-profit {
    margin: 0 0 40px;
  }
  .calc-profit-stats {
    padding: 15px 0;
  }
  .calc-profit-period {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px;
  }
  .calc-profit-period-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px !important;
    border: 0 !important;
  }
  .mainreviews:after {
    display: none;
  }
  .mainreviews-section-top {
    margin-bottom: 70px;
  }
  .mainreviews-item-content {
    padding-left: 30px;
  }
  .mainreviews-item__name {
    font-size: 28px;
  }
  .mainreviews-item__caption {
    font-size: 17px;
  }
  .mainreviews-item__text {
    font-size: 15px;
    line-height: 27px;
  }
  .mainreviews {
    margin-bottom: 120px;
  }
  .roadmap-item {
    display: block;
  }
  .roadmap-item__date {
    margin-bottom: 20px;
    padding: 0;
    max-width: 100%;
    text-align: center;
  }
  .roadmap-item-content {
    padding-left: 0;
  }
  .roadmap:after {
    display: none;
  }
  .roadmap-item__circle {
    top: 0 !important;
    margin: 0 auto 20px;
    width: 109px;
    height: 109px;
  }
  .roadmap-item__caption {
    text-align: center;
  }
  .roadmap-item-list {
    padding-left: 30px;
  }
  .roadmap-list {
    margin-top: 0;
    padding: 0;
  }
  .roadmap-list:after {
    top: 8px;
    left: 0;
    bottom: -10px;
  }
  .roadmap-item__date {
    position: relative;
  }
  .roadmap-item__date:before {
    content: '';
    display: block;
    position: absolute;
    left: -3.5px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #F2C537;
    border-radius: 50%;
    z-index: 20;
  }
  .roadmap__more {
    position: relative;
    padding-left: 30px;
  }
  .roadmap__more:before {
    content: '';
    display: block;
    position: absolute;
    left: -3.5px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #F2C537;
    border-radius: 50%;
    z-index: 20;
  }
  .statistics-last-row {
    display: block;
  }
  .statistics-last-col {
    max-width: 100%;
  }
  .statistics {
    margin-bottom: 70px;
  }
  .faq-row {
    display: block;
  }
  .faq-col {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  h1:before, .title_1:before {
    top: -20px;
  }
  .content__title {
    font-size: 30px;
  }
  .content {
    margin: 10px 8px 10px;
    border-radius: 20px;
  }
  .content:before {
    display: none;
  }
  .content-inner {
    border-radius: 20px;
    padding: 30px 0 50px 0;
  }
  .content__subtitle {
    margin-bottom: 30px;
  }
  .contacts-form {
    margin-bottom: 50px;
    padding: 0;
    background: transparent;
  }
  .contacts-form__caption {
    height: 80px;
  }
  .contacts-form-content {
    padding: 15px 0 0;
  }
  .contacts-form-button {
    padding-top: 5px;
  }
  .contacts-content {
    padding: 0;
  }
  .contacts-content__title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
  .contacts-content-emails__item {
    font-size: 16px;
  }
  .footer .center-wrapper {
    padding: 0 60px;
  }
  .footer-top {
    display: block;
  }
  .footer-slogan {
    max-width: 100%;
  }
  .footer-top-leftside {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .footer-top-center {
    display: block;
  }
  .footer-menu {
    max-width: 100%;
    padding-bottom: 30px;
    padding-right: 0;
  }
  .footer-bottom {
    display: block;
    text-align: center;
  }
  .footer-info {
    margin-bottom: 25px;
  }
  .footer-menu-list {
    padding-top: 0;
  }
  .footer-top-rightside {
    padding-bottom: 10px;
  }
  .about-benefits-row {
    display: block;
  }
  .about-benefits-item {
    padding: 30px 15px;
    max-width: 100%;
  }
  .about-benefits-item__caption br {
    display: none;
  }
  .about-benefits-item:after {
    display: none;
  }
  .partner-steps-row {
    display: block;
  }
  .partner-steps-item {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .partner-steps-item:last-child {
    margin-bottom: 0;
  }
  .partner-steps-item__image {
    margin-bottom: 20px;
  }
  .partner-table {
    margin-bottom: 70px;
    padding-top: 0;
    margin-right: -15px;
    overflow-y: auto;
  }
  .partner-table table {
    margin-bottom: 10px;
  }
  .partner-table::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
    background: rgba(196, 196, 196, 0.54);
    border-radius: 2px;
  }
  .partner-table::-webkit-scrollbar-thumb {
    background: #2F80ED;
    border-radius: 2px;
  }
  .partner-table table th {
    height: 72px;
    vertical-align: middle;
    padding-bottom: 0;
  }
  .partner-table table td {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
  }
  .partner-table table td strong {
    display: block;
  }
  .partner-table table th:first-child {
    border-radius: 5px 0 0 5px;
  }
  .partner-table table th:last-child {
    border-radius: 0 5px 5px 0;
  }
  .partner-table__divider {
    display: none;
  }
  .partner-table__trophy {
    display: none;
  }
  .promo__subtitle {
    display: none;
  }
  .promo__title {
    font-size: 24px;
    line-height: 32px;
  }
  .promo__title br {
    display: none;
  }
  .promo-info {
    margin: 0 auto 30px;
    max-width: 380px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .promo__btn {
    margin: 0 auto 20px;
  }
  .promo__shape_left {
    top: 290px;
    height: 470px;
    left: calc(50% - 290px);
  }
  .promo__shape_right {
    top: 545px;
    right: calc(50% - 350px);
  }
  .promo {
    padding-bottom: 150px;
  }
  .section__title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-top {
    margin-bottom: 30px;
  }
  .mainabout-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 340px;
    margin: 0 auto;
    padding-right: 20px;
  }
  .mainabout-currency {
    padding: 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
    width: auto;
    height: 40px;
    border-radius: 7px;
  }
  .mainabout-deposit {
    height: 70px;
    width: 190px;
    padding: 10px 15px;
  }
  .mainabout-deposit__price {
    font-size: 16px;
  }
  .mainabout-content-leftside {
    margin-bottom: 40px;
  }
  .mainabout-image {
    top: 0;
    right: auto;
    width: 600px;
    left: 50%;
    -webkit-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
    transform: translateX(-53%);
  }
  .mainabout-image img {
    width: 100%;
  }
  .mainabout-stats {
    top: 70px;
    height: 280px;
  }
  .mainabout-currency__title {
    font-size: 11px;
  }
  .mainabout {
    padding-bottom: 150px;
  }
  .benefits-row {
    display: block;
  }
  .benefits-item {
    max-width: 100%;
  }
  .benefits-item__caption {
    font-size: 22px;
  }
  .deposits__title {
    padding: 0 50px;
    font-size: 30px;
    line-height: 40px;
  }
  .deposits:before {
    margin-bottom: 0;
    height: 150px;
    background-size: cover;
  }
  .benefits {
    margin-bottom: 140px;
  }
  .benefits-row {
    padding-bottom: 0;
  }
  .deposits-currency {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deposits-currency__caption {
    margin: 0 0 15px 0;
  }
  .deposits-section:before {
    display: none;
  }
  .deposits-section {
    padding: 0;
    border-radius: 0;
  }
  .deposits-section-body {
    border-radius: 0;
    padding: 0;
  }
  .deposits-currency {
    margin-bottom: 30px;
  }
  .deposits-item-currencies {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 20px;
  }
  .deposits-item-conditions {
    padding-bottom: 10px;
  }
  .deposits-col {
    margin-bottom: 15px;
  }
  .deposits-item {
    border-radius: 10px;
  }
  .deposits-item-profit__value {
    font-size: 28px;
  }
  .deposits-item-profit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
  }
  .deposits-item-currency__name {
    font-size: 16px;
  }
  .deposits-wait {
    display: none;
  }
  .calc__title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .deposits {
    padding-bottom: 30px;
  }
  .calc-section:before {
    display: none;
  }
  .calc-section {
    border-radius: 0;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .calc-section-body {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .calc-tariffs {
    display: block;
  }
  .calc-tariffs-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
  .calc-tariffs-radio {
    display: block;
    border-bottom: 1px solid rgba(47, 128, 237, 0.43);
  }
  .calc-tariffs-radio:last-child {
    border-bottom: 0;
  }
  .calc-step__title {
    margin-bottom: 20px;
  }
  .calc {
    background: #fff;
  }
  .calc-shape {
    top: auto;
    bottom: 0;
    height: 10px;
  }
  .calc-fields {
    display: block;
  }
  .calc-fields-block {
    max-width: 100%;
    width: 100%;
  }
  .calc-fields-arrows {
    margin: 20px 0;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .calc-profit {
    padding-top: 0;
  }
  .calc-profit-stats-row {
    display: block;
  }
  .calc-profit-stats-item {
    margin-bottom: 20px;
  }
  .calc-profit-stats-item__caption {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .calc-profit-stats-item-content {
    height: auto;
    padding: 10px;
  }
  .calc-profit-period {
    display: block;
  }
  .calc-profit-period-item {
    padding: 0 !important;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .calc-profit-period-item:last-child {
    margin-bottom: 0;
  }
  .calc-shape:after {
    height: 150px;
    background-size: cover;
  }
  .calc {
    margin-bottom: 160px;
  }
  .mainreviews-item {
    display: block;
  }
  .mainreviews-item-photo {
    margin: 0 auto 30px;
  }
  .mainreviews-item-content {
    padding: 0;
  }
  .mainreviews-item__name {
    text-align: center;
  }
  .mainreviews-item__balance {
    margin-bottom: 20px;
    text-align: center;
  }
  .mainreviews-item__caption {
    font-size: 18px;
  }
  .statistics-section:before {
    display: none;
  }
  .statistics-section {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
  }
  .statistics-section-body {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .roadmap {
    margin-bottom: 70px;
  }
  .statistics-service__title {
    font-size: 30px;
    line-height: 40px;
  }
  .statistics-service-row {
    padding: 0;
    background: transparent;
    display: block;
  }
  .statistics-service-item {
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.08);
  }
  .statistics-service-table {
    display: block;
  }
  .statistics-service-table .trow {
    display: block;
  }
  .statistics-service-table .cell {
    display: block;
  }
  .statistics-service-table .cell:first-child {
    padding-left: 7px;
  }
  .statistics-service-table .trow:last-child .cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .statistics-last__title {
    font-size: 30px;
    line-height: 40px;
  }
  .statistics-last-item__desc {
    padding: 20px 30px;
  }
  .statistics-last-col {
    margin-bottom: 15px;
  }
  .statistics {
    margin-bottom: 60px;
  }
  .faq-item__a {
    padding-right: 0;
  }
  .faq-item__q {
    padding-right: 55px;
  }
  .faq {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 639px) {
  .news-row {
    padding-top: 0;
    display: block;
  }
  .news-col {
    max-width: 100%;
  }
  .news-item {
    margin: 0 auto;
    max-width: 365px;
  }
  .news-item__image {
    height: 230px;
  }
}

@media only screen and (max-width: 480px) {
  .promo__image {
    margin: 0 -30px;
  }
}

@media only screen and (max-width: 399px) {
  .header-menu {
    padding: 60px 25px 40px;
  }
  .header-apps {
    padding-left: 0;
  }
  .header-apps__btn img {
    max-width: 100%;
  }
  .header-apps__btn:first-child {
    margin-right: 20px;
  }
  .content__subtitle {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .contacts-form {
    margin-bottom: 30px;
  }
  .contacts-form__caption {
    height: 70px;
    font-size: 18px;
  }
  .contacts-content__image {
    height: 170px;
  }
  .contacts-content-emails__item {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .contacts-content__title {
    margin-bottom: 10px;
    line-height: 26px;
  }
  .contacts-content__text {
    margin-bottom: 10px;
    line-height: 25px;
  }
  .footer .center-wrapper {
    padding: 0 30px;
  }
  .news-item__image {
    height: 200px;
  }
  .about__caption {
    font-size: 22px;
  }
  .partner-table table th:first-child,
  .partner-table table td:first-child {
    padding-left: 20px;
  }
  .promo__title {
    font-size: 22px;
  }
  .promo__shape_right {
    top: 500px;
  }
  .section__title br {
    display: none;
  }
  .deposits-item {
    padding: 20px 15px;
  }
  .deposits-item-profit__value:after {
    display: none;
  }
  .deposits-item-profit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  .deposits-item-conditions-item__caption {
    font-size: 14px;
  }
  .calc-step {
    margin-bottom: 30px;
  }
  .section__title,
  .title_1 {
    font-size: 26px;
    line-height: 35px;
  }
  .mainreviews-item__name {
    font-size: 25px;
  }
  .calc-fields-output__value {
    padding-left: 20px;
  }
  .calc-fields__input {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 359px) {
  .footer .center-wrapper {
    padding: 0 15px;
  }
  .btn {
    width: 100%;
  }
  .about-info-video-item__caption {
    padding-right: 0;
  }
  .about-info-video-item__caption img {
    margin-right: 5px;
  }
  .deposits-item-bottom {
    display: block;
  }
  .deposits-item-currencies {
    padding: 15px 0 0 0;
  }
  .deposits-item-top {
    display: block;
  }
  .deposits-item-currency__caption {
    margin-bottom: 7px;
  }
  .deposits-item-currency {
    margin-bottom: 10px;
  }
  .mainreviews-item-photo {
    height: 270px;
  }
  .statistics-last-item__desc {
    padding: 15px;
    font-size: 15px;
  }
  .faq-item__q {
    font-size: 15px;
  }
}
