@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/montserrat_light.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/montserrat_regular.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/montserrat_medium.woff2) format("woff2")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/montserrat_bold.woff2) format("woff2")
}
body,
html {
  height: 100%
}
body {
  font-family: Montserrat,sans-serif;
  font-size: 1em;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background-color: #000;
  font-weight: 300
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
.container {
  padding-left: 20px;
  padding-right: 20px
}
@media all and (max-width:1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
p.ninja {
  display: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin: 0
}
h1 {
  font-size: 30px
}
.heading {
  margin-bottom: 45px
}
@media all and (max-width:575px) {
  .heading {
    margin-bottom: 30px
  }
}
.heading h2 {
  font-size: 45px;
  line-height: 55px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 9px
}
@media all and (max-width:575px) {
  .heading h2 {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 1px
  }
}
.heading p {
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px
}
@media all and (max-width:575px) {
  .heading p {
    font-size: 14px;
    line-height: 27px
  }
}
label {
  margin-bottom: 0
}
.btn {
  display: inline-block;
  text-align: center;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
  border: none;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all
}
.btn:hover {
  color: #000;
  background-color: #fff
}
a {
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
:focus {
  outline: 0
}
* {
  margin: 0;
  padding: 0
}
img {
  max-width: 100%
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100%;
  overflow: hidden
}
.stop-scrolling header .bg__image {
  opacity: 0
}
input {
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}
.vertical-lines-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 999
}
.vertical-lines {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1
}
.vertical-effect {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(119,119,119,.2)
}
.vertical-effect::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  -webkit-animation-direction: normal;
  animation-direction: normal
}
.vertical-effect:first-child::before,
.vertical-effect:last-child::before {
  content: "";
  position: absolute;
  right: -2px
}
.vertical-effect:first-child::before {
  top: 0;
  -webkit-animation: raindrop 6s ease-out infinite;
  animation: raindrop 6s ease-out infinite;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(225,225,225,0)),to(#e1e1e1));
  background: -o-linear-gradient(bottom,rgba(225,225,225,0),#e1e1e1);
  background: linear-gradient(to top,rgba(225,225,225,0),#e1e1e1)
}
.vertical-effect:last-child::before {
  bottom: 0;
  -webkit-animation: raindrop-reverse 6s ease-out infinite;
  animation: raindrop-reverse 6s ease-out infinite;
  background: -webkit-gradient(linear,left bottom,left top,from(#e1e1e1),to(rgba(225,225,225,0)));
  background: -o-linear-gradient(bottom,#e1e1e1,rgba(225,225,225,0));
  background: linear-gradient(to top,#e1e1e1,rgba(225,225,225,0))
}
@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0
  }
  50% {
    opacity: 1
  }
  100% {
    top: 100%;
    height: 35%
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0
  }
  50% {
    opacity: 1
  }
  100% {
    top: 100%;
    height: 35%
  }
}
@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0
  }
  50% {
    opacity: 1
  }
  100% {
    bottom: 100%;
    height: 35%
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0
  }
  50% {
    opacity: 1
  }
  100% {
    bottom: 100%;
    height: 35%
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg)
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.bg__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
header {
  position: relative;
  overflow: hidden;
  z-index: 100
}
@media all and (max-width:991px) {
  header .header__top {
    padding-top: 20px
  }
}
header .header__top .top__content {
  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
}
header .header__top .top__content .header_burger {
  position: relative;
  display: none
}
@media all and (max-width:991px) {
  header .header__top .top__content .header_burger {
    display: block
  }
}
header .header__top .top__content .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 35px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 20
}
header .header__top .top__content .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .top__content .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__top .top__content .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__top .top__content .header_burger .burger_button span:nth-child(3) {
  top: 20px;
  width: 70%;
  left: auto;
  right: 0
}
header .header__top .top__content .header_burger .burger_button.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg)
}
header .header__top .top__content .header_burger .burger_button.open span:nth-child(2) {
  opacity: 0;
  left: -60px
}
header .header__top .top__content .header_burger .burger_button.open span:nth-child(3) {
  width: 100%;
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
header .header__top .top__content .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #030208;
  margin: 0;
  overflow: auto;
  text-align: center;
  z-index: 11;
  padding-top: 40px;
  top: 0;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .top__content .header_burger .menu_toggle .toggle__inner {
  max-width: 690px;
  width: 100%;
  margin: 0 auto
}
header .header__top .top__content .header_burger .menu_toggle .toggle__inner ul li {
  margin-bottom: 16px
}
header .header__top .top__content .header_burger .menu_toggle .toggle__inner ul li a {
  color: #fff;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px
}
header .header__top .top__content .header_burger .menu_toggle .toggle__inner ul li a:hover {
  color: #00add2
}
header .header__top .top__content .menu {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:991px) {
  header .header__top .top__content .menu {
    display: none
  }
}
header .header__top .top__content .menu li {
  display: inline-block
}
header .header__top .top__content .menu li:not(:last-child) {
  margin-right: 35px
}
@media all and (max-width:1330px) {
  header .header__top .top__content .menu li:not(:last-child) {
    margin-right: 25px
  }
}
@media all and (max-width:1199px) {
  header .header__top .top__content .menu li:not(:last-child) {
    margin-right: 10px
  }
}
header .header__top .top__content .menu li a {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-top: 60px
}
@media all and (max-width:1199px) {
  header .header__top .top__content .menu li a {
    font-size: 14px
  }
}
header .header__top .top__content .menu li a:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 12px;
  background-color: #6c00ff;
  -webkit-box-shadow: 0 5px 10px 0 #9000ff;
  box-shadow: 0 5px 10px 0 #9000ff;
  border-radius: 5px;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all
}
header .header__top .top__content .menu li a:hover:after {
  opacity: 1
}
header .header__top .top__content .logo {
  position: relative;
  top: 30px
}
@media all and (max-width:991px) {
  header .header__top .top__content .logo {
    top: 0
  }
}
header .header__top .top__content .logo img {
  height: auto
}
@media all and (max-width:1199px) {
  header .header__top .top__content .logo img {
    width: 240px
  }
}
@media all and (max-width:575px) {
  header .header__top .top__content .logo img {
    width: 200px
  }
}
header .header__top .top__content .lang {
  position: relative;
  top: 30px;
  z-index: 22
}
@media all and (max-width:991px) {
  header .header__top .top__content .lang {
    top: 0
  }
}
header .header__top .top__content .lang ul {
  color: #fff;
  position: relative;
  width: 40px;
  cursor: pointer;
  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;
  text-align: center
}
header .header__top .top__content .lang ul:hover li:not(.active) {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}
header .header__top .top__content .lang ul li {
  cursor: pointer;
  border: 1px solid #6c00ff;
  border-radius: 3px;
  padding: 2px 5px;
  background-color: #000
}
header .header__top .top__content .lang ul li:not(.active) {
  position: absolute;
  top: 28px;
  left: 2px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear
}
header .header__top .top__content .lang ul li a {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 21px;
  color: #7e20ff
}
header .header__main {
  padding-top: 200px;
  padding-bottom: 270px
}
@media all and (max-width:1600px) {
  header .header__main {
    padding-top: 130px;
    padding-bottom: 130px
  }
}
@media all and (max-width:991px) {
  header .header__main {
    padding-top: 100px;
    padding-bottom: 100px
  }
}
@media all and (max-width:575px) {
  header .header__main {
    padding-top: 40px
  }
}
header .header__main .content {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto
}
header .header__main .content h1 {
  font-size: 60px;
  line-height: 95px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 8px
}
@media all and (max-width:1600px) {
  header .header__main .content h1 {
    font-size: 50px;
    line-height: 66px;
    letter-spacing: 6px
  }
}
@media all and (max-width:991px) {
  header .header__main .content h1 {
    font-size: 40px;
    line-height: 50px
  }
}
@media all and (max-width:575px) {
  header .header__main .content h1 {
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0
  }
}
header .header__main .content p {
  font-size: 20px;
  line-height: 40px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto 45px auto;
  color: #bfbfc0
}
@media all and (max-width:575px) {
  header .header__main .content p {
    font-size: 14px;
    line-height: 27px;
    max-width: 300px;
    margin-bottom: 30px
  }
}
header .header__main .content .main-btn {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  width: 170px;
  height: 170px;
  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;
  border-radius: 50%;
  background-clip: content-box;
  position: relative;
  overflow: hidden
}
@media all and (max-width:575px) {
  header .header__main .content .main-btn {
    width: 145px;
    height: 145px;
    font-size: 12px;
    line-height: 20px
  }
}
header .header__main .content .main-btn:hover:after {
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite
}
header .header__main .content .main-btn:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px dashed #e0e0e0
}
#about {
  padding-bottom: 200px;
  position: relative;
  z-index: 2
}
#about .bg__image {
  height: auto
}
@media all and (max-width:575px) {
  #about .bg__image {
    top: 40%
  }
}
@media all and (max-width:575px) {
  #about {
    margin-bottom: 14px;
    padding-bottom: 80px
  }
}
#about .box {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #about .box {
    margin-bottom: 36px
  }
}
#about .box .box__inner .icon {
  margin-bottom: 10px
}
#about .box .box__inner .icon img {
  width: 60px;
  height: 60px
}
#about .box .box__inner p {
  line-height: 30px
}
@media all and (max-width:575px) {
  #about .box .box__inner p {
    font-size: 14px;
    line-height: 24px
  }
}
#services {
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  z-index: 2;
  margin-bottom: 100px
}
#services .box {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #services .box {
    margin-bottom: 24px
  }
}
#services .box .box__inner .icon {
  margin-bottom: 16px
}
#services .box .box__inner .icon img {
  width: 68px;
  height: 68px
}
#services .box .box__inner .content h5 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 8px
}
@media all and (max-width:575px) {
  #services .box .box__inner .content h5 {
    font-size: 16px
  }
}
#services .box .box__inner .content p {
  line-height: 27px
}
@media all and (max-width:575px) {
  #services .box .box__inner .content p {
    font-size: 14px
  }
}
#unique {
  margin-bottom: 100px;
  position: relative
}
@media all and (max-width:1199px) {
  #unique {
    margin-bottom: 70px
  }
}
#unique .bg__image {
  height: auto;
  top: -100%
}
#unique .text {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:991px) {
  #unique .text {
    margin-bottom: 40px
  }
}
@media all and (max-width:767px) {
  #unique .text {
    margin-bottom: 10px
  }
}
#unique .text p {
  font-size: 18px;
  line-height: 36px
}
@media all and (max-width:575px) {
  #unique .text p {
    font-size: 14px;
    line-height: 27px
  }
}
#unique .pie {
  max-width: 1124px;
  width: 100%;
  margin: 0 auto
}
#unique .pie__content .content__inner {
  max-width: 580px;
  width: 100%
}
@media all and (max-width:767px) {
  #unique .pie__content .content__inner {
    max-width: none;
    text-align: center
  }
}
#unique .pie__content .content__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px
}
@media all and (max-width:767px) {
  #unique .pie__content .content__inner ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
  }
}
#unique .pie__content .content__inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  margin-right: 34px
}
@media all and (max-width:767px) {
  #unique .pie__content .content__inner ul li {
    margin: 0 18px
  }
}
#unique .pie__content .content__inner ul li.okx .circle {
  background-color: #b555ff
}
#unique .pie__content .content__inner ul li.huobi .circle {
  background-color: #00d29e
}
#unique .pie__content .content__inner ul li.binance .circle {
  background-color: #00add2
}
#unique .pie__content .content__inner ul li .circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px
}
#unique .pie__content .content__inner p {
  line-height: 30px
}
@media all and (max-width:767px) {
  #unique .pie__content .content__inner p {
    font-size: 14px;
    line-height: 27px
  }
}
#roadmap {
  overflow: hidden;
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #roadmap {
    margin-bottom: 10px
  }
}
#roadmap .heading {
  margin-bottom: 73px
}
@media all and (max-width:575px) {
  #roadmap .heading {
    margin-bottom: 33px
  }
}
#roadmap .roadmap__main {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto
}
#roadmap .roadmap__main ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative
}
@media all and (max-width:991px) {
  #roadmap .roadmap__main ul {
    display: block
  }
}
#roadmap .roadmap__main ul:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_3.png);
  width: 1293px;
  height: 275px;
  top: 66px;
  left: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:1199px) {
  #roadmap .roadmap__main ul:after {
    width: 950px;
    top: 20px
  }
}
@media all and (max-width:991px) {
  #roadmap .roadmap__main ul:after {
    display: none
  }
}
#roadmap .roadmap__main ul li {
  width: 16.6666%;
  position: relative;
  z-index: 2;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 107px
}
@media all and (max-width:1199px) {
  #roadmap .roadmap__main ul li {
    margin-bottom: 46px
  }
}
@media all and (max-width:991px) {
  #roadmap .roadmap__main ul li {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 80px auto
  }
}
#roadmap .roadmap__main ul li:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_2.svg);
  width: 162px;
  height: 161px;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}
@media all and (max-width:1199px) {
  #roadmap .roadmap__main ul li:after {
    width: 100px;
    height: 100px;
    top: 6px
  }
}
@media all and (max-width:991px) {
  #roadmap .roadmap__main ul li:after {
    width: 162px;
    height: 161px;
    top: -14px
  }
}
#roadmap .roadmap__main ul li .date {
  margin-bottom: 36px
}
@media all and (max-width:1199px) {
  #roadmap .roadmap__main ul li .date {
    margin-bottom: 20px
  }
}
@media all and (max-width:991px) {
  #roadmap .roadmap__main ul li .date {
    margin-bottom: 36px
  }
}
#roadmap .roadmap__main ul li .date span {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  color: #00add2
}
#roadmap .roadmap__main ul li .date span strong {
  font-size: 36px;
  display: block;
  margin-bottom: 10px
}
#roadmap .roadmap__main ul li p {
  font-size: 15px;
  line-height: 21px
}
@media all and (max-width:1199px) {
  #roadmap .roadmap__main ul li p {
    font-size: 13px;
    line-height: 15px
  }
}
@media all and (max-width:991px) {
  #roadmap .roadmap__main ul li p {
    font-size: 15px;
    line-height: 21px
  }
}
#faq {
  margin-bottom: 110px
}
@media all and (max-width:1199px) {
  #faq {
    margin-bottom: 70px
  }
}
#faq .faq_tabs .tabs_item {
  margin-bottom: 14px
}
#faq .faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  background-color: #0f0d22;
  padding: 20px 50px 20px 30px;
  border-radius: 5px
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .title {
    font-size: 15px;
    line-height: 21px;
    padding: 19px 40px 19px 24px
  }
}
#faq .faq_tabs .tabs_item .title:after {
  position: absolute;
  content: '';
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/down-arrow.svg);
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .title:after {
    right: 15px
  }
}
#faq .faq_tabs .tabs_item .title.active:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
#faq .faq_tabs .tabs_item .tab_content {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px
}
@media all and (max-width:575px) {
  #faq .faq_tabs .tabs_item .tab_content {
    font-size: 14px;
    line-height: 20px
  }
}
#mainform {
  margin-bottom: 80px
}
@media all and (max-width:575px) {
  #mainform {
    margin-bottom: 56px
  }
}
#mainform .heading p a {
  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: 22px;
  line-height: 28px;
  color: #fff
}
@media all and (max-width:575px) {
  #mainform .heading p a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px
  }
}
#mainform .heading p a img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  width: 35px;
  height: 35px
}
@media all and (max-width:575px) {
  #mainform .heading p a img {
    margin: 0 auto 5px auto
  }
}
#mainform form {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:575px) {
  #mainform form {
    max-width: 400px
  }
}
#mainform form .form__item {
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  #mainform form .form__item {
    margin-bottom: 26px
  }
}
#mainform form .form__item input {
  border: none;
  padding-left: 18px;
  border-bottom: 2px solid #fff;
  color: #fff;
  background-color: transparent;
  width: 100%;
  height: 48px;
  font-weight: 400
}
#mainform form .form__item input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}
#mainform form .form__item input::-moz-placeholder {
  color: #fff;
  opacity: 1
}
#mainform form .form__item input::-ms-placeholder {
  color: #fff;
  opacity: 1
}
#mainform form .form__item input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}
#mainform form .form__item input::-moz-placeholder {
  color: #fff;
  opacity: 1
}
#mainform form .form__item input:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}
#mainform form .form__item input::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}
#mainform form .form__item input::placeholder {
  color: #fff;
  opacity: 1
}
@media all and (max-width:575px) {
  #mainform form .form__submit {
    margin-top: 14px
  }
}
#mainform form .form__submit button {
  max-width: 330px;
  width: 100%;
  height: 70px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 35px;
  border: none;
  background-image: -o-linear-gradient(94deg,#0078ff 0,#3c00ff 48%,#60f 100%);
  background-image: linear-gradient(-4deg,#0078ff 0,#3c00ff 48%,#60f 100%)
}
#mainform form .form__submit button:hover {
  background-image: -o-linear-gradient(94deg,#60f 0,#3c00ff 48%,#0078ff 100%);
  background-image: linear-gradient(-4deg,#60f 0,#3c00ff 48%,#0078ff 100%)
}
#footer {
  border-top: 1px solid #4d4d4d;
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative
}
@media all and (max-width:575px) {
  #footer {
    padding-top: 23px;
    padding-bottom: 23px
  }
}
#footer .bg__image {
  height: auto;
  position: absolute;
  bottom: 0;
  top: auto
}
@media all and (max-width:767px) {
  #footer {
    text-align: center
  }
}
@media all and (max-width:767px) {
  #footer .copyright {
    margin-bottom: 12px
  }
}
#footer .policy {
  text-align: right
}
@media all and (max-width:767px) {
  #footer .policy {
    text-align: center
  }
}
#footer a {
  text-transform: uppercase;
  color: #989898;
  font-size: 12px;
  text-decoration: underline;
  font-weight: 400
}
#footer a:hover {
  color: #00add2
}
#footer p {
  text-transform: uppercase;
  color: #989898;
  font-size: 12px;
  font-weight: 400
}