.footer[data-v-40ab164b] {
  background: linear-gradient(180deg, #222, #2d2d2d);
  padding: 90px 235px 115px 210px;
}
.footer-logo[data-v-40ab164b] {
  height: 100%;
  max-height: 35px;
}
.terms-and-cond[data-v-40ab164b] {
  margin-right: 30px;
}
.copyright-policy[data-v-40ab164b] {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .footer[data-v-40ab164b] {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 55px 10px;
  }
  .footer .footer-logo[data-v-40ab164b] {
    max-height: 40px;
    margin-bottom: 40px;
  }
  .footer .footer-texts[data-v-40ab164b] {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer
    .footer-texts
    .terms-and-cond[data-v-40ab164b]
    .copyright-policy[data-v-40ab164b] {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 19px;
  }
  .footer .footer-texts .fanaty-copyright[data-v-40ab164b] {
    font-size: 14px;
    line-height: 19px;
  }
}
* {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
p,
select,
span,
textarea {
  color: #717171;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
}
a:focus,
button:focus,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
input:focus,
label:focus,
p:focus,
select:focus,
span:focus,
textarea:focus {
  outline: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
button,
input,
select,
textarea {
  border: 0;
  border-radius: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
  background: transparent;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  color: #717171;
  text-decoration: none;
}
li,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
::placeholder {
  color: #999;
  opacity: 1;
}
b,
strong {
  font-weight: 400;
}
* {
  font-family: Open Sans, sans-serif;
  color: #fff;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.row.al-start {
  -ms-flex-align: start;
  align-items: start;
}
.row.al-center {
  -ms-flex-align: center;
  align-items: center;
}
.row.al-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.row.jus-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.row.jus-space-bet {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row.jus-space-ar {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column.al-start {
  -ms-flex-align: start;
  align-items: start;
}
.column.al-center {
  -ms-flex-align: center;
  align-items: center;
}
.column.al-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.column.jus-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.column.jus-start {
  -ms-flex-pack: start;
  justify-content: start;
}
.column.jus-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.column.jus-space-bet {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.column.jus-space-ar {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.jus-self-center {
  justify-self: center;
}
.al-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.al-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}
.hide-sm {
  display: -ms-flexbox;
  display: flex;
}
.show-sm {
  display: none;
}
.full-width {
  width: 100%;
}
.display-none {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .show-sm {
    display: -ms-flexbox;
    display: flex;
  }
  .hide-sm {
    display: none;
  }
  .full-width-sm {
    width: 100%;
  }
  .wrap-sm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column-sm {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.text-xs {
  font-size: 14px;
  line-height: 17px;
}
.text-small {
  font-size: 16px;
  line-height: 22px;
}
.text-normal {
  font-size: 18px;
  line-height: 26px;
}
.text-big {
  font-size: 24px;
  line-height: 33px;
}
.text-xl {
  font-size: 40px;
  line-height: 55px;
}
.bold {
  font-weight: 600;
}
.text-al-right {
  text-align: right;
}
.text-al-left {
  text-align: left;
}
.white {
  color: #fff;
}
.mine-shaft {
  color: #2d2d2d;
}
.mine-shaft2 {
  color: #393939;
}
.mine-shaft3 {
  color: #333;
}
.mine-shaft4 {
  color: #323232;
}
.mine-shaft5 {
  color: #3c3c3c;
}
.tundora {
  color: #444;
}
.dark-gray {
  color: #222;
}
.light-black {
  color: #181818;
}
.red {
  color: #f53333;
}
.black {
  color: #000;
}
.silver {
  color: #c4c4c4;
}
.appear-half-size-op0 {
  opacity: 0;
  transform: scale(0.5);
}
.appear-full-size-op1 {
  opacity: 1;
  transform: scale(1);
}
.active-1s {
  transition: all 1s;
}
.wait0-5 {
  transition-delay: 0.5s;
}
.wait1 {
  transition-delay: 1s;
}
.appear-left {
  transform: translateX(-1000px);
}
.appear-right {
  transform: translateX(1000px);
}
.appear-up {
  transform: translateY(100px);
}
.opacity0 {
  opacity: 0;
}
.opacity1 {
  opacity: 1;
}
[v-cloak] {
  display: none;
}
.header {
  background-color: #181818;
  padding: 18px 55px 18px 65px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
.header-logo {
  height: 100%;
  max-height: 35px;
}
.menu-item {
  margin-right: 50px;
}
.locales-bar {
  margin: 0 5px;
}
.active-locale {
  color: #fff;
}
.header-mob {
  background-color: #222;
  padding: 18px 22px;
  position: fixed;
  z-index: 1;
  width: 100%;
}
.header-logo-resp {
  height: 25px;
}
.menu-icon {
  height: 10px;
}
.menu-mob {
  position: fixed;
  z-index: 1;
  top: 61px;
  background-color: #222;
  box-shadow: -4px 5px 10px 0 #000;
  width: 100%;
  padding: 20px 0 40px;
}
.menu-item-mob {
  margin-bottom: 32px;
}
.menu-item-mob:last-child {
  margin: 0;
}
.menu-item-mob:active,
.menu-item-mob:focus,
.menu-item-mob:hover {
  color: #fff;
}
.terms {
  padding: 160px 250px 125px 205px;
}
.terms-title {
  margin-bottom: 55px;
}
.terms-item {
  margin-bottom: 30px;
}
.terms-item:last-child {
  margin-bottom: 0;
}
.terms-question {
  margin-bottom: 18px;
}
@media screen and (max-width: 1000px) {
  .terms {
    padding: 105px 18px 115px 35px;
  }
  .terms .terms-title {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 33px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .terms .terms-item {
    margin-bottom: 40px;
  }
  .terms .terms-item:last-child {
    margin-bottom: 0;
  }
  .terms .terms-item .terms-question {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 19px;
  }
  .terms .terms-item .terms-answer {
    font-size: 14px;
    line-height: 19px;
  }
}
