body {
  margin: 0;
  padding: 0;
  font-family: "Manrope";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background-color: #16151D;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1 {
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
  font-size: 64px;
  margin-bottom: 15px;
  z-index: 10;
}
@media (max-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  margin: 0;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 1.2;
  z-index: 10;
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

h3 {
  margin: 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 1.3;
  }
}

h4 {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36;
}
@media (max-width: 992px) {
  h4 {
    line-height: 1.5;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 1.3;
  }
}

h5 {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}

p {
  margin: 0;
}

@media (max-width: 767px) {
  .fs-subtitle,
.fs-title {
    text-align: center;
  }
}

.margin-none {
  margin-top: 0 !important;
}

.white {
  color: #fff;
}

.swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #0E8AF0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.section {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
}
.section__content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section__content {
    margin-top: 30px;
  }
}
.section__action {
  margin-top: 25px;
}

.mch-widget-ojajsx.mch-widget-notifier {
  margin: 0 auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  height: 172px;
  resize: none;
  font-family: "Jost", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
a:hover {
  cursor: pointer;
}

.container_center {
  width: 100%;
  padding: 0 15px;
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container_center {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .container_center {
    padding: 0 16px;
  }
}

.btn {
  padding: 16px 32px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  background-position: inherit;
  background-color: #0E8AF0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .btn {
    display: block;
    width: auto;
    margin-top: 15px;
  }
}
.btn:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #024F8E;
}

.btn-white {
  background-color: #fff;
  color: #000;
}
.btn-white:hover {
  background: #D0D0D0;
}

.btn-mob {
  display: none;
}
@media (max-width: 767px) {
  .btn-mob {
    display: block;
  }
}

.btn-border {
  background: transparent;
  border: 1px solid transparent;
  color: #e2e2e2;
  padding: 0.55em 1.22em;
  background: linear-gradient(#101119, #101119) padding-box, linear-gradient(81.68deg, #4A6FC6 6.38%, #FFFFFF 93.62%) border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 1em;
  margin-left: 1.7em;
}
@media (min-width: 768px) {
  .btn-border {
    padding: 0.55em 2.12em;
  }
}
.btn-border:hover {
  background-image: inherit;
  background-color: #e2e2e2;
  color: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input:not([type]),
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  background: #2B2B2D;
  padding: 15px;
  padding-left: 22px;
  border: transparent;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
input:not([type]).invalid,
input[type=datetime].invalid,
input[type=email].invalid,
input[type=number].invalid,
input[type=password].invalid,
input[type=search].invalid,
input[type=tel].invalid,
input[type=text].invalid,
input[type=url].invalid,
textarea.invalid {
  border: 1px solid #f70404;
}

::-webkit-input-placeholder {
  color: #979797;
  opacity: 0.8;
}

::-moz-placeholder {
  color: #979797;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #979797;
  opacity: 0.8;
}

::-ms-input-placeholder {
  color: #979797;
  opacity: 0.8;
}

::placeholder {
  color: #979797;
  opacity: 0.8;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.slider-button-prev {
  position: absolute;
  top: 45px;
  right: 60px;
  border-style: none;
  z-index: 10;
  font-size: 0;
  line-height: 1;
  border: 1px solid #e2e2e2;
  outline: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  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;
}
.slider-button-prev.swiper-button-disabled {
  border: 1px solid rgba(226, 226, 226, 0.5);
}
.slider-button-prev.swiper-button-disabled:hover {
  border: 1px solid rgba(226, 226, 226, 0.5);
}
.slider-button-prev.swiper-button-disabled:hover:after {
  color: #e2e2e2;
}
.slider-button-prev:hover {
  border: 1px solid #0E8AF0;
}
.slider-button-prev:hover:after {
  color: #0E8AF0;
}
.slider-button-prev:after {
  content: "\e901";
  font-family: "icomoon";
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 200;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-button-prev.swiper-button-disabled:after {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .slider-button-prev {
    display: none;
  }
}

.slider-button-next {
  position: absolute;
  right: 0;
  top: 45px;
  border-style: none;
  z-index: 10;
  font-size: 0;
  line-height: 1;
  color: rgb(249, 246, 248);
  border: 1px solid #e2e2e2;
  outline: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  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;
}
.slider-button-next.swiper-button-disabled {
  border: 1px solid rgba(226, 226, 226, 0.5);
}
.slider-button-next.swiper-button-disabled:hover {
  border: 1px solid rgba(226, 226, 226, 0.5);
}
.slider-button-next.swiper-button-disabled:hover:after {
  color: #e2e2e2;
}
.slider-button-next:hover {
  border: 1px solid #0E8AF0;
}
.slider-button-next:hover:after {
  color: #0E8AF0;
}
.slider-button-next:after {
  content: "\e900";
  font-family: "icomoon";
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-button-next.swiper-button-disabled:after {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .slider-button-next {
    display: none;
  }
}

.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  margin-top: 50px;
}
.pagination li {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 11px 8px;
  margin-right: 7px;
  background: #2B2B2D;
}
.pagination li a {
  color: #fff;
  line-height: 1;
  font-weight: 400;
}
.pagination li.active {
  background: #0E8AF0;
}
.pagination li.active a {
  color: #fff;
}

.pagination-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pagination-arrow:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  background-repeat: no-repeat;
  width: 7px;
  height: 7px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: rotate(228deg);
          transform: rotate(228deg);
}

.head {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 400px;
  z-index: 10;
}
@media (max-width: 767px) {
  .head {
    min-height: 12.5em;
  }
}
@media (max-width: 991px) {
  .head {
    min-height: 18em;
  }
}
.head__content {
  padding-top: 177px;
  padding-bottom: 115px;
}

.header {
  background: #212121;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 20;
}
.header__content {
  position: relative;
  margin: 0 auto;
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0.9375em;
}



@media (max-width: 1200px) {
  .header__center {
    display: none;
	  
  }
}
.header__lang {
  padding-top: 2em;
}
.header__lang a {
  max-width: 60px;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 220px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .header__right a {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__right {
    max-width: 495px;
  }
}
@media (max-width: 1200px) {
  .header__right {
    display: none;
  }
}
.header .header__action-mobile {
  margin-right: 1em;
  margin-top: 2em;
}
.header .header__action-mobile a {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  .header .header__action-mobile {
    display: none;
  }
}
.header .nav {
  padding-left: 40px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .header .nav {
    padding-left: 20px;
  }
}
@media (max-width: 1200px) {
  .header .nav {
    display: none;
  }
}
.header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .header .nav ul {
    margin: 30px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .nav li {
  list-style: none;
  position: relative;
  padding: 0.6em 1.625em;
  padding-right: 2em;
}
@media (min-width: 1200px) {
  .header .nav li:hover {
    background-color: #fff;
  }
  .header .nav li:hover a:after {
    content: "";
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    top: 0.5em;
  }
  .header .nav li:hover a:last-child:after {
    content: "";
    display: none;
  }
  .header .nav li:hover > a {
    color: #000;
  }
}
@media (max-width: 1200px) {
  .header .nav li {
    padding: 0.2em 18px 0.6em 0;
  }
}
@media (min-width: 1200px) {
  .header .nav li:hover ul {
    z-index: 9999;
    height: auto;
    background-color: #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1200px) {
  .header .nav li:hover ul {
    background-color: inherit;
    padding-top: 0;
    border-radius: none;
  }
}
@media (min-width: 1200px) {
  .header .nav li:hover ul li {
    padding: 15px 24px;
    margin: 0;
  }
  .header .nav li:hover ul li:hover {
    background: #E4EEFF;
    cursor: pointer;
  }
  .header .nav li:hover ul li:hover a {
    color: #000;
  }
}
.header .nav ul > li > ul {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 200px;
  height: 0;
  overflow: hidden;
  display: block;
}
@media (max-width: 1200px) {
  .header .nav ul > li > ul {
    height: auto;
    position: inherit;
    top: auto;
    margin-left: 9px;
  }
}
.header .nav ul > li > ul a {
  font-weight: 400;
  color: #e2e2e2;
  padding: 0;
}
@media (min-width: 1200px) {
  .header .nav ul > li > ul a {
    color: #000;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .header .nav ul > li > a {
    font-weight: 600;
    padding-bottom: 10px;
  }
}
.header .nav li > ul {
  display: block;
}
@media (max-width: 1200px) {
  .header .nav li > ul {
    display: none;
  }
}
.header .nav li > ul a {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: transparent;
}
.header .nav li > ul a:after {
  content: "";
  display: none;
}
@media (max-width: 1200px) {
  .header .nav li > ul a {
    margin: 0;
  }
}
.header .nav li > ul a:hover {
  color: #2345F4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .nav a {
  color: #e2e2e2;
  font-size: 16px;
}
.header .nav a:hover {
  cursor: pointer;
}
.header .close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 15px;
  cursor: pointer;
  z-index: 99999;
}
@media (min-width: 1200px) {
  .header .close {
    display: none;
  }
}
.header .burger {
  display: block;
  width: 50px;
  height: 30px;
}
@media (min-width: 1200px) {
  .header .burger {
    display: none;
  }
}
.header .burger:hover {
  cursor: pointer;
}
.header .header__logo-mobile {
  max-width: 150px;
  position: absolute;
  display: block;
  top: 17px;
  left: 30px;
}
.header .header__logo-mobile img {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 150px;
}
@media (min-width: 1200px) {
  .header .header__logo-mobile {
    display: none;
  }
}
.header .parent a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header .parent a:after {
  content: "";
  display: none;
}
@media (min-width: 1200px) {
  .header .parent a:after {
    display: block;
    position: absolute;
    top: 5px;
    right: -18px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header .parent a:after.open:after {
    content: "";
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.header .parent a:hover {
  color: #767BD6;
}

.drop {
  display: none;
}
@media (min-width: 1200px) {
  .drop {
    position: relative;
    display: block;
  }
  .drop a {
    display: block;
  }
  .drop:hover {
    cursor: pointer;
  }
  .drop:hover .drop__list {
    max-width: 180px;
    width: 100%;
    height: auto;
    background-color: #fff;
/*     border-radius: 5px; */
  }
  .drop:hover .drop__item {
    padding: 10px;
  }
  .drop__name {
    padding: 10px 15px;
    position: relative;
    color: #fff;
    font-size: 16px;
  }
  .drop__name:after {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    right: -4px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .drop__name:hover {
/*     color: #767BD6; */
  }
  .drop__name:hover:after {
    content: "";
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
/*     border-bottom: 1px solid #767BD6; */
/*     border-right: 1px solid #767BD6; */
    top: 18px;
  }
  .drop__list {
    position: absolute;
    text-align: center;
    margin-top: 10px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 180px;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .drop__item {
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 170px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    color: #1A1A1A;
/*     border-radius: 5px; */
  }
  .drop__item:hover {
/*     color: #767BD6; */
  }
}

.footer {
  background: #212121;
  min-height: 32.5em;
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 150px;
}
@media (max-width: 991px) {
  .footer__content {
    padding-top: 107px;
  }
}
.footer__head {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 260px 350px 340px 200px;
  grid-template-columns: 260px 350px 340px 200px;
}
@media (max-width: 991px) {
  .footer__head {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__head > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer__head > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .footer__head > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer__head > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (max-width: 767px) {
  .footer__head {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .footer__head > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer__head > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .footer__head > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer__head > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
@media (max-width: 767px) {
  .footer__head-item {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .footer__head-item:nth-child(2) {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer__head-item:nth-child(2) {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .footer__head-item:nth-child(4) {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .footer__head-item:nth-child(4) {
    text-align: left;
  }
}
.footer__logo {
  max-width: 260px;
}
.footer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #848484;
}
.footer__linkBox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 165px 26px 215px 26px 260px 26px 180px 26px 250px;
  grid-template-columns: 165px 215px 260px 180px 250px;
  grid-gap: 26px;
  padding-top: 3.8125em;
  padding-bottom: 54px;
  margin-top: 40px;
  border-top: 1px solid #2D2B2A;
}
@media (max-width: 991px) {
  .footer__linkBox {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 0 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0;
    padding-top: 30px;
  }
  .footer__linkBox > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer__linkBox > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer__linkBox > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer__linkBox > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 767px) {
  .footer__linkBox {
    display: block;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.footer__item {
  display: block;
}
@media (max-width: 991px) {
  .footer__item:nth-child(5) {
    -ms-grid-column: 3;
    grid-column: 3;
    grid-row: 1/-1;
  }
}
@media (min-width: 991px) {
  .footer__item.mob {
    display: none;
  }
}
.footer__section {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 1em;
}
@media (max-width: 991px) {
  .footer__section {
    margin-top: 30px;
  }
}
.footer__link a {
  display: inline-block;
  padding-bottom: 0.625em;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #848484;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 90%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.footer__link a:hover {
  background-size: 100% 1px;
}
.footer__bottom {
  font-size: 0.875em;
  padding-top: 50px;
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-top: 30px;
  }
}

.footer-icon-box {
  margin-top: 0 !important;
}

.navbarMobile {
/*   max-width: 380px; */
  background: #fff;
  padding: 65px 50px 50px;
  position: relative;
  top: -80px;
  display: none;
  margin-left: 55%;
	height: 100vh;
}
@media (max-width: 767px) {
  .navbarMobile {
    padding: 55px 0;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .navbarMobile__content {
    padding-top: 40px;
  }
}
.navbarMobile__logo {
  max-width: 150px;
  margin-top: -35px;
}
.navbarMobile__btn {
  margin-top: 30px;
  margin-left: 25px;
  margin-right: 25px;
}

.accordionMenu {
  width: 100%;
  background: #fff;
}
.accordionMenu a {
  width: 100%;
  display: block;
}
.accordionMenu__item:hover {
  cursor: pointer;
}
.accordionMenu__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  padding: 15px 25px;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.accordionMenu__name.active {
  background: #E4EEFF;
}
.accordionMenu__name.active .accordionMenu__toggle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordionMenu__name.active .accordionMenu__toggle:before {
  -webkit-transform: rotate(226deg);
          transform: rotate(226deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordionMenu__toggle {
  width: 10px;
  height: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-radius: 0;
  margin-left: 20px;
  position: relative;
}
.accordionMenu__toggle:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(41deg);
          transform: rotate(41deg);
}
.accordionMenu__drop {
  display: none;
  background: #e4eeff9c;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  padding: 0 0 0 35px;
}
.accordionMenu__drop {
	padding-bottom: 26px;
}
.accordionMenu__drop li {
  padding: 10px 0;
}

.fs {
  background: linear-gradient(358.28deg, #16151D 1.41%, rgba(22, 21, 29, 0.904333) 15.84%, rgba(22, 21, 29, 0.3) 96.04%);
  position: relative;
  height: 700px;
}
.fs__content {
  padding-top: 250px;
}
@media (max-width: 767px) {
  .fs__content {
    padding-top: 170px;
    padding-bottom: 105px;
  }
}

.boxGrid__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (386px)[3];
  grid-template-columns: repeat(3, 386px);
  -ms-grid-rows: (146px)[3];
  grid-template-rows: repeat(3, 146px);
}

.boxGrid__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.boxGrid__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.boxGrid__content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.boxGrid__content > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.boxGrid__content > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.boxGrid__content > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.boxGrid__content > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.boxGrid__content > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.boxGrid__content > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1200px) {
  .boxGrid__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 146px 146px 146px;
    grid-template-rows: 1fr 146px 146px 146px;
  }
  .boxGrid__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .boxGrid__content > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .boxGrid__content > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .boxGrid__content > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
@media (max-width: 767px) {
  .boxGrid__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 200px 146px 146px 146px 146px 146px 146px;
    grid-template-rows: 200px 146px 146px 146px 146px 146px 146px;
  }
  .boxGrid__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .boxGrid__content > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
.boxGrid__content-pay {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 253px 253px 253px;
  grid-template-columns: 400px 253px 253px 253px;
  -ms-grid-rows: (141px)[2];
  grid-template-rows: repeat(2, 141px);
}
.boxGrid__content-pay > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.boxGrid__content-pay > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.boxGrid__content-pay > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.boxGrid__content-pay > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.boxGrid__content-pay > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.boxGrid__content-pay > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.boxGrid__content-pay > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.boxGrid__content-pay > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}
@media (max-width: 1200px) {
  .boxGrid__content-pay {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 146px 146px 146px;
    grid-template-rows: 1fr 146px 146px 146px;
  }
  .boxGrid__content-pay > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .boxGrid__content-pay > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .boxGrid__content-pay > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .boxGrid__content-pay > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .boxGrid__content-pay > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .boxGrid__content-pay > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .boxGrid__content-pay > *:nth-child(10) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(11) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .boxGrid__content-pay > *:nth-child(12) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
}
@media (max-width: 767px) {
  .boxGrid__content-pay {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 146px 146px 146px 146px 146px 146px;
    grid-template-rows: 1fr 146px 146px 146px 146px 146px 146px;
  }
  .boxGrid__content-pay > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .boxGrid__content-pay > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
.boxGrid__content-currency {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 400px 386px 386px;
  grid-template-columns: 400px 386px 386px;
  -ms-grid-rows: (146px)[4];
  grid-template-rows: repeat(4, 146px);
}
.boxGrid__content-currency > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.boxGrid__content-currency > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.boxGrid__content-currency > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.boxGrid__content-currency > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.boxGrid__content-currency > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.boxGrid__content-currency > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.boxGrid__content-currency > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.boxGrid__content-currency > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.boxGrid__content-currency > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.boxGrid__content-currency > *:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.boxGrid__content-currency > *:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
.boxGrid__content-currency > *:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}
@media (max-width: 1200px) {
  .boxGrid__content-currency {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 146px 146px 146px 146px 146px;
    grid-template-rows: 146px 146px 146px 146px 146px;
  }
  .boxGrid__content-currency > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .boxGrid__content-currency > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .boxGrid__content-currency > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .boxGrid__content-currency > *:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .boxGrid__content-currency > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
}
@media (max-width: 767px) {
  .boxGrid__content-currency {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 165px 146px 146px 146px 146px 146px 146px 146px 146px;
    grid-template-rows: 165px 146px 146px 146px 146px 146px 146px 146px 146px;
  }
  .boxGrid__content-currency > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(8) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .boxGrid__content-currency > *:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
}
.boxGrid__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid #2D2B2A;
  padding: 20px;
}
@media (max-width: 1200px) {
  .boxGrid__item:nth-child(1) {
    border: none;
  }
}
@media (max-width: 1200px) {
  .boxGrid__item:nth-child(2) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .boxGrid__item:nth-child(2) {
    border: 1px solid #2D2B2A;
  }
}
.boxGrid__item:nth-child(3) {
  border-right: none;
}
@media (max-width: 767px) {
  .boxGrid__item:nth-child(3) {
    border: 1px solid #2D2B2A;
  }
}
@media (max-width: 1200px) {
  .boxGrid__item:nth-child(4) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .boxGrid__item:nth-child(4) {
    border: 1px solid #2D2B2A;
  }
}
.boxGrid__item:nth-child(5) {
  border-right: none;
}
@media (max-width: 767px) {
  .boxGrid__item:nth-child(5) {
    border: 1px solid #2D2B2A;
  }
}
@media (max-width: 1200px) {
  .boxGrid__item:nth-child(6) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  .boxGrid__item:nth-child(6) {
    border: 1px solid #2D2B2A;
  }
}
.boxGrid__item:nth-child(7) {
  border-right: none;
}
@media (max-width: 767px) {
  .boxGrid__item:nth-child(7) {
    border: 1px solid #2D2B2A;
  }
}
@media (max-width: 1200px) {
  .boxGrid__item:nth-child(8) {
    border-left: none;
  }
}
.boxGrid__item:nth-child(9) {
  border-right: none;
}
.boxGrid__item:hover {
  background: #0E8AF0;
}
@media (max-width: 767px) {
  .boxGrid__item {
    border-right: none !important;
    border-left: none !important;
  }
}
.boxGrid__plate {
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/-1;
  border: 1px solid #2D2B2A;
  padding-right: 20px;
  border-left: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1200px) {
  .boxGrid__plate h2,
.boxGrid__plate a {
    margin: 0;
    max-width: 410px;
  }
}
@media (max-width: 767px) {
  .boxGrid__plate a {
    width: 100%;
    margin-top: 15px;
	  max-width: none;
  }
}
@media (max-width: 1200px) {
  .boxGrid__plate {
    -ms-grid-row: 1;
    grid-row: 1;
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 767px) {
  .boxGrid__plate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 0;
    margin-bottom: 20px;
    border: none;
  }
}
.boxGrid__plate:hover {
  background: inherit;
}
@media (max-width: 1200px) {
  .boxGrid__plate-pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.boxGrid__item-pay:nth-child(7) {
  border: 1px solid #2D2B2A;
}

.instruments__container {
  padding-bottom: 50px;
}
.instruments__top h2 {
  max-width: 590px;
  margin-bottom: 50px;
}
.instruments__item {
  width: 100%;
}
.instruments__img {
  position: relative;
/*   max-width: 360px; */
  height: 227px;
	overflow: hidden;
}
.instruments__img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 227px;
	transition: 0.4s;
	transform: scale(1);
}

.instruments__img:hover img {
  transform: scale(1.1);
	transition: 0.4s;
}

.instruments__text {
  background: #2B2B2D;
  padding: 16px;
  width: 100%;
  height: 150px;
  position: relative;
}
.instruments__title {
  font-weight: 400;
  padding-bottom: 7px;
  font-size: 25px;
}
.instruments__desc {
  font-weight: 200;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .instruments__desc {
    font-size: inherit;
  }
}
.instruments__link {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  padding-bottom: 5px;
}
.instruments__link:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/custom/images/arrow.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.instruments__link:hover {
  background-size: 100% 1px;
}
.instruments__link:hover:after {
  -webkit-transform: translate(10px);
          transform: translate(10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.instruments__link-bkack {
  color: #000000;
}
.instruments__link-bkack:after {
  content: "";
  background-image: url("/wp-content/themes/custom/images/arrow2.svg");
}

.fsNews__img {
  height: 180px;
}
.fsNews__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .fsNews__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fsNews__btn {
  display: none;
}
@media (max-width: 767px) {
  .fsNews__btn {
    display: block;
  }
}
.fsNews__right {
  padding: 0 30px;
  background: #F5F9FF;
  max-width: 360px;
	width: 100%;
  margin-left: 40px;
  position: relative;
}

.fsNews__right:nth-child(5) {
	    border-bottom: none !important;
}

@media (max-width: 991px) {
  .fsNews__right {
    max-width: none;
    margin: 50px 0 0 0;
  }
}
@media (max-width: 767px) {
  .fsNews__right {
    display: none;
  }
}
.fsNews__left {
/*   display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 40px 360px;
  grid-template-columns: 360px 360px;
  -ms-grid-rows: 200px 40px 200px 40px 200px;
  grid-template-rows: 200px 200px 200px; */
  display: flex;
	flex-wrap: wrap;
/* 	flex-direction: column; */
	grid-gap: 40px;
	max-width: 760px;
    width: 100%;
	
}
.fsNews__left > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.fsNews__left > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.fsNews__left > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.fsNews__left > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.fsNews__left > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.fsNews__left > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media (max-width: 1200px) {
  .fsNews__left {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 166px 40px auto;
    grid-template-rows: 166px auto;
  }
  .fsNews__left > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .fsNews__left > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .fsNews__left > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .fsNews__left > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media (max-width: 767px) {
  .fsNews__left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.fsNews__plate {
	width: 47%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 767px) {
  .fsNews__plate {
   width: 100%;
  }
}

@media (max-width: 1200px) {
  .fsNews__plate-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .fsNews__plate-top {
    display: block;
  }
}
.fsNews__plate-text {
  background: #2B2B2D;
  padding: 16px;
  width: 100%;
/*   height: 200px; */
  position: relative;
	flex-grow: 1;
}
.fsNews__item {
  border-bottom: 1px solid #414141;
  padding: 25px 0;
}

.fsNews__right > *:nth-child(4) {
     border-bottom: transparent !important;
  }


.fsNews__item:last-child {
  border-bottom: transparent !important;
}
@media (max-width: 767px) {
  .fsNews__item:last-child {
    display: none;
  }
}
.fsNews__left-title {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
}
.fsNews__left-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  margin-top: 15px;
  max-width: 700px;
}
.fsNews__title {
  color: #000000;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.fsNews__title:hover {
  background-size: 100% 1px;
}
@media (max-width: 767px) {
  .fsNews__title {
    font-size: 18px;
  }
}
.fsNews__title-news {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.fsNews__title-news:hover {
  background-size: 100% 1px;
}
.fsNews__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #979797;
  margin-top: 10px;
	
}
.fsNews__right-text {
  font-family: "Fira Sans";
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .fsNews__right-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.fsW1__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .fsW1__left {
    max-width: 490px;
  }
}
.fsW1__right {
  display: block;
}
@media (max-width: 767px) {
  .fsW1__right {
    display: none;
  }
}
.fsW1__action-mob {
  display: none;
}
@media (max-width: 767px) {
  .fsW1__action-mob {
    display: block;
    margin-top: 15px;
  }
}

.icon-box {
  max-width: 270px;
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .icon-box {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .icon-box {
    max-width: 270px;
  }
}

.app-icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
}



.step h5 {
  margin-top: 15px;
}
.step__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 40px 1fr;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
.step__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.step__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.step__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.step__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 767px) {
  .step__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .step__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .step__content > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .step__content > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .step__content > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
.step__item {
  background: #2B2B2D;
  padding: 30px;
}
@media (max-width: 767px) {
  .step__item {
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .step__item h3 {
    font-size: 22px;
  }
}
.step__number {
  display: inline-block;
  background: #202020;
  padding: 5px 13px;
  margin-bottom: 25px;
  font-weight: 500;
}
.step__item-blue {
  background: linear-gradient(114.45deg, #055CA3 6.59%, #0E8AF0 78.69%);
  position: relative;
  overflow: hidden;
}
.step__item-blue img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1200px) {
  .step__item-blue img {
    display: none;
  }
}
.step__item-left {
  max-width: 250px;
}
@media (max-width: 767px) {
  .step__item-left {
    max-width: none;
  }
}
.step__number-white {
  background-color: #fff;
  color: #000000;
}

.formSection {
  background-image: url(/wp-content/themes/custom/images/form-bcg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 150px;
}
@media (max-width: 1200px) {
  .formSection {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .formSection {
    margin-top: 80px;
  }
}
.formSection__left {
  max-width: 540px;
}

.form {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .form button {
    width: 100%;
  }
}
.form input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.form__left {
  max-width: 518px;
  width: 100%;
  margin-right: 40px;
}
.form__row {
  margin-bottom: 20px;
  max-width: 460px;
}

@media (max-width: 767px) {
	.form__row {
		max-width: none;
	}
}

.form__row:last-child {
  margin-bottom: 0;
}
.form__row-ch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 380px;
  margin-top: 25px;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  min-height: 500px;
}
@media (max-width: 991px) {
  .banner {
    background-position: 72%;
  }
}
.banner__content {
  padding: 120px 0;
  max-width: 740px;
}
.banner__content h3 {
  max-width: 700px;
}
@media (max-width: 991px) {
  .banner__content {
    padding: 70px 0;
    max-width: 588px;
  }
}
@media (max-width: 767px) {
  .banner__content {
    text-align: left;
    padding: 60px 0;
  }
}

.b1 {
  background-image: url("/wp-content/themes/custom/images/b1.png");
  margin-top: 150px;
}
@media (max-width: 767px) {
  .b1 {
    margin-top: 80px;
    background-image: inherit;
    min-height: 300px;
  }
}

.b2 {
  background-image: url("/wp-content/themes/custom/images/b2.jpg");
}

.b3 {
  background-image: url("/wp-content/themes/custom/images/b3.jpg");
}
@media (max-width: 767px) {
  .b3 {
    background-image: inherit;
    min-height: 300px;
  }
}

.b4 {
  background-image: url("/wp-content/themes/custom/images/b4.jpg");
}
@media (max-width: 767px) {
  .b4 {
    background-image: inherit;
    min-height: 300px;
  }
}

.b5 {
  background-image: url("/wp-content/themes/custom/images/b5.jpg");
}
@media (max-width: 767px) {
  .b5 {
    background-image: inherit;
    min-height: 300px;
  }
}

.b6 {
  background-image: url("/wp-content/themes/custom/images/b6.jpg");
}
@media (max-width: 767px) {
  .b6 {
    background-image: inherit;
    min-height: 300px;
  }
}

.b6-mob,
.b7-mob,
.b1-mob,
.b3-mob,
.b4-mob,
.b5-mob,
.b8-mob {
  display: none;
}
@media (max-width: 767px) {
  .b6-mob,
.b7-mob,
.b1-mob,
.b3-mob,
.b4-mob,
.b5-mob,
.b8-mob {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

.b7 {
  background-image: url("/wp-content/themes/custom/images/b7.jpg");
}
@media (max-width: 767px) {
  .b7 {
    background-image: inherit;
    min-height: 300px;
  }
}

.b8 {
  background-image: url("/wp-content/themes/custom/images/b8.jpg");
}
.b8 h4 {
  max-width: 550px;
}
@media (max-width: 767px) {
  .b8 {
    background-image: inherit;
    min-height: 300px;
  }
}

.terms-head {
  background-image: url(/wp-content/themes/custom/images/terms-head.jpg);
}

.instruments-slider {
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .instruments-slider {
    padding-bottom: 80px;
  }
}

.instruments-slider__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 48px 0 30px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  overflow: scroll;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  scrollbar-width: none;
  background-color: #2B2B2D;
}

.instruments-slider__tabs::-webkit-scrollbar {
  display: none;
}

.instruments-slider__tabs li {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 273px;
  height: 70px;
  margin-right: 12px;
  line-height: 1.3;
  color: #fff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.instruments-slider__tabs li:hover {
	background: #4A4A4A;
}
.instruments-slider__tabs li:last-child {
  margin-right: 0;
}

.instruments-slider__tabs li.active {
  color: #fff;
  background: #373739;
  border-color: #fff;
}

.custom-table {
  width: 1130px;
  border-collapse: collapse;
  background-color: #373739;
	transition: 0.3s;
}

.custom-table thead td {
  padding: 20px 0 20px 20px;
  background: #373739;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}

.custom-table td {
  text-align: center;
}

.custom-table tr:nth-child(odd) {
  background: #2B2B2D;
}
.custom-table tr td:first-child {
  text-align: left;
}
.custom-table tr:hover {
	background: #4A4A4A;
	transition: 0.3s;
}

.custom-table tbody td {
  padding: 12px 0 14px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.instruments-slider__slide {
  display: none;
}

.instruments-slider__slide.active {
  display: block;
}

.instruments-slider__title {
  margin-top: 0;
}

.instruments-slider__table-wrap {
  max-height: 500px;
  overflow-y: hidden;
}

.instruments-slider__table-wrap.active {
  max-height: unset;
}

.custom-table td:first-child {
  width: 260px;
}
.custom-table td:nth-child(2) {
  width: 120px;
}
.custom-table td:nth-child(3) {
  width: 120px;
}
.custom-table td:nth-child(4) {
  width: 200px;
}
.custom-table td:nth-child(5) {
  width: 200px;
}
.custom-table td:nth-child(6) {
  width: 290px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.custom-table thead td:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom-table tbody td:first-child span {
  display: block;
}

.custom-table tbody td:first-child span:first-child {
  display: block;
  font-weight: 400;
}

.custom-table tbody td:first-child span:last-child {
  font-size: 12px;
  color: #9C9C9C;
  margin-top: 5px;
}

.show-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: transparent;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  background: #2B2B2D;
  padding: 25px 20px;
  width: 100%;
	transition: 0.3s;
}

.show-more-btn:hover {
	background: #4A4A4A;
	transition: 0.3s;
}

.show-more-btn:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
  margin-top: 6px;
}

.table-btn {
  font-size: 14px;
  background: #006633;
  color: #fff;
  margin-top: 0;
}
.table-btn:hover {
  background: #004F27;
}

.table-btn-2 {
  background: #CC0033;
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  margin-left: 20px;
}
.table-btn-2:hover {
  background: #890022;
}

.commod-head {
  background-image: url(/wp-content/themes/custom/images/commod-head.jpg);
}

.popular__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 436px 40px 436px;
  grid-template-rows: 436px 436px;
  grid-gap: 40px;
}

.popular__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.popular__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.popular__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.popular__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 991px) {
  .popular__content {
    -ms-grid-rows: 500px 30px 500px;
    grid-template-rows: 500px 500px;
    grid-gap: 30px;
  }
}
@media (max-width: 767px) {
  .popular__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 0;
  }
}
@media (max-width: 767px) {
  .popular__slider {
    padding-bottom: 50px;
  }
}
.popular__plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popular__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
}
.popular__text {
  background: #2B2B2D;
  padding: 25px 30px;
}
@media (max-width: 991px) {
  .popular__text {
    padding: 25px 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.popular__text h5 {
  margin-top: 15px;
	min-height: 110px;
}
@media (max-width: 767px) {
  .popular__text h3 {
    font-size: 22px;
  }
}
.popular img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.analytics-head {
  background-image: url(/wp-content/themes/custom/images/an.jpg);
}
.analytics-head h3 {
  max-width: 700px;
}

.analytics__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.analytics__left {
  max-width: 775px;
}
@media (max-width: 991px) {
  .analytics__left {
    max-width: 500px;
  }
}
.analytics__content {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .analytics__content {
    margin-top: 30px;
  }
}
.analytics__btn {
  display: block;
}
@media (max-width: 767px) {
  .analytics__btn {
    display: none;
  }
}
.analytics__btn-mob {
  display: none;
}
@media (max-width: 767px) {
  .analytics__btn-mob {
    display: block;
  }
}

.analytics5__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .analytics5__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.analytics5__item {
  max-width: 560px;
  padding: 50px 30px;
  background: #2B2B2D;
}
@media (max-width: 991px) {
  .analytics5__item {
    padding: 30px 20px;
    max-width: 360px;
  }
}
.analytics5__item:nth-child(2) {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .analytics5__item:nth-child(2) {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .analytics5__item:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
  }
}
.analytics5__box {
  max-width: 340px;
  margin: 0 auto;
  margin-top: 25px;
}

.questions h2 {
  max-width: 740px;
}

.market-head {
  background-image: url(/wp-content/themes/custom/images/news.jpg);
}

.calendar-head {
  background-image: url(/wp-content/themes/custom/images/calendar-bcg.png);
}

.ind-head {
  background-image: url(/wp-content/themes/custom/images/ind-head.jpg);
}

.cl-head {
  background-image: url(/wp-content/themes/custom/images/cl-head.jpg);
}

.box {
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .box {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .box {
    margin-bottom: 80px;
  }
}
.box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2B2B2D;
  padding: 50px 30px;
}
@media (max-width: 991px) {
  .box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 15px;
  }
}
.box__left {
  max-width: 690px;
}
.box__right {
  max-width: 200px;
  width: 100%;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .box__right {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.indGrid {
  padding-bottom: 0;
}
.indGrid h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .indGrid h5 {
    font-size: 18px;
  }
}
.indGrid__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.indGrid__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.indGrid__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.indGrid__content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.indGrid__content > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.indGrid__content > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.indGrid__content > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
@media (max-width: 991px) {
  .indGrid__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .indGrid__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .indGrid__content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .indGrid__content > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .indGrid__content > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .indGrid__content > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .indGrid__content > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
}
@media (max-width: 767px) {
  .indGrid__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.indGrid__item {
  padding: 25px;
  background: #2B2B2D;
}
@media (max-width: 767px) {
  .indGrid__item {
    min-height: 300px;
    border: none !important;
  }
}
.indGrid__item:nth-child(1) {
  border-bottom: 1px solid #595959;
  border-right: 1px solid #595959;
}
.indGrid__item:nth-child(2) {
  border-bottom: 1px solid #595959;
  border-right: 1px solid #595959;
}
@media (max-width: 991px) {
  .indGrid__item:nth-child(2) {
    border-right: none;
  }
}
.indGrid__item:nth-child(3) {
  border-bottom: 1px solid #595959;
}
@media (max-width: 991px) {
  .indGrid__item:nth-child(3) {
    border-right: 1px solid #595959;
  }
}
.indGrid__item:nth-child(4) {
  border-right: 1px solid #595959;
}
@media (max-width: 991px) {
  .indGrid__item:nth-child(4) {
    border-bottom: 1px solid #595959;
    border-right: none;
  }
}
.indGrid__item:nth-child(5) {
  border-right: 1px solid #595959;
}
.stock-head {
  background-image: url(/wp-content/themes/custom/images/stock-head.jpg);
}

.stockGrid {
  padding-bottom: 0;
}
.stockGrid h3 {
  max-width: 435px;
}
.stockGrid__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 350px 40px 350px;
  grid-template-rows: 350px 350px;
  grid-gap: 40px;
}
.stockGrid__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.stockGrid__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.stockGrid__content > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.stockGrid__content > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 767px) {
  .stockGrid__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 235px 16px 235px 16px 235px 16px 235px;
    grid-template-rows: 235px 235px 235px 235px;
    grid-gap: 16px;
  }
  .stockGrid__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .stockGrid__content > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .stockGrid__content > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .stockGrid__content > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
.stockGrid__plate {
  background: #2B2B2D;
  padding: 25px 30px;
  position: relative;
}
.stockGrid__plate-blue {
  background: #0E8AF0;
}
.stockGrid img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .stockGrid img {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .s2 {
    max-width: 125px !important;
  }
}

.doc-head {
  background-image: url(/wp-content/themes/custom/images/doc-head.jpg);
}

.doc__link {
  color: #595959;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doc__link:after {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/custom/images/ar-doc.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.doc__link:hover:after {
  -webkit-transform: translate(10px);
          transform: translate(10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .doc__link span {
    display: none;
  }
}
.doc__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.doc__name {
  margin-left: 20px;
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .doc__name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .doc__name {
    font-size: 16px;
    max-width: 190px;
  }
}
.doc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 18px 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2B2B2D;
}
@media (max-width: 767px) {
  .doc__item {
    padding: 18px 0;
  }
}

.contacts-head {
  background-image: url(/wp-content/themes/custom/images/contacts-head.jpg);
}
.contacts h3 {
	max-width: 430px;
	margin-bottom: 30px;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .contacts__content {
    -webkit-box-orient: vertical;
   flex-direction: column;
  }
}
.contacts__left {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 767px) {
  .contacts__left {
    margin-top: 100px;
  }
}
.contacts__right {
  margin-left: 50px;
  
  max-width: 660px;
  width: 100%;
}
@media (max-width: 767px) {
  .contacts__right {
    margin-left: 0;
	margin-top: 30px;
  }
}
.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .contacts__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.contacts__plate {
  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;
  padding: 30px;
  background-color: #2B2B2D;
  max-width: 360px;
  width: 100%;
  height: 160px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__plate p {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .contacts__plate {
    height: 70px;
    margin-bottom: 16px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contacts__plate:hover {
  background-color: #0582D2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contacts__key {
color: #595959;
font-size: 18px;
margin-bottom: 6px;
}
.contacts__value {
color: #FFF;
font-size: 18px;
margin-bottom: 30px;
}
.contacts__bottom {
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
	margin-top: 50px;
	
}
.news-head {
  background-image: url(/wp-content/themes/custom/images/news.jpg);
}

.forecasts-head {
	background-image: url(/wp-content/themes/custom/images/forecast.png);
}

.news-single-head {
  background-image: url(/wp-content/themes/custom/images/news.jpg);
}

.news__left {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
/*   grid-template-rows:repeat(4, 1fr) ; */
  grid-gap: 40px;
	
/* 	display: flex; */
/* 	flex-direction: column; */
/* 	flex-wrap: wrap; */
	
}

.news__bottom {
	display: grid;
	grid-template-columns: repeat(3, 350px);
	  grid-gap: 40px;
	margin-top: 40px;
}

@media (max-width: 991px) {
  .news__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .news__bottom {
    grid-template-columns: 1fr;
	  grid-gap: 16px;
	  margin-top: 16px;
  }
}

@media (max-width: 991px) {
  .news__left {
/*     -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px; */
  }
}

@media (max-width: 767px) {
  .news__left {
  grid-template-columns: 1fr;
  grid-gap: 16px;
  }
}


.news__date {
  margin-top: 10px;
  color: #979797;
/* 	padding-bottom: 45px; */
}
.news__widjet {
  background: linear-gradient(114.45deg, #055CA3 6.59%, #0E8AF0 78.69%);
  padding: 25px 30px;
	position: relative;
	min-height: 100%;
}

.news__widjet2 {
	min-height: auto;
}

.news__widjet h5 {
  margin-top: 15px;
}
.news__widjet-content {
  margin-top: 25px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .news__widjet-content {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .news__item:nth-child(3) {
    display: none;
  }
}

.news__item {
/* 	width: 47%; */
	display: flex;
	flex-direction: column;
}

@media (max-width: 991px) {
  .news__item {
/*     margin-top: 20px; */
  }
  .news__item:nth-child(n+8) {
    display: none;
  }
}
.news__text {
/*   position: relative; */
  padding: 25px 30px;
  background: #2B2B2D;
	flex-grow: 1;
/*   min-height: 200px; */
}
@media (max-width: 991px) {
  .news__text {
    min-height: 186px;
  }
}
.instruments__link-news {
	position: inherit !important;
	margin-top: 20px;
	display: inline-block;
}
.news__title {
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.news__title:hover {
  background-size: 100% 1px;
}
.news__content {
	display: flex;
}

@media (max-width: 991px) {
  .news__content {
   flex-direction: column;
  }
}

.news__right {
	margin-left: 32px;
	max-width: 353px;
	width: 100%;
}
@media (max-width: 991px) {
  .news__right {
   display: none;
  }
}

.newsWidget {
  background-image: url(/wp-content/themes/custom/images/newsWidget.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.newsWidget__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .newsWidget__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsWidget__left {
  max-width: 550px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .newsWidget__right {
    max-width: 340px;
  }
}
@media (max-width: 767px) {
  .newsWidget__right {
    max-width: none;
    margin-top: 20px;
  }
}

.news-single__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-single__left {
  max-width: 755px;
  width: 100%;
  margin-right: 40px;
}

.news-single__left p {
	padding-bottom: 16px;
}
@media (max-width: 1200px) {
  .news-single__left {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .news-single__right {
    display: none;
  }
}

.newsOther {
  margin-top: 150px;
	position: relative;
}
@media (max-width: 767px) {
  .newsOther {
    display: none;
  }
}
.newsOther__content {

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-top: 50px;
}
@media (max-width: 991px) {
	.newsOther__content {
    grid-template-columns: 1fr 1fr;
}
  .newsOther__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
	
	.newsOther__content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
	
   .newsOther__content > *:nth-child(3) {
    display: none;
  }
}
}


.ta-head {
  background-image: url(/wp-content/themes/custom/images/ta-head.jpg);
}

.formSection-ta {
  background-image: url(/wp-content/themes/custom/images/ta-form.jpg);
  margin-top: 0;
}

.platform-ta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  .platform-ta__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.platform-ta__tabs {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 1200px) {
  .platform-ta__tabs {
    display: none;
  }
}
.platform-ta__tab {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 30px;
  background: #2B2B2D;
  margin-bottom: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.platform-ta__tab span {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-bottom: 8px;
  margin-right: 15px;
}
.platform-ta__tab:last-child {
  margin-bottom: 0;
}
.platform-ta__tab.active {
  background: #0E8AF0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.platform-ta__tab.active span {
  background-color: #fff;
}
.platform-ta__tab.active span:after {
  content: "";
  display: block;
  width: 3px;
  height: 8px;
  border-bottom: 1px solid #0E8AF0;
  border-right: 1px solid #0E8AF0;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  margin-left: 5px;
  margin-top: 1px;
}
.platform-ta__tab:hover {
  cursor: pointer;
}
.platform-ta__tab-mob {
  display: none;
}
@media (max-width: 1200px) {
  .platform-ta__tab-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.platform-ta__tab-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 300px;
  width: 100%;
}
.platform-ta__tab-left-mob {
  display: block;
}
.platform-ta__tab-right {
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 767px) {
  .platform-ta__tab-right {
    font-size: 22px;
  }
}
.platform-ta__tab-name {
  font-weight: 500;
  font-size: 28px;
}
@media (max-width: 767px) {
  .platform-ta__tab-name {
    font-size: 22px;
  }
}
.platform-ta__tab-desc {
  font-weight: 300;
  font-size: 16px;
  margin-left: 20px;
}
.platform-ta__tab-desc-mob {
  font-weight: 300;
  font-size: 16px;
  margin-left: 0;
}
.platform-ta__text h3 {
  margin-bottom: 15px;
}
.platform-ta__text li {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.platform-ta__text li:before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/custom/images/true.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.platform-ta__text li.false:before {
  content: "";
  background-image: url("/wp-content/themes/custom/images/false.svg");
}
.platform-ta__text li:last-child {
  margin-bottom: 0;
}
.platform-ta__panel {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1200px) {
  .platform-ta__panel {
    display: block;
    background: #2B2B2D;
    margin-top: 16px;
    padding: 15px;
  }
}
.platform-ta__panel.active {
  display: block;
  margin-left: 40px;
  max-width: 560px;
  width: 100%;
  background: #2B2B2D;
  padding: 25px;
}
@media (max-width: 1200px) {
  .platform-ta__panel.active {
    margin-left: 0;
	  max-width: none;
  }
}

.platform-head {
  background-image: url(/wp-content/themes/custom/images/platform-head.jpg);
}
.platform-head h1 {
  max-width: 900px;
}
.platform-head h3 {
  max-width: 800px;
}

.platform h2 {
  max-width: 760px;
}
.platform__content {
  display: block;
}
@media (max-width: 767px) {
  .platform__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: (380px)[3];
    grid-template-rows: repeat(3, 380px);
  }
  .platform__content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .platform__content > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .platform__content > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.platform__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .platform__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .platform__item-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.platform__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 0;
  width: 50%;
}
@media (max-width: 767px) {
  .platform__item-text {
    background: #2B2B2D;
    width: 100%;
    padding: 15px;
  }
}
.platform__item-text p {
  margin-top: 20px;
  margin-bottom: 26px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .platform__item-text a {
    width: 100%;
  }
}
.platform__item-text-2 {
  padding-left: 30px;
}
.platform__btn span {
  margin-left: 10px;
}
.platform__item-img {
  background: #2B2B2D;
  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;
  width: 50%;
}
@media (max-width: 767px) {
  .platform__item-img {
    width: 100%;
    padding: 15px;
  }
}
.platform__btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 535px;
  width: 100%;
}
@media (max-width: 991px) {
  .platform__btnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 275px;
  }
}
@media (max-width: 767px) {
  .platform__btnBox {
    max-width: none;
  }
}

.about-head {
  background-image: url(/wp-content/themes/custom/images/about.jpg);
}

.ab-form {
  background-image: url(/wp-content/themes/custom/images/ab-form.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}
@media (max-width: 767px) {
  .ab-form {
    background-image: inherit;
  }
}

.history {
  background-image: url(/wp-content/themes/custom/images/history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .history {
    margin-top: 100px;
    background: inherit;
  }
}
@media (max-width: 767px) {
  .history {
    margin-top: 80px;
  }
}
.history p {
  margin-top: 50px;
}
.history p:last-child {
  margin-top: 30px;
}
.history__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .history__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.history__left {
  max-width: 560px;
}
@media (max-width: 991px) {
  .history__left {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .history__left {
    max-width: none;
  }
}

.history__right {
  max-width: 350px;
  max-height: 522px;
}
@media (max-width: 767px) {
  .history__right {
    margin-top: 50px;
	    max-width: none;
  }
}

.graph {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .graph {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .graph__content {
    width: 700px;
  }
}
.ab-mob {
  display: none;
}
@media (max-width: 767px) {
  .ab-mob {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.ab {
  display: block;
}
@media (max-width: 767px) {
  .ab {
    display: none;
  }
}

.accordion {
  margin-top: 30px;
}
.accordion__item {
  border-bottom: 1px solid #2B2B2D;
	transition: 0.5s;
}
.accordion__item:first-child {
  padding-top: 0;
}
.accordion__item:last-child {
  padding-bottom: 0;
}
.accordion__item:hover  {
  cursor: pointer;	
	 border-bottom: 1px solid #fff;
	transition: 0.5s;
}
.accordion__item:hover .accordion__toggle  {
  border: 1px solid #fff;
}

.accordion__item:hover .accordion__toggle:before  {
 border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}



.accordion__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 0px;
  background: transparent;
  border-radius: 10px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .accordion__name {
    font-size: 18px;
  }
}
.accordion__name.open {
  border-radius: 10px 0 0;
}
.accordion__name.open .accordion__toggle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion__name.open .accordion__toggle:before {
  -webkit-transform: rotate(226deg);
          transform: rotate(226deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion__toggle {
  width: 30px;
  height: 30px;
  border: 1px solid #595959;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 5px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 20px;
  position: relative;
}
.accordion__toggle:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #595959;
  border-right: 1px solid #595959;
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
}
.accordion__drop {
  display: none;
  padding: 0 0px 40px;
  background: transparent;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .accordion__drop {
    font-size: 16px;
  }
}
.accordion__link {
  color: #767BD6;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/fonts/icomoon.eot?kmtll0");
  src: url("../fonts/icomoon/fonts/icomoon.eot?kmtll0#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?kmtll0") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?kmtll0") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?kmtll0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right:before {
  content: "\e900";
}

.icon-left:before {
  content: "\e901";
}

.page404 {
  background-image: url("/wp-content/themes/custom/images/404.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
  z-index: 9;
}
.page404 h3 {
  max-width: none;
}
.page404__content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page404__title {
  font-weight: 400;
  font-size: 200px;
}

.video {
  position: absolute;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cloud-icon {
  background-image: url("/wp-content/themes/custom/images/cloud.svg") !important;
}
.cloud-icon:hover {
  background-image: url("/wp-content/themes/custom/images/cloud_bcg.svg") !important;
}

.win-icon {
  background-image: url("/wp-content/themes/custom/images/win.svg") !important;
}
.win-icon:hover {
  background-image: url("/wp-content/themes/custom/images/win_bcg.svg") !important;
}

.apple-icon {
  background-image: url("/wp-content/themes/custom/images/apple.svg") !important;
}
.apple-icon:hover {
  background-image: url("/wp-content/themes/custom/images/apple_bcg.svg") !important;
}

.play-icon {
  background-image: url("/wp-content/themes/custom/images/play.svg") !important;
}
.play-icon:hover {
  background-image: url("/wp-content/themes/custom/images/play_bcg.svg") !important;
}

.newsPlate__item {
	width: 32%;
	display: flex;
}

@media (max-width 767px) {
	.newsPlate__item {
		width: 100%;
	}
}
.newsSingleHead {
  position: relative;
  z-index: 0;
}
.newsSingleHead:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.wpcf7-list-item {
	margin-left: 0 !important;
}


.wp-pagenavi {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
	margin-top: 40px;

}

.wp-pagenavi .current {
    width: 40px;
    background: #0E8AF0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-right: 7px;
    border: none;
    color: #fff;
}

.wp-pagenavi a, 
.extend {
    width: 40px;
    background: #2B2B2D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    margin-right: 7px;
    border: none;
    color: #fff;
	transition: 0.3s;

}

.wp-pagenavi a:hover {
/*     background: #024F8E; */
	color: #0E8AF0;
	transition: 0.3s;
}

.news__tags {
   margin: 15px 0;
   
}

.news__tags span {
	 display: inline-block;
	margin-right: 10px;
	padding: 5px 10px;
	 margin-top: 5px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
}

.news__desc {
	font-size: 16px;
	margin-top: 16px;
}


.terminal-control {
	display: none !important;
}

.news__tags-black span {
	border: 1px solid #000;
	color: #000;
}

.news__img {
	display: flex;
	height: 200px;
	overflow: hidden;
}

.news__img a {
	width: 100%;
}

.news__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
    transform: scale(1);
}
.news__img img:hover {
	transform: scale(1.1);
    transition: 0.4s;
	cursor: pointer;
}

.news-btn {
	position: absolute;
	bottom: 20px;
	max-width: 300px;
	width: 100%;
	display: block
}

@media (max-width: 991px) {
	.news-btn {
		position: inherit !important;
		bottom: auto !important;
		margin-bottom: 20px !important;
	}
}

.ta-head {
    background-image: url(../images/ta-head.jpg);
}


/* COOKIES */
	.cookie_notification {
		display: none;
		justify-content: space-between;
		align-items: flex-end;
		position: fixed;
		bottom: 40px;
    	right: 40px;
		width: 465px;
		padding: 32px 24px;
		gap: 20px;
		color: #FCFCFC;
		border-radius: 6px;
		background: #444B5B;
		z-index: 3;
	}
	.cookie_notification span {
		margin: 0;
		font-size: 14px;
		text-align: left;
		line-height: 18px;
	}
	.cookie_notification span a {
		color: #FCFCFC;
		text-decoration: underline;
	}
	.cookie_notification.show {
		display: flex !important;
		align-items: flex-start;
	}
	.cookie_accept {
		border: none;
		padding: 8px 32px;
		cursor: pointer;
		line-height: 20px;
		border-radius: 4px;
		background: #181818;
		color: #D9D9D9;
		transition: .2s;
	}
	.cookie_accept:hover {
		transition: all 0.3s;
		background-color: #FCFCFC;
		color: #181818;
	}
	@media (max-width: 768px) {
		.cookie_notification {
			flex-direction: column;
			width: -webkit-fill-available;
			margin: 20px;
			bottom: 0;
    		right: 0;
		}
		.cookie_notification .cookie_accept {
			width: -webkit-fill-available;
		}
	}
