/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  line-height: 1.2em;
  font-family: "Montserrat", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: "Montserrat", sans-serif;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  color: inherit;
  font-size: inherit;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font-size: 14px;
}
.wrapper {
  width: 100%;
  min-height: 100%;
}
.container {
  max-width: 1175px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
}
@media (max-width: 1350px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 772px) and (max-width: 1200px) {
  .container {
    padding: 0px 45px;
  }
}
.page {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 14px;
}
.btn {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  border-radius: 4px;
}
.btn-outline {
  color: #0b2ba2;
  padding: 13px 35px;
  border: 2px solid #0b2ba2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 202px;
}
.btn-outline svg {
  position: relative;
  left: 5px;
  min-width: 17px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-outline {
    max-width: 191px;
    padding: 12px 35px;
    height: 48px;
    font-size: 16px;
    line-height: 36px;
    color: #0b2ba2;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .btn-outline {
    max-width: 137px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    color: #0b2ba2;
  }
  .btn-outline svg {
    width: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-geoInfo-outline {
    max-width: 191px !important;
    padding: 12px 0;
    height: 48px;
    font-size: 16px;
    line-height: 36px;
    color: #0b2ba2;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .btn-geoInfo-outline {
    max-width: 137px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    height: 40px;
    font-size: 12px;
    line-height: 35px;
    color: #0b2ba2;
  }
  .btn-geoInfo-outline svg {
    width: 17px;
  }
}
.btn-headerInfo-outline,
.btn-geoInfo-outline,
.btn-outline,
.headerDesc .headerContent__btn {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-headerInfo-outline:hover,
.btn-geoInfo-outline:hover,
.btn-outline:hover,
.headerDesc .headerContent__btn:hover {
  background: #0b2ba2 !important;
  color: white !important;
}
.btn-headerInfo-outline:hover svg path,
.btn-geoInfo-outline:hover svg path,
.btn-outline:hover svg path,
.headerDesc .headerContent__btn:hover svg path {
  fill: white;
}
.btn-headerInfo-outline:active,
.btn-geoInfo-outline:active,
.btn-outline:active,
.headerDesc .headerContent__btn:active {
  background: #081d6b !important;
  color: white !important;
}
.btn-headerInfo-outline:active svg path,
.btn-geoInfo-outline:active svg path,
.btn-outline:active svg path,
.headerDesc .headerContent__btn:active svg path {
  fill: white;
}
.headerDesc .headerContent__btn {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headerDesc .headerContent__btn:hover {
  background: #08248d !important;
  color: white !important;
}
.headerDesc .headerContent__btn:hover svg {
  fill: white;
}
.headerDesc .headerContent__btn:active {
  background: #081d6b !important;
  color: white !important;
}
.headerDesc .headerContent__btn:active svg {
  fill: white;
}
.btn-headerInfo-red,
.regSec .headerContent__btn {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.btn-headerInfo-red:hover,
.regSec .headerContent__btn:hover {
  background: #ed3535 !important;
}
.btn-headerInfo-red:active,
.regSec .headerContent__btn:active {
  background: #d82727 !important;
}
h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 140%;
  color: #0b2ba2;
}
@media (max-width: 772px) {
  h2 {
    font-weight: 800;
    font-size: 20px;
    text-align: left;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  h2 {
    font-weight: bold;
    font-size: 28px;
  }
}
.header {
  background-image: url(../images/fon.jpg);
  width: 100%;
  background-size: cover; 
  background-position: center;
  min-height: 920px;
  overflow: hidden;
}
@media (max-width: 772px) {
  .header {
    min-height: auto;
    overflow: visible;
  }
}
@media (min-width: 772px) and (max-width: 1350px) {
  .header {
    min-height: auto;
    overflow: visible;
  }
}
.header .header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.header .header__row .headerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header__row .headerInfo .btn-headerInfo-outline {
  color: #0b2ba2;
  padding: 13px 35px;
  border: 1px solid #0b2ba2;
  margin-right: 8px;
}
.header .header__row .headerInfo .btn-headerInfo-red {
  color: #ffffff;
  padding: 13px 32px;
  background: #f93f3f;
  border-radius: 4px;
  margin-right: 41px;
}
@media (max-width: 992px) {
  .header .header__row .headerInfo .btn-headerInfo-outline,
  .header .header__row .headerInfo .btn-headerInfo-red {
    padding: 8px 35px;
  }
}
.header .header__row .headerInfo .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 3;
}

.header .header__row .headerInfo .lang > button {
  border-radius: 4px;
  padding: 13px 13px;
}
.header .header__row .headerInfo .lang > button img {
  margin-left: 8px;
}
.header .header__row .headerInfo .lang button,
.header .header__row .headerInfo .lang .btn {
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #0b2ba2;
}
.header .header__row .headerInfo .lang ul {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  background-color: white;
  margin: 0 auto;
  opacity: 0;
  -webkit-box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  border-radius: 4px;
  width: 173px;
}
@media (max-width: 772px) {
  .header .header__row .headerInfo .lang ul {
    top: 42px;
    left: inherit;
  }
}
.header .header__row .headerInfo .lang ul li {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  text-align: left;
}
.header .header__row .headerInfo .lang ul li a {
  padding: 10px 13px;
  display: block;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header .header__row .headerInfo .lang ul li a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  color: #01032c;
  text-align: left;
  margin-left: 16px;
}
.header .header__row .headerInfo .lang ul li a:hover {
  background-color: rgba(232, 0, 0, 0.1);
}
.header .header__row .headerInfo .lang ul li a:hover > span {
  color: #e80000;
}
.header .header__row .headerInfo .lang ul li:first-child a {
  padding-top: 13px;
}
.header .header__row .headerInfo .lang ul li:last-child a {
  padding-bottom: 13px;
}
.header .header__row .headerInfo .lang > button:hover + ul,
.header .header__row .headerInfo .lang ul:hover {
  height: auto;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 1;
}
@media (max-width: 772px) {
  .header .header__row {
    padding-top: 13px;
  }
  .header .header__row .btn-headerInfo-outline {
    color: #0b2ba2;
    padding: 4px 22.5px !important;
    border: 1px solid #0b2ba2;
    margin-right: 8px;
    font-size: 14px;
  }
  .header .header__row .btn-headerInfo-red {
    padding: 6px 31px !important;
    margin-right: 0;
    font-size: 14px;
  }
  .header .header__row .logo {
    display: none;
  }
  .header .header__row .headerInfo {
    width: 100%;
  }
  .header .header__row .headerInfo .lang {
    margin-left: auto !important;
    background: #eff2ff;
  }
  .header .header__row .headerInfo .lang > button {
    border-radius: 4px;
    padding: 0 0;
  }
  .header .header__row .headerInfo .lang > button img {
    margin-left: 8px;
  }
  .header .header__row .headerInfo .lang button {
    border-color: #1339ca;
  }
  .header .header__row .headerInfo .lang button span {
    display: none;
  }
  .header .header__row .headerInfo .lang button img {
    margin-left: 0 !important;
  }
  .header .header__row .headerInfo .btn-headerInfo-red {
    margin-right: 0 !important;
  }
}
@media (max-width: 350px) {
  .header .header__row {
    padding-top: 14px;
  }
  .header .header__row .btn-headerInfo-outline {
    color: #0b2ba2;
    padding: 7.5px 22.5px !important;
    border: 1px solid #0b2ba2;
    margin-right: 8px;
    font-size: 14px;
  }
  .header .header__row .btn-headerInfo-red {
    padding: 7.5px 23px !important;
    margin-right: 0;
    font-size: 14px;
  }
}
.header .headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .headerContent .headerDesc {
  padding-top: 135px;
  text-align: left;
  max-width: 559px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 559px;
  flex: 0 0 559px;
}
@media (min-width: 992px) and (max-width: 1350px) {
  .header .headerContent .headerDesc {
    max-width: 460px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    padding-top: 155px;
  }
  .header .headerContent .headerDesc .headerContent__btn {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 198px !important;
    flex: 0 0 198px !important;
  }
  .header .headerContent .headerDesc .headerContent__btn,
  .header .headerContent .headerDesc input {
    font-size: 16px !important;
  }
  .header .headerContent .headerDesc .input {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 245px !important;
    flex: 0 0 245px !important;
  }
}
@media (max-width: 992px) {
  .header .headerContent .headerDesc {
    padding-top: 80px;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .header .headerContent .headerDesc .headerContent__btn,
  .header .headerContent .headerDesc input {
    font-size: 14px !important;
  }
}
.header .headerContent .headerDesc h1 {
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  color: #0b2ba3;
}
@media (min-width: 772px) and (max-width: 1350px) {
  .header .headerContent .headerDesc h1 {
    font-size: 40px;
  }
}
.header .headerContent .headerDesc .subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #01032c;
  margin-top: 24px;
}
.header .headerContent .headerDesc form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 62px;
}
.header .headerContent .headerDesc form .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f7fc;
  border-radius: 4px;
  border: 1px solid #0b2ba2;
  padding: 10.5px 22px;
}
.header .headerContent .headerDesc form .input input {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  background: #f3f7fc;
  color: #0b2ba2;
  width: 100%;
  margin-left: 12px;
}
.header .headerContent .headerDesc form .input input::-webkit-input-placeholder {
  color: #0b2ba2;
}
.header .headerContent .headerDesc form .input input::-moz-placeholder {
  color: #0b2ba2;
}
.header .headerContent .headerDesc form .input input:-ms-input-placeholder {
  color: #0b2ba2;
}
.header .headerContent .headerDesc form .input input::-ms-input-placeholder {
  color: #0b2ba2;
}
.header .headerContent .headerDesc form .input input::placeholder {
  color: #0b2ba2;
}
@media (min-width: 772px) and (max-width: 992px) {
  .header .headerContent .headerDesc form {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 595px;
    flex: 1 1 595px;
  }
  .header .headerContent .headerDesc form .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 595px !important;
    flex: 1 1 595px !important;
    max-width: 595px !important;
  }
  .header .headerContent .headerDesc form .input input {
    font-size: 16px;
  }
  .header .headerContent .headerDesc form .input img {
    width: 21.5px;
  }
}
.header .headerContent .headerDesc form .headerContent__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 238px;
  flex: 0 0 238px;
  background: #0b2ba2;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 32, 51, 0.12);
  box-shadow: 0px 8px 24px rgba(0, 32, 51, 0.12);
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 8px;
}
@media (max-width: 772px) {
  .header .headerContent .headerDesc {
    padding-top: 48px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .header .headerContent .headerDesc h1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    margin-top: 55px;
    color: #0b2ba3;
  }
  .header .headerContent .headerDesc .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #2c2c2c;
    margin-top: 6px;
  }
  .header .headerContent .headerDesc form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 49px;
  }
  .header .headerContent .headerDesc form .input {
    padding: 10.5px 13.39px;
    width: 100%;
  }
  .header .headerContent .headerDesc form .headerContent__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 8px;
    width: 100%;
    padding: 13.5px 0;
    margin-left: 0;
  }
}
.header .headerContent #scene {
  padding-top: 145px;
  padding-left: 40px;
  position: relative;
}
@media (min-width: 772px) and (max-width: 1350px) {
  .header .headerContent #scene {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .header .headerContent #scene {
    display: none;
  }
}
.header .headerContent #scene .layer {
  position: absolute !important;
}
.header .headerContent #scene .layer:nth-child(1) {
  position: relative !important;
}
.header .headerContent #scene .layer:nth-child(2) {
  top: 0 !important;
  left: 176px !important;
}
.header .headerContent #scene .layer:nth-child(3) {
  top: 15px !important;
  left: 82.5% !important;
}
.header .headerContent #scene .layer:nth-child(4) {
  top: 52.4% !important;
  left: 78% !important;
}
.header .headerContent #scene .layer:nth-child(5) {
  top: 81.5% !important;
  left: 64% !important;
}
.header .headerContent #scene .layer:nth-child(6) {
  top: 63% !important;
  left: 12.3% !important;
}
.header .headerContent #scene .layer:nth-child(7) {
  top: 57.9% !important;
  left: -1% !important;
}
@media (max-width: 1850px) {
  .header .headerContent #scene .layer:nth-child(2) {
    top: 0 !important;
    left: 146px !important;
  }
  .header .headerContent #scene .layer:nth-child(3) {
    top: 80px !important;
  }
  .header .headerContent #scene .layer:nth-child(3) img {
    max-width: 100%;
  }
  .header .headerContent #scene .layer img {
    max-width: 180%;
  }
  .header .headerContent #scene .layer:nth-child(3) {
    top: 15px !important;
    left: 75.5% !important;
  }
  .header .headerContent #scene .layer:nth-child(3) img {
    max-width: 150%;
    position: relative;
    left: 190px !important;
  }
  .header .headerContent #scene .layer:nth-child(4) {
    left: 73% !important;
  }
  .header .headerContent #scene .layer:nth-child(4) img {
    width: 200% !important;
    position: relative;
    left: 140px;
  }
  .header .headerContent #scene .layer:nth-child(5) {
    left: 55% !important;
  }
  .header .headerContent #scene .layer:nth-child(5) img {
    position: relative;
    left: 100px;
  }
  .header .headerContent #scene .layer:nth-child(6) {
    left: 7% !important;
    top: 70% !important;
  }
  .header .headerContent #scene .layer:nth-child(6) img {
    width: 90% !important;
  }
  .header .headerContent #scene .layer:nth-child(7) {
    top: 57.9% !important;
    left: -1% !important;
  }
  .header .headerContent #scene .layer:nth-child(7) img {
    width: 90% !important;
  }
}
@media (min-width: 992px) and (max-width: 1650px) {
  .header .headerContent #scene .layer:nth-child(2) img,
  .header .headerContent #scene .layer:nth-child(3) img,
  .header .headerContent #scene .layer:nth-child(4) img,
  .header .headerContent #scene .layer:nth-child(5) img,
  .header .headerContent #scene .layer:nth-child(7) img {
    width: 80% !important;
  }
  .header .headerContent #scene .layer:nth-child(1) img {
    max-width: 100% !important;
  }
  .header .headerContent #scene .layer:nth-child(6) img {
    width: 50% !important;
  }
  .header .headerContent #scene .layer:nth-child(2) {
    top: 12% !important;
    left: 106px !important;
  }
  .header .headerContent #scene .layer:nth-child(3) {
    top: 10% !important;
    left: 40% !important;
  }
  .header .headerContent #scene .layer:nth-child(4) {
    left: 50% !important;
  }
  .header .headerContent #scene .layer:nth-child(5) {
    left: 40% !important;
    top: 75% !important;
  }
  .header .headerContent #scene .layer:nth-child(6) {
    left: 7% !important;
    top: 70% !important;
  }
  .header .headerContent #scene .layer:nth-child(7) {
    top: 57.9% !important;
    left: -1% !important;
  }
}
@media (min-width: 992px) and (max-width: 1320px) {
  .header .headerContent #scene .layer:nth-child(2) img,
  .header .headerContent #scene .layer:nth-child(3) img,
  .header .headerContent #scene .layer:nth-child(4) img,
  .header .headerContent #scene .layer:nth-child(5) img,
  .header .headerContent #scene .layer:nth-child(7) img {
    width: 80% !important;
  }
  .header .headerContent #scene .layer:nth-child(1) {
    left: 0px !important;
  }
  .header .headerContent #scene .layer:nth-child(1) img {
    max-width: 90% !important;
  }
  .header .headerContent #scene .layer:nth-child(6) img {
    width: 50% !important;
  }
  .header .headerContent #scene .layer:nth-child(2) {
    top: 12% !important;
    left: 56px !important;
  }
  .header .headerContent #scene .layer:nth-child(3) {
    top: 12% !important;
    left: 30% !important;
  }
  .header .headerContent #scene .layer:nth-child(4) {
    left: 34% !important;
  }
  .header .headerContent #scene .layer:nth-child(4) img {
    max-width: 50% !important;
  }
  .header .headerContent #scene .layer:nth-child(5) {
    left: 30% !important;
    top: 75% !important;
  }
  .header .headerContent #scene .layer:nth-child(5) img {
    max-width: 65% !important;
  }
  .header .headerContent #scene .layer:nth-child(6) {
    left: 0% !important;
    top: 72% !important;
  }
  .header .headerContent #scene .layer:nth-child(7) {
    top: 50% !important;
    left: -1% !important;
  }
}
.Auth .header {
  background-image: url(../images/fonreg.jpg);
}
/* @media (max-width: 1354px) {
  .Auth {
    background-image: url(../images/fonreg.jpg);
  }
  .Auth .header {
    background-image: none;
  }
} */
.showcase {
  padding-top: 120px;
  padding-bottom: 115px;
  position: relative;
}
.showcase .showcaseSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 116px;
}
.showcase .showcaseSection .item {
  margin: 0 30px;
  margin-top: 55px;
  position: relative;
}
@media (min-width: 772px) {
  .showcase .showcaseSection .item img {
    max-width: 132px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .showcase .showcaseSection .item img {
    max-width: 93px;
  }
}
.showcase .showcaseSection .item:nth-child(1):after,
.showcase .showcaseSection .item:nth-child(2):after {
  content: "";
  width: 212px;
  display: block;
  position: absolute;
  left: 239px;
  top: 45px;
  background-repeat: no-repeat;
  bottom: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .showcase .showcaseSection .item:nth-child(1):after,
  .showcase .showcaseSection .item:nth-child(2):after {
    left: 20vw !important;
    width: 175px !important;
    background-size: 175px 34.6px !important;
  }
}
.showcase .showcaseSection .item:nth-child(1):after {
  height: 44px;
  background-size: 212px 44px;
  background-image: url(../images/showcase_line_1.svg);
}
.showcase .showcaseSection .item:nth-child(2):after {
  height: 37.6px;
  background-size: 212px 37.6px;
  background-image: url(../images/showcase_line_2.svg);
}
@media (min-width: 992px) and (max-width: 1110px) {
  .showcase .showcaseSection .item:nth-child(1):after,
  .showcase .showcaseSection .item:nth-child(2):after {
    width: 17vw;
    background-size: 17vw 37.6px;
    left: 22vw;
    top: 40px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .showcase .showcaseSection .item:nth-child(1):after,
  .showcase .showcaseSection .item:nth-child(2):after {
    width: 15vw;
    background-size: 15vw 37.6px;
    left: 20vw;
    top: 30px;
  }
}
.showcase .showcaseSection .item .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  max-width: 320px;
  color: #2c2c2c;
  margin-top: 32px;
}
@media (min-width: 772px) and (max-width: 992px) {
  .showcase .showcaseSection .item .subtitle {
    font-size: 14px;
    max-width: 233px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .showcase .showcaseSection .item .subtitle {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .showcase .showcaseSection .item .subtitle {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media (max-width: 772px) {
  .showcase {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .showcase .showcaseSection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .showcase .showcaseSection .item {
    margin: 0 0;
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .showcase .showcaseSection .item img {
    width: 64px;
    height: 64px;
  }
  .showcase .showcaseSection .item:nth-child(1):after,
  .showcase .showcaseSection .item:nth-child(2):after {
    content: "";
    width: 29px;
    height: 2px;
    background-color: #0b2ba2;
    position: absolute;
    left: 17.5px;
    top: 86px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 0;
    border-radius: 29px;
  }
  .showcase .showcaseSection .item:nth-child(1):after {
    background-image: none;
  }
  .showcase .showcaseSection .item:nth-child(2):after {
    background-image: none;
  }
  .showcase .showcaseSection .item .subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    max-width: 320px;
    color: #2c2c2c;
    text-align: left;
    margin-top: 0;
    margin-left: 24px;
    padding-top: 2px;
  }
}
.why {
  /* background-image: url(../images/why.jpg); */
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 104px 0 150px 0;
}
.why .why_romb {
  position: absolute;
}
.why .why_romb_1 {
  top: 325px !important;
  left: 91.95% !important;
  -webkit-animation: Orbita2 36s infinite linear;
  animation: Orbita2 36s infinite linear;
}
.why .why_romb_2 {
  top: 540px !important;
  left: 12.1% !important;
  -webkit-animation: Orbita 36s infinite linear;
  animation: Orbita 36s infinite linear;
}
.why .why_romb_3 {
  top: 75px !important;
  left: 100px !important;
  -webkit-animation: Orbita3 16s infinite linear;
  animation: Orbita3 16s infinite linear;
}
@media (max-width: 1200px) {
  .why .why_romb_1,
  .why .why_romb_2,
  .why .why_romb_3 {
    display: none !important;
  }
}
.why .whySection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.why .whySection .desc {
  max-width: 590px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 590px;
  flex: 0 0 590px;
  padding-right: 130px;
}
.why .whySection .desc p {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #6c6c6c;
  margin-top: 63px;
}
@media (min-width: 1367px) {
  .why .whySection .tabs {
    min-height: 545px;
  }
}
.why .whySection .tabs .tab {
  padding: 19px 19.5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  border-radius: 4px;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.why .whySection .tabs .tab:last-child {
  margin-bottom: 0;
}
.why .whySection .tabs .tab:first-child .number {
  margin-right: 52px !important;
}
@media (max-width: 772px) {
  .why .whySection .tabs .tab:first-child .number {
    margin-right: 24px !important;
  }
}
.why .whySection .tabs .tab .tabTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 52px;
  position: relative;
  cursor: pointer;
}
.why .whySection .tabs .tab .tabTitle:after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  background-size: 24px 24px;
  background-image: url(../images/tab_arrow.svg);
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 0;
  margin: auto 0;
}
.why .whySection .tabs .tab .tabTitle.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.why .whySection .tabs .tab .tabTitle:last-child:after {
  display: none;
}
.why .whySection .tabs .tab .tabTitle p,
.why .whySection .tabs .tab .tabTitle .number,
.why .whySection .tabs .tab .tabTitle p div {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #0b2ba2;
}
.why .whySection .tabs .tab .tabTitle .number {
  margin-right: 48px;
}
.why .whySection .tabs .tab .tabsSec {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #878787;
  padding: 0 97.5px;
  padding-left: 78px;
  padding-top: 0;
  display: none;
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .why .whySection h2 {
    font-size: 36px;
  }
  .why .whySection .desc {
    max-width: 443px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 443px;
    flex: 1 1 443px;
    padding-right: 15px;
  }
  .why .whySection .desc p {
    font-size: 18px;
    margin-top: 40px;
  }
  .why .whySection .tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 538px;
    flex: 1 1 538px;
    max-width: 538px;
    margin-left: auto;
  }
  .why .whySection .tabs .tab .tabTitle p {
    font-size: 18px !important;
  }
  .why .whySection .tabs .tab .number {
    margin-right: 32px !important;
  }
  .why .whySection .tabs .tab:first-child .number {
    margin-right: 32px !important;
  }
  .why .whySection .tabs .tabsSec {
    font-size: 16px !important;
    padding-left: 59px !important;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .why .whySection h2 {
    font-size: 24px;
  }
  .why .whySection .desc {
    max-width: 337px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 337px;
    flex: 0 0 337px;
    padding-right: 15px;
  }
  .why .whySection .desc p {
    font-size: 14px;
    margin-top: 40px;
  }
  .why .whySection .tabs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 471px;
    flex: 1 1 471px;
    max-width: 471px;
    margin-left: auto;
  }
  .why .whySection .tabs .tab .tabTitle p {
    font-size: 16px !important;
  }
  .why .whySection .tabs .tab .number {
    margin-right: 24px !important;
  }
  .why .whySection .tabs .tab:first-child .number {
    margin-right: 24px !important;
  }
  .why .whySection .tabs .tabsSec {
    font-size: 14px !important;
    padding-left: 50px !important;
  }
}
@media (max-width: 772px) {
  .why {
    background-image: none;
    position: relative;
    padding: 0px 0 41px 0;
  }
  .why .why_romb {
    position: absolute;
    display: none;
  }
  .why .why_romb_1 {
    top: 325px !important;
    left: 91.95% !important;
    -webkit-animation: Orbita2 36s infinite linear;
    animation: Orbita2 36s infinite linear;
  }
  .why .why_romb_2 {
    top: 540px !important;
    left: 12.1% !important;
    -webkit-animation: Orbita 36s infinite linear;
    animation: Orbita 36s infinite linear;
  }
  .why .why_romb_3 {
    top: 75px !important;
    left: 100px !important;
    -webkit-animation: Orbita3 16s infinite linear;
    animation: Orbita3 16s infinite linear;
  }
  .why .whySection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .why .whySection .desc {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
  .why .whySection .desc p {
    font-size: 14px;
    margin-top: 24px;
  }
  .why .whySection .tabs {
    padding-top: 40px;
  }
  .why .whySection .tabs .tab {
    padding: 16px 15px;
  }
  .why .whySection .tabs .tab .tabTitle {
    padding-right: 52px;
  }
  .why .whySection .tabs .tab .tabTitle.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .why .whySection .tabs .tab .tabTitle:last-child:after {
    display: none;
  }
  .why .whySection .tabs .tab .tabTitle p,
  .why .whySection .tabs .tab .tabTitle .number {
    font-size: 16px;
  }
  .why .whySection .tabs .tab .tabTitle .number {
    margin-right: 24px;
    min-width: 24px;
  }
  .why .whySection .tabs .tab .tabsSec {
    font-size: 14px;
    line-height: 180%;
    color: #2c2c2c;
    padding: 0 63px;
    padding-left: 49px;
    padding-top: 0;
  }
  .why .whySection .tabs .tab .tabsSec.active {
    padding-top: 16px;
  }
}
.geo {
  padding-top: 103px;
  padding-bottom: 203px;
  background-size: cover;
  position: relative;
  background-image: linear-gradient(180deg, #3650cc, #1735a5);
}
.geo .container {
  position: relative;
}
.geo h2 {
  color: white;
}
.geo .geo_img {
  margin: 0 auto;
  margin-top: 72px;
}
.geo .geosec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 32px;
}
.geo .geosec .item {
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: white;
  margin-bottom: 40px;
}
.geo .geosec .item:nth-child(2n) {
  margin-left: 16px;
  max-width: calc(50% - 32px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 32px);
  flex: 1 1 calc(50% - 32px);
}
.geo .geosec .item img {
  margin-right: 24px;
}
.geo .geosec .item .itemDesc .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
}
.geo .geosec .item .itemDesc ul {
  padding-right: 32px;
  padding-top: 10px;
}
.geo .geosec .item .itemDesc ul li {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 772px) {
  .geo .geosec .item .itemDesc ul li {
    font-weight: 400;
  }
}
.geo .geosec .item .itemDesc ul li:before {
  content: "• ";
}
.geo .geoInfo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 158% !important;
  background-image: url(../images/geoInfo.png);
  -webkit-box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  border-radius: 4px;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 73px 19px 46px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -311px;
  z-index: 2;
  max-width: 946px;
}
.geo .geoInfo .title {
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  color: #0b2ba2;
}
.geo .geoInfo .btn-geoInfo-outline {
  color: #0b2ba2;
  padding: 13px 35px;
  border: 2px solid #0b2ba2;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 202px;
  margin-top: 31px;
  margin-bottom: 1px;
}
.geo .geoInfo .btn-geoInfo-outline svg {
  position: relative;
  left: 9px;
}
.geo .geoInfo img {
  position: relative;
  top: 7px;
  right: -41px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .geo {
    padding-top: 59px;
    padding-bottom: 178px;
  }
  .geo .geosec {
    padding-top: 32px;
  }
  .geo .geosec .item {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 48px;
  }
  .geo .geosec .item:nth-child(2n) {
    margin-left: 16px;
  }
  .geo .geosec .item img {
    margin-right: 24px;
  }
  .geo .geosec .item .itemDesc .title {
    font-size: 32px;
    line-height: 32px;
  }
  .geo .geosec .item .itemDesc ul {
    padding-right: 0;
  }
  .geo .geosec .item .itemDesc ul li {
    font-size: 14px;
  }
  .geo .geoInfo {
    padding: 27px 73px 0 97px;
    bottom: -276px;
    max-width: 95vw;
  }
  .geo .geoInfo .geoInfoSec {
    padding-right: 58px !important;
  }
  .geo .geoInfo .title {
    font-size: 36px;
  }
  .geo .geoInfo .btn-geoInfo-outline {
    padding: 13px 35px;
    margin-right: 8px;
    max-width: 202px;
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .geo .geoInfo img {
    top: -15px;
    max-height: 185px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .geo {
    padding-top: 59px;
    padding-bottom: 136px;
  }
  .geo .geo_img {
    max-width: 526px;
  }
  .geo .geosec {
    padding-top: 32px;
  }
  .geo .geosec .item {
    max-width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 48px;
  }
  .geo .geosec .item:nth-child(2n) {
    margin-left: 16px;
  }
  .geo .geosec .item img {
    margin-right: 24px;
  }
  .geo .geosec .item .itemDesc .title {
    font-size: 23px;
    line-height: 32px;
  }
  .geo .geosec .item .itemDesc ul {
    padding-right: 0;
  }
  .geo .geosec .item .itemDesc ul li {
    font-size: 10px;
  }
  .geo .geoInfo {
    padding: 27px 73px 0 97px;
    bottom: -276px;
    max-width: 85vw;
  }
  .geo .geoInfo .geoInfoSec {
    padding-right: 58px !important;
  }
  .geo .geoInfo .title {
    font-size: 24px;
  }
  .geo .geoInfo .btn-geoInfo-outline {
    padding: 13px 35px;
    margin-right: 8px;
    max-width: 202px;
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .geo .geoInfo img {
    top: -15px;
    max-height: 129px;
  }
}
@media (max-width: 772px) {
  .geo {
    padding-top: 39px;
    padding-bottom: 23px;
  }
  .geo .geosec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
  }
  .geo .geosec .item {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 32px;
  }
  .geo .geosec .item:nth-child(2n) {
    margin-left: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .geo .geosec .item img {
    margin-right: 16px;
    width: 15px;
  }
  .geo .geosec .item .itemDesc .title {
    font-size: 18px;
    line-height: 180%;
  }
  .geo .geosec .item .itemDesc ul {
    padding-right: 0;
    padding-top: 10px;
  }
  .geo .geoInfo {
    display: none;
  }
}
.bcg {
  background-image: url(../images/bcg.svg);
  background-position: center;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 436px;
}
.sources {
  padding-top: 259px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sources {
    padding-top: 160px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .sources {
    padding-top: 160px;
  }
}
.sources h2 {
  text-align: left;
}
.sources .sourcesSection {
  padding-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}
.sources .sourcesSection .tabs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 362px;
  flex: 0 0 362px;
  max-width: 362px;
}
.sources .sourcesSection .tabs .tab {
  border-radius: 0px 4px 4px 0px;
  max-width: 549px;
  padding: 24px;
  text-align: left;
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  background: white;
  max-width: 362px;
  color: #0b075e;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  position: relative;
}
.sources .sourcesSection .tabs .tab:hover {
  color: #0b2ba2;
}
.sources .sourcesSection .tabs .tab:active {
  color: #0b2ba2;
}
.sources .sourcesSection .tabs .tab_active {
  background: #0b2ba2;
  -webkit-box-shadow: 0px 5px 31px rgba(226, 218, 218, 0.19);
  box-shadow: 0px 5px 31px rgba(226, 218, 218, 0.19);
  color: white;
}
.sources .sourcesSection .tabs .tab_active:hover {
  color: white;
}
.sources .sourcesSection .tabs .tab_active:after {
  content: "";
  width: 8px;
  z-index: 2;
  right: 9px;
  top: 9px;
  position: absolute;
  height: 8px;
  background: #e80000;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 14.3685px rgba(209, 67, 67, 0.33), inset 0px 4px 4px rgba(225, 155, 155, 0.25);
  box-shadow: 0px 0px 14.3685px rgba(209, 67, 67, 0.33), inset 0px 4px 4px rgba(225, 155, 155, 0.25);
}
.sources .sourcesSection .tabContent {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  color: white;
  margin-left: 156px;
}
.sources .sourcesSection .tabContent .content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  position: relative;
  align-items: center;
  
}
/* @media (min-width: 992px) {
  .sources .sourcesSection .tabContent .content {
    overflow: visible;
  }
} */
.sources .sourcesSection .tabContent .content:before {
  content: '';
  width: 327px;
  height: 104px;
  z-index: 4343453453453;
  display: block;
  position: absolute;
  left: -68px;
  bottom: -61px;
  background-image: url(../images/teni.svg);
}
@media (max-width: 992px) {
  .sources .sourcesSection .tabContent .content:before {
    display: none;
  }
}
.sources .sourcesSection .tabConten {
  overflow: hidden;
}
.sources .sourcesSection .tabContent .content_active {
  height: auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.sources .sourcesSection .tabContent .content video {
  margin-right: 39px;
  max-width: 185px;
  border-radius: 20px;
}
.sources .sourcesSection .tabContent .content .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #0b075e;
}
.btn-outline {
  position: relative;
  z-index: 2;
}
.sources .sourcesSection .tabContent .content .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  max-width: 390px;
  color: #0b075e;
  margin-top: 24px;
  margin-bottom: 54px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .sources .sourcesSection .tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 362px;
    flex: 0 0 362px;
    max-width: 362px;
  }
  .sources .sourcesSection .tabs .tab {
    padding: 20px 24px;
    font-size: 18px;
    max-width: 351px;
  }
  .sources .sourcesSection .tabContent {
    margin-left: 121px;
  }
  .sources .sourcesSection .tabContent video {
    max-height: 395px;
  }
  .sources .sourcesSection .tabContent .content .title {
    font-size: 20px;
  }
  .sources .sourcesSection .tabContent .content .desc {
    font-size: 14px;
    max-width: 381px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .sources .sourcesSection .tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 254px;
    flex: 0 0 254px;
    max-width: 254px;
  }
  .sources .sourcesSection .tabs .tab {
    padding: 20px 24px;
    font-size: 13px;
    max-width: 351px;
  }
  .sources .sourcesSection .tabContent {
    margin-left: 87px;
  }
  .sources .sourcesSection .tabContent video {
    max-height: 286px;
  }
  .sources .sourcesSection .tabContent .content .title {
    font-size: 14.5px;
  }
  .sources .sourcesSection .tabContent .content .desc {
    font-size: 10.5px;
    max-width: 276px;
    margin-top: 17px;
    margin-bottom: 39px;
  }
}
@media (max-width: 772px) {
  .sources {
    padding-top: 57px;
  }
  .sources .sourcesSection {
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sources .sourcesSection .tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
  }
  .sources .sourcesSection .tabs .tab {
    padding: 16px 24px;
    text-align: center;
    border-radius: 4px;
    background: #f0f4ff;
    min-width: 144px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    margin-right: 8px;
    color: #0b075e;
  }
  .sources .sourcesSection .tabs .tab_active {
    background: #0b2ba2;
    -webkit-box-shadow: 0px 5px 31px rgba(226, 218, 218, 0.19);
    box-shadow: 0px 5px 31px rgba(226, 218, 218, 0.19);
    color: white;
  }
  .sources .sourcesSection .tabContent {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: white;
    margin-left: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .sources .sourcesSection .tabContent .content_active {
    height: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
  }
  .sources .sourcesSection .tabContent .content video {
    display: none;
  }
  .sources .sourcesSection .tabContent .content .title {
    font-size: 20px;
  }
  .sources .sourcesSection .tabContent .content .desc {
    font-size: 16px;
    line-height: 180%;
    max-width: 100%;
    color: #2c2c2c;
    margin-top: 16px;
    margin-bottom: 40px;
  }
  .sources .sourcesSection .tabContent .content .btn-outline {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.reg {
  padding-top: 136px;
}
.reg form {
  border-radius: 16px 16px 16px 16px;
  background-color:#0b2a9d;
  background-position: center;
  padding: 44px 48.5px 55px 48.5px;
  background-size: cover;
  display: block;
  max-width: 946px;
  margin: 0 auto;
}
.reg form h2 {
  color: white;
  text-align: left;
  margin-bottom: 32px;
  font-size: 32px;
}
.reg form .regSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reg form .regSec .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f7fc;
  border-radius: 4px;
  border: 1px solid #0b2ba2;
  padding: 10.5px 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.reg form .regSec .input input {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  background: #f3f7fc;
  color: #0b2ba2;
  width: 100%;
  margin-left: 12px;
}
.reg form .regSec .input input::-webkit-input-placeholder {
  color: #0b2ba2;
}
.reg form .regSec .input input::-moz-placeholder {
  color: #0b2ba2;
}
.reg form .regSec .input input:-ms-input-placeholder {
  color: #0b2ba2;
}
.reg form .regSec .input input::-ms-input-placeholder {
  color: #0b2ba2;
}
.reg form .regSec .input input::placeholder {
  color: #0b2ba2;
}
.reg form .regSec .headerContent__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 223px;
  flex: 0 0 223px;
  background: #E80000;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 32, 51, 0.12);
  box-shadow: 0px 8px 24px rgba(0, 32, 51, 0.12);
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 16px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .reg {
    padding-top: 107px;
  }
  .reg form {
    padding: 42px 85px;
  }
  .reg form h2 {
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
  }
  .reg form .regSec .headerContent__btn {
    font-size: 18px !important;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .reg {
    padding-top: 95px;
  }
  .reg form {
    padding: 42px 85px;
  }
  .reg form h2 {
    margin-bottom: 22px;
    font-size: 24px;
    text-align: center;
  }
  .reg form .regSec .headerContent__btn {
    font-size: 18px !important;
  }
}
@media (max-width: 772px) {
  .reg {
    padding-top: 0;
  }
  .reg form {
    border-radius: 16px 16px 0 16px;
    background-size: cover;
    padding: 40px 14px;
    display: block;
  }
  .reg form h2 {
    color: white;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 800;
    font-size: 28px;
    line-height: 140%;
  }
  .reg form .regSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .reg form .regSec .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10.5px 22px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .reg form .regSec .input img {
    width: 16px;
  }
  .reg form .regSec .input input {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    background: #f3f7fc;
    color: #0b2ba2;
    width: 100%;
    margin-left: 12px;
  }
  .reg form .regSec .headerContent__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    padding: 12px 0;
    margin-top: 16px;
  }
}
.cases {
  padding-top: 117px;
  position: relative;
}
.cases .container {
  padding: 0;
}
.cases .why_romb {
  position: absolute;
}
.cases .why_romb_1 {
  top: 201px;
  right: 218px;
  -webkit-animation: Orbita2 36s infinite ease-in-out;
  animation: Orbita2 36s infinite ease-in-out;
}
.cases .why_romb_2 {
  bottom: 23px;
  right: 148px;
  -webkit-animation: Orbita 36s infinite ease-in-out;
  animation: Orbita 36s infinite ease-in-out;
}
.cases .why_romb_3 {
  top: 546px;
  left: 124px;
  -webkit-animation: Orbita3 16s infinite ease-in-out;
  animation: Orbita3 16s infinite ease-in-out;
}
@media (max-width: 1700px) {
  .cases .why_romb_1,
  .cases .why_romb_2,
  .cases .why_romb_3 {
    display: none !important;
  }
}
.cases h2,
.cases .subtitle {
  text-align: left;
  padding-left: 15px;
}
.cases .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #7d7d7d;
  margin-top: 8px;
}
.cases .slick-track {
  margin: 0 0;
}
.cases .casesSec {
  padding-top: 24px;
}
.cases .casesSec .item {
  padding: 0 15px;
}
.cases .casesSec .item .itemSec {
  border: 2px solid #0b2ba2;
  border-radius: 16px;
  text-align: left;
  padding: 28px 30px;
  min-height: 295px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  margin-top: 30px;
}
.cases .casesSec .item .itemSec .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #0b2ba2;
}
.cases .casesSec .item .itemSec .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #878787;
  margin: 24px 0 16px 0;
}
.cases .casesSec .item .itemSec > button {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #0b2ba2;
  display: inline-block;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0);
}
.cases .casesSec .item .itemSec > button:after {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  background-image: url(../images/arrowLink.svg);
  background-size: 19px 19px;
  margin-left: 26px;
}
.cases .casesSec .item a:hover > .itemSec {
  background-color: #0b2ba2;
}
.cases .casesSec .item a:hover > .itemSec .title,
.cases .casesSec .item a:hover > .itemSec .text {
  color: white;
}
.cases .casesSec .item a:hover > .itemSec > button {
  color: white;
}
.cases .casesSec .item a:hover > .itemSec > button:after {
  background-image: url(../images/arrowLink2.svg);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cases {
    padding-top: 124px;
  }
  .cases .container {
    padding: 0 35px;
  }
  .cases .casesSec .item .itemSec {
    padding: 28px 27px;
  }
  .cases .casesSec .item .itemSec .title {
    font-size: 1.9vw;
  }
  .cases .casesSec .item .itemSec .text {
    font-size: 1.45vw;
    margin: 15px 0 16px 0;
  }
  .cases .casesSec .item .itemSec > button {
    font-size: 16px;
  }
  .cases .casesSec .item .itemSec > button:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-left: 22px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .cases {
    padding-top: 85px;
  }
  .cases .container {
    padding: 0 35px;
  }
  .cases .casesSec .item .itemSec {
    padding: 28px 27px;
    min-height: 275px;
  }
  .cases .casesSec .item .itemSec .title {
    font-size: 1.9vw;
  }
  .cases .casesSec .item .itemSec .text {
    font-size: 1.45vw;
    margin: 15px 0 16px 0;
  }
  .cases .casesSec .item .itemSec > button {
    font-size: 16px;
  }
  .cases .casesSec .item .itemSec > button:after {
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    margin-left: 22px;
  }
}
@media (max-width: 772px) {
  .cases {
    padding-top: 80px;
    position: relative;
    padding-bottom: 79px;
  }
  .cases .container {
    padding: 0;
  }
  .cases .why_romb {
    display: none;
  }
  .cases h2,
  .cases .subtitle {
    text-align: left;
    padding-left: 15px;
  }
  .cases .subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
    color: #2c2c2c;
    margin-top: 4px;
  }
  .cases .slick-track {
    margin: 0 0;
  }
  .cases .casesSec {
    padding-top: 0px;
  }
  .cases .casesSec .item {
    padding: 0 15px;
  }
  .cases .casesSec .item .itemSec {
    margin-top: 40px;
  }
  .cases .casesSec .item .itemSec .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #0b2ba2;
  }
  .cases .casesSec .item .itemSec .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #878787;
    margin: 24px 0 16px 0;
  }
  .cases .casesSec .item .itemSec > button {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    color: #0b2ba2;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(0, 0, 0, 0);
  }
  .cases .casesSec .item .itemSec > button:after {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    background-image: url(../images/arrowLink.svg);
    background-size: 19px 19px;
    margin-left: 26px;
  }
  .cases .casesSec .item a:hover > .itemSec {
    background-color: #0b2ba2;
  }
  .cases .casesSec .item a:hover > .itemSec .title,
  .cases .casesSec .item a:hover > .itemSec .text {
    color: white;
  }
  .cases .casesSec .item a:hover > .itemSec > button {
    color: white;
  }
  .cases .casesSec .item a:hover > .itemSec > button:after {
    background-image: url(../images/arrowLink2.svg);
  }
}
@media (max-width: 772px) {
  .cases .slick-dots {
    position: relative;
    top: 0px;
  }
}
.reviews {
  padding-top: 143px;
  padding-bottom: 60px;
}
@media (max-width: 772px) {
  .reviews {
    display: none;
  }
}
.reviews .container {
  padding: 0;
}
.reviews h2,
.reviews .subtitle {
  text-align: left;
  padding-left: 15px;
}
.reviews .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #7d7d7d;
  margin-top: 8px;
}
.reviews .reviewsSec .slick-active .itemSec {
  -webkit-box-shadow: 0px 11px 33px -8px rgba(11, 10, 54, 0.25) !important;
  box-shadow: 0px 11px 33px -8px rgba(11, 10, 54, 0.25) !important;
}
.reviews .reviewsSec .item {
  margin-top: 114px;
  padding: 0 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 30px;
}
.reviews .reviewsSec .item .itemSec {
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  text-align: left;
  padding-top: 38px;
}
.reviews .reviewsSec .item .itemSec > img {
  margin-left: 35px;
}
.reviews .reviewsSec .item .itemSec .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #878787;
  padding: 0 35px;
  margin-top: 24px;
  margin-bottom: 19px;
}
.reviews .reviewsSec .item .itemSec .name {
  background-color: #fafbff;
  padding: 19px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f0f2f9;
}
.reviews .reviewsSec .item .itemSec .name img {
  width: 64px;
  border-radius: 100%;
}
.reviews .reviewsSec .item .itemSec .name .nameSec {
  padding-left: 17px;
}
.reviews .reviewsSec .item .itemSec .name .nameSec .nameSec__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  color: #01032c;
}
.reviews .reviewsSec .item .itemSec .name .nameSec .nameSec__position {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #0b2ba2;
}
.reviews .reviewsSec .slick-list {
  padding: 0 10px !important;
}
.reviews .reviewsSec .slick-list .slick-center {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-42.5px);
  -ms-transform: translateY(-42.5px);
  transform: translateY(-42.5px);
  position: relative;
}
.reviews .reviewsSec .slick-dots {
  position: relative;
  top: -30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .reviews {
    padding-top: 127px;
  }
  .reviews .container {
    padding: 0 35px;
  }
  .reviews .reviewsSec .item {
    margin-top: 100px;
  }
  .reviews .reviewsSec .item .itemSec {
    padding-top: 33px;
  }
  .reviews .reviewsSec .item .itemSec > img {
    margin-left: 33px;
  }
  .reviews .reviewsSec .item .itemSec .text {
    font-size: 14px;
    padding: 0 33px;
    margin-top: 24px;
    margin-bottom: 19px;
  }
  .reviews .reviewsSec .item .itemSec .name {
    padding: 19px 33px;
  }
  .reviews .reviewsSec .item .itemSec .name img {
    width: 64px;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec {
    padding-left: 17px;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec .nameSec__name {
    font-size: 1.61vw;
    line-height: 1.9;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec .nameSec__position {
    font-size: 1.12vw;
    line-height: 1.5;
  }
  .reviews .reviewsSec .slick-list {
    padding: 0 10px !important;
  }
  .reviews .reviewsSec .slick-dots {
    position: relative;
    top: -30px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .reviews {
    padding-top: 48px;
  }
  .reviews .container {
    padding: 0 35px;
  }
  .reviews .reviewsSec .item {
    margin-top: 100px;
  }
  .reviews .reviewsSec .item .itemSec {
    padding-top: 24px;
  }
  .reviews .reviewsSec .item .itemSec > img {
    margin-left: 33px;
  }
  .reviews .reviewsSec .item .itemSec .text {
    font-size: 10.2px;
    padding: 0 23px;
    margin-top: 24px;
    margin-bottom: 19px;
  }
  .reviews .reviewsSec .item .itemSec .name {
    padding: 19px 23px;
  }
  .reviews .reviewsSec .item .itemSec .name img {
    width: 46px;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec {
    padding-left: 17px;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec .nameSec__name {
    font-size: 13px;
    line-height: 1.9;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec .nameSec__position {
    font-size: 9.5px;
    line-height: 1.5;
  }
  .reviews .reviewsSec .slick-list {
    padding: 0 10px !important;
  }
  .reviews .reviewsSec .slick-dots {
    position: relative;
    top: -30px;
  }
}
@media (max-width: 772px) {
  .reviews {
    padding-top: 80px;
    padding-bottom: 29px;
  }
  .reviews .subtitle {
    display: none;
  }
  .reviews .reviewsSec .item {
    margin-top: 0;
    padding: 0 7.5px;
    padding-bottom: 0;
  }
  .reviews .reviewsSec .item .itemSec {
    padding-top: 38px;
  }
  .reviews .reviewsSec .item .itemSec > img {
    margin-left: 35px;
  }
  .reviews .reviewsSec .item .itemSec .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #878787;
    padding: 0 35px;
    margin-top: 24px;
    margin-bottom: 19px;
  }
  .reviews .reviewsSec .item .itemSec .name {
    background-color: #fafbff;
    padding: 19px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #f0f2f9;
  }
  .reviews .reviewsSec .item .itemSec .name img {
    width: 64px;
    border-radius: 100%;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec {
    padding-left: 17px;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec .nameSec__name {
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    color: #01032c;
  }
  .reviews .reviewsSec .item .itemSec .name .nameSec .nameSec__position {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    color: #0b2ba2;
  }
  .reviews .reviewsSec .slick-list {
    padding: 40px 10px !important;
  }
  .reviews .reviewsSec .slick-list .slick-center {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .reviews .reviewsSec .slick-dots {
    position: relative;
  }
}
.reviews .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media (max-width: 772px) {
  .slick-dots {
    bottom: -16px;
  }
}
footer {
  /* background-position: center; */
  padding: 100px 0 124px 0;
  background-image: url("/images/footer_coube.png"), linear-gradient(180deg, #3650cc, #1735a5);
  background-repeat: no-repeat;
  background-size: 650px, 100%;
  background-position: 50% 100%;
  
}
footer h2 {
  color: white;
  margin-bottom: 28px;
}
footer .regSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 930px;
  margin: 0 auto;
}
footer .regSec .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f7fc;
  border-radius: 4px;
  border: 1px solid #0b2ba2;
  padding: 10.5px 22px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
footer .regSec .input input {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  background: #f3f7fc;
  color: #0b2ba2;
  width: 100%;
  margin-left: 12px;
}
footer .regSec .input input::-webkit-input-placeholder {
  color: #0b2ba2;
}
footer .regSec .input input::-moz-placeholder {
  color: #0b2ba2;
}
footer .regSec .input input:-ms-input-placeholder {
  color: #0b2ba2;
}
footer .regSec .input input::-ms-input-placeholder {
  color: #0b2ba2;
}
footer .regSec .input input::placeholder {
  color: #0b2ba2;
}
footer .regSec .headerContent__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 223px;
  flex: 0 0 223px;
  background: #E80000;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 32, 51, 0.12);
  box-shadow: 0px 8px 24px rgba(0, 32, 51, 0.12);
  border-radius: 4px;
  font-weight: bold;
  color: #ffffff;
  margin-left: 16px;
}
footer .footerSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-top: 165.4px;
}
footer .footerSec a,
footer .footerSec p,
footer .footerSec ol li {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #f2f2f2;
}
footer .footerSec .item:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 259px;
  flex: 0 0 259px;
}
footer .footerSec .item:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 241px;
  flex: 0 0 241px;
  margin-left: 83px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footerSec .item:nth-child(2) ul li {
  margin-bottom: 8px;
}
footer .footerSec .item:nth-child(2) ul li:before {
  content: "• ";
  font-size: 28px;
  color: white;
}
footer .footerSec .item:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-left: 91px;
}
footer .footerSec .item:nth-child(3) ol {
  padding-left: 21px;
}
footer .footerSec .item:nth-child(3) ol li {
  margin-bottom: 28px;
}
footer .footerSec .item .footerSec__title {
  margin-bottom: 34px;
}
footer .footerSec .item .call a {
  display: block;
  margin-bottom: 24px;
}
footer .footerSec .item .call a:last-child {
  margin-bottom: 0;
}
footer .footerSec .item .projects {
  padding-top: 72px;
}
footer .footerSec .item .projects a {
  display: block;
  margin-bottom: 24px;
}
footer .footerSec .item .projects a img{
  width: 100%;
  max-width: 128px;
}
footer .footerSec .item .projects a:last-child {
  margin-bottom: 0;
}
footer .footerSec .item .social {
  padding-top: 50px;
}
footer .footerSec .item .social .footerSec__title {
  margin-bottom: 8px;
}
footer .footerSec .item .social a {
  margin-right: 10px;
}
footer .footerSec .item .social a:last-child {
  margin-right: 0;
}
footer .footer_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 67px;
}
footer .footer_ul li {
  padding-right: 30px;
}
footer .footer_ul li:after {
  content: "";
  color: white;
  width: 1px;
  border: 1px solid white;
  height: 24px;
  background: #ffffff;
  margin-left: 30px;
}
footer .footer_ul li:last-child {
  padding-right: 0;
}
footer .footer_ul li:last-child:after {
  display: none;
}
footer .footer_ul li a {
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #f2f2f2;
}
@media (min-width: 992px) and (max-width: 1200px) {
  footer {
    padding-bottom: 67px;
  }
  footer h2 {
    font-size: 36px;
  }
  footer .footerSec {
    padding-top: 79px;
  }
  footer .footerSec a,
  footer .footerSec p,
  footer .footerSec ol li {
    font-size: 14px;
  }
  footer .footerSec .footerSec__title {
    font-size: 16px;
  }
  footer .footerSec .item:nth-child(2),
  footer .footerSec .item:nth-child(3) {
    margin-left: 67px;
  }
  footer .footer_ul li {
    padding-right: 1.8vw;
  }
  footer .footer_ul li:after {
    margin-left: 1.8vw;
  }
  footer .footer_ul li a {
    font-size: 12.5px;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  footer {
    padding-bottom: 40px;
  }
  footer .footerSec {
    padding-top: 73px;
  }
  footer .footerSec a,
  footer .footerSec p,
  footer .footerSec ol li {
    font-size: 10px;
  }
  footer .footerSec .footerSec__title {
    font-size: 13px;
  }
  footer .footerSec .item:nth-child(2),
  footer .footerSec .item:nth-child(3) {
    margin-left: 49px;
  }
  footer .footerSec .item:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 191px;
    flex: 1 1 191px;
  }
  footer .footerSec .item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 184px;
    flex: 1 1 184px;
  }
  footer .footerSec .item:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 348px;
    flex: 1 1 348px;
  }
  footer .footer_ul li {
    padding-right: 15px;
  }
  footer .footer_ul li:after {
    margin-left: 15px;
  }
  footer .footer_ul li a {
    font-size: 9.6px;
  }
}
@media (max-width: 772px) {
  footer {
    padding: 53px 0 24px 0;
    /* background-image: url(../images/footer.jpg); */
  }
  footer h2 {
    color: white;
    margin-bottom: 32px;
  }
  footer .regSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .regSec .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  footer .regSec .input img {
    width: 16px;
  }
  footer .regSec .input input {
    font-size: 14px;
  }
  footer .regSec .headerContent__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 14px;
    margin-left: 0;
    padding: 12px 0;
  }
  footer .footerSec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px;
  }
  footer .footerSec a,
  footer .footerSec p,
  footer .footerSec ol li {
    font-size: 14px;
  }
  footer .footerSec .resourses {
    margin-top: 42px;
  }
  footer .footerSec .item:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .footerSec .item:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer .footerSec .item:nth-child(2) ul li {
    margin-bottom: 8px;
  }
  footer .footerSec .item:nth-child(2) ul li:before {
    content: "• ";
    font-size: 28px;
    color: white;
  }
  footer .footerSec .item:nth-child(3) {
    display: none;
  }
  footer .footerSec .item .footerSec__title {
    margin-bottom: 16px;
  }
  footer .footerSec .item .call a {
    display: block;
    margin-bottom: 24px;
  }
  footer .footerSec .item .call a:last-child {
    margin-bottom: 0;
  }
  footer .footerSec .item .projects {
    padding-top: 40px;
  }
  footer .footerSec .item .projects a {
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 27px;
  }
  footer .footerSec .item .projects a:last-child {
    margin-right: 0;
  }
  footer .footerSec .item .social {
    padding-top: 32px;
  }
  footer .footerSec .item .social .footerSec__title {
    margin-bottom: 8px;
  }
  footer .footerSec .item .social a {
    margin-right: 10px;
  }
  footer .footerSec .item .social a:last-child {
    margin-right: 0;
  }
  footer .footerSec .footerSec__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
  }
  footer .footer_ul {
    display: block;
    text-align: left;
    padding-top: 42px;
  }
  footer .footer_ul li {
    padding-right: 0px;
    display: inline-block;
  }
  footer .footer_ul li:after {
    content: "";
    color: white;
    width: 1px;
    border: none;
    display: inline-block;
    height: 12px;
    background: #ffffff;
    margin-left: 4px;
    position: relative;
    top: 1px;
  }
}
.slick-dots li {
  background: #c8dbff;
  border-radius: 9px;
  width: 16px !important;
  height: 8px !important;
  margin: 0 3px !important;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.slick-dots li.slick-active {
  width: 45px !important;
  background-color: #0b2ba2;
}
.slick-dots li button {
  width: 16px !important;
  height: 8px !important;
}
.slick-dots li button:before {
  display: none;
}
@-webkit-keyframes Orbita2 {
  from {
    -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(60px) rotate(360deg);
    transform: rotate(360deg) translateX(60px) rotate(360deg);
  }
}
@keyframes Orbita2 {
  from {
    -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(60px) rotate(360deg);
    transform: rotate(360deg) translateX(60px) rotate(360deg);
  }
}
@-webkit-keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(-60px) rotate(0deg);
    transform: rotate(0deg) translateX(-60px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg) translateX(-60px) rotate(-360deg);
    transform: rotate(-360deg) translateX(-60px) rotate(-360deg);
  }
}
@keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(-60px) rotate(0deg);
    transform: rotate(0deg) translateX(-60px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg) translateX(-60px) rotate(-360deg);
    transform: rotate(-360deg) translateX(-60px) rotate(-360deg);
  }
}
@-webkit-keyframes Orbita3 {
  from {
    -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
    transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(30px) rotate(360deg);
    transform: rotate(360deg) translateX(30px) rotate(360deg);
  }
}
@keyframes Orbita3 {
  from {
    -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
    transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(30px) rotate(360deg);
    transform: rotate(360deg) translateX(30px) rotate(360deg);
  }
}
@media (min-width: 772px) and (max-width: 1800px) {
  @-webkit-keyframes Orbita2 {
    from {
      -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
      transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg) translateX(60px) rotate(360deg);
      transform: rotate(360deg) translateX(60px) rotate(360deg);
    }
  }
  @keyframes Orbita2 {
    from {
      -webkit-transform: rotate(0deg) translateX(30px) rotate(0deg);
      transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg) translateX(60px) rotate(360deg);
      transform: rotate(360deg) translateX(60px) rotate(360deg);
    }
  }
  @-webkit-keyframes Orbita {
    from {
      -webkit-transform: rotate(0deg) translateX(-30px) rotate(0deg);
      transform: rotate(0deg) translateX(-30px) rotate(0deg);
    }
    to {
      -webkit-transform: rotate(-360deg) translateX(-60px) rotate(-360deg);
      transform: rotate(-360deg) translateX(-60px) rotate(-360deg);
    }
  }
  @keyframes Orbita {
    from {
      -webkit-transform: rotate(0deg) translateX(-30px) rotate(0deg);
      transform: rotate(0deg) translateX(-30px) rotate(0deg);
    }
    to {
      -webkit-transform: rotate(-360deg) translateX(-60px) rotate(-360deg);
      transform: rotate(-360deg) translateX(-60px) rotate(-360deg);
    }
  }
}
.block-mb {
  display: none;
}
@media (max-width: 772px) {
  .block-mb {
    display: block;
  }
}
.block-lg {
  display: inherit;
}
@media (max-width: 772px) {
  .block-lg {
    display: none;
  }
}
.tab {
  cursor: pointer;
}
.headerAuth {
  position: absolute;
  top: 90px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 100%;
  padding-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 300px) and (max-width: 1200px) {
  .headerAuth {
    padding-top: 0 !important;
    position: relative;
  }
}
@media (max-width: 772px) {
  .headerAuth {
    position: relative !important;
    top: 0;
    margin-top: 48px;
  }
}
.headerAuth a,
.headerAuth button {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headerAuth form {
  max-width: 558px;
  width: 100%;
  padding: 32px 98px 34px 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  border-radius: 16px;
}
@media (max-width: 772px) {
  .headerAuth form {
    padding: 14px 64px;
  }
}
@media (max-width: 552px) {
  .headerAuth form {
    padding: 14px 32px;
  }
}
.headerAuth form .formSec__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 160%;
  color: #01032c;
  margin-bottom: 24px;
}
@media (max-width: 772px) {
  .headerAuth form .formSec__title {
    margin-bottom: 14px;
  }
}
.headerAuth form .formGroup {
  margin-bottom: 16px;
  position: relative;
}
.headerAuth form .formGroupActive {
  display: none;
}
.headerAuth form .formGroup input {
  width: 100%;
  background: #f7f8ff;
  border-radius: 4px;
  padding: 8px 24px 8px 16px;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 150%;
  color: #5d5b96;
}
.headerAuth form .formGroup input::-webkit-input-placeholder {
  color: #5d5b96 !important;
}
.headerAuth form .formGroup input::-moz-placeholder {
  color: #5d5b96 !important;
}
.headerAuth form .formGroup input:-ms-input-placeholder {
  color: #5d5b96 !important;
}
.headerAuth form .formGroup input::-ms-input-placeholder {
  color: #5d5b96 !important;
}
.headerAuth form .formGroup input::placeholder {
  color: #5d5b96 !important;
}
.headerAuth form .formGroup input:hover {
  background: #edeef2;
}
.headerAuth form .formGroup label {
  font-weight: 500;
  font-size: 8px;
  line-height: 150%;
  color: #5d5b96;
  position: absolute;
  left: 16px;
  top: 8px;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerAuth form .formGroup input:focus {
  padding: 14px 24px 2px 16px;
}
.headerAuth form .formGroup input:focus + label {
  height: auto;
  top: 3px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerAuth form .form__subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #130c5a;
  text-align: left;
}
.headerAuth form .formSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-top: 16px;
}
.headerAuth form .formSocial ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 772px) {
  .headerAuth form .formSocial ul {
    width: 100%;
  }
}
.headerAuth form .formSocial ul li {
  background: #f6f8ff;
  border-radius: 6px;
  margin-right: 8px;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.headerAuth form .formSocial ul li:last-child {
  width: 138px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 138px;
  flex: 0 0 138px;
}
.headerAuth form .formSocial ul li:last-child .custom-checkbox + label {
  padding: 0 28.5px;
}
@media (max-width: 772px) {
  .headerAuth form .formSocial ul li:last-child {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 0;
  }
  .headerAuth form .formSocial ul li:last-child .custom-checkbox + label {
    padding: 0 15px;
    font-size: 10px;
    height: 32px;
  }
}
@media (max-width: 360px) {
  .headerAuth form .formSocial ul li:last-child .custom-checkbox + label {
    font-size: 8px;
    padding: 0 10px;
  }
}
@media (max-width: 772px) {
  .headerAuth form .formSocial ul li {
    height: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    width: 32px;
    margin-right: 6px;
  }
  .headerAuth form .formSocial ul li img {
    max-width: 20px;
  }
}
.headerAuth form .formSocial ul li .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.headerAuth form .formSocial ul li .custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0);
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  line-height: 140%;
  color: #5d5b96;
}
.headerAuth form .formSocial ul li .custom-checkbox + label:hover {
  background: #ffffff !important;
}
.headerAuth form .formSocial ul li .custom-checkbox:checked + label {
  border: 1px solid #0b2ba2;
  border-radius: 6px;
  background: #edeef2;
}
.headerAuth form .formCheck {
  margin: 32px 0;
  margin-top: 16px;
}
@media (max-width: 772px) {
  .headerAuth form .formCheck {
    margin: 16px 0;
    margin-top: 0;
  }
}
.headerAuth form .formCheck .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.headerAuth form .formCheck .custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  font-size: 12px;
  line-height: 130%;
  color: #12284c;
}
@media (max-width: 772px) {
  .headerAuth form .formCheck .custom-checkbox + label {
    font-size: 10px;
  }
}
.headerAuth form .formCheck .custom-checkbox + label a {
  color: #103ad1;
}
.headerAuth form .formCheck .custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 0.25em;
  margin-right: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(../images/check.svg);
}
.headerAuth form .formCheck .custom-checkbox:checked + label::before {
  background-image: url(../images/checkActive.svg);
  background-size: 100% 100%;
}
.headerAuth form button[type="submit"] {
  background: #0b2a9d;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 32, 51, 0.12);
  box-shadow: 0px 8px 24px rgba(0, 32, 51, 0.12);
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #ffffff;
  width: 100%;
  padding: 13.5px 0;
}
.headerAuth form button[type="submit"]:hover {
  background: #08248d;
}
.headerAuth form button[type="submit"]:active {
  background: #081d6b;
}
.headerAuth form small {
  color: #596982;
  margin-top: 32px;
}
@media (max-width: 772px) {
  .headerAuth form small {
    margin-top: 16px;
  }
}
.headerAuth form small a {
  color: #103ad1;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .input img {
    width: 23px;
  }
  .input input {
    font-size: 18px !important;
  }
  .btn,
  .reg form .regSec .headerContent__btn {
    font-size: 18px !important;
  }
  .reg form .regSec .headerContent__btn {
    max-width: 254px !important;
  }
}
@media (min-width: 772px) and (max-width: 992px) {
  .input img {
    width: 17px;
  }
  .input input {
    font-size: 13px !important;
  }
  .reg form .regSec .headerContent__btn,
  .btn {
    font-size: 13px !important;
  }
  .reg form .regSec .headerContent__btn {
    max-width: 184px !important;
  }
}
.js-scroll {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.js-scroll.scrolled {
  opacity: 1;
}
.scrolled.fade-in {
  -webkit-animation: fade-in 1s ease-in-out both;
  animation: fade-in 1s ease-in-out both;
}
.scrolled.fade-in-bottom {
  -webkit-animation: fade-in-bottom 1s ease-in-out both;
  animation: fade-in-bottom 1s ease-in-out both;
}
img.scrolled.fade-in-bottom {
  max-width: 100%;
}
.scrolled.slide-left {
  -webkit-animation: slide-in-left 2s ease-in-out both;
  animation: slide-in-left 2s ease-in-out both;
}
.scrolled.slide-right {
  -webkit-animation: slide-in-right 1s ease-in-out both;
  animation: slide-in-right 1s ease-in-out both;
}
.scrolled-bottom-2s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.scrolled-bottom-3s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.arrow-top {
  position: fixed;
  bottom: 10vh;
  right: 7.5vw;
  display: block;
  z-index: 10;
  transition: all 0.25s;
  opacity: 0;
}
.arrow-top-active {
  opacity: 1;
}

.header-policy {
  min-height: 190px;
  background: none;
}
.policy {
  padding-bottom: 48px;
  padding-top: 48px;
}
.policy .container {
  text-align: left;
}
.policy a {
  border-bottom: 1px solid #000;
}
.policy h1 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 15px;
  color: #0b2ba2;
}
.policy li {
  margin-left: 35px;
  list-style-type: disc;
  line-height: 2 !important;
}
.policy ul {

  line-height: 2 !important;
}
.policy h2 {
  font-size: 26px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.policy .term {
  font-size: 16px;
  font-weight: bold;
  line-height: 140%;
  color: #0b2ba2;
}
.policy .upperCase {
text-transform: uppercase;
}
@media (max-width: 772px) {
  .policy {
    padding-top: 0;
  }
  .policy h1 {
    font-size: 16px;
  }
  .policy h2 {
    font-size: 14px;
  }
  .policy .term {
    font-size: 15px;
  
  }
}
.policy p {
  /* margin-bottom: 5px; */
  line-height: 2 !important;
}


/* REMASTER */


.btn-rem {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  background-color: #E80000;
  padding: 13.5px 20px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.btn-rem:hover {
  background: #ed3535;
}

/* intro-title */
.header .headerContent .headerDesc .intro-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;
}

/* subtitle */
.subtitle--header {
  margin-bottom: 21px;
}

/* subtitle-for */

.subtitle-for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}

.subtitle-for__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
  
}

.subtitle-for__item {  
  padding: 4px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.subtitle-for__color {
  color: #3590FB;
  margin-right: 5px;
}

.subtitle-for__link {  
  font-weight: 400;
  line-height: 1.5;
  font-size: 18px;
  position: relative;
}

.subtitle-for__link::after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 1px solid black;
  background-color: black;
  left: 0;
  bottom: 4px;
}

/* showcase-top */
.showcase__title {
  font-size: 32px;
  color: #0b2ba2;
}

.showcase-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 129px;
}

.showcase-top__title,
.showcase-top__descript {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: 1 1 45%;
          flex-direction: 1 1 45%;
  max-width: 45%;
}

.showcase-top__descript {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: 1 1 49%;
          flex-direction: 1 1 49%;
  max-width: 49%;
}

.showcase-top__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #0B2BA2;
  text-align: left;
}

.showcase-top__title span {
  display: block;
}

.showcase-top__descript {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

/* animate romb */
.showcase .why_romb {
  position: absolute;
}
.showcase .why_romb_1 {
  top: 201px;
  right: 218px;
  -webkit-animation: Orbita2 36s infinite ease-in-out;
  animation: Orbita2 36s infinite ease-in-out;
}
.showcase .why_romb_2 {
  bottom: 23px;
  right: 148px;
  -webkit-animation: Orbita 36s infinite ease-in-out;
  animation: Orbita 36s infinite ease-in-out;
}
.showcase .why_romb_3 {
  top: 546px;
  left: 124px;
  -webkit-animation: Orbita3 16s infinite ease-in-out;
  animation: Orbita3 16s infinite ease-in-out;
}
@media (max-width: 1700px) {
  .showcase .why_romb_1,
  .showcase .why_romb_2,
  .showcase .why_romb_3 {
    display: none !important;
  }
}
/* middle-smart" */
.middle-smart {
  background-color: rgba(238, 241, 255, 1);
  background-image: url('/images/red_blur.png'), url("/images/blue_blur.png"), url("/images/vector_line_1.png"), url("/images/vector_line_2.png");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 95% 20%, 0% 100%, 0% 20%, 0% 40%;
  padding: 150px 0 115px 0;
}
/*middle-smart-top */
.middle-smart-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 86px;
}

.middle-smart-top__title,
.middle-smart-top__descript {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 49%;
          flex: 1 1 49%;
  max-width: 49%;
}

.middle-smart-top__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  color: #0B2BA2;
  text-align: left;
}

.middle-smart-top__title span {
  display: block;
}

.middle-smart-top__descript {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

/* middle-smart-middle */
.middle-smart-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 99px;
}

.middle-smart-middle__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
}

.middle-smart-middle__title span {
  margin-right: 10px;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #0B2BA2;
}

.middle-smart-middle__title span:first-child {
  max-width: 140px;
  text-align: left;
  margin-right: 34px;
}

.middle-smart-middle__cards {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.middle-smart-middle__col {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
}

.middle-smart-middle__col.middle-smart-middle__col--sm {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33.33333%;
          flex: 1 1 33.33333%;
  max-width: 33.33333%;
}

.middle-smart-middle__row {
  position: relative;
  background-color: #fff;
  padding: 30px;
  height: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-align: left;
  border: 2px solid #0B2BA2;
  
  border-radius: 16px;

}

.middle-smart-middle__row::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 15px;
  border-left: 3px solid #0B2BA2;
  border-bottom: 3px solid #0B2BA2;
  right: 10px;
  bottom: 20px;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg); 
}

/* Middle-smart-bottom */
.middle-smart-bottom {
  margin-bottom: 87px;
}

.middle-smart-bottom__btns {
  
  margin-bottom: 40px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.middle-smart-bottom__btns button {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  padding: 5px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.middle-smart-bottom__btns button::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 8px;
  background-color: #4C91EE;
  border-radius: 9px;
}

.middle-smart-bottom__btns button.active::after {
  display: block;
}

.middle-smart-bottom__btns button:nth-child(2)::after {
  background-color: #F93F3F;
}

.middle-smart-bottom__title {
  margin-bottom: 96px;
  /* font-weight: 700; */
  color: #0b2ba2;
  font-size: 32px;
  line-height: 140%;
}

.middle-smart-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.middle-smart-bottom__we,
.middle-smart-bottom__you {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  max-width: 45%;
  text-align: left;
}

.middle-smart-bottom__list {
  padding-left: 150px;
}

.middle-smart-bottom__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
}

.middle-smart-bottom__item span {
  font-weight: 700;
}

.middle-smart-bottom__icons,
.middle-smart-bottom__icon {
  position: absolute;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  top: 60px;
  left: 0;
}

.middle-smart-bottom__icon {
  left: 54px;
}

.middle-smart-bottom__icons img,
.middle-smart-bottom__icon img {
  position: absolute;
}

.middle-smart-bottom__icons img:nth-child(2) {
  left: 50px;
  top: -82px;
}

.middle-smart-bottom__icons img:nth-child(3) {
  left: 12px;
  top: -95px;
}

.middle-smart-bottom__icons img:nth-child(4) {
  left: -28px;
  top: -79px;
}



.middle-smart-bottom__icon img:nth-child(2) {
  top: -80px;
  left: -30px;
}

/* hard-smart */
.hard-smart {
  padding: 140px 0 100px 0;
}

.hard-smart__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 85px;
}

.hard-smart__titles {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-align: left;
  color: #0B2BA2;
}

.hard-smart__title span {
  display: block;
}

.hard-smart__titles,
.hard-smart__descript
 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 49%;
          flex: 1 1 49%;
  max-width: 49%;
}

.hard-smart__subtitle {
  color: #ed3535;
  font-size: 32px;
}


.hard-smart__descript {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

/* new block */

.hard-smart__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -15px;
  margin-bottom: 80px !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hard-smart__col {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  max-width: 25%;
}
/* hard-card */
.hard-card {
  padding: 23px 32px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
          box-shadow: 0px 8px 11px -7px rgba(0, 2, 60, 0.08), 0px 11px 50px rgba(2, 0, 85, 0.1);
  border-radius: 8px;
}

.hard-card__title {
  color: #0B2BA2;
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 22px;
}

.hard-card__img {
  margin-bottom: 19px;
  height: 170px;
  position: relative;
  display: inline-block;
  width: 160px;
}

.hard-card__img img {
  display: block;
  margin: 0 auto;  
}

.hard-card__round {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F93F3F;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: -17px;
}

.hard-card__categories {  
  min-height: 55px;
  margin-bottom: 13px;
}

.hard-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: 55px;
  background: #EEF1FF;
  border-radius: 8px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hard-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

.hard-pay__top {
  margin-bottom: 13px;
}

.hard-pay__number {
  font-weight: 700;
}

.hard-pay__countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hard-pay__flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hard-pay__flag.hard-pay__flag--left {
  margin-right: 28px;
}

.hard-pay__flag img {
  margin-right: 5px;
}

.hard-pay__flag span {
  font-weight: 500;
  font-size: 12.3077px;
  line-height: 130%;
}

/* support-links */

.support-links {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.support-links img {
  margin-right: 10px;
}

.footer .footerSec {
  display: block;
}

.footer .footerSec .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .footerSec .item .social {
  padding-top: 0;
}

footer .footerSec .item .projects {
  padding-top: 0;
}


.showcase-img.showcase-img--mob {
  display: none;
}

.d-none {
  display: none;
}
/* Media */

@media (max-width: 1199px) {
  .middle-smart-middle__col.middle-smart-middle__col--sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }

  .middle-smart-middle__col.middle-smart-middle__col--sm.middle-smart-middle__col--sm--last {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}


@media (max-width: 992px) {
  .middle-smart-bottom__icon {
    left: 0;
  }

  .middle-smart-bottom__we, .middle-smart-bottom__you {
    margin-bottom: 30px;
  }

  footer {
    background-image: url("/images/footer_coube_mob.png"), -webkit-gradient(linear, left top, left bottom, from(#3650cc), to(#1735a5));
    background-image: url("/images/footer_coube_mob.png"), -o-linear-gradient(top, #3650cc, #1735a5);
    background-image: url("/images/footer_coube_mob.png"), linear-gradient(180deg, #3650cc, #1735a5);
    background-size: 400px, 100%;
  }
  
  /* subtitle-for */

  .subtitle-for {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -10px;
  }

  .subtitle-for__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33333%;
            flex: 1 1 33.33333%;
    max-width: 33.33333%;
    padding: 10px;
  }

  .subtitle-for__item {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8px;
  }
  .subtitle-for__color {
    display: block;
  }

  .subtitle-for__link {
    text-align: center;
  }

  .subtitle-for__link:hover {
    text-decoration: underline;
  }

  .subtitle-for__link::after {
    display: none;
  }

  /* Middle-smart-middle */
  .middle-smart-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .middle-smart-middle__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .middle-smart-middle__title span:first-child {
    max-width: none;
  }

  /* Middle-smart-bottom */
  .middle-smart-bottom__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .middle-smart-bottom__we, .middle-smart-bottom__you {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  /* hard-smart */

  .hard-smart__col {
    
    -webkit-box-flex: 1;
    
        -ms-flex: 1 1 50%;
    
            flex: 1 1 50%;
    max-width: 50%;
  }
}

@media (max-width: 772px) {
  /* middle-smart" */
.middle-smart {
  background-color: rgba(238, 241, 255, 1);
  background-image:none, none, none, none;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: 95% 20%, 0% 100%, 0% 20%, 0% 40%;
  padding: 150px 0 115px 0;
}
  /* #Fon-mobile */
  #fon-mobile {
    display: none;
  }

  .middle-smart-middle__cards {
    margin: 0 -15px;
  }

  .middle-smart-middle__row {
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .middle-smart-middle__col {
    height: 200px !important;
    padding: 0 7.5px;
  }

  .middle-smart .slick-list {
    padding: 0 50px 0 5px !important;
  }


  .showcase-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

  }

  .showcase-top__title span {
    display: inline;  
  }

  .showcase-top__title, .showcase-top__descript {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  

  .header {
    background-image: none;
  }
  .subtitle-for__item {
    background-color: rgba(238, 241, 255, 1);
  }

  /* Middle-smart-top */
  .middle-smart-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .middle-smart-top__title, .middle-smart-top__descript {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .middle-smart-top__title span {
    display: inline-block;
  }
  /* Middle-smart-bottom */
  .middle-smart-bottom__we, .middle-smart-bottom__you {
    margin-bottom: 0;
  }

  .middle-smart-bottom__icons, .middle-smart-bottom__icon {
    display: none;
  }

  .middle-smart-bottom__list {
    padding-left: 41px;
  }

  .middle-smart-bottom__item {
    position: relative;
  }

  .middle-smart-bottom__item::after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #F93F3F;
    left: -18px;
    top: 8px;
    position: absolute;
  }

  .middle-smart-bottom__we .middle-smart-bottom__item::after {
    background-color: #3590FB;
  }

  .middle-smart-bottom__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  @-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
  }

  @keyframes fadeInRight {
    0% {
        display: none;
        opacity: 0;
        -webkit-transform: translateX(20px);
                transform: translateX(20px)
    }

    100% {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0)
    }
  }

  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
  }

  .middle-smart-bottom__we.tabcontentMiddle,
  .middle-smart-bottom__you.tabcontentMiddle {
    display: none;
    -webkit-animation: fadeInRight 1s;
    animation: fadeInRight 1s;
  }

  .middle-smart-bottom__we.tabcontentMiddle.active,
  .middle-smart-bottom__you.tabcontentMiddle.active {
    display: block;
    -webkit-animation: fadeInRight 1s;
    animation: fadeInRight 1s;
  }

  /* Hard-smart */
  .hard-smart__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hard-smart__titles,
  .hard-smart__descript {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .hard-smart__title span {
    display: inline;
  }
  /* Footer */
  .footer .footerSec .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  
}

@media (max-width: 575px) {
  footer {
    background-position: 50% 61%;
    background-size: 250px, 100%;
  }
  /* Btn-rem */
  .btn-rem {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    max-width: 100%;
    border-radius: 4px;
  }

  /* Hard-smart */

  .hard-smart__titles {
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 28px;
  }

  .hard-smart__subtitle {
    font-size: 18px;
    font-weight: 700;
  }

  .hard-smart__descript {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #0B075E;
  }

  .hard-smart__wrapper {
    margin-bottom: 56px;
  }

  /* intro-title */
  .header .headerContent .headerDesc .intro-title {
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 44px;
  }

  .header .headerContent .headerDesc h1 {
    margin-top: 34px;
  }

  .subtitle--header {
    margin-bottom: 15px;
  }

  .subtitle-for__col {
    padding: 7.5px;
  }

  .subtitle-for__item {
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
  }

  .subtitle-for__link {
    font-size: 15px;
    margin-bottom: auto;
    word-break: break-word;
}

  .showcase-top {
    padding-top: 50px;
    margin-bottom: 45px;
  }

  .showcase-top__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .showcase-top__descript {
    font-weight: 500;
    font-size: 14px;
    color: #0B075E;
    line-height: 150%;
  }

  .showcase__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
  }

  .showcase-img.showcase-img--desc {
    display: none;
  }

  .showcase-img.showcase-img--mob {
    display: block;
  }

  .showcase .showcaseSection {
    margin-bottom: 60px;
  }

  .showcase {
    padding-bottom: 69px;
  }


  .middle-smart {
    padding: 57px 0 66px 0;
  }

  .middle-smart-top__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .middle-smart-top__descript {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .middle-smart-top {
    margin-bottom: 48px;
  }

  .middle-smart-middle {
    margin-bottom: 54px;
  }

  .middle-smart-middle__title {
    margin-bottom: 6px;
  }

  .middle-smart-middle__title span {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
  }

  .middle-smart-middle__title span:first-child {
    margin-right: 6px;
  }

  .middle-smart-middle__row {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .middle-smart-middle__col {
    height: 127px !important;
  }


  .middle-smart-bottom {
    margin-bottom: 32px;
  }

  .middle-smart-bottom__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
  }

  .middle-smart-bottom__title {
    margin-bottom: 36px;
  }

  .middle-smart-bottom__btns button:nth-child(2) {
    margin-left: 10px;
  }

  .middle-smart-bottom__list {
    padding-left: 20px;
  }

  .middle-smart-bottom__item {
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    margin-bottom: 24px;
  }

  .hard-smart {
    padding: 66px 0 72px 0;
  }

  .geo {
    padding-bottom: 15px;
  }

  .geo .geosec .item .itemDesc ul li {
    font-weight: 500;
    font-size: 14px;
    line-height: 180%;
  }

  .geo .geosec .item {
    margin-bottom: 20px;
  }

  .sources {
    padding-top: 61px;
  }

  .sources .sourcesSection .tabContent .content .btn-outline {
    font-weight: 700;
    font-size: 15.1385px;
    line-height: 30px;
    padding: 8px 35px;
  }

  .sources .sourcesSection .tabContent .content .desc {
    margin-top: 20px;
    margin-bottom: 68px;
  }

  .sources .sourcesSection .tabContent {
    padding-bottom: 63px;
  }

  .reg form {
    padding: 38px 15px 46px 15px;
  }

  .reg form h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    padding: 0 3px;
  }

  .reg form .regSec .headerContent__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    background-color: #E80000;
  }

  .cases {
    padding-top: 59px;
  }

  footer .regSec .input {
    padding: 12.5px 22px;
  }

  footer .regSec .headerContent__btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }

  footer .footerSec .item .call .support-links {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 7px
  }

  footer .footerSec {
    padding-top: 52px;
  }

  .call {
    margin-bottom: 55px;
  }

  footer .footerSec .item .social .footerSec__title {
    margin-bottom: 15px;
  }

  footer .footerSec .item .social a {
    margin-right: 16px;
  }


  .social {
    margin-bottom: 62px;
  }

  footer {
    padding: 53px 0 70px 0;
  }

  .cases {
    margin-bottom: -150px;
    padding-bottom: 0;
  }

  .middle-smart-middle__row::after {
    width: 20px;
    height: 10px;
    border-left: 2px solid #0B2BA2;
    border-bottom: 2px solid #0B2BA2;
  }


  /* hard-smart */
  .hard-smart__col {
    margin-bottom: 30px;
  }

  .hard-card {
    padding: 23px 15px;
  }

  .hard-pay {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
  }

  .hard-pay.hard-pay--eng {
    font-size: 14px;
    height: 42px;
  }

  .hard-pay__top {
    padding-top: 5px;
  }

  .hard-pay__top {
    margin-bottom: 0;
  }
}

@media (max-width: 390px) {
  .subtitle-for__item {
    padding: 10px 3px;
    align-items: center;
    justify-content: center;
  }
  .d-block {
    display: block;
  }
}

@media (max-width: 360px) {
  .hard-pay__flag.hard-pay__flag--left {
    margin-right: 10px;
  }
}




