﻿*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  min-height: 100%;
  min-width: 320px;
}
html,
body {
  height: 100%;
}
body {
  width: 100%;
  background: #fff;
}
.pageWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  text-decoration: none;
  line-height: normal;
  outline: none;
  user-select: none;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 46px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1;
  appearance: none;
  border: none;
  outline: none;
  color: #475361;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #c8d4e0;
  transition: all 0.3s ease;
}
input:not([type])::-ms-clear,
input:not([type])::-ms-reveal,
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="date"]::-ms-clear,
input[type="date"]::-ms-reveal,
input[type="datetime"]::-ms-clear,
input[type="datetime"]::-ms-reveal,
input[type="datetime-local"]::-ms-clear,
input[type="datetime-local"]::-ms-reveal,
input[type="month"]::-ms-clear,
input[type="month"]::-ms-reveal,
input[type="week"]::-ms-clear,
input[type="week"]::-ms-reveal,
input[type="email"]::-ms-clear,
input[type="email"]::-ms-reveal,
input[type="number"]::-ms-clear,
input[type="number"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="tel"]::-ms-clear,
input[type="tel"]::-ms-reveal,
input[type="time"]::-ms-clear,
input[type="time"]::-ms-reveal,
input[type="url"]::-ms-clear,
input[type="url"]::-ms-reveal,
input[type="color"]::-ms-clear,
input[type="color"]::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}
textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  appearance: none;
  border: none;
  outline: none;
  resize: none;
  color: #475361;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #c8d4e0;
  transition: all 0.3s ease;
}
.popup_js_open .mfp-bg {
  z-index: 99999;
}
.mfp-wrap {
  z-index: 999999;
}
.captchaerr {
  margin-bottom: 1.1em;
  font-size: 12px;
  color: #d1395d;
  position: absolute;
  margin-top: -18px;
  display: none;
}
.cookies_popup {
  width: 100%;
  position: fixed;
  bottom: -60px;
  padding: 10px;
  background-color: #364256;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  color: #fafafa;
  opacity: 0;
  text-align: center;
  transition: all 0.3s;
}
.cookies_popup.show {
  opacity: 1;
  bottom: 0;
}
.cookies_popup a {
  display: inline-block;
  background: #2c9aed;
  padding: 5px;
  min-width: 40px;
  color: #ffffff;
  margin: 0 5px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.3s;
}
.cookies_popup a:hover {
  background-color: #1281d4;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.cookies_popup span {
  display: inline-block;
  margin-top: 6px;
}
.cookies_popup.no_fix {
  position: relative;
  height: 100%;
  bottom: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cookies_popup.centered {
  position: relative;
  max-width: 900px;
  margin: 10px auto;
  bottom: auto;
}
.cookies_accept {
  color: #fafafa;
  display: none;
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: 10px auto;
}
.cookies_accept.show {
  display: block;
}
.intro__text .pp_text {
  text-align: left;
}
.intro__text .pp_text p {
  margin-bottom: 1.3em;
}
.intro__text .pp_text table {
  margin-bottom: 2em;
}
.intro__text .pp_text table td {
  text-align: left;
  border: 1px solid #b4b7bb;
  padding: 5px;
}
.intro__text .pp_text ul.contents_list {
  list-style: none;
  font-size: 1.125em;
}
.intro__text .pp_text ul.contents_list li {
  list-style: none;
}
.intro__text .pp_text ul.contents_list li a {
  color: #3c4c66;
  text-decoration: none;
}
.intro__text .pp_text ul.contents_list li a:hover {
  text-decoration: underline;
}
.intro__text .pp_text h2,
.intro__text .pp_text h3 {
  padding-top: 50px;
  margin-bottom: 0.75em;
  font-size: 26px;
  text-align: center;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-weight: 400;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #3c4c66;
  -webkit-font-smoothing: antialiased;
}
p,
img,
iframe {
  margin-bottom: 1.3em;
}
img,
iframe {
  position: relative;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-family: "montserrat-black", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  color: #3c4c66;
}
h5,
h6 {
  font-weight: normal;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  color: #3c4c66;
}
h1 {
  font-size: 52px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 42px;
  line-height: 0.83333;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 1;
  }
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 11px;
}
a {
  color: #2c9aed;
  text-decoration: none;
}
a:hover {
  color: #5bb0f1;
  text-decoration: underline;
}
ul,
ol {
  margin-bottom: 1.3em;
  padding-left: 21px;
}
ul li {
  list-style: disc;
  list-style-position: outside;
}
strong {
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
}
em {
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
}
em strong {
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-style: italic;
}
.about {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 58px;
  padding-bottom: 46px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center top -50px;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  background-image: url(../img/3.png);
}
@media screen and (max-width: 1024px) {
  .about {
    padding-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about {
    padding-bottom: 0;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding-bottom: 0;
    background-attachment: scroll;
  }
}
.about:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 19, 17, 0.65);
}
.about:after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(24, 19, 17, 0.55);
}
@media screen and (max-width: 1024px) {
  .about:after {
    display: none;
  }
}
.about__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.about__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.about__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.about__col {
  position: relative;
  display: block;
}
.about__col.col_1 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  padding-right: 1%;
}
@media screen and (max-width: 1024px) {
  .about__col.col_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about__col.col_1 {
    margin-bottom: 23px;
  }
}
.about__col.col_2 {
  width: 49.15254%;
  float: right;
  margin-right: 0;

  padding-left: 70px;
}
@media screen and (max-width: 1024px) {
  .about__col.col_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 58px;
    padding-bottom: 46px;
    padding-left: 0;
    padding-top: 38px !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .about__col.col_2 {
    padding-top: 47px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .about__col.col_2 {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.about__col.col_2:before {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  bottom: 0;
  left: -100px;
  right: -100px;
  background: rgba(24, 19, 17, 0.6);
}
@media screen and (max-width: 1024px) {
  .about__col.col_2:before {
    display: block;
  }
}
.about__title h2 {
  position: relative;
  margin-bottom: 1.2em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3em;
}
.about__title h2:after {
  content: "";
  position: relative;
  display: block;
  width: 80px;
  height: 2px;
  left: 0;
  bottom: -28px;
  background-color: #d09012;
}
@media screen and (max-width: 1024px) {
  .about__title h2:after {
    width: 110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .about__title h2:after {
    width: 52px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .about__title h2 {
    text-align: center;
  }
}
.about__text {
  margin-bottom: 49px;
}
@media screen and (max-width: 1024px) {
  .about__text {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    margin-bottom: 11px;
  }
}
.about__text p {
  margin-bottom: 1.4em;
}
.about__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.about__list::after {
  content: "";
  display: table;
  clear: both;
}
.about__list,
.about__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.about__item {
  width: 49.15254%;
  float: left;
  margin-bottom: 68px;
  padding-right: 34px;
}
.about__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.about__item:nth-child(2n + 2) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.about__item:nth-child(2n) {
  padding-left: 35px;
}
@media screen and (max-width: 1024px) {
  .about__item:nth-child(2n) {
    padding-left: 0;
  }
}
.about__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .about__item {
    width: 32.20339%;
    float: left;
    margin-bottom: 61px;
    padding-right: 0;
    text-align: center;
  }
  .about__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .about__item:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .about__item:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
  .about__item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .about__item {
    width: 49.15254%;
    float: left;
    margin-bottom: 48px;
  }
  .about__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .about__item:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .about__item:nth-last-child(-n + 3) {
    margin-bottom: 48px;
  }
  .about__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.about__icon {
  width: 320px;
  position: relative;
  margin-bottom: 12px;
}
.about__icon svg path {
  fill: #2c9aed;
}
.about__description {
  width: 320px;
  position: relative;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
.about__description p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.js_touch .about {
  background-attachment: scroll;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .about {
    background-attachment: scroll;
  }
}
.aboutContent {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 58px;
  padding-bottom: 46px;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 86px;
  padding-top: 58px;
}
@media screen and (max-width: 1024px) {
  .aboutContent {
    padding-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .aboutContent {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .aboutContent {
    padding-top: 36px;
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 768px) {
  .aboutContent {
    padding: 0;
  }
}
.aboutContent__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.aboutContent__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.aboutContent__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.aboutSection {
  display: table;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .aboutSection {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection {
    display: block;
    margin: 0;
  }
}
.aboutSection__left {
  display: table-cell;
  vertical-align: middle;
  width: 480px;
}
@media screen and (max-width: 1024px) {
  .aboutSection__left {
    width: auto;
    min-width: 373px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__left {
    display: block;
    width: 100%;
    min-width: 0;
  }
}
.aboutSection__right {
  display: table-cell;
  vertical-align: middle;
  width: 460px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .aboutSection__right {
    width: 509px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__right {
    display: block;
    width: 100%;
    min-height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .aboutSection__right {
    min-height: 200px;
  }
}
.aboutSection__content {
  width: 500px;
  height: auto;
  margin: -30px -20px;
  top: 0px;
  left: 0px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 3;
  color: #fff;
  line-height: 320px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 1024px) {
  .aboutSection__content {
    margin: -20px -10px;
    width: auto;
    line-height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__content {
    margin: 0;
    line-height: 1em;
  }
}
.aboutSection__content:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.15);
}
.aboutSection__feature {
  display: block;
  margin: 0px auto 17px;
  width: 50px;
  height: 2px;
}
.aboutSection__contentBox {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  text-align: center;
  padding: 20px 60px;
}
@media screen and (max-width: 1024px) {
  .aboutSection__contentBox {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection__contentBox {
    padding: 36px 15px;
  }
}
.aboutSection__title {
  font-family: "montserrat-black", Arial, Helvetica, sans-serif;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .aboutSection__title {
    font-size: 32px;
  }
}
.aboutSection__text {
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.aboutSection__imageMob {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: none;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
@media screen and (max-width: 768px) {
  .aboutSection__imageMob {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    max-height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .aboutSection__imageMob {
    max-height: 200px;
  }
}
.aboutSection__imageMob img {
  height: 100%;
  width: auto;
  max-width: 200%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .aboutSection__imageMob img {
    width: 100%;
    min-height: 300px;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .aboutSection__imageMob img {
    min-height: 200px;
  }
}
.aboutSection__imageMob:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.36);
  z-index: 2;
}
.aboutSection__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  min-height: 260px;
}
@media screen and (max-width: 1024px) {
  .aboutSection__image {
    min-height: 0px;
  }
}
.aboutSection__image img {
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: 200%;
  margin: 0;
  min-height: 260px;
}
@media screen and (max-width: 768px) {
  .aboutSection__image img {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .aboutSection__image img {
    min-height: 200px;
  }
}
.aboutSection__image:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.36);
  z-index: 2;
}
.aboutSection.blueLeft {
  margin-top: 0;
}
.aboutSection.blueLeft .aboutSection__content {
  background-color: #2c9aed;
}
.aboutSection.blueLeft .aboutSection__feature {
  background-color: #eff0f1;
  opacity: 0.4;
}
.aboutSection.blueRight {
  margin-bottom: 0;
}
.aboutSection.blueRight .aboutSection__content {
  left: 0;
  background-color: #2c9aed;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .aboutSection.blueRight .aboutSection__content {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection.blueRight .aboutSection__content {
    background-color: #fff;
    color: #526480;
  }
}
.aboutSection.blueRight .aboutSection__feature {
  background-color: #eff0f1;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .aboutSection.blueRight .aboutSection__feature {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection.blueRight .aboutSection__right {
    display: none;
  }
}
.aboutSection.whiteRight .aboutSection__content {
  left: 0;
  background-color: #fff;
  color: #526480;
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .aboutSection.whiteRight .aboutSection__content {
    margin-left: 0;
  }
}
.aboutSection.whiteRight .aboutSection__feature {
  background-color: #2c9aed;
}
@media screen and (max-width: 768px) {
  .aboutSection.whiteRight .aboutSection__feature {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .aboutSection.whiteRight .aboutSection__right {
    display: none;
  }
}
.aboutSection.grayLeft .aboutSection__content {
  background-color: #526480;
}
@media screen and (max-width: 768px) {
  .aboutSection.grayLeft .aboutSection__content {
    background-color: #fff;
    color: #526480;
  }
}
.aboutSection.grayLeft .aboutSection__feature {
  background-color: #2c9aed;
}
@media screen and (max-width: 768px) {
  .aboutSection.grayLeft .aboutSection__feature {
    display: none;
  }
}
@media (max-width: 1024px) {
  .affil_container .sectionIcon__title {
    margin-top: 10px;
  }
  .affil_container .circles_box {
    display: block;
    text-align: center;
  }
  .affil_container .circles_box .circle_block {
    width: 49%;
    display: inline-block;
    margin-bottom: 20px;
  }
  .affil_container .about__item {
    margin-left: 0;
    text-align: left;
    min-height: 0;
    margin-bottom: 20px;
  }
  .affil_container .games_icon_box,
  .affil_container .games_blue_bg_icons_box {
    text-align: center;
  }
  .affil_container .games_icon_box .game_icon,
  .affil_container .games_icon_box .game_box,
  .affil_container .games_blue_bg_icons_box .game_icon,
  .affil_container .games_blue_bg_icons_box .game_box {
    float: none;
    display: inline-block;
  }
  .affil_container .about__col.col_2:before {
    display: none;
    background: none;
  }
  .affil_container .blue_caps_link {
    font-size: 22px;
  }
  .affil_container .join_partner .bottom_box .captcha_box {
    float: none;
    margin: 0 auto;
    width: 305px;
    padding: 0;
  }
  .affil_container .join_partner .bottom_box input.btn {
    margin: 20px auto;
    float: none;
  }
  .affil_container .join_partner .bottom_box .message_status {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .affil_container .captcha_error {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .affil_container .empty_box {
    display: none;
    height: 0;
  }
  .affil_container .join_partner .join_partner_form_box .form .input_box {
    width: 100%;
    margin: 0;
  }
  .affil_container
    .join_partner
    .join_partner_form_box
    .form
    .input_box.check_box {
    line-height: inherit;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .affil_container
    .join_partner
    .join_partner_form_box
    .form
    .input_box.check_box
    input {
    margin: 0 10px 0 0;
  }
  .affil_container
    .join_partner
    .join_partner_form_box
    .form
    .input_box.check_box
    label {
    float: none;
  }
  .affil_container .circles_box {
    display: block;
    text-align: center;
  }
  .affil_container .circles_box .circle_block {
    width: 50%;
    height: 126px;
    display: block;
    float: left;
  }
  .affil_container .about__item {
    margin: 0 0 20px 0;
  }
  .affil_container .about_us_block {
    overflow: hidden;
    padding: 10px;
  }
  .affil_container .newsList__item {
    margin: 0 !important;
  }
  .affil_container .games_blue_bg_icons_box {
    padding: 0 15px;
  }
  .affil_container .games_blue_bg_icons_box .game_box {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .affil_container .affiliate_how_list .newsList__list {
    display: block;
  }
  .affil_container .affiliate_how_list .newsList__list li {
    width: 100%;
  }
  .faq_list ul {
    padding: 0 15px;
  }
  .faq_list ul li .text {
    padding-left: 0;
  }
}
.center_text {
  padding-top: 50px;
}
.about_us_block {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 0 50px;
}
.about_us_block h2 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.circles_box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.circles_box .circle_block {
  width: 25%;
}
.circles_box .circle_block .sectionIcon__icon {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.circles_box .circle_block .sectionIcon__title {
  text-align: center;
}
.affiliate_about_list .about__icon {
  float: left;
  margin-right: 30px;
}
.affiliate_about_list .about__item {
  width: 100%;
  margin: 0;
  padding-left: 0;
  min-height: 140px;
  float: none;
  overflow: hidden;
}
.affiliate_about_list .about__description {
  overflow: hidden;
  line-height: 1.5em;
  font-weight: normal;
}
.affiliate_about_list .about__description h4 {
  color: #349cea;
  font-size: 16px;
  font-weight: normal;
}
.affiliate_about_list .about__description p {
  text-transform: none;
  font-size: 14px;
}
.affiliate_how_list .list_box li {
  text-align: left;
}
.affiliate_how_list .newsList__list {
  display: flex;
  justify-content: space-around;
}
.affiliate_how_list .newsList__list li {
  width: 30%;
  float: none;
  margin: 0;
}
.affiliate_how_list .newsList__list li .list_box li {
  width: 100%;
}
.affiliate_how_list .icon_box {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.affiliate_how_list .title_box h3 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}
.offers.about .about__col.col_2 {
  padding-left: 0;
}
.offers.about::after {
  background: none;
  width: 0;
  display: none;
}
.games_icon_box {
  width: 100%;
  overflow: hidden;
}
.games_icon_box .game_icon {
  margin-right: 20px;
  float: left;
}
.games_icon_box .game_icon img {
  width: 80px;
}
.blue_caps_link {
  margin-bottom: 1.3em;
  font-size: 15px;
  line-height: 1.3;
  color: #2c9aed;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.games_blue_bg_icons_box {
  width: 100%;
}
.games_blue_bg_icons_box .game_box {
  width: 210px;
  height: 240px;
  border-radius: 4px;
  background-color: rgba(44, 154, 237, 0.66);
  float: left;
  margin-right: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}
.games_blue_bg_icons_box .game_box img {
  width: 110px;
  margin: 20px auto;
  display: block;
}
.join_partner {
  background-color: #ebf0f5;
  padding-top: 40px;
}
.join_partner .btn {
  margin: 20px auto;
  float: none;
  width: 270px;
  display: block;
  transition: all 0.4s;
  transform: scaleY(1);
}
.join_partner .btn.scale {
  transform: scaleY(0.01);
}
.join_partner h2 {
  text-transform: uppercase;
  color: #359cea;
  font-size: 42px;
  margin-bottom: 15px;
  text-align: center;
}
.join_partner h4 {
  font-weight: normal;
  color: #3d4c65;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.join_partner .join_partner_form_box {
  max-width: 960px;
  margin: 0 auto;
  transition: all 0.4s;
  transform: scaleY(0);
  height: 0;
  overflow: hidden;
}
.join_partner .join_partner_form_box.show {
  height: auto;
  transform: scaleY(1);
}
.join_partner .join_partner_form_box .form {
  width: 100%;
}
.join_partner .join_partner_form_box .form .input_box {
  float: left;
  width: 46%;
  margin: 0 2%;
  min-height: 89px;
}
.join_partner .join_partner_form_box .form .input_box.formErrorState > label {
  color: red;
}
.join_partner .join_partner_form_box .form .input_box label {
  font-size: 12px;
  color: #8392a8;
}
.join_partner .join_partner_form_box .form .input_box input {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #c9d5e0;
  margin: 0 0 20px;
  padding: 0 10px;
}
.join_partner .join_partner_form_box .form .input_box.check_box,
.join_partner .join_partner_form_box .form .input_box .radio_box {
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 46px;
}
.join_partner .join_partner_form_box .form .input_box.check_box input,
.join_partner .join_partner_form_box .form .input_box .radio_box input {
  width: auto;
  float: left;
  margin: 0 5px 0 2px;
}
.join_partner .join_partner_form_box .form .input_box.check_box label,
.join_partner .join_partner_form_box .form .input_box .radio_box label {
  float: left;
  margin-right: 30px;
  color: #3d4c65;
  width: auto;
}
.join_partner .join_partner_form_box .form .mini_left {
  max-width: 300px;
}
.join_partner .join_partner_form_box .form .maxi_right {
  width: auto;
}
.join_partner .join_partner_form_box .form .check_box {
  width: 100%;
}
.join_partner .bottom_box {
  width: 100%;
  overflow: hidden;
}
.join_partner .bottom_box .captcha_box {
  float: left;
  padding: 0 15px;
}
.join_partner .bottom_box input.btn {
  margin: 10px 0;
  float: left;
}
.join_partner .bottom_box .message_status {
  color: #3593dc;
  margin: 25px;
  float: left;
  opacity: 0;
  transition: all 0.4s;
}
.join_partner .bottom_box .message_status.show {
  opacity: 1;
}
.captcha_error {
  padding: 5px 15px;
  font-size: 14px;
  color: #d1395d;
}
.faq {
  padding: 30px 0;
  max-width: 960px;
  margin: 0 auto;
}
.faq h2 {
  text-align: center;
  margin-bottom: 30px;
}
.faq_list ul {
  list-style: none;
}
.faq_list ul li {
  list-style: none;
  border-top: 1px solid #ebf0f5;
  padding: 20px 0;
}
.faq_list ul li:first-child {
  border-top: 0;
}
.faq_list ul li h3 {
  color: #3d4c65;
  font-size: 22px;
  margin-bottom: 10px;
}
.faq_list ul li .text {
  padding-left: 60px;
}
.accept_popup {
  position: fixed;
  z-index: 999;
  top: 180vh;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  text-align: center;
  color: #3593dc;
  padding: 20px;
  transition: all 0.3s;
  opacity: 0;
  box-sizing: border-box;
}
.accept_popup.show {
  opacity: 1;
  top: 50vh;
}
.alert {
  width: 100%;
  border-radius: 4px;
  color: #fff;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 12px 50px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .alert {
    line-height: 1em;
  }
}
.alert span {
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
}
.alert:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  top: 50%;
  left: 16px;
  margin-top: -10px;
}
.alert.alertSuccess {
  background-color: #1dbd5d;
}
.alert.alertError {
  background-color: #d1395d;
}
.animation__item {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .animation__item {
    opacity: 1 !important;
  }
}
.animation__item.animation_js_inited {
  opacity: 1;
  transform: translateY(0);
  animation: moveUp 0.3s ease forwards;
}
@media screen and (max-width: 1024px) {
  .animation__item.animation_js_inited {
    transform: translateY(0) !important;
    animation: none !important;
  }
}
@keyframes moveUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.js_touch .animation__item {
  opacity: 1 !important;
}
.js_touch .animation__item.animation_js_inited {
  transform: translateY(0) !important;
  animation: none !important;
}
.arrows__item {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  top: 50%;
  margin-top: -21px;
  background-color: transparent;
  border: 2px solid #2c9aed;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.arrows__item svg {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4px;
}
.arrows__item svg path {
  fill: #2c9aed;
}
.arrows__item:hover {
  border-color: #1281d4;
}
.arrows__item:hover svg path {
  fill: #1281d4;
}
.arrows__item.prev {
  left: -70px;
}
@media screen and (max-width: 1024px) {
  .arrows__item.prev {
    left: -60px;
  }
}
@media screen and (max-width: 768px) {
  .arrows__item.prev {
    left: 15px;
  }
}
.arrows__item.next {
  right: -70px;
}
@media screen and (max-width: 1024px) {
  .arrows__item.next {
    right: -60px;
  }
}
@media screen and (max-width: 768px) {
  .arrows__item.next {
    right: 15px;
  }
}
.article {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  padding-bottom: 11px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .article {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .article {
    padding-top: 32px;
  }
}
.article__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.article__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.article__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.article__content {
  position: relative;
  display: block;
  width: 91.52542%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 8.47458%;
}
@media screen and (max-width: 768px) {
  .article__content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  margin-top: 2em;
  margin-bottom: 1em;
}
.article__content p {
  margin-bottom: 0.6em;
}
.article__content img[align="left"] {
  margin-top: 0.3em;
  margin-right: 2.1em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .article__content img[align="left"] {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.4em;
    margin-bottom: 2.6em;
  }
}
.article__content img[align="right"] {
  margin-top: 0.3em;
  margin-left: 2.1em;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 768px) {
  .article__content img[align="right"] {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.4em;
    margin-bottom: 2.6em;
  }
}
.article blockquote {
  position: relative;
  display: block;
  margin-top: 2.3em;
  margin-bottom: 2.6em;
  margin-left: 5.2em;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #2c9aed;
}
@media screen and (max-width: 768px) {
  .article blockquote {
    margin-left: 0;
  }
}
.article blockquote:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2c9aed;
}
.article__full {
  position: relative;
  display: block;
  margin-top: 2.4em;
  margin-bottom: 2.6em;
}
@media screen and (max-width: 768px) {
  .article__full {
    margin-left: 0%;
  }
}
.article__full img {
  margin-bottom: 0;
}
.article__slider {
  position: relative;
  display: block;
  margin-left: -8.47458%;
  margin-top: 2.4em;
  margin-bottom: 2.6em;
}
.article__slider::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .article__slider {
    margin-left: 0%;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.article__slider ul::after {
  content: "";
  display: table;
  clear: both;
}
.article__slider ul,
.article__slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article__slider ul li {
  position: relative;
  display: block;
}
.article__slider ul li img {
  margin-bottom: 0;
}
.article__slider .lSPager {
  display: none;
}
.article__slider.first .arrows__item.prev {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.article__slider.last .arrows__item.next {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.article__slider__wrapper {
  position: relative;
  display: block;
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 8.47458%;
}
@media screen and (max-width: 768px) {
  .article__slider__wrapper {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
.assets {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 58px;
  padding-bottom: 46px;
  background-color: #ebf0f5;
}
@media screen and (max-width: 1024px) {
  .assets {
    padding-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .assets {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.assets__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.assets__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.assets__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.assets__col {
  position: relative;
  display: block;
}
.assets__col.col_1 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  padding-top: 27px;
  padding-right: 1%;
}
@media screen and (max-width: 1024px) {
  .assets__col.col_1 .assets__link {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .assets__col.col_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 36px;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .assets__col.col_1 {
    margin-bottom: 23px;
  }
}
.assets__col.col_2 {
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .assets__col.col_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.assets__col.col_2 .assets__link {
  display: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .assets__col.col_2 .assets__link {
    display: block;
  }
}
.assets__title h2 {
  position: relative;
  margin-bottom: 1.2em;
  text-align: left;
  text-transform: uppercase;
}
.assets__title h2:after {
  content: "";
  position: relative;
  display: block;
  width: 80px;
  height: 2px;
  left: 0;
  bottom: -28px;
  background-color: #2c9aed;
}
@media screen and (max-width: 1024px) {
  .assets__title h2:after {
    width: 110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .assets__title h2:after {
    width: 52px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .assets__title h2 {
    text-align: center;
  }
}
.assets__text {
  margin-bottom: 49px;
}
@media screen and (max-width: 1024px) {
  .assets__text {
    margin-bottom: 0;
  }
}
.assets__text p {
  margin-bottom: 1.4em;
}
.assets__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.assets__list::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .assets__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .assets__list {
    width: 72.88136%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 13.55932%;
  }
}
.assets__list,
.assets__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.assets__item {
  width: 48.27586%;
  float: left;
  margin-bottom: 20px;
}
.assets__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.assets__item:nth-child(2n + 2) {
  margin-left: 51.72414%;
  margin-right: -100%;
  clear: none;
}
.assets__item:nth-last-child(-n + 2) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .assets__item {
    width: 23.72881%;
    float: left;
  }
  .assets__item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .assets__item:nth-child(4n + 2) {
    margin-left: 25.42373%;
    margin-right: -100%;
    clear: none;
  }
  .assets__item:nth-child(4n + 3) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .assets__item:nth-child(4n + 4) {
    margin-left: 76.27119%;
    margin-right: -100%;
    clear: none;
  }
  .assets__item:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }
  .assets__item:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .assets__item {
    width: 100%;
    float: left;
    float: none;
    clear: both;
  }
  .assets__item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
  .assets__item:nth-last-child(-n + 4) {
    margin-bottom: 20px;
  }
  .assets__item:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}
.assets__container {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.assets__preview {
  position: relative;
  display: block;
  width: 100%;
  height: 106px;
  border-radius: 4px 4px 0 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #2c9aed;
  background-size: cover;
}
.assets__preview:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
  background: rgba(10, 18, 39, 0.56);
}
.assets__icon {
  position: absolute;
  display: block;
  width: 62px;
  height: 62px;
  left: 0;
  right: 0;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -31px;
  border: 2px solid #2c9aed;
  border-radius: 50%;
  overflow: hidden;
}
.assets__icon svg {
  position: absolute;
  display: block;
  max-width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}
.assets__icon svg path {
  fill: #fff;
}
.assets__info {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}
.assets__name {
  margin-bottom: 0.6em;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2;
  color: #526480;
}
.assets__description {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}
.assets__target {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.assets__target:after {
  content: "";
  position: absolute;
  display: none;
  width: 1px;
  height: 17px;
  top: -3px;
  right: -1px;
  background-color: #c8d4e0;
}
.assets__target:nth-child(odd):after {
  display: block;
}
.assets__target:nth-last-child(-n + 1):after {
  display: none;
}
.assets__one {
  background-color: #fff;
}
.assets__one .assets__item {
  width: 23.72881%;
  float: left;
}
.assets__one .assets__item:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.assets__one .assets__item:nth-child(4n + 2) {
  margin-left: 25.42373%;
  margin-right: -100%;
  clear: none;
}
.assets__one .assets__item:nth-child(4n + 3) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.assets__one .assets__item:nth-child(4n + 4) {
  margin-left: 76.27119%;
  margin-right: -100%;
  clear: none;
}
@media screen and (max-width: 768px) {
  .assets__one .assets__item {
    width: 100%;
    float: left;
    float: none;
    clear: both;
  }
  .assets__one .assets__item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
  .assets__one .assets__item:nth-last-child(-n + 4) {
    margin-bottom: 20px;
  }
  .assets__one .assets__item:nth-last-child(-n + 1) {
    margin-bottom: 0;
  }
}
.assets__one .assets__title {
  padding-left: 0;
  margin-bottom: 20px;
}
.banner {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 58px;
  padding-bottom: 46px;
  text-align: center;
  color: #fff;
  background-color: #2c9aed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .banner {
    padding-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .banner {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .banner {
    background-attachment: scroll;
  }
}
.banner:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.56);
}
.banner__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.banner__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.banner__header {
  position: relative;
  display: block;
}
.banner__title {
  position: relative;
}
.banner__title h2 {
  margin-bottom: 0.7em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .banner__title h2 {
    margin-bottom: 1em;
  }
}
.banner__content {
  position: relative;
  display: block;
  margin-top: 39px;
  margin-bottom: 42px;
}
.banner__text {
  position: relative;
  display: block;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
.banner__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .banner__text br {
    display: none;
  }
}
.banner__footer {
  position: relative;
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner {
    background-attachment: scroll;
  }
}
.bannerSmall {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 44px;
  padding-bottom: 44px;
  color: #fff;
  background-color: #2c9aed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .bannerSmall {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .bannerSmall {
    padding-top: 44px;
    padding-bottom: 44px;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  .bannerSmall {
    background-attachment: scroll;
  }
}
.bannerSmall:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.56);
}
.bannerSmall__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.bannerSmall__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.bannerSmall__col {
  position: relative;
  display: block;
}
.bannerSmall__col.col_1 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1024px) {
  .bannerSmall__col.col_1 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media screen and (max-width: 768px) {
  .bannerSmall__col.col_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 46px;
    text-align: center;
  }
}
.bannerSmall__col.col_2 {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  padding-top: 5px;
}
@media screen and (max-width: 1024px) {
  .bannerSmall__col.col_2 {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bannerSmall__col.col_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-top: 0;
  }
}
.bannerSmall__footer {
  position: relative;
  display: block;
}
.bannerSmall__list::after {
  content: "";
  display: table;
  clear: both;
}
.bannerSmall__list,
.bannerSmall__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bannerSmall__item {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 12px;
}
.bannerSmall__item:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bannerSmall__item {
    padding-left: 0;
  }
}
.bannerSmall__container {
  position: relative;
  display: block;
  min-height: 42px;
  padding-top: 3px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .bannerSmall__container {
    padding-top: 0;
    padding-left: 0;
  }
}
.bannerSmall__link {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
  line-height: 38px;
  text-align: center;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bannerSmall__link {
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19px;
  }
}
.bannerSmall__link svg {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.bannerSmall__link svg path {
  fill: #fff;
}
.bannerSmall__text {
  position: relative;
  display: block;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.4px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bannerSmall__text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bannerSmall__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.bannerSmall__btn {
  min-width: 182px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bannerSmall {
    background-attachment: scroll;
  }
}
.brandAssets {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 46px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .brandAssets {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .brandAssets {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .brandAssets {
    background-attachment: scroll;
  }
}
.brandAssets:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.56);
}
.brandAssets__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.brandAssets__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.brandAssets__header {
  position: relative;
  display: block;
  color: #fff;
}
.brandAssets__title h2 {
  color: #fff;
  position: relative;
  margin-bottom: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.brandAssets__title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -28px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2c9aed;
}
@media screen and (max-width: 768px) {
  .brandAssets__title h2:after {
    width: 52px;
    bottom: -21px;
  }
}
.brandAssets__subtitle {
  position: relative;
  display: block;
  margin-bottom: 2.4em;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
}
.brandAssets__subtitle p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.brandAssets__content {
  position: relative;
  display: block;
}
.brandAssets__list {
  font-size: 0;
  text-align: center;
}
.brandAssets__list::after {
  content: "";
  display: table;
  clear: both;
}
.brandAssets__list,
.brandAssets__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.brandAssets__item {
  position: relative;
  width: 23.72881%;
  float: left;
  margin-bottom: 20px;
}
.brandAssets__item:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.brandAssets__item:nth-child(4n + 2) {
  margin-left: 25.42373%;
  margin-right: -100%;
  clear: none;
}
.brandAssets__item:nth-child(4n + 3) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.brandAssets__item:nth-child(4n + 4) {
  margin-left: 76.27119%;
  margin-right: -100%;
  clear: none;
}
@media screen and (max-width: 768px) {
  .brandAssets__item {
    width: 49.15254%;
    float: left;
    width: 44.15254%;
    margin-bottom: 24px;
  }
  .brandAssets__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .brandAssets__item:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .brandAssets__item:nth-child(2n + 2) {
    margin-left: 55.84746%;
  }
  .brandAssets__item:nth-last-child(-n + 2) {
    margin-bottom: 0 !important;
  }
}
.brandAssets__item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .brandAssets__item:nth-last-child(-n + 4) {
    margin-bottom: 24px;
  }
}
.brandAssets__container {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.brandAssets__container:hover {
  text-decoration: none;
}
.brandAssets__container:hover .brandAssets__name {
  color: #1281d4;
}
.brandAssets__preview {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-position: 50% 20%;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .brandAssets__preview {
    height: 176px;
  }
}
@media screen and (max-width: 768px) {
  .brandAssets__preview {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .brandAssets__preview {
    height: 130px;
  }
}
.brandAssets__info {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}
.brandAssets__name {
  margin-bottom: 0.4em;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .brandAssets__name {
    margin-bottom: 0;
  }
}
.brandAssets__text {
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .brandAssets__text {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .brandAssets {
    background-attachment: scroll;
  }
}
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 46px;
  padding-right: 46px;
  font-family: "montserrat-black", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  background: #a7abac;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#000',GradientType=0 );
  border: 2px solid #2c9aed;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 5;
}
.btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.btn:hover {
  color: #fff;
  box-shadow: 0px -3px 20px 0px rgba(44, 154, 237, 0.45) inset;
  text-decoration: none;
}
.btn.btn_medium {
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn.btn_small {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 11px;
}
.btn.btn_secondary {
  color: #2c9aed;
  background: #fff;
}
.btn.btn_secondary:before {
  display: none;
}
.btn.btn_secondary:hover {
  background-color: #fff;
  box-shadow: none;
}
.btn.disabled {
  color: #999;
  border-color: #999;
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}
.btn.disabled:hover {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  box-shadow: none;
}
.js_touch .btn:hover {
  box-shadow: none;
}
.btnDropdown {
  position: relative;
  display: block;
}
.btnDropdown__trigger {
  position: relative;
  display: block;
}
.btnDropdown__wrapper {
  display: none;
}
.btnDropdown__dropdown {
  position: relative;
  display: block;
  width: 200px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.btnDropdown__list::after {
  content: "";
  display: table;
  clear: both;
}
.btnDropdown__list,
.btnDropdown__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btnDropdown__item {
  position: relative;
  display: block;
}
.btnDropdown__link {
  position: relative;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 21px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #364256;
  text-align: left;
}
.btnDropdown__link:hover {
  color: #2c9aed;
  text-decoration: none;
  background: #ebf0f5;
}
.btnDropdown__btn {
  border-color: #00cf00;
}
.btnDropdown__btn:hover {
  box-shadow: 0px -3px 20px 0px rgba(0, 207, 0, 0.45) inset;
}
.tooltipster-dropdown {
  z-index: 9998 !important;
}
.tooltipster-dropdown.tooltipster-top {
  margin-bottom: -5px;
}
.tooltipster-dropdown.tooltipster-bottom {
  margin-top: -5px;
}
.tooltipster-dropdown .tooltipster-box {
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.tooltipster-dropdown .tooltipster-arrow {
  display: none;
}
.js_touch .btnDropdown__btn:hover {
  box-shadow: none;
}
.burger {
  position: relative;
  display: none;
  float: right;
  outline: 0;
}
@media screen and (max-width: 1280px) {
  .burger {
    display: block;
  }
}
.burger__wrapper {
  position: relative;
  width: 30px;
  height: 30px;
}
.burger__line {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
  cursor: pointer;
  transition: all 200ms;
}
.burger__line:nth-child(1) {
  transform: translateY(-8px);
}
.burger.active .burger__line:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.burger.active .burger__line:nth-child(2) {
  transform: scale(0.1, 1);
}
.burger__line:nth-child(3) {
  transform: translateY(8px);
}
.burger.active .burger__line:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.burger__title {
  position: absolute;
  display: block;
  height: 14px;
  top: 50%;
  right: 100%;
  margin-top: -6px;
  margin-right: 17px;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  transition: all 200ms;
}
@media screen and (max-width: 768px) {
  .burger__title {
    display: none;
  }
}
.burger.active .burger__line {
  background-color: #8392a8;
}
.burger.active .burger__title {
  color: #8392a8;
}
.cards {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  padding-top: 44px;
  padding-bottom: 48px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/2.png);
  background-size: cover;
  cursor: default;
}
@media screen and (max-width: 1024px) {
  .cards {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .cards {
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .cards {
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
  }
}
.cards:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
}
.cards__wrapper {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.cards__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .cards__wrapper {
    overflow: hidden;
  }
}
.cards h3 {
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .cards h3 {
    max-width: 175px;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
  }
}
.cards__title h2 {
  margin-bottom: 0.7em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1024px) {
  .cards__title h2 {
    margin-bottom: 1em;
  }
}
.cards__container {
  position: relative;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .cards__container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
@media screen and (max-width: 768px) {
  .cards__container {
    width: 580px !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.cards__list,
.cards__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__list {
  text-align: center;
  font-size: 0;
}
.cards__list::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .cards__list {
    height: 320px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border: none;
    box-shadow: none;
  }
}
.cards__item {
  position: relative;
  display: block;
  width: 23.72881%;
  float: left;
  height: 380px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2), 0 30px 40px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.cards__item:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.cards__item:nth-child(4n + 2) {
  margin-left: 25.42373%;
  margin-right: -100%;
  clear: none;
}
.cards__item:nth-child(4n + 3) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.cards__item:nth-child(4n + 4) {
  margin-left: 76.27119%;
  margin-right: -100%;
  clear: none;
}
.cards__item:hover {
  box-shadow: 0 14px 16px 0 rgba(0, 0, 0, 0.4), 0 30px 40px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .cards__item {
    width: 100%;
    float: left;
    height: 280px;
    margin-bottom: 0;
    border: none;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
  }
  .cards__item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}
@media screen and (max-width: 768px) {
  .cards__item.focus .cards__box {
    top: -20px;
    bottom: -20px;
    background-color: #000;
    z-index: 5;
  }
}
.cards__item.empty {
  display: none;
  box-shadow: none !important;
}
@media screen and (max-width: 768px) {
  .cards__item.empty {
    display: block;
  }
}
.cards__box {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  transition: all 200ms;
}
.cards__box:hover {
  text-decoration: none;
}
.cards__box.active .cards__name {
  border-color: #55709e;
}
.cards__name {
  position: relative;
  display: table;
  width: 100%;
  height: 50px;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  background-color: #12213b;
  border-bottom: 1px solid #999;
  overflow: hidden;
}
.cards__name:hover {
  text-decoration: none;
}
.cards__name h3 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cards__name {
    height: 40px;
    font-size: 15px;
  }
}
.cards__background {
  position: absolute;
  display: block;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3c4c66;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cards__text {
  position: relative;
  display: table;
  width: 100%;
  height: 52px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.3;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cards__text {
    height: 40px;
    font-size: 12px;
  }
}
.cards__text span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.cards__btn__container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .cards__btn__container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cards__btn__container .btnDropdown {
  margin-top: 8px;
}
.cards__btn__container .btnDropdown .btnDropdown__btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cards__btn {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cards .lSSlideOuter:before {
  content: "";
  position: absolute;
  display: block;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 10px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .cards .lSSlideOuter:before {
    display: none;
  }
}
.cards.cards_row_4 .cards__item {
  width: 23.72881%;
  float: left;
}
.cards.cards_row_4 .cards__item:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.cards.cards_row_4 .cards__item:nth-child(4n + 2) {
  margin-left: 25.42373%;
  margin-right: -100%;
  clear: none;
}
.cards.cards_row_4 .cards__item:nth-child(4n + 3) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.cards.cards_row_4 .cards__item:nth-child(4n + 4) {
  margin-left: 76.27119%;
  margin-right: -100%;
  clear: none;
}
.cards.cards_row_4 .cards__item:nth-last-child(-n + 4) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cards.cards_row_4 .cards__item {
    width: 100%;
    float: left;
  }
  .cards.cards_row_4 .cards__item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}
.cards.cards_row_3 .cards__container {
  width: 66.10169%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 16.94915%;
}
@media screen and (max-width: 1024px) {
  .cards.cards_row_3 .cards__container {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
.cards.cards_row_3 .cards__item {
  width: 32.20339%;
  float: left;
}
.cards.cards_row_3 .cards__item:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.cards.cards_row_3 .cards__item:nth-child(3n + 2) {
  margin-left: 33.89831%;
  margin-right: -100%;
  clear: none;
}
.cards.cards_row_3 .cards__item:nth-child(3n + 3) {
  margin-left: 67.79661%;
  margin-right: -100%;
  clear: none;
}
.cards.cards_row_3 .cards__item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cards.cards_row_3 .cards__item {
    width: 100%;
    float: left;
  }
  .cards.cards_row_3 .cards__item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}
.js_touch .cards__item:hover {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2), 0 30px 40px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .js_touch .cards__item:hover {
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2);
  }
}
.certificate {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .certificate {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .certificate {
    padding-top: 32px;
  }
}
.certificate__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.certificate__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.certificate__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.certificate__content {
  position: relative;
  display: block;
}
.certificate__left {
  width: 40.67797%;
  float: left;
  margin-right: 1.69492%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .certificate__left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-bottom: 20px;
  }
}
.certificate__right {
  width: 57.62712%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .certificate__right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.certificate__card {
  width: 280px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .certificate__card {
    margin: 0;
  }
}
.certificate__img {
  border: 1px solid #c8d4e0;
  box-sizing: border-box;
  width: 100%;
}
.certificate__img img {
  margin: 0;
}
.certificate__description {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}
.certificate__target {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 23px;
}
.certificate__target:after {
  content: "";
  position: absolute;
  display: none;
  width: 1px;
  height: 17px;
  top: -3px;
  right: -1px;
  background-color: #c8d4e0;
}
.certificate__target:nth-child(odd):after {
  display: block;
}
.certificate__footnote {
  padding-left: 70px;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .certificate__footnote {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .certificate__footnote {
    padding-top: 10px;
  }
}
.certificate__footnote p {
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #8392a8;
  margin: 0;
}
.certificate .rng_warning_cont {
  border: 1px solid #3c4c66;
  padding: 28px 24px;
  display: flex;
  margin-bottom: 24px;
}
.certificate .rng_warning_cont a {
  text-decoration: underline;
}
.certificate .rng_warning_cont img {
  width: 40px;
  height: 35px;
  margin-right: 21px;
  flex-shrink: 0;
  align-self: center;
  margin-bottom: 0 !important;
}
.certificate .rng_warning_cont div {
  text-transform: uppercase;
}
@media screen and (max-width: 756px) {
  .certificate .rng_warning_cont {
    border: 1px solid #3c4c66;
    padding: 18px 14px;
    margin-bottom: 14px;
    flex-direction: column;
  }
  .certificate .rng_warning_cont img {
    width: 40px;
    height: 35px;
    margin-right: 0px;
    margin-bottom: 20px !important;
    flex-shrink: 0;
    align-self: center;
    margin-left: 0 !important;
  }
}
.features {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 58px;
  padding-bottom: 46px;
  padding-top: 36px;
  padding-bottom: 27px;
  background-color: #ebf0f5;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .features {
    padding-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .features {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .features {
    padding-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .features {
    padding-top: 36px;
    padding-bottom: 25px;
  }
}
.features__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.features__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.features__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.features__left {
  width: 61.86441%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1024px) {
  .features__left {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.features__right {
  width: 36.44068%;
  float: right;
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .features__right {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border-top: 1px solid #c8d4e0;
    padding-top: 25px;
    padding-bottom: 27px;
  }
}
.features__bottom {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #c8d4e0;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .features__bottom {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .features__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .features__title h4 {
    line-height: 1;
  }
}
@media screen and (max-width: 1024px) {
  .features__list {
    padding-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .features__list {
    padding-left: 0px;
  }
}
.features__list ul {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .features__list ul {
    margin-top: 23px;
    margin-bottom: 30px;
  }
}
.features__list ul li {
  position: relative;
  display: block;
  margin-bottom: 11px;
  padding-left: 18px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #526480;
}
@media screen and (max-width: 768px) {
  .features__list ul li {
    margin-bottom: 22px;
    line-height: 1.3;
  }
}
.features__list ul li:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.features__list ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 2px;
  background-color: #2c9aed;
  border-radius: 50%;
}
.features__soc {
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .features__soc .social ul li {
    margin-right: 5px;
  }
}
.features__soc .social ul li a {
  border: 2px solid #8392a8;
  width: 42px;
  height: 42px;
  line-height: 39px;
  box-sizing: border-box;
}
.features__soc .social ul li a svg path {
  fill: #8392a8;
}
.features__soc .social ul li a:hover {
  border-color: #2c9aed;
}
.features__soc .social ul li a:hover svg path {
  fill: #fff;
}
.features__button .btn {
  padding: 18px 32px;
}
.features__bottomTitle {
  width: 6.77966%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1024px) {
  .features__bottomTitle {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-bottom: 10px;
  }
}
.features__bottomTitle p {
  margin: 0;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2em;
  color: #526480;
}
.features__bottomText {
  width: 91.52542%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .features__bottomText {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .features__bottomText {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.features__bottomText p {
  margin: 0;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #8392a8;
}
.footer {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 42px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #364256;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 25px;
  }
}
.footer__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.footer__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.footer__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.footer__col {
  position: relative;
  display: block;
}
.footer__col.col_1 {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
}
.footer__col.col_1 .logo {
  width: 140px;
  height: 34px;
}
.footer__col.col_1 .logo svg {
  width: 140px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .footer__col.col_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 23px;
  }
}
.footer__col.col_2 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1024px) {
  .footer__col.col_2 {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media screen and (max-width: 768px) {
  .footer__col.col_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer__col.col_2:before,
.footer__col.col_2:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 104%;
  top: -4px;
  background-color: #3c4c66;
}
@media screen and (max-width: 768px) {
  .footer__col.col_2:before,
  .footer__col.col_2:after {
    display: none;
  }
}
.footer__col.col_2:before {
  left: 9.5%;
}
@media screen and (max-width: 1024px) {
  .footer__col.col_2:before {
    left: 14.5%;
  }
}
.footer__col.col_2:after {
  right: 8.5%;
}
@media screen and (max-width: 1024px) {
  .footer__col.col_2:after {
    right: 4.5%;
  }
}
.footer__col.col_3 {
  width: 32.20339%;
  float: right;
  margin-right: 0;
  padding-left: 5px;
}
@media screen and (max-width: 1024px) {
  .footer__col.col_3 {
    width: 40.67797%;
    float: right;
    margin-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__col.col_3 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .footer__col.col_3 .footer__title {
    display: none;
  }
}
.footer__col.col_4 {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .footer__col.col_4 {
    padding-top: 0;
  }
}
.footer__navigation {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-left: 23%;
}
.footer__navigation::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .footer__navigation {
    padding-left: 24%;
  }
}
@media screen and (max-width: 768px) {
  .footer__navigation {
    padding-top: 0;
    padding-left: 0;
  }
}
.footer__navigation__item {
  position: relative;
  display: block;
  float: left;
  max-width: 100px;
}
.footer__navigation__item ul::after {
  content: "";
  display: table;
  clear: both;
}
.footer__navigation__item ul,
.footer__navigation__item ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__navigation__item ul li {
  position: relative;
  display: block;
}
.footer__navigation__item ul li::after {
  content: "";
  display: table;
  clear: both;
}
.footer__navigation__item ul li:nth-last-child(-n + 1) a {
  margin-bottom: 0;
}
.footer__navigation__item
  ul
  li:nth-last-child(-n + 1)
  a.footer__navigation__child {
  margin-bottom: 0;
}
.footer__navigation__item ul li a {
  position: relative;
  display: block;
  float: left;
  margin-bottom: 26px;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.7px;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer__navigation__item ul li a:hover {
  color: #2c9aed;
}
.footer__navigation__item ul li a.footer__navigation__child {
  margin-bottom: 25px;
  color: #8392a8;
  text-transform: none;
  transition: all 0.3s ease;
}
.footer__navigation__item ul li a.footer__navigation__child:hover {
  color: #2c9aed;
}
.footer__navigation__item + .footer__navigation__item {
  margin-left: 25%;
}
@media screen and (max-width: 1024px) {
  .footer__navigation__item + .footer__navigation__item {
    margin-left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .footer__navigation__item + .footer__navigation__item {
    margin-left: 14%;
  }
}
.footer__title {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.footer__social {
  position: relative;
  display: block;
  margin-bottom: 43px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .footer__social {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 9px;
    padding-bottom: 14px;
    border-top: 1px solid #3c4c66;
    border-bottom: 1px solid #3c4c66;
  }
}
.footer__social .social {
  margin-left: -6px;
}
@media screen and (max-width: 768px) {
  .footer__social .social {
    margin-left: 0;
    text-align: center;
  }
}
.footer__social .social ul {
  margin-left: -16px;
}
.footer__social .social ul li {
  margin-left: 16px;
}
.footer__copyright {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 7px;
  padding-right: 7px;
  border-top: 1px solid #3c4c66;
}
.footer__copyright::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    border-top: none;
  }
}
.footer__copyright__text {
  position: relative;
  display: block;
  float: left;
  margin-right: 108px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #8392a8;
}
@media screen and (max-width: 1024px) {
  .footer__copyright__text {
    margin-right: 47px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright__text {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer__copyright__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.footer__copyright__list {
  position: relative;
  display: block;
  float: left;
  max-width: 560px;
}
@media screen and (max-width: 1024px) {
  .footer__copyright__list {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .footer__copyright__list {
    float: none;
  }
}
.footer__copyright__list ul::after {
  content: "";
  display: table;
  clear: both;
}
.footer__copyright__list ul,
.footer__copyright__list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__copyright__list ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 47px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .footer__copyright__list ul li {
    margin-bottom: 5px;
  }
}
.footer__copyright__list ul li:nth-last-child(-n + 1) {
  margin-right: 0;
}
.footer__copyright__list ul li a {
  position: relative;
  display: block;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #8392a8;
  text-decoration: none;
  transition: 0.5s;
}
.footer__copyright__list ul li a:hover {
  text-decoration: none;
  color: #2c9aed;
}
.footer__copyright__btn a {
  position: absolute;
  right: 0;
  top: 17px;
  display: block;
  width: 94px;
  height: 32px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .footer__copyright__btn a {
    position: static;
    margin-top: 10px;
  }
}
.form {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  background-color: #ebf0f5;
}
.form::after {
  content: "";
  display: table;
  clear: both;
}
.form__item {
  margin-bottom: 21px;
}
.form__item:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.form .formInput .formInput__wrapper:before {
  background-color: #fff;
}
.form .formTextarea .formTextarea__wrapper:before {
  background-color: #fff;
}
.form .formCheckbox {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.form .formRadio {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.formAttachment {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.formAttachment::after {
  content: "";
  display: table;
  clear: both;
}
.formAttachment__wrapper {
  position: relative;
  display: block;
  float: left;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
}
.formAttachment__icon {
  position: absolute;
  display: block;
  width: 15px;
  height: 13px;
  top: 16px;
  left: -1px;
}
.formAttachment__icon svg {
  position: relative;
  display: block;
  width: 100%;
}
.formAttachment__icon svg path {
  fill: #8392a8;
}
.formAttachment__text {
  position: relative;
  display: block;
  max-width: 160px;
  height: 11px;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #8392a8;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.formAttachment__input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  appearance: none;
  border: none;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.formCheckbox {
  position: relative;
  display: block;
  width: 100%;
}
.formCheckbox__input {
  position: absolute;
  left: -9999px;
}
.formCheckbox__label {
  position: relative;
  display: block;
  width: 100%;
  min-height: 20px;
  padding-left: 32px;
  padding-top: 4px;
  padding-right: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.formCheckbox__label:hover .formCheckbox__icon {
  border-color: #2c9aed;
}
.formCheckbox__label:hover .formCheckbox__text {
  color: #2c9aed;
}
.formCheckbox__icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 2px solid #aab9ca;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.formCheckbox__icon svg {
  position: absolute;
  display: block;
  width: 11px;
  height: 8px;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4px;
  opacity: 0;
  transition: all 0.3s ease;
}
.formCheckbox__icon svg path {
  fill: #2c9aed;
}
.formCheckbox__input:checked + .formCheckbox__label .formCheckbox__icon {
  border-color: #2c9aed;
}
.formCheckbox__input:checked + .formCheckbox__label .formCheckbox__icon svg {
  opacity: 1;
}
.formCheckbox__input:checked + .formCheckbox__label .formCheckbox__text {
  color: #2c9aed;
}
.formCheckbox__text {
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #8392a8;
  text-transform: none;
  transition: all 0.3s ease;
}
.formCheckbox.disabled .formCheckbox__label {
  cursor: default;
}
.formCheckbox.disabled .formCheckbox__icon {
  border-color: #aab9ca !important;
  cursor: default;
  opacity: 0.6;
}
.formCheckbox.disabled .formCheckbox__icon svg path {
  fill: #aab9ca !important;
}
.formCheckbox.disabled .formCheckbox__text {
  color: #8392a8 !important;
  opacity: 0.6;
}
.formErrorState .formInput__input {
  padding-right: 36px;
  color: #d1395d !important;
  border-color: #d1395d !important;
}
.formErrorState .formInput__input:focus {
  border-color: #d1395d !important;
}
.formErrorState .formTextarea__textarea {
  color: #d1395d !important;
  border-color: #d1395d !important;
}
.formErrorState .formTextarea__textarea:focus {
  border-color: #d1395d !important;
}
.formErrorState.formInput:after {
  top: auto;
  bottom: 13px;
  margin: 0;
  display: block;
  background-color: #d1395d;
}
.formInput {
  position: relative;
  display: block;
  width: 100%;
}
.formInput:after {
  content: "";
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
  z-index: 3;
}
.formInput__wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.formInput__wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 46px;
  top: 0;
  left: 0;
  border: 1px solid #c8d4e0;
  border-radius: 4px;
}
.formInput__input {
  border: 2px solid transparent !important;
  z-index: 1;
}
.formInput__input:focus {
  border-color: #2c9aed !important;
}
.formInput.formInput_round .formInput__wrapper:before {
  border-radius: 26px;
}
.formInput.formInput_round .formInput__input {
  border-radius: 26px;
}
.formInput.formInput_placeholder .formInput__label {
  position: absolute;
  display: block;
  width: 100%;
  height: 46px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 46px;
  color: #c8d4e0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.formInput.formInput_label .formInput__label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.1em;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #8392a8;
}
.formInput.formInput_label .formInput__label span {
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  color: #aab9ca;
}
.formInput.active .formInput__label {
  display: none;
}
.formRadio {
  position: relative;
  display: block;
  width: 100%;
}
.formRadio__list::after {
  content: "";
  display: table;
  clear: both;
}
.formRadio__list,
.formRadio__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formRadio__item {
  position: relative;
  display: block;
  margin-bottom: 21px;
}
.formRadio__item:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.formRadio__item.disabled .formRadio__label {
  cursor: default;
}
.formRadio__item.disabled .formRadio__icon {
  border-color: #aab9ca !important;
  cursor: default;
  opacity: 0.6;
}
.formRadio__item.disabled .formRadio__icon:after {
  background-color: #aab9ca !important;
}
.formRadio__item.disabled .formRadio__text {
  color: #8392a8 !important;
  opacity: 0.6;
}
.formRadio__input {
  position: absolute;
  left: -9999px;
}
.formRadio__label {
  position: relative;
  display: block;
  width: 100%;
  min-height: 20px;
  padding-left: 32px;
  padding-top: 4px;
  padding-right: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.formRadio__label:hover .formRadio__icon {
  border-color: #2c9aed;
}
.formRadio__label:hover .formRadio__text {
  color: #2c9aed;
}
.formRadio__icon {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 2px solid #aab9ca;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.formRadio__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -4px;
  background-color: #2c9aed;
  border-radius: 50%;
  opacity: 0;
  transition: all 200ms;
}
.formRadio__input:checked + .formRadio__label .formRadio__icon {
  border-color: #2c9aed;
}
.formRadio__input:checked + .formRadio__label .formRadio__icon:after {
  opacity: 1;
}
.formRadio__input:checked + .formRadio__label .formRadio__text {
  color: #2c9aed;
}
.formRadio__text {
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #8392a8;
  text-transform: none;
  transition: all 0.3s ease;
}
.formSubmit {
  position: relative;
  display: block;
  width: 100%;
}
.formSuccessState .formInput__input {
  padding-right: 36px;
  color: #1dbd5d !important;
  border-color: #1dbd5d !important;
}
.formSuccessState .formInput__input:focus {
  border-color: #1dbd5d !important;
}
.formSuccessState .formTextarea__textarea {
  color: #1dbd5d !important;
  border-color: #1dbd5d !important;
}
.formSuccessState .formTextarea__textarea:focus {
  border-color: #1dbd5d !important;
}
.formSuccessState.formInput:after {
  top: auto;
  bottom: 13px;
  margin: 0;
  display: block;
  background-color: #1dbd5d;
}
.formTabs {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
}
.formTabs:before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ebf0f5;
}
@media screen and (max-width: 1024px) {
  .formTabs:before {
    width: 100%;
    right: auto;
    left: 0;
    top: 56px;
  }
}
.formTabs__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.formTabs__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.formTabs__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.formTabs__col {
  position: relative;
  display: block;
  padding-top: 36px;
  padding-bottom: 46px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .formTabs__col {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .formTabs__col {
    padding-top: 32px;
  }
}
.formTabs__col.col_1 {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%;
  width: 33.89831%;
  margin-right: 0;
  padding-right: 61px;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .formTabs__col.col_1 {
    width: auto;
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    background-color: #fff;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .formTabs__col.col_1 {
    padding-top: 29px;
    padding-bottom: 24px;
    white-space: normal;
    overflow-x: hidden;
  }
}
.formTabs__col.col_2 {
  width: 66.10169%;
  float: right;
  margin-right: 0;
  padding-top: 23px;
  background-color: #ebf0f5;
}
@media screen and (max-width: 1024px) {
  .formTabs__col.col_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.formTabs__col.col_2 .form {
  padding-left: 0;
  padding-right: 0;
}
.formTabs__type {
  position: relative;
  display: block;
  margin-bottom: 3em;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  color: #aab9ca;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .formTabs__type {
    display: inline-block;
    vertical-align: middle;
    height: 56px;
    margin-bottom: 0;
    margin-right: 20px;
    line-height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .formTabs__type {
    height: auto;
    margin-bottom: 10px;
    font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: 0;
  }
}
.formTabs__list {
  font-size: 0;
}
.formTabs__list::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .formTabs__list {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .formTabs__list {
    display: none;
  }
}
.formTabs__list,
.formTabs__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formTabs__item {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
.formTabs__item::after {
  content: "";
  display: table;
  clear: both;
}
.formTabs__item:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .formTabs__item {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    float: none;
    margin-bottom: 0;
    margin-right: 27px;
  }
  .formTabs__item:nth-last-child(-n + 1) {
    margin-right: 0;
  }
}
.formTabs__item a {
  position: relative;
  display: block;
  float: right;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #526480;
  transition: all 0.3s ease;
  word-wrap: break-word;
  max-width: 200px;
}
@media screen and (max-width: 1024px) {
  .formTabs__item a {
    height: 56px;
    float: none;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 56px;
  }
}
.formTabs__item a:after {
  content: "";
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  top: 50%;
  right: -61px;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  border-color: transparent #ebf0f5 transparent transparent;
}
@media screen and (max-width: 1024px) {
  .formTabs__item a:after {
    width: 100%;
    height: 2px;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    background-color: #2c9aed;
    border: none;
  }
}
.formTabs__item a:hover {
  color: #2c9aed;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .formTabs__item a:hover {
    color: #526480;
  }
}
.formTabs__item a.formTabs__active {
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  color: #2c9aed !important;
}
@media screen and (max-width: 1024px) {
  .formTabs__item a.formTabs__active {
    font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  }
}
.formTabs__item a.formTabs__active:after {
  display: block;
}
.formTabs__form {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  padding-left: 100px;
  padding-right: 140px;
}
@media screen and (max-width: 1024px) {
  .formTabs__form {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media screen and (max-width: 768px) {
  .formTabs__form {
    padding-left: 0;
    padding-right: 0;
  }
}
.formTabs__form.formTabs_active {
  position: relative;
  display: block;
}
.formTabs__title {
  position: relative;
  display: block;
}
.formTabs__title h4 {
  word-wrap: break-word;
}
.formTabs__content {
  position: relative;
  display: block;
  padding-bottom: 0 !important;
}
.formTabs__select {
  position: relative;
  display: none;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 1px solid #c8d4e0;
  border-radius: 4px;
  overflow: hidden;
}
.formTabs__select:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #8392a8 transparent transparent transparent;
}
.formTabs__select select {
  position: relative;
  display: block;
  width: 130%;
  height: 44px;
  padding: 0 15px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 44px;
  color: #526480;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  appearance: none;
  border: none;
  outline: none;
}
@media screen and (max-width: 768px) {
  .formTabs__select {
    display: block;
  }
}
.formTabs__alert {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translate(0, -100%);
}
.formTextarea {
  position: relative;
  display: block;
  width: 100%;
}
.formTextarea__wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.formTextarea__wrapper:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #c8d4e0;
  border-radius: 4px;
}
.formTextarea__textarea {
  border: 2px solid transparent !important;
  z-index: 1;
}
.formTextarea__textarea:focus {
  border-color: #2c9aed !important;
}
.formTextarea.formTextarea_placeholder .formTextarea__label {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #c8d4e0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 2;
}
.formTextarea.formTextarea_label .formTextarea__label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.1em;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #8392a8;
}
.formTextarea.formTextarea_label .formTextarea__label span {
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  color: #aab9ca;
}
.formTextarea.active .formTextarea__label {
  display: none;
}
.games {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .games {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .games {
    padding-top: 32px;
  }
}
@media screen and (max-width: 960px) {
  .games {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
}
.games__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.games__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.games__content {
  position: relative;
  display: block;
}
@media screen and (max-width: 1024px) {
  .games__content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.games__list::after {
  content: "";
  display: table;
  clear: both;
}
.games__list,
.games__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.games__item {
  position: relative;
  display: block;
  width: 49.15254%;
  float: left;
  margin-bottom: 20px;
}
.games__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.games__item:nth-child(2n + 2) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.games__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .games__item {
    width: 100%;
    float: left;
    float: none;
    clear: both;
    margin-bottom: 1px !important;
  }
  .games__item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
  .games__item:nth-last-child(-n + 1) {
    margin-bottom: 0 !important;
  }
}
.games__container {
  position: relative;
  display: block;
  padding-top: 126px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-color: #2c9aed;
  cursor: pointer;
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.2), 0 30px 40px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  .games__container {
    padding-top: 53px;
    padding-bottom: 49px;
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 480px) {
  .games__container {
    padding-top: 168px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
  }
}
.games__container:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  z-index: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .games__container:before {
    display: none;
  }
}
.games__container:hover:before {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-color: #2c9aed;
}
.games__container:hover .games__background {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
@media screen and (max-width: 1024px) {
  .games__container:hover .games__background {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.games__container:hover .games__box {
  background: rgba(44, 154, 237, 0.4);
}
@media screen and (max-width: 1024px) {
  .games__container:hover .games__box {
    background: rgba(10, 18, 39, 0.66);
  }
}
.games__background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2c9aed;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border-radius: 4px;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .games__background {
    border-radius: 0;
    background-position: 50% 50%;
  }
}
.games__background__link {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.games__box {
  position: relative;
  display: block;
  padding-top: 18px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  background: rgba(10, 18, 39, 0.66);
  border-radius: 4px;
  overflow: hidden;
  z-index: 3;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .games__box {
    max-width: 430px;
    padding-bottom: 24px;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .games__box {
    width: 100%;
    max-width: 100%;
  }
}
.games__box__header {
  position: relative;
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .games__box__header {
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .games__box__header {
    margin-bottom: 22px;
  }
}
.games h3 {
  margin-bottom: 0.5em;
  color: #fff;
  text-transform: uppercase;
}
.games__name {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.games__name:hover {
  text-decoration: none;
}
.games__name h3 {
  margin-bottom: 0.5em;
  color: #fff;
  text-transform: uppercase;
}
.games__text {
  position: relative;
  display: block;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  color: #ebf0f5;
  height: 57px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .games__text {
    height: 135px;
    overflow: hidden;
  }
}
.games__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.games__box__footer {
  position: relative;
  display: block;
  min-height: 52px;
}
.games__links {
  position: relative;
  display: block;
  font-size: 0;
}
.games__links .btnDropdown {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
@media screen and (max-width: 768px) {
  .games__links .btnDropdown {
    display: block;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }
}
.games__btn {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .games__btn {
    display: block;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .games__btn + .btnDropdown {
    margin-top: 20px;
  }
}
.comingsoon {
  cursor: default;
}
.gamesOneSlider {
  padding-top: 36px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gamesOneSlider {
    padding-top: 24px;
  }
}
.gamesOneSlider__container {
  width: 100%;
  height: 360px;
  margin: 0px auto;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .gamesOneSlider__container {
    width: 740px;
    height: 340px;
  }
}
@media screen and (max-width: 768px) {
  .gamesOneSlider__container {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.gamesOneSlider__container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.gamesOneSlider__container .swiper-slide img {
  height: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .gamesOneSlider__container .swiper-slide img {
    width: 100%;
    height: auto;
  }
}
.gamesOneSlider__container .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.gamesOneSlider__container .swiper-slide:nth-child(2n) {
  width: 780px;
}
.gamesOneSlider__container .swiper-slide:nth-child(3n) {
  width: 780px;
}
.gamesOneSlider__container .swiper-slide-active:after {
  display: none;
}
.gamesOneSlider__container .swiper-button-next,
.gamesOneSlider__container .swiper-button-prev {
  transition: all 0.3s ease;
}
.gamesOneSlider__container .swiper-button-next:hover,
.gamesOneSlider__container .swiper-button-prev:hover {
  background-color: #1281d4;
}
.gamesOneSlider__pagination {
  text-align: center;
  padding-top: 15px;
}
.gamesOneSlider__next {
  right: 50% !important;
  margin-right: -406px;
}
@media screen and (max-width: 1024px) {
  .gamesOneSlider__next {
    right: 3px !important;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .gamesOneSlider__next {
    right: -15px !important;
  }
}
.gamesOneSlider__prev {
  left: 50% !important;
  margin-left: -406px;
}
@media screen and (max-width: 1024px) {
  .gamesOneSlider__prev {
    left: 3px !important;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .gamesOneSlider__prev {
    left: -15px !important;
  }
}
.header {
  position: absolute;
  display: block;
  width: 100%;
  min-width: 320px;
  top: 0;
  left: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  visibility: hidden;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9999;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 1280px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #000 !important;
  }
}
.header__wrapper {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.header__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.header__col {
  position: relative;
}
.header__col.col_1 {
  width: 16.94915%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1280px) {
  .header__col.col_1 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.header__col.col_2 {
  width: 61.01695%;
  float: left;
  margin-right: 1.69492%;
  margin-right: 0 !important;
}
@media screen and (max-width: 1280px) {
  .header__col.col_2 {
    display: none;
  }
}
.header__col.col_3 {
  width: 19.49153%;
  float: right;
  margin-right: 0;
  padding-top: 2px;
}
@media screen and (max-width: 1280px) {
  .header__col.col_3 {
    display: none;
  }
}
.header__col.col_3 .social {
  text-align: right;
}
.header__col.col_4 {
  display: none;
  width: 49.15254%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .header__col.col_4 {
    display: block;
  }
}
.header.header_js_background {
  background: rgba(18, 23, 40, 0.8);
  padding-top: 9px;
  padding-bottom: 9px;
  position: fixed;
  visibility: visible !important;
}
@media screen and (max-width: 768px) {
  .header.header_js_background {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.header.header_js_background .logo {
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.header.header_js_background .logo svg {
  height: 32px;
  position: relative;
  left: -18px;
}
.header.header_js_background .social ul li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.header.header_js_background .header__col.col_3 {
  padding-top: 0px;
}
.header.header_js_background .navigation {
  padding-top: 4px;
}
@media screen and (max-width: 1024px) {
  .header.header_js_background .logo {
    width: 140px;
    height: 34px;
    overflow: auto;
  }
  .header.header_js_background .logo svg {
    height: 34px;
    position: relative;
    left: 0;
    width: 100%;
  }
  .header.header_js_background .social ul li a {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .header.header_js_background .header__col.col_3 {
    padding-top: 2px;
  }
  .header.header_js_background .navigation {
    padding-top: 8px;
  }
}
.header.header_js_wow {
  visibility: visible;
}
.mobileNavigation_js_show .header {
  position: fixed;
  background: #000;
}
.js_touch.js_fixed .header {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header.header_js_background .logo {
    display: block;
    width: 32px !important;
    height: 32px !important;
    overflow: hidden !important;
  }
  .header.header_js_background .logo svg {
    width: 164px;
    left: -18px !important;
    height: 32px !important;
  }
}
.hero {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .hero {
    background-attachment: scroll;
  }
}
.hero:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(24, 19, 17, 0.6);
}
@media screen and (max-height: 600px) {
  .hero {
    display: block;
    height: auto;
    padding-top: 128px;
    padding-bottom: 92px;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    display: block;
    height: auto;
    padding-top: 128px;
    padding-bottom: 92px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: -120px;
    padding-top: 133px;
    padding-bottom: 85px;
  }
}
.hero__container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media screen and (max-height: 600px) {
  .hero__container {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .hero__container {
    display: block;
  }
}
.hero__wrapper {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 30px;
}
.hero__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  .hero__wrapper {
    margin-top: 0px;
  }
}
.hero__content {
  position: relative;
  padding-top: 25px;
}
.hero__title {
  position: relative;
}
.hero__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 15%;
  height: 2px;
  bottom: -37px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #d09012;
}
@media screen and (max-width: 768px) {
  .hero__title:after {
    bottom: -22px;
  }
}
.hero__title h1 {
  margin-bottom: 1.4em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .hero__title h1 {
    margin-bottom: 1.2em;
  }
}
.hero__subtitle {
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.4 !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
.hero__subtitle p {
  margin: 0 !important;
  margin-bottom: 1.3em !important;
  padding: 0 !important;
  text-align: center !important;
}
.hero__subtitle p span {
  font-size: 18px !important;
}
.hero__subtitle p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.hero__subtitle a {
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
}
.hero .subscription {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.hero .subscription .subscription__form {
  padding-right: 190px;
}
@media screen and (max-width: 768px) {
  .hero .subscription .subscription__form {
    padding-right: 50px;
  }
}
.hero
  .subscription
  .subscription__input
  .formInput.formInput_placeholder
  .formInput__label {
  height: 52px;
  font-size: 15px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .hero
    .subscription
    .subscription__input
    .formInput.formInput_placeholder
    .formInput__label {
    height: 42px;
    font-size: 13px;
    line-height: 42px;
  }
}
.hero .subscription .subscription__input .formInput .formInput__wrapper:before {
  display: none;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .hero
    .subscription
    .subscription__input
    .formInput
    .formInput__wrapper:before {
    height: 42px;
  }
}
.hero .subscription .subscription__input .formInput .formInput__input {
  height: 52px;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.58);
  border-color: #2c9aed !important;
}
@media screen and (max-width: 768px) {
  .hero .subscription .subscription__input .formInput .formInput__input {
    height: 42px;
    font-size: 13px;
  }
}
.hero
  .subscription
  .subscription__input
  .formInput
  .formErrorState
  .formInput__input {
  border-color: #d1395d !important;
}
.hero .subscription .subscription__btn {
  width: 180px;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .hero .subscription .subscription__btn {
    width: 42px;
    height: 42px;
  }
}
.hero .subscription .subscription__submit {
  width: 180px;
  height: 52px;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 52px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 26px;
  background: #a7abac;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#000',GradientType=0 );
  border: 2px solid #2c9aed;
}
.hero .subscription .subscription__submit:hover {
  color: #fff;
  box-shadow: 0px -3px 20px 0px rgba(44, 154, 237, 0.45) inset;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .hero .subscription .subscription__submit {
    width: 42px;
    height: 42px;
    text-indent: -9999px;
    border-radius: 50%;
    background: #2c9aed;
  }
}
.hero .subscription .subscription__submit svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero .subscription .subscription__submit svg {
    display: block;
  }
}
.hero__alert {
  position: absolute;
  width: 540px;
  bottom: -24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .hero__alert {
    width: 100%;
    bottom: -20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.hero.hero_isFixed {
  height: 500px;
  background-image: url(../img/1.png);
  background-repeat: no-repeat;
  background-position: center top -100px; /* 图片将向上移动50px */
}
@media screen and (max-height: 600px) {
  .hero.hero_isFixed {
    display: table;
    height: 420px;
  }
}
@media screen and (max-width: 1024px) {
  .hero.hero_isFixed {
    display: table;
    height: 420px;
  }
}
@media screen and (max-width: 768px) {
  .hero.hero_isFixed {
    display: block !important;
    height: auto !important;
    padding-top: 133px;
    padding-bottom: 85px;
    background-position: 50% 50%; /* 图片将向上移动50px */
  }
}
.js_touch .hero {
  background-attachment: scroll;
}
.js_touch .hero .subscription .subscription__submit:hover {
  box-shadow: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero {
    background-attachment: scroll;
  }
}
.heroGameOne {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 306px;
  padding-bottom: 54px;
  padding-left: 15px;
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .heroGameOne {
    padding-top: 133px;
    padding-bottom: 46px;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  .heroGameOne {
    padding-top: 124px;
    padding-bottom: 83px;
    background-attachment: scroll;
  }
}
.heroGameOne:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.6);
}
.heroGameOne__wrapper {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.heroGameOne__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.heroGameOne__content {
  position: relative;
  display: block;
}
.heroGameOne__img {
  width: 16.94915%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1024px) {
  .heroGameOne__img {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.heroGameOne__img img {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .heroGameOne__img img {
    display: inline-block;
  }
}
.heroGameOne__text {
  width: 81.35593%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .heroGameOne__text {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.heroGameOne__title {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .heroGameOne__title {
    padding-bottom: 0;
  }
}
.heroGameOne__title h3 {
  color: #fff;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .heroGameOne__title h3 {
    text-align: center;
  }
}
.heroGameOne__subtitle {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .heroGameOne__subtitle {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .heroGameOne__subtitle {
    display: none;
  }
}
.heroGameOne__subtitle p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .heroGameOne {
    background-attachment: scroll;
  }
}
.heroSmall {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 194px;
  padding-bottom: 33px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #2c9aed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 1024px) {
  .heroSmall {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  .heroSmall {
    padding-top: 202px;
    padding-bottom: 20px;
    background-attachment: scroll;
  }
}
.heroSmall:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.6);
}
.heroSmall__wrapper {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.heroSmall__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.heroSmall__content {
  position: relative;
  display: block;
}
.heroSmall__subtitle {
  position: relative;
  display: block;
  margin-bottom: 0.2em;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .heroSmall__subtitle {
    margin-bottom: 0.8em;
    font-size: 15px;
    line-height: 1;
  }
}
.heroSmall__subtitle p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.heroSmall__subtitle p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.heroSmall__title {
  position: relative;
}
.heroSmall__title h3 {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .heroSmall__title h3 {
    font-size: 22px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .heroSmall {
    background-attachment: scroll;
  }
}
.icoList {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  background-color: #ebf0f5;
  counter-reset: icoList-increment;
}
@media screen and (max-width: 1024px) {
  .icoList {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .icoList {
    padding-top: 32px;
  }
}
.icoList__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.icoList__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.icoList__header {
  position: relative;
  display: block;
  margin-bottom: 64px;
}
.icoList__title h2 {
  margin-bottom: 0.7em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .icoList__title h2 {
    margin-bottom: 1em;
  }
}
.icoList__content {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .icoList__content {
    display: none;
  }
}
.icoList__list::after {
  content: "";
  display: table;
  clear: both;
}
.icoList__list,
.icoList__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icoList__item {
  position: relative;
  display: block;
  width: 23.72881%;
  float: left;
  margin-bottom: 44px !important;
  padding-left: 30px;
  counter-increment: icoList-increment;
}
.icoList__item:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.icoList__item:nth-child(4n + 2) {
  margin-left: 25.42373%;
  margin-right: -100%;
  clear: none;
}
.icoList__item:nth-child(4n + 3) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.icoList__item:nth-child(4n + 4) {
  margin-left: 76.27119%;
  margin-right: -100%;
  clear: none;
}
.icoList__item:nth-last-child(-n + 4) {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .icoList__item:nth-last-child(-n + 4) {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 768px) {
  .icoList__item {
    width: 100%;
    float: left;
    margin-bottom: 36px !important;
    padding-left: 0;
    float: none;
    clear: both;
  }
  .icoList__item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}
.icoList__container {
  position: relative;
  padding-top: 36px;
}
@media screen and (max-width: 768px) {
  .icoList__container {
    padding-top: 0;
    padding-left: 67px;
    min-height: 52px;
  }
}
.icoList__preview {
  position: absolute;
  display: block;
  width: 61px;
  height: 52px;
  top: 0;
  left: -34px;
}
@media screen and (max-width: 768px) {
  .icoList__preview {
    left: 0;
  }
}
.icoList__preview svg {
  position: relative;
  display: block;
  width: 61px;
  height: 52px;
}
.icoList__preview svg path {
  fill: #c8d4e0;
}
.icoList__name {
  position: relative;
  display: block;
  margin-bottom: 1em;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #3c4c66;
  text-transform: uppercase;
}
.icoList__name span {
  color: #2c9aed;
}
@media screen and (max-width: 768px) {
  .icoList__name br {
    display: none;
  }
}
.icoList__text {
  position: relative;
  display: block;
  padding-left: 2px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #8392a8;
}
.icoList__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.icoList__footer {
  position: relative;
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .icoList__footer {
    display: block;
  }
}
.icoList__visible {
  position: relative;
  display: block;
}
.icoList__hidden {
  position: relative;
  display: none;
}
.icoList__link {
  position: relative;
  display: block;
  text-align: center;
}
.intro {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/2.png);
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .intro {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 32px;
  }
}
.intro:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
}
.intro__wrapper {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.intro__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.intro__content {
  position: relative;
  display: block;
}
.intro__text {
  position: relative;
  display: block;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #526480;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro__text br {
    display: none;
  }
}
.intro__text p {
  margin-bottom: 2.3em;
}
.intro__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.investors {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .investors {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .investors {
    padding-top: 32px;
  }
}
.investors__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.investors__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.investors__title h2 {
  position: relative;
  margin-bottom: 1.2em;
  text-align: center;
  text-transform: uppercase;
}
.investors__title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -28px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2c9aed;
}
@media screen and (max-width: 768px) {
  .investors__title h2:after {
    width: 52px;
    bottom: -21px;
  }
}
.investors__content {
  margin-bottom: 35px;
}
.investors__text p {
  margin-bottom: 1.4em;
}
.investors__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .investors__text br {
    display: none;
  }
}
.iosDevice {
  display: block;
  background-color: #fff;
}
.iosDevice::after {
  content: "";
  display: table;
  clear: both;
}
.iosDevice__wrapper {
  font-size: 0;
}
.iosDevice__col {
  display: inline-block;
  width: 50%;
}
.iosDevice__col.col_1 {
  position: relative;
}
.iosDevice__col.col_1:after {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  right: 0;
  content: "or";
  font-size: 14px;
  color: #8392a8;
}
.iosDevice__link {
  text-align: center;
}
.iosDevice__link:hover {
  text-decoration: none;
}
.iosDevice__link:hover span {
  color: #5bb0f1;
}
.iosDevice__link svg {
  display: block;
  margin: 0 auto;
}
.iosDevice__link span {
  display: block;
  margin: 15px auto 0;
  font-size: 15px;
  color: #526480;
  transition: all 0.3s ease;
}
.header_js_background .logo svg {
  width: 164px;
}
.logo {
  position: relative;
  display: block;
  width: 155px;
  height: 41px;
}
@media screen and (max-width: 1024px) {
  .logo {
    width: 140px;
    height: 34px;
  }
}
.logo__link {
  text-indent: -999px;
}
.logo__link svg {
  position: relative;
  display: block;
  width: 155px;
  height: 41px;
}
@media screen and (max-width: 1024px) {
  .logo__link svg {
    width: 140px;
    height: 34px;
  }
}
.mobileNavigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000;
  z-index: 9999;
  -webkit-tap-highlight-color: transparent;
}
.mobileNavigation__wrapper {
  position: absolute;
  display: block;
  width: 100%;
  top: 70px;
  bottom: 0;
  left: 0;
  outline: none;
}
.mobileNavigation__content {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.mobileNavigation__content:after {
  content: " ";
  display: block;
  clear: both;
}
.mobileNavigation__list::after {
  content: "";
  display: table;
  clear: both;
}
.mobileNavigation__list,
.mobileNavigation__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobileNavigation__list {
  padding-left: 15px;
  padding-right: 15px;
}
.mobileNavigation__list li {
  position: relative;
  display: block;
}
.mobileNavigation__list li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 4px;
  padding-right: 4px;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid rgba(235, 240, 245, 0.1);
  -webkit-tap-highlight-color: transparent;
}
.mobileNavigation__list li a span {
  position: relative;
  z-index: 1;
  display: block;
  word-wrap: break-word;
  margin-right: 70px;
}
.mobileNavigation__list li a span:before {
  content: "";
  position: absolute;
  display: none;
  top: -8px;
  left: -10px;
  right: -10px;
  bottom: -8px;
  background-color: #2c9aed;
  border-radius: 40px;
  z-index: -1;
}
.mobileNavigation__list li.navigation__active a span:before {
  display: block;
}
.mobileNavigation__list
  li.navigation__active
  .mobileNavigation__dropdown
  ul
  li
  a
  span:before {
  display: none;
}
.mobileNavigation__dropdown {
  display: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 24px;
}
.mobileNavigation__dropdown ul::after {
  content: "";
  display: table;
  clear: both;
}
.mobileNavigation__dropdown ul,
.mobileNavigation__dropdown ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobileNavigation__dropdown ul li {
  position: relative;
  display: block;
}
.mobileNavigation__dropdown ul li a {
  position: relative;
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #c8d4e0;
  text-transform: none;
  border: none;
}
.mobileNavigation__dropdown ul li a span:before {
  display: none;
}
.mobileNavigation__dropdown ul li.navigation__active a span:before {
  display: block !important;
}
.mobileNavigation__toggle {
  position: absolute;
  display: block;
  width: 52px;
  height: 52px;
  top: 2px;
  right: -1px;
  cursor: pointer;
  z-index: 2;
  background-color: #000;
  -webkit-tap-highlight-color: transparent;
}
.mobileNavigation__toggle:before,
.mobileNavigation__toggle:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -7px;
  background-color: #c8d4e0;
  transform-origin: 50% 50%;
  transition: all 200ms;
}
.mobileNavigation__toggle:after {
  transform: rotate(-90deg);
}
.mobileNavigation__toggle.active:after {
  transform: rotate(0deg);
}
.mobileNavigation .jspPane {
  width: 100% !important;
}
.mobileNavigation .jspVerticalBar {
  width: 8px;
}
.mobileNavigation .jspTrack {
  background: #fff;
}
.mobileNavigation .jspDrag {
  background: #2c9aed;
}
.navigation {
  position: relative;
  display: block;
  width: 100%;
  margin-left: -8px;
  padding-top: 8px;
}
.navigation::after {
  content: "";
  display: table;
  clear: both;
}
.navigation ul::after {
  content: "";
  display: table;
  clear: both;
}
.navigation ul,
.navigation ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation ul li {
  position: relative;
  display: block;
  float: left;
}
.navigation ul li a {
  position: relative;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 14px;
  transition: all 0.3s ease;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.navigation ul li a:hover {
  color: #2c9aed;
}
.navigation ul li.navigation__active a {
  background-color: #2c9aed;
  cursor: default;
}
.navigation ul li.navigation__active a:hover {
  color: #fff;
}
.navigation__dropdown {
  display: none;
}
.newsList {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  text-align: center;
  background-color: #fff;
  padding-top: 41px;
  padding-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .newsList {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .newsList {
    padding-top: 32px;
  }
}
.newsList__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.newsList__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.newsList__title h2 {
  margin-bottom: 0.7em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .newsList__title h2 {
    margin-bottom: 1em;
  }
}
.newsList__content {
  position: relative;
}
.newsList__list::after {
  content: "";
  display: table;
  clear: both;
}
.newsList__list,
.newsList__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.newsList__item {
  position: relative;
  width: 32.20339%;
  float: left;
  margin-bottom: 48px;
}
.newsList__item:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.newsList__item:nth-child(3n + 2) {
  margin-left: 33.89831%;
  margin-right: -100%;
  clear: none;
}
.newsList__item:nth-child(3n + 3) {
  margin-left: 67.79661%;
  margin-right: -100%;
  clear: none;
}
.newsList__item:nth-last-child(-n + 3) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .newsList__item:nth-last-child(-n + 3) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .newsList__item:nth-last-child(-n + 1) {
    margin-bottom: 0 !important;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .newsList__item {
    width: 100%;
    float: left;
    width: auto;
    float: none;
    clear: both;
    margin-left: -15px !important;
    margin-right: -15px !important;
    margin-bottom: 26px !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dcdcdc;
  }
  .newsList__item:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: none;
  }
}
.newsList__container {
  position: relative;
}
.newsList__preview {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 16px;
  padding-top: 65%;
  background-color: #2c9aed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.newsList__preview a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsList__preview:hover + .newsList__link a {
  text-decoration: none;
  color: #1281d4;
}
.newsList__link {
  position: relative;
}
.newsList__link a {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 1.3em;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #2c9aed;
  text-transform: capitalize;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .newsList__link a {
    margin-bottom: 1.1em;
  }
}
.newsList__link a:hover {
  text-decoration: none;
  color: #1281d4;
}
.newsList__date {
  position: relative;
  display: block;
  width: 100%;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1;
  color: #aab9ca;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .newsList__date p {
    margin-bottom: 1.2em;
  }
}
.newsList__text {
  position: relative;
  display: block;
  width: 100%;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #8392a8;
}
.newsList__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.newsList__btn {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .newsList__btn {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .newsList.newsList_related {
    display: none;
  }
}
.newsList.newsList_related:before {
  content: "";
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  top: -36px;
  height: 1px;
  background-color: #ebf0f5;
  z-index: 5;
}
.newsList.newsList_related:before:after {
  content: " ";
  display: block;
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}
.our_games {
  width: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../img/2.png");
  background-size: cover;
  position: relative;
  margin-bottom: -30px;
}
.our_games .our_games_title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0 0;
  position: relative;
  z-index: 1;
}
.our_games::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: #ffffff;*/
  /*opacity: 0.8;*/
  z-index: 0;
}
.our_games_carousel {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
.img_box {
}
.game_item {
  width: 610px;
  padding: 40px 10px;
}
@media screen and (max-width: 768px) {
  .game_item {
    width: 450px;
    padding: 40px 10px;
  }
}
.game_item .item_inner {
  /* width: 220px;*/
  /* width: 520px ; */
  width: 520px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .game_item .item_inner {
    /* width: 220px;*/
    /* width: 520px ; */
    width: 450px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  }
}
.game_item .item_inner:hover {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.4), 0 10px 10px 0 rgba(0, 0, 0, 0.4);
}
.game_item .item_inner .img_box img {
  margin-bottom: 0;
}
.game_item a {
  text-decoration: none;
}
.game_item .game_name {
  width: 100%;
  height: 50px;
  padding: 9px 0;
  border-bottom: 1px solid #999999;
  text-align: center;
}
.game_item .game_name h3 {
  color: #ffffff;
  text-transform: uppercase;
}

.game_item .play_now_btn {
  position: relative;
  bottom: 0px;
  left: 20%;
  width: 60%;
  padding: 0 25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.game_item .play_now_btn a {
  width: 100%;
  position: relative;
  display: block;
  background: #a7abac;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.55) 0,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.5) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.55) 0,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.65) 99%,
    rgba(0, 0, 0, 0.5) 100%
  );
  border: 2px solid #00cf00;
  color: #ffffff;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 5;
  height: 52px;
  line-height: 50px;
}
.partners {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 58px;
  padding-bottom: 46px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .partners {
    padding-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .partners {
    padding-bottom: 0;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 768px) {
  .partners {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    background-attachment: scroll;
  }
}
.partners:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.7);
}
.partners__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.partners__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.partners__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.partners__col {
  position: relative;
  display: block;
}
.partners__col.col_1 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  padding-right: 1%;
}
@media screen and (max-width: 1024px) {
  .partners__col.col_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .partners__col.col_1 {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.partners__col.col_2 {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  padding-top: 0px;
  padding-left: 0px;
}
@media screen and (max-width: 1024px) {
  .partners__col.col_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 58px;
    padding-bottom: 46px;
    padding-left: 0;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .partners__col.col_2 {
    padding-top: 47px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .partners__col.col_2 {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.partners__title h2 {
  position: relative;
  margin-bottom: 1.2em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  padding-right: 120px;
}
.partners__title h2:after {
  content: "";
  position: relative;
  display: block;
  width: 80px;
  height: 2px;
  left: 0;
  bottom: -28px;
  background-color: #2c9aed;
}
@media screen and (max-width: 1024px) {
  .partners__title h2:after {
    width: 110px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .partners__title h2:after {
    width: 52px;
    bottom: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .partners__title h2 {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .partners__title h2 {
    padding-right: 0;
  }
}
.partners__text {
  margin-bottom: 49px;
  height: 110px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .partners__text {
    margin-bottom: 35px;
    height: auto;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  .partners__text {
    margin-bottom: 11px;
  }
}
.partners__text p {
  margin-bottom: 1.4em;
}
.partners__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .partners__text p {
    margin-bottom: 0;
  }
}
.partners__list::after {
  content: "";
  display: table;
  clear: both;
}
.partners__list,
.partners__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partners__item {
  width: 49.15254%;
  float: left;
  margin-bottom: 68px;
  padding-right: 34px;
}
.partners__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.partners__item:nth-child(2n + 2) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.partners__item:nth-child(2n) {
  padding-left: 35px;
}
@media screen and (max-width: 1024px) {
  .partners__item:nth-child(2n) {
    padding-left: 0;
  }
}
.partners__item:nth-last-child(-n + 2) {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .partners__item {
    width: 32.20339%;
    float: left;
    margin-bottom: 61px;
    padding-right: 0;
    text-align: center;
  }
  .partners__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .partners__item:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .partners__item:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
  .partners__item:nth-last-child(-n + 3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .partners__item {
    width: 49.15254%;
    float: left;
    margin-bottom: 48px;
  }
  .partners__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .partners__item:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
  .partners__item:nth-last-child(-n + 3) {
    margin-bottom: 48px;
  }
  .partners__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.partners__icon {
  position: relative;
  margin-bottom: 12px;
}
.partners__icon svg path {
  fill: #2c9aed;
}
.partners__description {
  position: relative;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
.partners__description p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.partners .gallery-top-ex .swiper-slide {
  height: 344px !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .partners .gallery-top-ex .swiper-slide {
    height: 384px !important;
  }
}
.partners .gallery-top-ex .swiper-slide p {
  height: 248px;
}
@media screen and (max-width: 768px) {
  .partners .gallery-top-ex .swiper-slide p {
    height: 288px;
  }
}
.js_touch .partners {
  background-attachment: scroll;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .partners {
    background-attachment: scroll;
  }
}
.playNow {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ebf0f5;
}
@media screen and (max-width: 1024px) {
  .playNow {
    padding-top: 36px;
    padding-bottom: 0px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .playNow {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.playNow__wrapper {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.playNow__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.playNow__content {
  position: relative;
  display: block;
}
.playNow__col_1 {
  width: 20.33898%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1024px) {
  .playNow__col_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .playNow__col_1 {
    position: relative;
    text-align: center;
  }
}
.playNow__link {
  margin-top: 3px;
}
@media screen and (max-width: 1024px) {
  .playNow__link {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -36px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .playNow__link {
    left: auto;
    top: -27px;
    transform: none;
    position: relative;
  }
}
.playNow__text {
  display: none;
}
@media screen and (max-width: 768px) {
  .playNow__text {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.playNow__list {
  width: 77.9661%;
  float: right;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .playNow__list {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.playNow__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .playNow__list ul {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .playNow__list ul {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.playNow__list ul li {
  margin: 0 10px 0 0;
  padding: 4px 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.playNow__list ul li:nth-last-child(-n + 1) {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .playNow__list ul li {
    margin: 0 5px;
  }
}
.playNow__list ul li .btnDropdown__btn,
.playNow__list ul li .play_now_link {
  color: #2c9aed;
  border-color: #2c9aed;
  background: transparent;
}
.playNow__list ul li .btnDropdown__btn:hover,
.playNow__list ul li .play_now_link:hover {
  color: #2c9aed;
  border-color: #2c9aed;
  background: transparent;
}
.playNow__source {
  display: block;
  max-width: 130px;
  border-radius: 4px;
  transition: all 0.3s ease;
  outline: none;
}
.playNow__source:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.playNow__source svg {
  vertical-align: middle;
}
.popup {
  display: none;
}
.popup__wrapper {
  position: relative;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  border-radius: 4px;
}
.popup__wrapper.small {
  max-width: 400px;
}
.popup__wrapper.small .popup__header {
  text-align: center;
}
.popup__wrapper.small .popup__title h4 {
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  color: #3c4c66;
}
.popup__container {
  position: relative;
  border-radius: 4px;
}
.popup__container .formTabs__wrapper {
  margin: 0 -15px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .popup__container .formTabs__wrapper {
    margin: 0;
  }
}
.popup__container .formTabs__form {
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 768px) {
  .popup__container .formTabs__form {
    padding-left: 0;
    padding-right: 0;
  }
}
.popup__container .formTabs__col.col_1 {
  padding-right: 25px;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 1024px) {
  .popup__container .formTabs__col.col_1 {
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px 4px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .popup__container .formTabs__col.col_1 {
    margin: 0 -15px;
  }
}
.popup__container .formTabs__col.col_2 {
  padding-bottom: 0;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 1024px) {
  .popup__container .formTabs__col.col_2 {
    border-radius: 0 0 4px 4px;
  }
}
.popup__container .formTabs__item a:after {
  right: -25px;
}
.popup__container .formTabs__alert {
  display: none;
}
.popup__container .formTabs {
  border-radius: 4px;
}
.popup__container .formTabs:before {
  top: 0;
  border-radius: 4px;
}
.popup__container .form__item {
  overflow: hidden;
}
.popup__header {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 24px;
  padding-left: 80px;
  padding-right: 80px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .popup__header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.popup__title h4 {
  margin-bottom: 0.3em;
}
.popup__subtitle p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.popup__subtitle p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.popup__content .form {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .popup__content .form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.popup__content .iosDevice {
  padding-bottom: 45px;
}
.popup__alert {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .popup_js_open .mfp-content {
    vertical-align: top;
    margin-top: 20px;
  }
}
.popup_js_open .mfp-bg {
  background: #0a1227;
  opacity: 0.86;
}
.popup_js_open .mfp-close {
  top: -14px;
  right: -34px;
  font-size: 34.24px;
  color: #8793a1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .popup_js_open .mfp-close {
    right: 0;
  }
}
.return {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 36px;
  color: #fff;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .return {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.return__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.return__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.return__col {
  position: relative;
  display: block;
}
.return__col.col_1 {
  width: 49.15254%;
  float: right;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .return__col.col_1 {
    width: 66.10169%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .return__col.col_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    float: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 17px;
    text-align: center;
  }
}
.return__col.col_1 .share .likely__widget {
  margin-top: 3px;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .return__col.col_1 .share .likely__widget {
    margin-bottom: 7px;
  }
}
.return__col.col_2 {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1024px) {
  .return__col.col_2 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media screen and (max-width: 768px) {
  .return__col.col_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.return__btn.btn {
  padding: 8px 14px;
}
.sectionIcon {
  display: table;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sectionIcon {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .sectionIcon {
    display: none;
  }
}
.sectionIcon__left {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .sectionIcon__left {
    width: 33.3%;
  }
}
.sectionIcon__center {
  display: table-cell;
  vertical-align: middle;
  margin: 0 20px;
  max-width: 260px;
}
@media screen and (max-width: 1024px) {
  .sectionIcon__center {
    max-width: 33.3%;
  }
}
.sectionIcon__centerBox {
  margin: 0 20px;
  background-color: #ebf0f5;
  padding: 20px;
  text-align: center;
  width: 220px;
  min-height: 220px;
  line-height: 220px;
}
@media screen and (max-width: 1024px) {
  .sectionIcon__centerBox {
    min-height: 200px;
    line-height: 200px;
    margin: 0 15px;
    width: auto;
  }
}
.sectionIcon__centerBoxMob {
  display: none;
}
@media screen and (max-width: 768px) {
  .sectionIcon__centerBoxMob {
    display: block;
    background-color: #ebf0f5;
    position: relative;
  }
}
.sectionIcon__centerBoxInner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .sectionIcon__centerBoxInner {
    display: block;
    font-size: 0;
    margin: 0px 15px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.2);
  }
}
.sectionIcon__right {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .sectionIcon__right {
    width: 33.3%;
  }
}
.sectionIcon__img {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 260px;
}
@media screen and (max-width: 1024px) {
  .sectionIcon__img {
    min-height: 100px;
  }
}
.sectionIcon__img img {
  width: auto;
  height: 100%;
  max-width: 200%;
  min-height: 260px;
}
@media screen and (max-width: 1024px) {
  .sectionIcon__img img {
    min-height: 100px;
  }
}
.sectionIcon__img:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 18, 39, 0.36);
  z-index: 2;
}
.sectionIcon__icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #2c9aed;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sectionIcon__icon {
    width: 80px;
    height: 80px;
  }
}
.sectionIcon__icon svg {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sectionIcon__leftMob {
  display: inline-block;
  width: 37%;
  vertical-align: middle;
  font-size: 1em;
  text-align: center;
}
.sectionIcon__rightMob {
  display: inline-block;
  width: 62%;
  vertical-align: middle;
  font-size: 1em;
}
.sectionIcon__title {
  font-size: 12px;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  line-height: 1;
  color: #526480;
  text-transform: uppercase;
  margin-top: 23px;
}
@media screen and (max-width: 1024px) {
  .sectionIcon__title {
    margin-top: 0;
  }
}
.sectionIcon__text {
  font-size: 12px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #8392a8;
  margin-top: 7px;
}
.share {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.share .likely {
  display: block;
  margin: 0;
}
.share .likely__widget {
  width: 98px;
  height: 25px;
  margin-right: 0;
  margin-left: 10px;
  padding-left: 5px;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 9.04px;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.share .likely__widget a {
  color: #fff;
}
.share .likely__icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.share .likely__icon svg {
  display: none;
  top: 50%;
  transform: translateY(-50%);
}
.share .likely__button {
  padding: 0;
}
.share .likely__widget_twitter {
  background-color: #00acf5;
}
.share .likely__widget_twitter:hover {
  background-color: #0088c2;
}
.share .likely__widget_facebook {
  background-color: #1e5a9b;
}
.share .likely__widget_facebook:hover {
  background-color: #164170;
}
.share .likely__widget_gplus {
  background-color: #dc4d2d;
}
.share .likely__widget_gplus:hover {
  background-color: #b73b1f;
}
.share .likely .likely__counter {
  padding: 0px 4px;
  background-image: none;
}
.social {
  position: relative;
  display: block;
  width: 100%;
}
.social ul::after {
  content: "";
  display: table;
  clear: both;
}
.social ul,
.social ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.social ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.social ul li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.social ul li a:hover {
  background-color: #2c9aed;
}
.social ul li a svg {
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.social ul li a svg path {
  fill: #fff;
}
.js_touch .social ul li a:hover {
  background-color: transparent;
}
.js_touch .social ul li a:active {
  background-color: #2c9aed;
}
.subNavigation {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(239, 240, 241, 0.1);
  padding-top: 20px;
}
@media screen and (max-width: 1280px) {
  .subNavigation {
    display: none;
  }
}
.subNavigation__wrapper {
  position: relative;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.subNavigation__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.subNavigation__col.col_1 {
  width: 22.0339%;
  float: left;
  margin-right: 1.69492%;
}
@media screen and (max-width: 1024px) {
  .subNavigation__col.col_1 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.subNavigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 77.9661%;
  float: right;
  margin-right: 0;
}
.subNavigation__list li {
  list-style: none;
  display: inline-block;
  padding: 0 18px;
  position: relative;
}
.subNavigation__list li:hover a {
  text-decoration: none;
  color: #2c9aed;
  border-color: transparent;
}
.subNavigation__list li a {
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1em;
  color: #aab9ca;
  text-transform: uppercase;
  box-sizing: border-box;
  padding-bottom: 12px;
  display: block;
  z-index: 100;
  position: relative;
  transition: all 0.3s;
}
.subNavigation__list li a img {
  display: none;
}
.subNavigation__active a {
  border-bottom: 2px solid #2c9aed;
}
.subscription {
  position: relative;
  display: block;
}
.subscription__wrapper {
  position: relative;
  display: block;
}
.subscription__form {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 50px;
}
.subscription__form::after {
  content: "";
  display: table;
  clear: both;
}
.subscription__input {
  position: relative;
  display: block;
  width: 100%;
}
.subscription__input .formInput.formInput_placeholder .formInput__label {
  height: 42px;
  font-size: 13px;
  line-height: 42px;
  color: #8392a8;
}
.subscription__input .formInput .formInput__wrapper:before {
  display: none;
  height: 42px;
}
.subscription__input .formInput .formInput__input {
  height: 42px;
  font-size: 13px;
  color: #8392a8;
  background-color: #3c4c66;
}
.subscription__btn {
  position: absolute;
  display: block;
  width: 42px;
  height: 42px;
  top: 0;
  right: 0;
}
.subscription__submit {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  letter-spacing: 1.8px;
  background-color: #2c9aed;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.subscription__submit:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1281d4;
  border-color: #1281d4;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.subscription__submit svg {
  position: absolute;
  display: block;
  width: 18px;
  height: 14px;
  left: 0;
  right: 0;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7px;
}
.subscription__submit svg path {
  fill: #fff;
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-top-ex {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .gallery-top-ex {
    top: 0px;
    right: 0;
    position: relative;
    width: 610px;
    height: auto;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-top-ex {
    width: 290px;
    height: auto;
    margin: 20px auto 15px;
  }
}
.gallery-top-ex:before,
.gallery-top-ex:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  border: 15px solid transparent;
  border-top: 5px solid transparent;
  margin-left: -15px;
}
.gallery-top-ex:after {
  border-top: 20px solid rgba(44, 154, 237, 0.66);
  bottom: -15px;
}
.gallery-top {
  height: auto;
  width: 100%;
  background-color: rgba(44, 154, 237, 0.66);
  background-repeat: no-repeat;
  background-position: 16px 16px;
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .gallery-top {
    width: 610px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .gallery-top {
    width: 290px;
    height: auto;
    background-image: none;
  }
}
.gallery-top .swiper-slide {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .gallery-top .swiper-slide {
    padding-bottom: 90px;
  }
}
.gallery-top .swiper-slide p {
  text-align: center;
  font-family: "opensans-italic", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  padding: 55px 38px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .gallery-top .swiper-slide p {
    padding: 20px 23px 0;
  }
}
.gallery-top .swiper-slide .swiper-slide-bottom {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gallery-top .swiper-slide .swiper-slide-bottom {
    width: 100%;
    text-align: center;
  }
}
.gallery-top .swiper-slide .swiper-slide-bottom img {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.gallery-top .swiper-slide .swiper-slide-bottom span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
  color: #c8d4e0;
  margin-left: 15px;
  max-width: 200px;
  max-height: 74px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .gallery-top .swiper-slide .swiper-slide-bottom span {
    text-align: left;
    max-width: 200px;
  }
}
.gallery-thumbs-ex {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .gallery-thumbs-ex {
    width: 610px;
    margin: 0 auto 55px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-thumbs-ex {
    width: 100%;
    margin: 0 auto 55px;
    height: 120px;
  }
}
.gallery-thumbs {
  height: 140px;
  box-sizing: border-box;
  padding: 10px 0;
}
@media screen and (max-width: 1024px) {
  .gallery-thumbs {
    width: 610px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-thumbs {
    width: 100%;
    height: 120px;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 120px;
  opacity: 1;
  background-repeat: no-repeat;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  border: none;
}
@media screen and (max-width: 1024px) {
  .gallery-thumbs .swiper-slide {
    height: 100px;
    left: 0px;
    background-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .gallery-thumbs .swiper-slide {
    left: 0px;
    width: 34.5%;
  }
}
.gallery-thumbs .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .gallery-thumbs .swiper-slide:nth-child(2n) {
    width: 34.5%;
  }
}
@media screen and (max-width: 768px) {
  .gallery-thumbs .swiper-slide:nth-child(3n) {
    width: 34.5%;
  }
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
  height: 140px;
  position: relative;
  top: -10px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .gallery-thumbs .swiper-slide-active {
    height: 110px;
    top: -5px;
  }
}
.gallery-thumbs .swiper-slide-active:after {
  display: none;
}
.swiper-button-next,
.swiper-button-prev {
  background-color: #2c9aed;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  bottom: 50.5%;
  margin-bottom: -21px;
  top: auto;
  background-size: 7px;
  transform: translateZ(0);
  transition: all 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #1281d4;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.swiper-button-next {
  right: -62px;
  background-repeat: no-repeat;
  background-position: 19px 50%;
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    right: 35px;
  }
}
.swiper-button-prev {
  left: -62px;
  background-repeat: no-repeat;
  background-position: 17px 50%;
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 35px;
  }
}
.swiper-pagination {
  width: 100%;
  padding-top: 5px;
}
@media screen and (max-width: 1024px) {
  .swiper-pagination {
    position: relative;
    margin-top: 12px;
  }
}
.swiper-pagination-bullet {
  width: 16px;
  height: 24px;
  margin: 0 0px;
  opacity: 1;
  position: relative;
  background: none;
}
.swiper-pagination-bullet:hover:after {
  background: #2c9aed;
}
.swiper-pagination-bullet:after {
  position: absolute;
  width: 3px;
  height: 10px;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -5px;
  border-radius: 2px;
  background: #c8d4e0;
}
.swiper-pagination-bullet-active {
  background: none;
  height: 24px;
  position: relative;
  border-radius: 0px;
  top: 4px;
}
.swiper-pagination-bullet-active:after {
  position: absolute;
  height: 18px;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -1.5px;
  margin-top: -13px;
  background: #2c9aed;
  border-radius: 2px;
}
.timer_box {
  position: relative;
  max-width: 740px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 30px;
  margin: 0 auto;
  overflow: hidden;
  font-family: montserrat-black, Arial, Helvetica, sans-serif;
}
.timer_box .title_box {
  color: #349cea;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.375em;
  padding-right: 30px;
}
.timer_box #timer {
  float: left;
}
.timer_box #timer div {
  float: left;
  color: #3d4c65;
  width: 58px;
  height: 60px;
  border-radius: 4px;
  border: 1px solid #aab9ca;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1.625em;
  margin-left: 12px;
}
.timer_box #timer div:before {
  content: ":";
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: -10px;
  top: 5px;
}
.timer_box #timer div:first-child:before {
  content: "";
  display: none;
}
.timer_box #timer div:after {
  position: absolute;
  width: 54px;
  height: 20px;
  bottom: 3px;
  left: 2px;
  text-align: center;
  font-size: 0.5em;
  font-family: montserrat-regular, Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: block;
}
.timer_box #timer div.days:after {
  content: "days";
}
.timer_box #timer div.hours:after {
  content: "hrs";
}
.timer_box #timer div.minutes:after {
  content: "min";
}
.timer_box #timer div.seconds:after {
  content: "sec";
}
.timer_box .timer_btn_box {
  float: right;
}
.timer_box .timer_btn_box .btn {
  height: 40px;
  line-height: 2px;
  margin-top: 10px;
}
.timer_is_present.heroSmall {
  padding-top: 80px;
}
.timer_is_present.heroSmall .timer_box {
  margin-bottom: 20px;
}
.timer_is_present.hero {
  padding-top: 70px;
}
.timer_is_present .hero__content {
  padding-top: 0;
}
@media (max-width: 768px) {
  .timer_is_present.hero.hero_isFixed,
  .timer_is_present.heroSmall {
    padding: 50px 0 100px;
  }
  .timer_is_present.hero.hero_isFixed .hero__wrapper,
  .timer_is_present.hero.hero_isFixed .heroSmall__wrapper,
  .timer_is_present.heroSmall .hero__wrapper,
  .timer_is_present.heroSmall .heroSmall__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .timer_box {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    margin-bottom: 30px;
    border-radius: 0;
  }
  .timer_box .title_box {
    font-size: 1em;
  }
  .timer_box #timer div {
    width: 40px;
    height: 50px;
    font-size: 1.25em;
  }
  .timer_box #timer div:after {
    width: 100%;
    font-size: 0.625em;
  }
  .timer_box #timer div:before {
    top: 0;
  }
  .timer_box .timer_btn_box .btn {
    margin-top: 5px;
  }
}
@media (max-width: 640px) {
  .for_flex {
    display: flex;
    justify-content: space-around;
  }
  .timer_box .title_box {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .timer_box .title_box br {
    display: none;
  }
  .timer_box #timer div:first-child {
    margin-left: 0;
  }
}
@media (max-width: 460px) {
  .timer_box {
    padding: 10px;
  }
  .timer_box .timer_btn_box .btn {
    width: 86px;
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    padding: 7px 20px;
  }
}
.vacancy {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 36px;
  padding-bottom: 46px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .vacancy {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .vacancy {
    padding-top: 32px;
  }
}
.vacancy__wrapper {
  position: relative;
  display: block;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.vacancy__wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
.vacancy__wrapper::after {
  content: "";
  display: table;
  clear: both;
}
.vacancy__header {
  position: relative;
  display: block;
}
.vacancy__title h2 {
  position: relative;
  margin-bottom: 1.2em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.3em;
}
.vacancy__title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 140px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -28px;
  margin-left: auto;
  margin-right: auto;
  background-color: #2c9aed;
}
@media screen and (max-width: 768px) {
  .vacancy__title h2:after {
    width: 52px;
    bottom: -21px;
  }
}
.vacancy__title h2:after {
  bottom: -36px;
}
.vacancy__subtitle {
  position: relative;
  display: block;
  margin-bottom: 2.4em;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  line-height: 1.5;
}
.vacancy__subtitle p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.vacancy__content {
  position: relative;
  display: block;
}
.vacancy__list {
  margin-top: 0 !important;
  padding-top: 12px !important;
}
.vacancy__list::after {
  content: "";
  display: table;
  clear: both;
}
.vacancy__list,
.vacancy__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vacancy__item {
  position: relative;
  display: block;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .vacancy__item {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.vacancy__item:nth-last-child(-n + 1) .vacancy__container {
  border-bottom: 1px solid #ebf0f5;
}
@media screen and (max-width: 768px) {
  .vacancy__item:nth-last-child(-n + 1) .vacancy__container {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.vacancy__container {
  position: relative;
  display: block;
  padding-top: 26px;
  padding-bottom: 29px;
  border-top: 1px solid #ebf0f5;
}
.vacancy__container::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .vacancy__container {
    padding-top: 18px;
    padding-bottom: 26px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.vacancy__col {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .vacancy__col {
    height: auto !important;
  }
}
.vacancy__col.col_1 {
  width: 78.81356%;
  float: left;
  margin-right: 1.69492%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .vacancy__col.col_1 {
    width: 70.33898%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media screen and (max-width: 768px) {
  .vacancy__col.col_1 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
    text-align: left;
  }
}
.vacancy__col.col_2 {
  width: 19.49153%;
  float: right;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .vacancy__col.col_2 {
    width: 27.9661%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .vacancy__col.col_2 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.vacancy__name {
  position: relative;
  display: block;
  margin-bottom: 0.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vacancy__name::after {
  content: "";
  display: table;
  clear: both;
}
.vacancy__name a {
  position: relative;
  display: block;
  float: left;
  font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  color: #2c9aed;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vacancy__name a:hover {
  text-decoration: none;
}
.vacancy__location {
  position: relative;
  display: block;
  margin-bottom: 1.5em;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #aab9ca;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vacancy__description {
  position: relative;
  display: block;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.7;
  color: #8392a8;
}
.vacancy__description p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.vacancy__description p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.vacancy__link {
  position: absolute;
  display: block;
  width: 100%;
  bottom: -4px;
}
@media screen and (max-width: 768px) {
  .vacancy__link {
    position: relative;
  }
}
.vacancy__btn {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .vacancy__btn {
    width: auto;
    min-width: 180px;
  }
}
.vacancy__text {
  position: relative;
  display: block;
  width: 91.52542%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 8.47458%;
  margin-bottom: 35px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #526480;
}
@media screen and (max-width: 768px) {
  .vacancy__text {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.vacancy__text p {
  margin-bottom: 1.6em;
}
.vacancy__text p:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.vacancy__detail {
  position: relative;
  display: block;
  width: 91.52542%;
  float: left;
  margin-right: 1.69492%;
  margin-left: 8.47458%;
}
@media screen and (max-width: 768px) {
  .vacancy__detail {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
.vacancy__detail p {
  overflow: hidden;
  text-overflow: ellipsis;
}
.vacancy h4 {
  position: relative;
  display: block;
  padding-left: 0px;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .vacancy h4 {
    padding-left: 0;
  }
}
.vacancy h4 h4 {
  margin-bottom: 0.6em;
}
.vacancy ol {
  margin-left: 63px;
}
.vacancy ul {
  margin-left: 63px;
  margin-top: 10px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .vacancy ul {
    margin-left: 35px;
  }
}
.vacancy ul li {
  position: relative;
  display: block;
  margin-bottom: 11px;
  padding-left: 18px;
  font-family: "montserrat-regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #526480;
}
@media screen and (max-width: 768px) {
  .vacancy ul li {
    line-height: 1.3;
  }
}
.vacancy ul li:nth-last-child(-n + 1) {
  margin-bottom: 0;
}
.vacancy ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 2px;
  background-color: #2c9aed;
  border-radius: 50%;
}
.vacancy p {
  color: #526480;
}
.vacancy__list {
  margin-left: 0px !important;
  margin-top: 0px;
  padding: 0;
}
.vacancy__list li:before {
  display: none !important;
  padding: 0 !important;
}
.icoList + .vacancy {
  padding-top: 44px;
  padding-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .icoList + .vacancy {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
