@charset "UTF-8";
.b-about,
.b-about__section {
  position: relative;
}
*,
.b-about__section p {
  margin: 0;
  padding: 0;
}
.b-about,
.b-about__section img:not([class]) {
  width: 100%;
}
.b-container:after,
.b-footer:after,
.b-footer__app:after,
.b-footer__apple:after,
.b-footer__flex:after,
.b-form__row:after,
.l-container:after,
.l-container__row:after,
.languages__holder:after {
  clear: both;
}
* {
  font-family: lato, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: Stem;
  src: url(/fonts/Stem-Regular.ttf);
}
@font-face {
  font-family: Stem-Medium;
  src: url(/fonts/Stem-Medium.ttf);
}
@font-face {
  font-family: Stem-Medium;
  src: url(/fonts/Stem-Medium.ttf);
}
.b-about {
  max-width: 900px;
}
.b-about__section p + p {
  margin-top: 10px;
}
.b-about__section + .b-about__section {
  margin-top: 30px;
}
.b-about__section img {
  display: block;
}
.b-about__section--large + .b-about__section--large {
  margin-top: 80px;
}
.b-about__quote {
  position: absolute;
  top: 0;
  width: 270px;
  right: -30px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  font-size: 13px;
  line-height: 19px;
  color: #838383;
}
.b-about__quote a {
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
  text-decoration: none;
  color: #0061ff;
}
.b-about__quote a:hover {
  color: inherit;
}
.b-about__quote--right_position {
  right: -160px;
}
@media only screen and (min-width: 0) and (max-width: 1280px) {
  .b-about {
    max-width: 100%;
  }
  .b-about__quote {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 15px 0;
  }
}
.b-about__content,
.b-about__image,
.b-about__image-block,
.b-banner__box,
.b-banner__icon {
  position: relative;
}
.b-about__image {
  margin: 0 0 30px;
}
.b-about__bottom-gray {
  font-size: 13px;
  line-height: 19px;
  color: #838383;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #bbb;
}
.b-about__bottom-gray a {
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
  text-decoration: none;
  color: #0061ff;
}
.b-about__bottom-gray a:hover {
  color: inherit;
}
.b-banner {
  height: 768px;
  background: #000;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner {
    height: 815px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .b-banner {
    height: 720px;
  }
}
.b-banner__box {
  width: 100%;
  z-index: 2;
  height: 768px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 147px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 147px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-banner__box {
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  .b-banner__box {
    padding: 0;
  }
}
.b-banner__icon {
  display: inline-block;
  background: url(/img/btnBanner.png) no-repeat;
  width: 17px;
  height: 19px;
  margin-right: 10px;
  top: -2px;
  vertical-align: middle;
}
.b-banner__image,
.b-banner__tmp {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.b-banner__button {
  margin: 50px 19% 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .b-banner__button {
    margin: 50px 4% 100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .b-banner__button {
    margin: 50px 2% 100px;
  }
}
.b-banner__image {
  top: 0;
  background-size: cover;
  background-position: center;
}
.b-banner__tmp {
  top: 0;
  -webkit-transition: opacity 1s ease, visibility 0s ease 1s, -webkit-transform 1s ease;
  transition: opacity 1s ease, visibility 0s ease 1s, -webkit-transform 1s ease;
  transition: opacity 1s ease, visibility 0s ease 1s, transform 1s ease;
  transition: opacity 1s ease, visibility 0s ease 1s, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, visibility, transform;
}
.b-banner__tmp:not(.active) {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transform: scale(1.15) translate3d(0, 0, 0) rotate3d(0, 1, 0, 10deg) perspective(800px);
  transform: scale(1.15) translate3d(0, 0, 0) rotate3d(0, 1, 0, 10deg) perspective(800px);
}
.b-banner__tmp.active {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}
.b-banner__ul {
  bottom: 80px;
  z-index: 3;
  margin: 0;
  padding: 0;
  left: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
[lang=ar] .b-banner__ul {
  right: 23%;
  left: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .b-banner__ul {
    left: 10%;
  }
}
.b-banner__li {
  display: block;
  padding: 0 12px;
}
.b-banner__link {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #eef2f5;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b-banner__link:hover,
.mouse-active .b-banner__link:hover {
  opacity: .7;
}
.b-banner__link.active {
  cursor: default;
  opacity: 1;
}
.b-banner__text {
  color: #fff;
  font-family: Stem-Medium;
  font-size: 48px;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: .96px;
  max-width: 900px;
  text-align: left;
  margin: 0 19%;
}
.b-button,
.custom-select__placeholder {
  letter-spacing: .01em;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
[lang=ar] .b-banner__text {
  text-align: right;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .b-banner__text {
    margin: 147px 4% 0;
    max-width: 592px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .b-banner__ul {
    left: 14%;
  }
  .b-banner__text {
    margin: 112px 2% 0;
    max-width: 372px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .b-banner__ul {
    left: 50%;
    bottom: 40px;
  }
  .b-banner__text {
    text-align: center;
    max-width: 100%;
    margin-top: 112px;
  }
}
@media only screen and (min-width: 0) and (max-width: 1023px) {
  .b-banner__text {
    font-size: 23px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 0) and (max-width: 480px) {
  .b-banner__text {
    margin-left: 0;
    margin-right: 0;
  }
}
.topBannerOrange {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #f99f1d;
  opacity: .2;
  top: 0;
  left: calc(50% + 315px);
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  z-index: 1;
}
[lang=ar] .topBannerOrange {
  left: auto;
  right: calc(50% + 315px);
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .topBannerOrange {
    left: calc(50% + 172px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .topBannerOrange {
    left: calc(50% + 211px);
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .topBannerOrange {
    left: calc(50% + 195px);
  }
}
.b-button {
  position: relative;
  height: 50px;
  line-height: 52px;
  padding: 0 30px;
  font-family: Stem;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #2967a7;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-button {
    height: 39px;
    line-height: 40px;
    font-size: 15px;
  }
}
.b-button + .b-button {
  margin-left: 15px;
}
.b-video__content .b-button {
  margin-top: 15px;
}
.b-button:hover {
  background: #0061ff;
  outline: 0;
}
.b-button:focus {
  outline: 0;
}
.b-button--small {
  height: 39px;
  line-height: 39px;
  padding: 0 20px;
  font-size: 15px;
}
.b-button--reverse {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
}
.b-button--reverse:hover {
  border-color: rgba(255, 255, 255, 0);
}
.b-button--full {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-button--input {
    height: 50px;
    line-height: 52px;
    font-size: 17px;
  }
}
.b-button--c_blue {
  color: #2967a7;
  border: 1px solid #2967a7;
  background: rgba(255, 255, 255, 0);
}
.b-button--c_blue:hover {
  color: #fff;
  border-color: #0061ff;
}
.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox input {
  opacity: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
  height: 1px;
  width: 1px;
}
.checkbox input:checked + .checkbox__background {
  background: #00a14c !important;
}
.checkbox input:checked + .checkbox__background .checkbox__mark {
  opacity: 1;
}
.checkbox input:checked + .checkbox__background .checkbox__mark:after,
.checkbox input:checked + .checkbox__background .checkbox__mark:before {
  background: #fff !important;
}
.checkbox input.error + .checkbox__background {
  background: #e00;
}
.checkbox__label {
  display: block;
}
.checkbox--text {
  position: relative;
}
.checkbox--text .checkbox__label {
  position: relative;
  padding-left: 30px;
}
.checkbox--text .checkbox__background {
  position: absolute;
  left: 0;
  top: -1px;
}
.checkbox__background {
  height: 20px;
  display: block;
  width: 20px;
  background: #c1cacb;
  -webkit-transition: background .15s ease;
  transition: background .15s ease;
  position: relative;
  will-change: background;
  border-radius: 3px;
  overflow: hidden;
}
.checkbox__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity 0.15s ease;
}
.checkbox__mark:after,
.checkbox__mark:before {
  content: '';
  display: block;
  height: 2px;
  background: #c1cacb;
}
.checkbox__mark:before {
  width: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 4px 0 0 3px;
}
[lang=ar] .checkbox__mark:before {
  position: absolute;
  margin: 0;
  top: 5px;
  left: -2px;
}
.checkbox__mark:after {
  width: 5px;
  margin: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[lang=ar] .checkbox__mark:after {
  top: 5px;
  position: absolute;
}
.checkbox__text {
  color: #1f2e37;
  font-size: 13px;
  line-height: 19px;
  font-family: Stem, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.b-contacts__form {
  position: relative;
  width: 600px;
}
.b-content__image {
  position: absolute;
  top: 151px;
  left: 0;
  bottom: 549px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-contacts__form {
    width: 100%;
  }
  .b-content {
    padding: 120px 20px 55px;
  }
  .b-content__image {
    display: none;
  }
}
.custom-select {
  position: relative;
}
.custom-select__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 49px;
  pointer-events: none;
  background: #fff;
  border-radius: 0 0 3px 3px;
  display: none;
  overflow: hidden;
  z-index: 3;
  max-height: 170px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #c1cacb;
}
.custom-select.list-show .custom-select__list {
  display: block;
  pointer-events: auto;
}
.custom-select.list-show .custom-select__placeholder {
  background: #fff;
}
.custom-select__list-item {
  text-decoration: none;
  min-height: 46px;
  padding: 0 25px 0 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #33434d;
  background: inherit;
  will-change: background-color;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b-form__input,
.custom-select__placeholder {
  -webkit-transition: border-color 0.15s ease, color 0.15s ease;
}
.custom-select__list-item:hover {
  background: #fde2bb;
}
.custom-select__placeholder {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-overflow: ellipsis;
  border-radius: 4px;
  height: 46px;
  border: 1px solid transparent;
  color: #33434d;
  font-size: 15px;
  transition: border-color 0.15s ease, color 0.15s ease;
  padding: 0 20px;
  width: 100%;
  line-height: 45px;
  text-align: left;
  background: #eef2f5;
}
.custom-select__placeholder--h50 {
  height: 50px;
}
.custom-select__placeholder--image {
  padding-left: 40px;
  padding-right: 30px;
}
[lang=ar] .custom-select__placeholder--image {
  padding-left: 120px;
}
.custom-select__placeholder .icon-down {
  position: absolute;
  display: block;
  color: inherit;
  line-height: 1;
  right: 20px;
  font-size: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  pointer-events: none;
  background: url(/img/select.png) no-repeat;
  width: 7px;
  height: 11px;
}
.custom-select__image {
  position: absolute;
  left: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  -webkit-transition: -webkit-box-shadow 0.15s ease;
  transition: -webkit-box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease;
  transition: box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
[lang=ar] .custom-select__image {
  left: auto;
  right: 14px;
}
.custom-select__image img {
  display: block;
}
.custom-select__search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
[data-dropdown=holder] {
  cursor: pointer;
}
.form__input-holder .list-show .custom-select__search {
  display: block;
}
.formHorizon .pl15,
.formHorizonRegistrationOrange .pl15,
.formRegistration .pl15,
.mobile-form__form .pl15 {
  padding-left: 15px;
}
.b-default {
  background-color: #edf3f3;
  padding: 111px 0 0;
  font-family: lato, sans-serif;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-default {
    padding-top: 90px;
  }
}
.b-default__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #1f2e37;
}
.b-default__text a {
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
  color: #0061ff;
}
.b-default__text a:hover {
  color: inherit;
  outline: 0;
}
.b-default__text p {
  margin: 0;
  padding: 0;
}
.b-default__text p + p {
  margin-top: 10px;
}
.b-default__text b,
.b-default__text strong {
  font-family: Stem-Medium, sans-serif;
  font-weight: 500;
}
.b-default h1,
.b-default__title {
  margin: 0 0 50px;
  font-weight: 300;
  letter-spacing: .02em;
  line-height: 1.25;
  color: #1f2e37;
  text-align: center;
}
.b-default__title {
  font-size: 35px;
}
.b-default__title [lang=ar] {
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-default__title {
    font-size: 30px;
  }
}
.b-default h1 {
  font-size: 35px;
}
.b-default h1 [lang=ar] {
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-default h1 {
    font-size: 30px;
  }
}
.b-default h2 {
  margin: 0 0 75px;
  line-height: 1.25;
  color: #1f2e37;
  font-weight: 500;
  font-size: 38px;
  font-family: lato, sans-serif;
  text-align: center;
}
.error-block__text,
.error-block__title {
  font-family: Stem, sans-serif;
  color: #1f2e37;
}
.b-default .b-about h2:not([class]) {
  margin: 30px 0 20px;
}
.error-block {
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  will-change: background;
  -webkit-transition: background .15s ease, visibility 0s ease .15s;
  transition: background .15s ease, visibility 0s ease .15s;
  pointer-events: none;
  visibility: hidden;
  z-index: 20;
  display: none;
}
.error-block .loader-wrapper {
  z-index: 15;
  background: rgba(0, 0, 0, 0);
}
.error-block--showed {
  display: block;
}
.error-block--visible {
  pointer-events: auto;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.error-block--visible:not(.loader-wrapper) {
  background: rgba(0, 0, 0, 0.1);
}
.error-block--visible .error-block__content {
  opacity: 1;
}
.error-block__content {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s, -webkit-transform 0.25s ease;
  transition: transform .25s ease, opacity .25s;
  transition: transform 0.25s ease, opacity 0.25s, -webkit-transform 0.25s ease;
  will-change: transform;
}
.b-experience,
.error-block__information {
  position: relative;
}
.error-block__title {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1;
}
.error-block__text {
  font-size: 15px;
  font-weight: 300;
  display: block;
  line-height: 19px;
  margin: 15px 0 0;
}
.b-experience {
  background: #ecf2f3;
  z-index: 2;
}
.b-experience__box {
  margin: 0 -15px 80px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.b-experience__img {
  display: inline-block;
  min-height: 82px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .error-block__content {
    width: 90%;
  }
  .b-experience__box {
    margin-bottom: 45px;
  }
  .b-experience__img {
    height: 75px;
    min-height: 75px;
  }
}
.b-experience__tmp {
  width: 265px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-experience__tmp {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0;
    position: relative;
  }
  .b-experience__tmp:nth-child(1n+3) {
    margin-top: 35px;
  }
}
.b-experience__title {
  color: #1f2e37;
  font-family: Stem-Medium;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  display: block;
  width: 100%;
  margin-top: 25px;
  height: 65px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-experience__title {
    margin-top: 10px;
    font-size: 15px;
    height: auto;
    line-height: 19px;
  }
}
.b-experience__text {
  color: #1f2e37;
  font-family: Stem;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-experience__text {
    font-size: 11px;
    line-height: 16px;
    margin-top: 14px;
  }
}
.b-footer__link,
.b-footer__mail,
.b-footer__phone-link,
.b-footer__skype {
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  font-family: Stem;
}
.b-experience__try {
  margin-top: 60px;
}
.b-footer__line {
  border-bottom: 1px solid #bbb;
  padding: 37px 0;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-footer__line {
    padding: 25px 0;
  }
}
.b-footer__line--last {
  border: none;
}
.b-footer__phone-block {
  background: url(/img/call.png) no-repeat;
  float: left;
  padding-left: 32px;
  background-position-y: 7px;
  width: 278px;
  margin-right: 30px;
}
.b-footer__phone-link {
  color: #1f2e37;
  line-height: 29px;
  display: block;
  -webkit-transition: color .15s ease;
  transition: color 0.15s ease;
}
.b-footer__phone-link:hover {
  color: #0061ff;
}
.b-footer__message-block {
  float: left;
  width: 206px;
}
.b-footer__mail,
.b-footer__skype {
  line-height: 29px;
  padding-left: 35px;
}
.b-footer__mail {
  background: url(/img/mail.png) 1px no-repeat;
  color: #1f2e37;
}
.b-footer__mail:hover {
  color: #0061ff;
}
.b-footer__skype {
  background: url(/img/skype.png) 1px no-repeat;
  color: #1f2e37;
  margin-top: 30px;
}
.b-footer__skype:hover {
  color: #0061ff;
}
.b-footer__app {
  float: right;
  width: 50%;
}
.b-footer__app:after,
.b-footer__app:before {
  content: "";
  display: table;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-footer__app {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
.b-footer__apple {
  background: url(/img/appStore.png) no-repeat;
  width: 118px;
  height: 33px;
  float: left;
  display: block;
  text-decoration: none;
  margin-right: 36px;
}
.b-footer__apple:after,
.b-footer__apple:before {
  content: "";
  display: table;
}
.b-footer__google {
  background: url(/img/googlePlay.png) no-repeat;
  width: 133px;
  height: 33px;
  float: left;
  display: block;
  text-decoration: none;
}
.b-footer__warning {
  color: #79888a;
  font-family: Stem;
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  margin-top: 27px;
  float: left;
}
.b-footer__menu,
.b-footer__pay-box {
  display: -webkit-box;
  display: -ms-flexbox;
}
.b-footer__pay-box {
  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;
}
.b-footer__pay-tmp {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-footer__pay-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .b-footer__pay-tmp:nth-child(1n+3) {
    margin-top: 20px;
  }
}
.b-footer__sub-text {
  color: #1f2e37;
  font-family: Stem;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  display: block;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-footer__sub-text {
    font-size: 11px;
    line-height: 1.3;
    margin-top: 35px;
  }
}
.b-footer__social-box {
  margin-top: 36px;
  text-align: center;
}
.b-footer__social-tmp {
  display: inline-block;
  margin: 0 20px;
}
.b-footer:after,
.b-footer:before,
.b-footer__flex:after,
.b-footer__flex:before {
  display: table;
  content: "";
}
.b-footer {
  background-color: #d7d7d7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 549px;
}
.b-footer__link {
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
  color: #1f2e37;
  line-height: 22px;
  text-decoration: none;
  text-transform: none;
}
.b-header-menu__link,
.b-login__link,
.languages-list__title:first-letter,
.languages__title:first-letter {
  text-transform: uppercase;
}
.b-footer__link:hover {
  color: #0061ff;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-footer {
    height: auto;
    position: relative;
  }
  .b-footer__link {
    font-size: 13px;
  }
  .b-footer__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.b-footer__menu {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-footer__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    min-width: 100%;
    margin: 0 -10px;
  }
}
.b-footer__li {
  position: relative;
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
  .b-footer__li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .b-footer__li:nth-child(1n+3) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 500px) {
  .b-footer__li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .b-footer__li + .b-footer__li {
    margin-top: 10px;
  }
}
.b-footer__contacts {
  position: relative;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
}
.b-footer__contacts .mail-image img,
.b-footer__contacts .phone-image img,
.b-footer__contacts .skype-image img {
  display: block;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-footer__contacts {
    width: 100%;
    max-width: 100%;
    float: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 0;
  }
}
.b-footer__contacts--full {
  float: none;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b-footer__contacts .phone-image {
  position: absolute;
  top: -1px;
  left: 0;
}
.b-footer__contacts .mail-image {
  position: absolute;
  top: 2px;
  left: 0;
}
.b-footer__contacts .skype-image {
  position: absolute;
  top: -2px;
  left: 0;
}
.b-footer__contacts .link-image {
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.b-footer__contacts-link,
.b-form,
.b-form__input-holder {
  position: relative;
}
.b-footer__contacts-row + .b-footer__contacts-row {
  margin-top: 8px;
}
.b-footer__contacts-item {
  position: relative;
  padding-left: 33px;
}
.b-footer__contacts-item + .b-footer__contacts-item {
  margin-left: 30px;
}
.b-footer__contacts-link {
  color: #1f2e37;
  font-size: 15px;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
  line-height: 1.25;
  font-family: Stem;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.b-form__label,
.b-form__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.25;
}
.b-form__link,
.b-header-menu__link {
  -webkit-transition: color .15s ease;
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-footer__contacts-row + .b-footer__contacts-row {
    margin-top: 15px;
  }
  .b-footer__contacts-item + .b-footer__contacts-item {
    margin: 15px 0 0;
  }
  .b-footer__contacts-link {
    font-size: 13px;
    display: block;
  }
}
.b-footer__contacts-link:hover {
  color: #0061ff;
}
.b-form__label {
  color: #1f2e37;
  font-family: Stem, sans-serif;
  display: block;
  margin-bottom: 8px;
}
.b-form__link {
  color: #2967a7;
  transition: color .15s ease;
  margin-bottom: 10px;
  display: inline-block;
}
.b-form__input,
.b-form__textarea {
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: .01em;
  width: 100%;
  font-weight: 400;
  font-family: Stem, sans-serif;
}
.b-form__link:hover {
  color: #1f2e37;
}
.b-form__input {
  height: 50px;
  border: 1px solid #c1cacb;
  color: #1f2e37;
  transition: border-color 0.15s ease, color 0.15s ease;
  padding: 0 20px;
}
.b-form__input.error {
  border-color: red;
}
.b-form__input--icon {
  padding-left: 50px;
}
.b-form__input::-webkit-input-placeholder {
  color: #c1cacb;
  opacity: 1;
}
.b-form__input:-moz-placeholder {
  color: #c1cacb;
  opacity: 1;
}
.b-form__input::-moz-placeholder {
  color: #c1cacb;
  opacity: 1;
}
.b-form__input:-ms-input-placeholder {
  color: #c1cacb;
  opacity: 1;
}
.b-form__input:active,
.b-form__input:focus {
  outline: 0;
  color: #1f2e37;
  border-color: #2967a7;
}
.b-form__input:active::-webkit-input-placeholder,
.b-form__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.b-form__input:active:-moz-placeholder,
.b-form__input:focus:-moz-placeholder {
  color: transparent;
}
.b-form__input:active::-moz-placeholder,
.b-form__input:focus::-moz-placeholder {
  color: transparent;
}
.b-form__input:active:-ms-input-placeholder,
.b-form__input:focus:-ms-input-placeholder {
  color: transparent;
}
.b-form__textarea {
  height: 210px;
  resize: vertical;
  overflwo: hidden;
  border: 1px solid #c1cacb;
  color: #1f2e37;
  -webkit-transition: border-color 0.15s ease, color 0.15s ease;
  transition: border-color 0.15s ease, color 0.15s ease;
  padding: 15px 20px;
}
.b-form__textarea.error {
  border-color: red;
}
.b-form__textarea--icon {
  padding-left: 50px;
}
.b-form__textarea::-webkit-input-placeholder {
  color: #c1cacb;
  opacity: 1;
}
.b-form__textarea:-moz-placeholder {
  color: #c1cacb;
  opacity: 1;
}
.b-form__textarea::-moz-placeholder {
  color: #c1cacb;
  opacity: 1;
}
.b-form__textarea:-ms-input-placeholder {
  color: #c1cacb;
  opacity: 1;
}
.b-form__textarea:active,
.b-form__textarea:focus {
  outline: 0;
  color: #1f2e37;
  border-color: #2967a7;
}
.b-form__textarea:active::-webkit-input-placeholder,
.b-form__textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.b-form__textarea:active:-moz-placeholder,
.b-form__textarea:focus:-moz-placeholder {
  color: transparent;
}
.b-form__textarea:active::-moz-placeholder,
.b-form__textarea:focus::-moz-placeholder {
  color: transparent;
}
.b-form__textarea:active:-ms-input-placeholder,
.b-form__textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.b-form__icon {
  position: absolute;
  display: block;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.b-form__holder,
.b-form__row,
.l-container,
.l-container__col,
.l-container__row {
  position: relative;
}
.b-form__row {
  margin: 0 -12px;
}
.b-form__row:after,
.b-form__row:before {
  content: "";
  display: table;
}
.b-form__row + .b-form__row {
  margin-top: 40px;
}
.b-form__row--flex_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-container:after,
.l-container:before,
.l-container__row:after,
.l-container__row:before {
  content: "";
  display: table;
}
.l-container__row {
  margin: 0 -12px;
}
.l-container__col {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
}
.l-container__col--x2 {
  width: 50%;
}
.b-index-types,
.hint,
.l-container__col--full {
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 540px) {
  .l-container__col--x2 {
    width: 100%;
  }
  .l-container__col--x2 + .l-container__col--x2 {
    margin-top: 40px;
  }
}
.b-hidden-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 0;
  z-index: 5;
  border-bottom: 1px solid #d7d7d7;
}
.hint,
.hint:after {
  position: absolute;
  top: 50%;
  pointer-events: none;
}
.hint--left:after,
.hint--right:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.hint {
  opacity: .3;
  background: #c1cacb;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease, visibility 0s ease 0.15s, -webkit-transform 0.15s ease;
  transition: opacity 0.15s ease, visibility 0s ease 0.15s, -webkit-transform 0.15s ease;
  transition: transform .15s ease, opacity .15s ease, visibility 0s ease .15s;
  transition: transform 0.15s ease, opacity 0.15s ease, visibility 0s ease 0.15s, -webkit-transform 0.15s ease;
  visibility: hidden;
  max-width: 300px;
}
.hint:after {
  display: block;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hint--left {
  left: 100%;
  -webkit-transform: translateY(-50%) scaleY(0.005) translateX(13px);
  transform: translateY(-50%) scaleY(0.005) translateX(13px);
}
.error .hint--left {
  -webkit-transform: translateY(-50%) translateX(13px) scaleY(1);
  transform: translateY(-50%) translateX(13px) scaleY(1);
}
.hint--left:after {
  left: -8px;
  border-right: 8px solid #c1cacb;
}
.hint--right {
  right: 100%;
  -webkit-transform: translateY(-50%) scaleY(0.005) translateX(-13px);
  transform: translateY(-50%) scaleY(0.005) translateX(-13px);
}
.error .hint--right {
  -webkit-transform: translateY(-50%) translateX(-13px) scaleY(1);
  transform: translateY(-50%) translateX(-13px) scaleY(1);
}
.hint--right:after {
  right: -8px;
  border-left: 8px solid #c1cacb;
}
.hint--top {
  left: 50%;
  -webkit-transform: translateY(0) scaleY(0.2) translateX(-50%);
  transform: translateY(0) scaleY(0.2) translateX(-50%);
  text-align: center;
}
.error .hint--top {
  -webkit-transform: translateY(-100%) scaleY(1) translateX(-50%);
  transform: translateY(-100%) scaleY(1) translateX(-50%);
}
.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: auto;
  left: 50%;
  bottom: -8px;
  border-top: 8px solid #c1cacb;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.error .hint {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
.hint__text {
  display: block;
  color: #1f2e37;
  font-size: 12px;
  pointer-events: none;
  font-weight: 400;
  padding: 5px 15px;
}
.hint__text span {
  padding-right: 5px;
}
.b-index-types {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1175px;
  margin: -15px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -1px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-index-types__item {
  width: 245px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 245px;
  flex: 0 0 245px;
  height: 178px;
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 14px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 38px;
  text-decoration: none;
  margin: 15px;
}
.b-index-types__image:after,
.b-index-types__image:before {
  display: block;
  border-radius: 3px;
  content: '';
}
.mobile-menu__list,
.mobile-menu__list .b-header-menu__li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.b-index-types__item:hover .b-button {
  color: #fff;
  border-color: #0061ff;
  background: #0061ff;
}
.b-index-types__item:hover .b-index-types__image,
.b-index-types__item:hover .b-index-types__image-overlay:before {
  background: #2967a7;
}
.b-index-types__item:hover svg .cls-1 {
  stroke: #fff;
}
.b-index-types__item:hover .b-index-types__image:before {
  border-color: #2967a7;
}
.b-index-types__item:hover .b-index-types__image-overlay {
  background: #2967a7;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.b-index-types__image {
  position: relative;
  height: 82px;
  width: 82px;
  background-color: #ecf2f3;
  border-radius: 3px;
  margin: 0 0 22px;
  -webkit-transition: background .2s ease;
  transition: background 0.2s ease;
}
.b-index-types__image:after {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #ffffff;
}
.b-index-types__image:before {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  border: 2px solid #ecf2f3;
}
.b-index-types__image-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  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;
}
.b-index-types__image-svg svg {
  height: 36px;
  width: 36px;
  display: block;
  position: relative;
}
.b-index-types__image-svg svg .cls-1 {
  -webkit-transition: stroke .2s ease;
  transition: stroke .2s ease;
  stroke: #739297;
}
.b-index-types__image-overlay {
  position: absolute;
  background-color: #ecf2f3;
  top: 6px;
  left: 6px;
  border-radius: 3px;
  bottom: 6px;
  right: 6px;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, -webkit-transform 0.2s ease;
  transition: background .2s ease, transform .2s ease;
  transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.b-index-types__image-overlay:after {
  content: '';
  display: block;
  border-radius: 3px;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid #ffffff;
}
.b-index-types__image-overlay:before {
  content: '';
  display: block;
  border-radius: 3px;
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  z-index: 2;
  background: #ecf2f3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background .2s ease;
  transition: background 0.2s ease;
}
.b-info,
.b-info__content,
.b-info__title,
.languages,
.languages__holder {
  position: relative;
}
.b-video {
  -webkit-box-shadow: inset 0 -2px 18px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 18px rgba(0, 0, 0, 0.1);
}
.b-info {
  font-family: Stem, sans-serif;
  border-left: 1px solid #d7d7d7;
  padding: 0 0 0 30px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-info {
    border: none;
    padding: 0;
  }
}
.b-info__image img {
  display: block;
}
.b-info__title {
  font-weight: 500;
  font-size: 19px;
  line-height: 25px;
  color: #1f2e37;
  margin: 19px 0;
}
.b-info__text {
  color: #1f2e37;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 20px;
}
.b-info__text strong {
  font-size: 15px;
  font-weight: 700;
}
.b-info__text p {
  margin: 0;
  padding: 0;
}
.b-info__text p + p {
  margin-top: 10px;
}
.b-info__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-info__images img {
  display: block;
}
.b-info__images img + img {
  margin-left: 12px;
}
.b-info__gray-text {
  position: relative;
  color: #79888a;
  line-height: 17px;
  font-size: 11px;
  font-weight: 400;
  margin: 12px 0 0;
}
.b-login__link,
.languages-list__title,
.languages__title {
  color: #1f2e37;
  font-size: 15px;
}
.languages {
  width: 100px;
}
.languages__holder {
  height: 41px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
  width: 100%;
  padding: 0 30px 0 15px;
  line-height: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
[lang=ar] .languages__holder {
  padding: 0 30px 0 5px;
}
.languages__holder:after,
.languages__holder:before {
  content: "";
  display: table;
}
.languages__holder .icon-down {
  position: absolute;
  display: block;
  background: url(/img/select.png) no-repeat;
  width: 10px;
  height: 15px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.languages__holder img {
  position: relative;
  display: block;
  top: -1px;
}
.languages__title {
  font-weight: 400;
  display: block;
  padding-left: 10px;
}
[lang=ar] .languages__title {
  padding-right: 10px;
}
.languages-list {
  border: 1px solid #e3e3e3;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  display: none;
  position: absolute;
  width: 100%;
  top: 40px;
  background: #fff;
  padding-bottom: 5px;
  z-index: 15;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.languages.list-show .languages-list {
  display: block;
}
.languages-list__item {
  position: relative;
  top: 3px;
}
.languages-list__item:hover {
  background: #fde2bb;
}
.languages-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  color: #1f2e37;
  font-weight: 400;
  text-decoration: none;
  outline: 0;
  letter-spacing: .03em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 15px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[lang=ar] .languages-list__link {
  padding: 0 30px 0 5px;
}
.languages-list__link img {
  display: block;
}
.languages-list__title {
  font-weight: 400;
  display: block;
  padding-left: 10px;
}
.b-header-menu,
.b-login__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  list-style: none;
}
[lang=ar] .languages-list__title {
  padding-right: 10px;
}
.b-login {
  position: relative;
}
.b-login__menu {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
}
.b-login__li + .b-login__li {
  margin-left: 45px;
}
.b-login__link {
  letter-spacing: .05em;
  font-family: Stem;
  font-weight: 500;
  line-height: 1.25;
  -webkit-transition: color .2s ease, border .2s ease;
  transition: color .2s ease, border .2s ease;
  border-bottom: 5px solid transparent;
  padding: 0 0 10px;
  display: block;
  text-decoration: none;
}
span.b-login__link {
  color: #b2b2b2;
  cursor: default;
  border-bottom: 5px solid #2967a7;
}
a.b-login__link:hover {
  color: #0061ff;
}
.b-login__form {
  padding-top: 35px;
}
.b-login__form--bordered {
  border-top: 1px solid #d7d7d7;
}
.b-header-menu {
  text-align: center;
  font-size: 0;
  display: flex;
  margin: 20px 0 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.b-header-menu--small,
.menu-holder {
  display: -webkit-box;
  display: -ms-flexbox;
}
.b-header-menu--small {
  margin: 0;
  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-width: 580px;
}
.b-header-menu--small .b-header-menu__link {
  font-size: 13px;
  font-weight: 400;
}
.b-header-menu--small .b-header-menu__li {
  margin: 0;
}
.b-header-menu--small .b-header-menu__li:not(:nth-child(1)) {
  padding: 15px 15px 13px;
}
.b-header-menu--small .b-header-menu__li:nth-child(1) .b-header-menu__link {
  min-width: 120px;
  padding: 15px 15px 13px;
}
[lang=ru] .b-header-menu--small .b-header-menu__li:nth-child(1) .b-header-menu__link {
  min-width: 140px;
}
.b-header-menu__li {
  position: relative;
  margin: 0 15px;
}
.b-header-menu__li:hover .b-header-submenu {
  display: block;
}
.b-header-menu__li:not(:nth-child(1)) {
  padding: 17px 20px 20px;
}
.b-header-menu__li:nth-child(1) .b-header-menu__link {
  min-width: 155px;
  padding: 17px 20px 20px;
}
.b-header-menu__link {
  position: relative;
  display: block;
  color: #1f2e37;
  letter-spacing: .9px;
  font-family: lato, sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 15px;
  line-height: 1;
  z-index: 3;
  transition: color .15s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-header-menu__link:hover {
  color: #0061ff;
}
.menu-holder {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-holder__section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 0) and (max-width: 1200px) {
  .b-hidden-menu .menu-holder__section:nth-child(1) {
    display: none;
  }
}
.mobile-menu {
  position: absolute;
  top: 0 width 100%;
  background: #fff;
  min-height: 74px;
  width: 100%;
  left: 0;
  z-index: 7;
  -webkit-box-shadow: 0 0 6px #d7d7d7;
  box-shadow: 0 0 6px #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.mobile-menu__image {
  display: block;
  width: 160px;
}
.mobile-menu__logo {
  display: block;
  position: absolute;
  left: 20px;
  z-index: 2;
  top: 23px;
  width: 120px;
}
.mobile-menu__hidden {
  position: relative;
  z-index: 1;
  display: none;
}
.header--c_blue .mobile-menu__hidden {
  display: block;
}
.mobile-menu__buttons {
  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;
}
.mobile-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mobile-menu__list .b-header-menu__li {
  max-width: 45%;
  width: 45%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-platform__item,
.b-trander__box-item,
.b-trander__col {
  -webkit-box-orient: vertical;
}
.mobile-menu__list .b-header-menu__li:nth-child(1n+3) {
  margin-top: 25px;
}
.mobile-menu__list .b-header-submenu {
  display: block;
  position: relative;
  padding: 0;
  margin: 10px 0 0;
  border-radius: 0;
  background: 0 0;
  z-index: 2;
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
  border: none;
}
.mobile-menu__list .b-header-submenu__link {
  padding: 5px 0;
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
.mobile-menu__list .b-header-submenu__li + .b-header-submenu__li {
  margin-top: 5px;
}
.mobile-menu__list .b-header-menu__li:nth-child(1) .b-header-menu__link {
  padding: 0;
  min-width: 0;
}
.mobile-menu__languages {
  position: absolute;
  z-index: 3;
  right: 80px;
  top: 18px;
  width: 100%;
}
.b-registration {
  position: relative;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin: 65px auto 135px;
  width: 910px;
  background: #fff;
  padding: 45px 0 50px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-registration {
    max-width: 910px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 35px 0 40px;
  }
}
.b-registration--small {
  width: 677px;
}
.b-registration__title {
  position: relative;
  font-family: Stem;
  font-size: 31px;
  letter-spacing: .025em;
  font-weight: 500;
  line-height: 1;
  color: #1f2e37;
  margin: 0 0 35px;
}
.b-registration__content {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-registration__info,
.b-trander__box {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-registration--small {
    max-width: 677px;
    width: 100%;
  }
  .b-registration__title {
    font-size: 25px;
    line-height: 1.3;
  }
  .b-registration__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 25px;
  }
}
.b-platform__item,
.b-trander__box-item,
.b-trander__col,
.hamburger {
  -webkit-box-direction: normal;
}
.b-registration__content--bordered {
  border-bottom: 1px solid #d7d7d7;
}
.b-registration__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 596px;
  flex: 0 0 596px;
  width: 596px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-registration__form {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.b-registration__form--small {
  width: 300px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  margin: 0 auto;
}
.b-registration__info {
  position: relative;
  padding: 24px 0 0;
  margin: 0 0 0 25px;
  min-height: 100%;
  display: flex;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-registration__info {
    min-height: auto;
    margin: 0 0 40px;
    padding: 0;
  }
}
.b-registration__gray-title {
  color: #838383;
  font-family: Stem;
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 25px;
  padding: 0 40px;
}
.spinner__holder {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.spinner {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  position: absolute;
}
.cube1,
.cube2 {
  background-color: #f99f1d;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 2s infinite ease-in-out;
  animation: sk-cubemove 2s infinite ease-in-out;
}
.cube2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.b-header-submenu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 45px 0 5px;
  background: #fff;
  margin: 0;
}
.b-header-submenu__li {
  position: relative;
}
.b-header-submenu__link {
  position: relative;
  display: block;
  color: #1f2e37;
  letter-spacing: .01em;
  font-family: Stem, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 10px 20px;
}
.b-header-menu--small .b-header-submenu__link {
  padding: 10px 15px;
}
.b-header-submenu__link:hover {
  color: #0061ff;
}
.b-trander__box {
  position: relative;
  display: flex;
  margin: 50px -15px 0;
  height: 598px;
}
.b-trander__box-item,
.b-trander__row {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-trander__box {
    height: auto;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.b-trander__box-item {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.b-trander__tmp-box {
  max-height: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 30px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-trander__box-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
  .b-trander__tmp-box {
    height: auto;
    max-height: 100%;
    width: 100%;
    left: 0;
    text-align: center;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0;
  }
}
.b-trander__row {
  position: relative;
  display: flex;
  margin: 0 -15px;
}
.b-trander__row--half {
  height: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.b-trander__col,
.b-video__tmp {
  -webkit-box-sizing: border-box;
}
.b-trander__row--half:nth-child(1) {
  padding-bottom: 15px;
}
.b-trander__row--half:nth-child(2) {
  padding-top: 15px;
}
.b-trander__row--full {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.b-trander__col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
}
.b-trander__col--half {
  width: 50%;
}
.b-trander__col--full {
  width: 100%;
}
.b-trander__item {
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.b-trander__item .b-button--reverse {
  -webkit-transition: background .35s ease, border .35s ease;
  transition: background 0.35s ease, border 0.35s ease;
}
a.b-trander__item:hover {
  -webkit-box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.48);
  box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.48);
}
a.b-trander__item:hover .b-button--reverse {
  background: #0061ff;
  border: 1px solid #0061ff;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-trander__item {
    height: 140px;
  }
}
.b-trander__item-image,
div.b-trander__item:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
div.b-trander__item:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.4);
}
.b-trander__item-image {
  background-size: cover;
  background-position: center;
}
.b-news__box,
.b-news__pages ul li,
.b-platform,
.b-video__box,
.b-video__content,
.b-video__text,
.b-video__tmp {
  position: relative;
}
.b-trander__title {
  font-family: lato, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  width: 100%;
  margin-bottom: 25px;
}
.b-news__tmp-title,
.b-video__text {
  font-family: Stem-Medium;
  font-size: 19px;
  line-height: 25px;
}
@media (max-width: 1000px) {
  .desktop-view {
    display: block;
  }
}
@media (max-width: 1000px) and (min-width: 200px) {
  .desktop-view {
    display: none;
  }
}
@media (min-width: 200px) {
  .mobile-view {
    display: none;
  }
}
@media (min-width: 200px) and (max-width: 1000px) {
  .mobile-view {
    display: block;
  }
}
@media (max-width: 1000px) {
  .desktop-view_link {
    display: block;
  }
}
@media (max-width: 1000px) and (min-width: 200px) {
  .desktop-view_link {
    display: none;
  }
}
@media (min-width: 200px) {
  .mobile-view_link {
    display: none;
  }
}
@media (min-width: 200px) and (max-width: 1000px) {
  .mobile-view_link {
    display: block;
  }
}
.b-video__box,
.b-video__section {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
}
.b-index-types {
  text-align: center;
}
.b-video {
  background: #fff;
  padding: 25px 0;
}
.b-video__box {
  display: flex;
  overflow: hidden;
}
.b-video__section {
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.b-video__tmp {
  max-width: 50%;
  box-sizing: border-box;
  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;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-trander__title {
    margin-bottom: 0;
  }
  .b-video__tmp {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .b-video__tmp + .b-video__tmp {
    display: none;
  }
}
.b-video__img {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 192px;
  flex: 0 0 192px;
}
.b-video__image {
  width: 192px;
  display: block;
}
.b-video__content {
  display: block;
  padding-left: 40px;
}
.b-video__text {
  color: #1f2e37;
  font-weight: 500;
  margin: 0;
}
.b-news {
  padding-bottom: 90px;
  padding-top: 77px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-news {
    padding-top: 90px;
  }
}
.b-news__box {
  max-width: 920px;
}
.b-news__box a {
  display: block;
  padding: 18px 10px;
  background: 0 0;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  text-decoration: none;
}
.b-news__pages ul,
.b-platform {
  display: -webkit-box;
  display: -ms-flexbox;
}
.b-news__box a:hover {
  background: rgba(247, 250, 250, 0.7);
}
.b-news__box a:hover .b-news__tmp-title {
  color: #2967a7;
}
.b-news__box a:hover .b-news__text {
  color: #11171e;
}
.b-news__tmp-title {
  color: #1f2e37;
  font-weight: 400;
  margin: 22px 0;
  -webkit-transition: color .25s ease;
  transition: color 0.25s ease;
}
.b-news__text {
  font-size: 15px;
  line-height: 24px;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  margin-bottom: 10px;
  color: #1f2e37;
}
.b-news__pages {
  margin: 30px 0 0;
}
.b-news__pages ul {
  list-style: none;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-news__pages ul li,
.b-news__pages ul li a {
  color: #838383;
  font-family: Stem;
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.b-news__pages ul li {
  padding: 0 10px;
  line-height: 19px;
}
.b-news__pages ul li a {
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 100%;
  text-decoration: none;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.b-news__pages ul li a.current,
.b-news__pages ul li a[current] {
  background-color: #f99f1d;
  color: #fff;
  cursor: default;
}
.b-news__pages ul li a:hover:not(.prev):not(.next) {
  background-color: #2967a7;
  color: #fff;
}
.b-news__pages ul li a.prev {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAA30lEQVQoU42SL28CQRDF3+wdAoO5D4OmQRWDICtwFZc1V01ST4JGzO6llbimQWLRVQgsHwCBwFSQ3C6B3JJty58d+fLLzLw3Q7hTZVm2rbXvSZIM6BantX4CMAfQIqLVVZCZe0T0CaAJYGOt7fwDtdYSwAxAA8A6TdNunufbXyAzvxDRBwAB4LuqqueiKHan9S6gMebVOTetd14KIfpKqb33cAaZ+Y2IxrW4EEIMlFI/oVEyxkycc6Na/MqybCilPPxNIx6MHu1HRJnxcFQ8Ho4KPOj8+IRB58dP4eHwzY7EV27fJHOR8AAAAABJRU5ErkJggg==) center no-repeat;
}
.b-news__pages ul li a.prev:hover {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAA6ElEQVQoU2PUSF2hxsjEsIbx///Ua7MiTzLgAIya6SvOMzD8N2BgYPjExPg/8OqMqH3Y1DLqZC2X/fuXYT8DA4MyAwPDd4b/DKHXZ0VuRVfMCBLQSVkm/peZcQ+IycDA8JuR8X/MtRlRq5AVgxWCgEb2QmHGP2zbGBgYzBgYGP4xMjCmXJsZMR8mD1cIElBKW8XPzvh3AwMDgwOIz8jwP+/azKjJEDYaME7bzPWN6csahv8MnmAF/xmqr82KbMNQCJLUDl3F9l/w37L/jP+DoeZ0kq+QKKuJ8gxRwUNUgBMdhUQnCmKTGQDQ6XuPqYaVDAAAAABJRU5ErkJggg==) center no-repeat;
}
.b-news__pages ul li a.next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAA30lEQVQoU42SL28CQRDF3+wdAoO5D4OmQRWDICtwFZc1V01ST4JGzO6llbimQWLRVQgsHwCBwFSQ3C6B3JJty58d+fLLzLw3Q7hTZVm2rbXvSZIM6BantX4CMAfQIqLVVZCZe0T0CaAJYGOt7fwDtdYSwAxAA8A6TdNunufbXyAzvxDRBwAB4LuqqueiKHan9S6gMebVOTetd14KIfpKqb33cAaZ+Y2IxrW4EEIMlFI/oVEyxkycc6Na/MqybCilPPxNIx6MHu1HRJnxcFQ8Ho4KPOj8+IRB58dP4eHwzY7EV27fJHOR8AAAAABJRU5ErkJggg==) center no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.b-news__pages ul li a.next:hover {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAA6ElEQVQoU2PUSF2hxsjEsIbx///Ua7MiTzLgAIya6SvOMzD8N2BgYPjExPg/8OqMqH3Y1DLqZC2X/fuXYT8DA4MyAwPDd4b/DKHXZ0VuRVfMCBLQSVkm/peZcQ+IycDA8JuR8X/MtRlRq5AVgxWCgEb2QmHGP2zbGBgYzBgYGP4xMjCmXJsZMR8mD1cIElBKW8XPzvh3AwMDgwOIz8jwP+/azKjJEDYaME7bzPWN6csahv8MnmAF/xmqr82KbMNQCJLUDl3F9l/w37L/jP+DoeZ0kq+QKKuJ8gxRwUNUgBMdhUQnCmKTGQDQ6XuPqYaVDAAAAABJRU5ErkJggg==) center no-repeat;
}
.b-platform {
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-platform {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -25px;
    width: auto;
  }
}
.b-platform__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  -webkit-transition: background .15s ease;
  transition: background .15s ease;
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-platform__item {
    height: auto;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .b-platform__item + .b-platform__item {
    border-top: 1px solid #d7d7d7;
  }
  .b-platform__item--separator {
    display: none;
  }
}
.b-platform__item:hover:not(.disabled) {
  background: #e5edf0;
}
.b-platform__item:hover:not(.disabled) .b-platform__item-icon svg path,
.b-platform__item:hover:not(.disabled) .b-platform__item-icon svg rect {
  fill: #2667a7;
}
.b-platform__item:hover:not(.disabled) .b-platform__item-text {
  color: #6d93bd;
}
.b-platform__item--separator {
  width: 1px;
  padding: 0;
  background-color: #d7d7d7;
}
.b-platform__item-icon {
  position: relative;
  margin-bottom: 35px;
}
.b-platform__item-icon svg {
  height: 33px;
  display: block;
}
.b-platform__item-icon svg path,
.b-platform__item-icon svg rect {
  -webkit-transition: fill .15s ease;
  transition: fill .15s ease;
  fill: #2667a7;
}
.disabled .b-platform__item-icon svg path,
.disabled .b-platform__item-icon svg rect {
  fill: #bcc3c4;
}
.b-platform__item-text {
  font-family: Stem, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  -webkit-transition: color .15s ease;
  transition: color .15s ease;
  color: #1f2e37;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-platform__item-icon {
    margin-bottom: 0;
  }
  .b-platform__item-text {
    padding: 0 10px;
  }
}
.disabled .b-platform__item-text {
  color: #cbd1d1;
}
.aboutCompany {
  background-color: #eef2f5;
}
.wrapperAboutCompany {
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 40px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperAboutCompany {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .wrapperAboutCompany {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperAboutCompany {
    padding: 0 20px;
  }
  .leftAboutCompany {
    margin-top: 18px;
  }
}
.wrapperAboutCompany__bottom {
  padding-bottom: 85px;
}
.leftAboutCompany {
  max-width: 940px;
}
.imgAboutCompany,
.wrapperAccountTypes {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
}
.imgAboutCompany {
  padding: 29px 0 26px;
  width: 1262px;
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .imgAboutCompany {
    width: 100%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1262px) {
  .imgAboutCompany img {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 500px) {
  .imgAboutCompany {
    height: 373px;
    overflow: hidden;
    position: relative;
  }
  .imgAboutCompany img {
    position: absolute;
    top: 26px;
    left: -62px;
    width: 610px;
  }
}
.itemAccountTypes i:before,
.typesOfTransaction i:before {
  top: 26px;
  left: 0;
  font-family: newsite-font;
  font-weight: 400;
}
.rightAboutCompany {
  display: block;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 52px;
  max-width: 161px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .rightAboutCompany {
    padding-top: 0;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.rightAboutCompany__bottom {
  padding-top: 32px;
}
.accountTypes,
.accountTypes-1024,
.accountTypes-768 {
  background-color: #eef2f5;
  padding-top: 111px;
}
.leftRightAboutCompany {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .leftRightAboutCompany {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .accountTypes {
    display: none;
  }
}
.accountTypes-1024 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .accountTypes-1024 {
    display: block;
  }
}
.accountTypes-768 {
  display: none;
}
.itemAccountTypes:hover .typesOfTransaction,
.wrapperAccountTypes {
  background-color: #fff;
}
.wrapperAccountTypes {
  width: 1262px;
  box-sizing: border-box;
  padding: 0 35px 68px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .wrapperAccountTypes {
    width: 100%;
    padding: 0 0 68px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .accountTypes-768 {
    display: block;
  }
  .wrapperAccountTypes {
    padding: 0 10px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.itemsAccountTypes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.itemAccountTypes {
  padding: 9px 0 0;
  border-radius: 6px;
  border: 1px solid transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 25%;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .itemsAccountTypes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .itemAccountTypes {
    border-color: #d7dbdf;
    margin-bottom: 40px;
    text-align: center;
  }
}
.itemAccountTypes:hover {
  border-color: #f99f1d;
}
.itemAccountTypes i {
  position: relative;
  display: block;
  font-style: normal;
  padding-left: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .itemAccountTypes i {
    padding-left: 0;
  }
}
.itemAccountTypes i:before {
  content: "";
  font-size: 55px;
  color: #f99f1d;
}
.itemAccountTypes__1 i:before {
  content: "\7a";
}
.itemAccountTypes__2 i:before {
  content: "\41";
}
.itemAccountTypes__3 {
  border: 1px solid #d7dbdf;
}
.itemAccountTypes__3 i:before {
  content: "\42";
}
.itemAccountTypes__4 i:before {
  content: "\43";
}
.itemAccountTypes__5 {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .itemAccountTypes {
    min-width: 15%;
  }
  .itemAccountTypes__5 {
    display: block;
    padding-top: 69px;
  }
  .itemAccountTypes__5:hover {
    border-color: #fff;
  }
  .itemAccountTypes__5:hover .typesOfTransaction:nth-child(2n+1) {
    background-color: #f5f6f7;
  }
}
.typesOfTransaction,
.wrapper-types {
  display: -webkit-box;
  display: -ms-flexbox;
}
.typesOfTransaction {
  height: 66px;
  display: flex;
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 320px) and (max-width: 450px) {
  .typesOfTransaction {
    height: 77px;
  }
}
.typesOfTransaction:nth-child(2n+1) {
  background-color: #f5f6f7;
}
.typesOfTransaction i {
  position: relative;
  display: block;
  font-style: normal;
  padding: 0;
}
.typesOfTransaction i:before {
  content: "\4b";
  font-size: 12px;
  color: #d15e47;
}
.buttonAccountTypes .buttonTradeAccountTypes,
.buttonAccountTypes .buttonTradeAccountTypesOrange {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 47px;
  text-decoration: none;
  font-family: lato, sans-serif;
  font-weight: 500;
}
.buttonAccountTypes {
  padding: 10px 20px 20px;
}
.buttonAccountTypes .buttonTradeAccountTypes {
  padding: 0 17px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #f99f1d;
  border: 1px solid #f99f1d;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .buttonAccountTypes .buttonTradeAccountTypes {
    padding: 0 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .buttonAccountTypes .buttonTradeAccountTypes {
    font-size: 14px;
  }
}
.buttonAccountTypes .buttonTradeAccountTypes:hover {
  color: #fff;
  background: #ff8d12;
  border: 1px solid #ff8d12;
}
.buttonAccountTypes .buttonTradeAccountTypesOrange {
  padding: 0 17px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  background-color: #f99f1d;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .buttonAccountTypes .buttonTradeAccountTypesOrange {
    padding: 0 5px;
  }
}
.buttonAccountTypes .buttonTradeAccountTypesOrange:hover {
  background: #ff8d12;
}
.WelcomeBonus {
  background: url(/img/bg/Banner-substrate.png) center 41px no-repeat;
}
@media only screen and (min-width: 900px) and (max-width: 1024px) {
  .WelcomeBonus {
    background: url(/img/bg/Banner-substrate_1024.png) center 41px no-repeat;
  }
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .buttonAccountTypes .buttonTradeAccountTypesOrange {
    font-size: 14px;
  }
  .WelcomeBonus {
    background: url(/img/bg/Banner-substrate_768.png) center 41px no-repeat;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .WelcomeBonus {
    background: url(/img/bg/Banner-substrate_320.png) left 50px no-repeat;
  }
}
.green-mark {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .green-mark {
    position: relative;
    display: block;
    font-style: normal;
    padding: 0;
  }
  .green-mark:before {
    display: none;
  }
  .green-mark:after {
    content: '';
    display: inline-block;
    color: #3fa053;
    position: absolute;
    left: 3px;
    top: -9px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 9px;
    height: 13px;
    border: solid #3fa053;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 767px) {
  .green-mark:after {
    left: -3px;
  }
}
.wrapper-types {
  display: flex;
}
.buttonCE,
.right-types {
  display: -webkit-box;
  display: -ms-flexbox;
}
.wrapper-types__item {
  text-align: left;
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .wrapper-types__item {
    min-width: 30%;
  }
}
.right-types {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) and (max-width: 499px) {
  .right-types {
    padding: 0 10px;
  }
}
[lang=ar] .footer a .tel:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=ar] .buttonC {
  margin-right: 0;
}
.buttonC,
[lang=ar] .buttonE {
  margin-right: 8px;
}
[lang=ar] .listOnlinePlatformsBlock .listOnlinePlatforms ul li {
  padding-left: 0;
  padding-right: 25px;
}
[lang=ar] .wrapper-pl .platformsItemPlatformsPage:last-child {
  border-right: 1px solid #d7dbdf;
}
[lang=ar] .wrapper-pl .platformsItemPlatformsPage:first-child {
  border-right: 0;
}
[lang=ar] .rightPlatformsPage {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=ar] .leftPlatformsPage {
  padding-left: 0;
  padding-right: 40px;
}
[lang=ar] .rightPlatformsPageB {
  padding-right: 0;
  padding-left: 40px;
}
[lang=ar] .leftPlatformsPageB {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=ar] .contactsPageFormRegistration input {
  padding-left: 0;
  padding-right: 50px;
}
[lang=ar] .contactsPageFormRegistration .input i:before {
  left: auto;
  right: 14px;
}
[lang=ar] .contactsPageFormRegistration .messageI,
[lang=ar] .contactsPageFormRegistration .themeI {
  padding-right: 13px;
}
[lang=ar] .contactLeftTlEmSc a span:before {
  left: auto;
  right: -43px;
}
[lang=ar] .contactLeftTl a .tel:before,
[lang=ar] .contactsPageFormRegistration .input__tel i:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=ar] .leftPlatformsPage ul li:before,
[lang=ar] .rightPlatformsPageB ul li:before {
  left: auto;
  right: -21px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
[lang=ar] .leftPlatformsPage ul,
[lang=ar] .rightPlatformsPageB ul {
  padding-left: 0;
  padding-right: 20px;
}
.buttonCE {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
}
.buttonCESmall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buttonC {
  min-width: 100px;
}
.buttonE {
  width: 120px;
}
.button__checkIn,
.button__entry {
  width: 100%;
  font-family: lato, sans-serif;
  font-size: 18px;
  line-height: 36px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  height: 38px;
  border-radius: 3px;
}
.button__checkIn {
  background: #33434d;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.button__checkIn:hover,
.button__entry {
  -webkit-transition: background-color 0.2s ease-in-out;
}
.button__checkIn:hover {
  background-color: #4d5e68;
  transition: background-color 0.2s ease-in-out;
}
.button__entry {
  position: relative;
  color: #1f2e37;
  transition: background-color 0.2s ease-in-out;
}
.button__entry:before {
  content: "\61";
  position: absolute;
  top: 1px;
  left: 11px;
  font-family: newsite-font;
  font-size: 23px;
  color: #df8800;
  height: 23px;
  width: 23px;
}
.button__entry:hover {
  background-color: #fde2bb;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.button__entry span {
  padding-left: 40px;
  max-width: 189px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.hamburger {
  position: relative;
  height: 17px;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 24px 0 4px;
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__item {
  width: 32px;
  height: 3px;
  background-color: #33434d;
}
.hamburger__close {
  position: absolute;
  left: 0;
  top: 0;
}
.close-hamb {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 100%;
}
.close-hamb__item {
  position: absolute;
  width: 32px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #f99f1d;
}
.close-hamb__item--1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #f99f1d;
}
.buttonBonusWrapper {
  display: block;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  width: 292px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .buttonBonusWrapper {
    margin: 0 auto;
  }
}
.buttonBonusWrapper a.buttonBonus {
  display: block;
  position: relative;
  height: 50px;
  width: 100%;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.buttonBonusWrapper a.buttonBonus:hover .buttonBonusRight {
  background-color: #ff8d12;
}
.buttonBonusWrapper a.buttonBonus .shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset;
}
.buttonBonusWrapper a.buttonBonus .buttonBonusLeft {
  position: absolute;
  height: 50px;
  width: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -29px;
  background-color: #33434d;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
[lang=ar] .buttonBonusWrapper a.buttonBonus .buttonBonusLeft {
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.buttonBonusWrapper a.buttonBonus .buttonBonusLeft img {
  width: 19px;
  height: 20px;
  position: absolute;
  left: 54px;
  top: 13px;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
[lang=ar] .buttonBonusWrapper a.buttonBonus .buttonBonusLeft img {
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.buttonBonusWrapper a.buttonBonus .buttonBonusRight {
  position: absolute;
  height: 50px;
  width: 250px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 74px;
  background-color: #f99f1d;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
[lang=ar] .buttonBonusWrapper a.buttonBonus .buttonBonusRight {
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.buttonBonusWrapper a.buttonBonus .buttonBonusRight span {
  position: absolute;
  left: 21px;
  top: 10px;
  display: block;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  font-family: lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.buttonRegist button,
.buttonRegistMP button {
  display: inline-block;
  color: #fff;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  line-height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  text-transform: uppercase;
  outline: 0;
}
[lang=ar] .buttonBonusWrapper a.buttonBonus .buttonBonusRight span {
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.buttonRegist {
  display: inline-block;
  width: 100%;
}
.buttonRegist button {
  border: none;
  text-align: center;
  padding: 0 46px;
  border-radius: 3px;
  background: #f99f1d;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.buttonRegistMP button,
.buttonTrade {
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
}
.buttonRegist button:hover {
  background: #ff8d12;
}
.buttonRegistMP {
  display: inline-block;
  width: 100%;
  margin-top: 23px;
}
.buttonRegistMP button {
  border: none;
  padding: 0 15px;
  border-radius: 3px;
  background: #f99f1d;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.circles,
.wrapperCalendarNews {
  display: -webkit-box;
  display: -ms-flexbox;
}
.buttonRegistMP button:hover {
  background: #ff8d12;
}
.circles {
  position: absolute;
  height: 50px;
  width: 150px;
  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;
  bottom: 45px;
}
.buttonCalendar,
.buttonTrade {
  display: inline-block;
  line-height: 34px;
  text-decoration: none;
  font-family: lato, sans-serif;
  font-size: 18px;
  color: #f99f1d;
}
.circles .circle {
  height: 18px;
  width: 18px;
  background: #eef2f5;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.circles .circle:hover {
  opacity: .7;
}
.buttonTrade {
  height: 38px;
  padding: 0 5px;
  border-radius: 3px;
  font-weight: 400;
  border: 1px solid #f99f1d;
  box-sizing: border-box;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.buttonCalendar,
.cash {
  width: 100%;
  -webkit-box-sizing: border-box;
  font-weight: 400;
  text-align: center;
  height: 38px;
}
.buttonTrade:hover {
  background: #f4f4f5;
}
.buttonCalendar {
  padding: 0 17px;
  border-radius: 3px;
  box-sizing: border-box;
  border: 1px solid #f99f1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.buttonCalendar:hover {
  background: rgba(38, 46, 51, 0.4);
  border: 1px solid #ff8d12;
}
.buttonCashWide,
.cash {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  font-family: lato, sans-serif;
  font-size: 18px;
  -webkit-transition: background 0.3s ease-in-out;
}
.cash {
  line-height: 36px;
  padding: 0 5px;
  box-sizing: border-box;
  background: #f99f1d;
  color: #fff;
  transition: background 0.3s ease-in-out;
}
.buttonCashWide,
.orangeSendButton {
  line-height: 38px;
  padding: 0 90px;
  -webkit-box-sizing: border-box;
}
.cash:hover {
  background: #ff8d12;
}
.buttonCashWide {
  box-sizing: border-box;
  font-weight: 400;
  background: #f99f1d;
  color: #fff;
  transition: background 0.3s ease-in-out;
}
.formHorizonButton .wrapperBReg button,
.orangeSendButton {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: lato, sans-serif;
  text-decoration: none;
}
.buttonCashWide:hover {
  background: #ff8d12;
}
.orangeSendButton {
  box-sizing: border-box;
  background: #1f2e37;
  margin-bottom: 20px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.orangeSendButton:hover {
  background: #19252d;
}
.formHorizonButton {
  display: inline-block;
  position: relative;
  border-radius: 3px;
}
.formHorizonButton .wrapperBReg {
  width: 280px;
}
.formHorizonButton .wrapperBReg button {
  width: 100%;
  height: 50px;
  line-height: 44px;
  text-align: center;
  padding: 0 15px;
  background: #202e37;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  border: 2px solid #202e37;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formHorizonButton .wrapperBReg button:hover {
  background: #18252d;
  border: 2px solid #ff8d13;
}
.wrapperBCash {
  width: 150px;
}
.wrapperBTrade {
  width: 157px;
}
button {
  cursor: pointer;
}
.calendarNews {
  border-top: 1px solid #fff;
  background: url(/img/bg/Widgets_Background.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
[lang=ar] .calendarNews {
  background: url(/img/bg/Widgets_Background_ar.jpg) center center no-repeat;
}
.wrapperCalendarNews {
  padding: 0 0 96px;
  margin: 0 auto;
  width: 1262px;
  -webkit-box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.dailyNews,
.economicCalendar {
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .wrapperCalendarNews {
    width: 1024px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperCalendarNews {
    width: 768px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .formHorizonButton .wrapperBReg button {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .wrapperCalendarNews {
    width: 320px;
  }
}
.wrapperRecord {
  margin-bottom: 45px;
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperRecord {
    width: 500px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperRecord {
    padding: 0;
  }
}
.economicCalendar {
  position: relative;
  width: 50%;
  padding: 0 31px;
  box-sizing: border-box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .economicCalendar {
    width: 768px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .economicCalendar {
    width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .economicCalendar:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: -50%;
    background: url(/img/bg/dot_footer.png);
    z-index: -1;
  }
}
.economicCalendar img {
  width: 568px;
  height: 375px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .wrapperRecord {
    margin-bottom: 20px;
  }
  .economicCalendar img {
    width: 457px;
    height: 375px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .economicCalendar img {
    width: 308px;
    height: 252px;
  }
}
.dailyNews {
  position: relative;
  width: 50%;
  box-sizing: border-box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
}
.gray-bg,
.wrapperBCalendar {
  position: absolute;
  width: 100%;
}
.contactLeftTlEmSc,
.wrapperBCalendar {
  display: -webkit-box;
  display: -ms-flexbox;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .dailyNews {
    width: 768px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dailyNews {
    width: 320px;
    padding: 0 15px;
  }
  .dailyNews .recBlock {
    width: 100%;
  }
}
.wrapperBCalendar {
  bottom: -38px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .recBlock {
    padding-right: 15px;
  }
}
.orangeLine {
  height: 3px;
  width: 100%;
  background-color: #f99f1d;
}
.orangeLine__dailyNews {
  display: none;
  z-index: 1;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
  .orangeLine__dailyNews {
    display: block;
    margin-top: 75px;
    border-bottom: 1px solid #ffffff;
  }
}
.contactLeftEm a span span,
.contactLeftSc a span span {
  border-bottom: 1px solid #9ea4a7;
}
.gray-bg {
  height: 100%;
  top: 0;
  right: calc(50% - 6px);
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  overflow: hidden;
}
[lang=ar] .gray-bg {
  right: auto;
  left: calc(50% - 6px);
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.gray-bg__vertical {
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  height: 100%;
  width: 150%;
  background: url(/img/bg/dot_footer.png);
}
.contactsPage {
  background-color: #eef2f5;
  padding-top: 111px;
}
.wrapperContactsPage {
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px 49px;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperContactsPage {
    width: 100%;
  }
}
.wrapperContactsPage:after {
  content: url(/img/bg/Numbers_UP-Shadow.png);
  display: block;
  position: absolute;
  height: 50px;
  bottom: -50px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .wrapperContactsPage:after {
    content: "";
    background: url(/img/bg/Shadow_1024.png) no-repeat;
    background-size: cover;
  }
}
.contactLeftTlEmSc {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .contactLeftTlEmSc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 55px;
  }
}
.contactLeftTlEmSc a {
  color: #33434d;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.contactLeftEm a:hover,
.contactLeftSc a:hover,
.contactLeftTl a:hover,
.contactLeftTlEmSc a:hover {
  color: #f99f1d;
}
.contactLeftTlEmSc a span {
  position: relative;
}
.contactLeftTlEmSc a span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -43px;
  font-family: newsite-font;
  font-size: 25px;
  color: #f99f1d;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperContactsPage:after {
    content: "";
    background: url(/img/bg/Shadow_768.png) no-repeat;
    background-size: cover;
  }
  .contactLeftTlEmSc {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 40px;
  }
  .contactLeftTlEmSc a span {
    font-weight: 700;
  }
  .contactLeftTlEmSc a span:before {
    font-weight: 400;
  }
}
.contactLeftTl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contactLeftEm,
.contactLeftTl a {
  display: block;
}
.contactLeftTl a .tel {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.contactLeftTl a .tel:before {
  content: "\72";
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contactLeftEm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contactLeftEm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.contactLeftEm a span {
  display: block;
}
.contactLeftEm a .email {
  position: relative;
}
.contactLeftEm a .email:before {
  content: "\63";
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contactLeftSc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contactLeftSc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactLeftSc a span {
  display: block;
}
.tlEmSc,
.wrapperAdress {
  display: -webkit-box;
  display: -ms-flexbox;
}
.contactLeftSc a span:before {
  content: "\73";
}
.tlEmSc {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 844px;
  margin: 0 auto;
  padding-left: 35px;
  padding-top: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .contactLeftTl a .tel:before {
    left: 137px;
    top: -29px;
  }
  .contactLeftEm a .email:before {
    left: 69px;
    top: -29px;
  }
  .contactLeftSc a span:before {
    left: 37px;
    top: -29px;
  }
  .tlEmSc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .tlEmSc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.wrapperAdress {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.adress {
  margin-top: 39px;
  border-top: 1px solid #f99f1d;
  width: 985px;
  padding-top: 26px;
}
.formContactsPage {
  background-color: #eef2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 63px 0 100px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .formContactsPage {
    width: 100%;
  }
}
.contactsPageFormRegistration {
  width: 710px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .formContactsPage {
    padding: 63px 20px 75px;
  }
  .contactsPageFormRegistration {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.contactsPageFormRegistration .overInp {
  font-family: lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #33434d;
  padding: 0 10px 6px;
}
.contactsPageFormRegistration .NameTel,
.contactsPageFormRegistration .email,
.contactsPageFormRegistration .message,
.contactsPageFormRegistration .theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.contactsPageFormRegistration input {
  height: 50px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #c3c9ce;
  outline: 0;
  border-radius: 4px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.contactsPageFormRegistration input::-webkit-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration input::-moz-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration input:-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration input::-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration input::placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration input:focus {
  border-color: #f99f1d;
  background-color: #fff;
}
.contactsPageFormRegistration input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration input:focus::-moz-placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration input:focus:-ms-input-placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration input:focus::-ms-input-placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration input:focus::placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration input:focus + i:before {
  color: #5c6971;
}
.contactsPageFormRegistration .themeI {
  padding-left: 13px;
  width: 100%;
}
.contactsPageFormRegistration .messageI {
  height: 200px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #c3c9ce;
  outline: 0;
  border-radius: 4px;
  padding-left: 13px;
  padding-top: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.contactsPageFormRegistration .messageI::-webkit-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration .messageI::-moz-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration .messageI:-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration .messageI::-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration .messageI::placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.contactsPageFormRegistration .messageI:focus {
  border-color: #f99f1d;
  background-color: #fff;
}
.contactsPageFormRegistration .messageI:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration .messageI:focus::-moz-placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration .messageI:focus:-ms-input-placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration .messageI:focus::-ms-input-placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration .messageI:focus::placeholder {
  visibility: hidden;
}
.contactsPageFormRegistration .input {
  width: 340px;
  height: 50px;
  margin-bottom: 29px;
  position: relative;
  font-family: newsite-font;
  font-size: 23px;
}
.checkboxBlockRegistrationOrange,
.contactsPageFormRegistration .input__email,
.contactsPageFormRegistration .input__theme {
  width: 100%;
}
.contactsPageFormRegistration .input i {
  display: block;
  position: relative;
  font-style: normal;
}
.contactsPageFormRegistration .input i:before {
  display: block;
  content: "\61";
  position: absolute;
  font-family: newsite-font;
  font-size: 21px;
  color: #909aa1;
  top: -37px;
  left: 14px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contactsPageFormRegistration .input {
    width: 100%;
  }
  .contactsPageFormRegistration .input__name {
    margin-bottom: 55px;
  }
}
.contactsPageFormRegistration .input__tel i:before {
  content: "\62";
}
.contactsPageFormRegistration .input__email i:before {
  content: "\63";
}
.contactsPageFormRegistration .input__theme i:before {
  content: "";
}
.wrapperCheckboxformContactsPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 56px;
}
.formContactsPageButtonRegistration {
  width: 280px;
}
.formContactsPageButtonRegistration button {
  width: 100%;
  height: 50px;
  text-align: center;
  border: none;
  display: inline-block;
  line-height: 47px;
  padding: 0 15px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  background: #f99f1d;
  color: #fff;
}
.formContactsPageButtonRegistration button:hover {
  background: #ff8d12;
}
.message {
  height: 229px;
}
.contactsPageFormRegistr3ation input.error,
.contactsPageFormRegistration textarea.error {
  border: 1px solid #d3151e;
}
.wrapperdropdownTopMenu {
  position: absolute;
  height: 153px;
  width: 100%;
  top: calc(100% - 1px);
  left: 0;
  overflow: hidden;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .formContactsPageButtonRegistration {
    width: 100%;
  }
  .NameTel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapperContactsPageFormRegistration {
    max-width: 340px;
  }
  .wrapperdropdownTopMenu {
    display: block;
    position: static;
    margin-top: 22px;
    height: 100%;
  }
}
.dropdownTopMenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: calc(50% - 324px);
  height: 147px;
  width: 100%;
  border-top: 1px solid #f99f1d;
  -webkit-box-shadow: 0 3px 10px rgba(31, 46, 55, 0.35);
  box-shadow: 0 3px 10px rgba(31, 46, 55, 0.35);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 9px 0 10px 20px;
  z-index: 9;
}
[lang=ar] .dropdownTopMenu {
  right: calc(50% - 325px);
}
.dropdownTopMenu__items {
  margin: 0 50px 0 30px;
  width: 400px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdownTopMenu {
    height: 100%;
    position: static;
    padding: 9px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #d7dbdf;
    border-bottom: 1px solid #d7dbdf;
  }
  .dropdownTopMenu__items {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
}
.dropdownTopMenu__items li {
  list-style-type: none;
  line-height: 35px;
  float: left;
  width: 200px;
}
[lang=ar] .dropdownTopMenu__items li {
  float: right;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .dropdownTopMenu__items li {
    line-height: 30px;
    width: auto;
  }
  .dropdownTopMenuLink img {
    display: none;
  }
}
.dropdownTopMenuLink {
  position: relative;
  color: #33434d;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.dropdownTopMenuLink:hover {
  color: #f99f1d;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.dropdownTopMenuLink:hover img {
  opacity: 1;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.dropdownTopMenuLink span {
  text-transform: uppercase;
}
.dropdownTopMenuLink img {
  position: absolute;
  top: 7px;
  left: -17px;
  height: 11px;
  width: 10px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
[lang=ar] .dropdownTopMenuLink img {
  right: -17px;
  left: auto;
}
.showDropdownTopMenu:hover .wrapperdropdownTopMenu {
  display: block;
}
.economic-calendar__scroll {
  overflow-x: auto;
  text-align: center;
}
.economic-calendar__scroll .economic-calendar {
  min-width: 1136px;
}
.fiveYears {
  background-color: #eef2f5;
}
.fiveYears .wrapperFiveYears {
  height: 351px;
  width: 1262px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px 30px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/img/bg/Numbers_Down-Shadow.png) center center no-repeat, #eef2f5;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .fiveYears .wrapperFiveYears {
    width: 1024px;
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fiveYears .wrapperFiveYears {
    width: 768px;
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fiveYears .wrapperFiveYears {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: 100%;
    padding: 30px 15px;
    background: url(/img/bg/Numbers_Down-Shadow.png) center bottom no-repeat;
  }
}
.fiveYearsTrade:before,
.openTradeItem:last-child:after {
  content: "";
  background-color: #d7dbdf;
}
.openTradeItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 60%;
}
.openTradeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .openTradeItems {
    width: 100%;
  }
  .openTradeItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 25px;
  }
}
.contactCenter .mobilePic,
.mobile-form-reg__checkbox-button,
.payment .visaDeg .visa {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.openTradeItem:last-child:after {
  position: absolute;
  display: block;
  height: 1px;
  width: 565px;
  left: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .openTradeItem:last-child:after {
    left: 20px;
    width: 517px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .openTradeItem:last-child:after {
    left: 15px;
    width: 407px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .openTradeItem:last-child:after {
    width: 100%;
    left: 0;
  }
}
.openTradeItem__left {
  font-family: Arapey, serif;
  font-size: 119px;
  font-weight: 400;
  color: #f99f1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  text-shadow: 11px 11px 10px #dbdfe3;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .openTradeItem__left {
    font-size: 110px;
    width: 350px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .openTradeItem__left {
    font-size: 90px;
    width: 284px;
  }
}
.openTradeItem__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .openTradeItem__right {
    width: 200px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 473px) {
  .openTradeItem__right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.fiveYearsTrade,
.market {
  -webkit-box-align: center;
}
.openTradeItem__right span {
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 300;
  color: #f99f1d;
  line-height: 36px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .openTradeItem__right span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .openTradeItem__right {
    width: 160px;
  }
  .openTradeItem__right span {
    font-size: 27px;
    line-height: 28px;
  }
}
.openTradeItem__right span span {
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #33434d;
  line-height: 36px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .openTradeItem__right span span {
    font-size: 35px;
  }
  .fiveYearsTrade {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .openTradeItem__right span span {
    font-size: 27px;
  }
}
.fiveYearsTrade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 40%;
  position: relative;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fiveYearsTrade {
    width: 100%;
    height: 222px;
    padding-bottom: 25px;
  }
  .fiveYearsTrade:after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #d7dbdf;
  }
}
.fiveYearsTrade:before {
  position: absolute;
  display: block;
  width: 320px;
  height: 1px;
  left: -200px;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
}
[lang=ar] .fiveYearsTrade:before {
  left: auto;
  right: -200px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .fiveYearsTrade:before {
    left: -168px;
  }
}
.fiveYearsTrade__left {
  font-size: 344px;
  width: 45%;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .fiveYearsTrade__left {
    width: 44%;
    font-size: 340px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fiveYearsTrade {
    padding-left: 15px;
  }
  .fiveYearsTrade:before {
    left: -157px;
  }
  .fiveYearsTrade__left {
    font-size: 327px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fiveYearsTrade:before {
    display: none;
  }
  .fiveYearsTrade__left {
    font-size: 300px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.fiveYearsTrade__right {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 66px;
}
.fiveYearsTrade__right span {
  font-size: 55px;
  line-height: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .fiveYearsTrade__right {
    width: 56%;
  }
  .fiveYearsTrade__right span {
    font-size: 47px;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fiveYearsTrade__right {
    padding-left: 22px;
    margin-bottom: 80px;
  }
  .fiveYearsTrade__right span {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 767px) {
  .fiveYearsTrade__right span {
    font-size: 60px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .fiveYearsTrade__right span {
    font-size: 45px;
  }
}
.fiveYearsTrade__right span span {
  font-size: 55px;
  line-height: 50px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .fiveYearsTrade__right span span {
    font-size: 47px;
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .fiveYearsTrade__right span span {
    font-size: 30px;
    line-height: 30px;
  }
}
.arapey {
  font-family: Arapey, serif;
}
[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
  font-family: newsite-font !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: newsite-font;
  src: url(/fonts//newsite-font.eot);
  src: url(/fonts//newsite-font.eot?#iefix) format("embedded-opentype"), url(/fonts//newsite-font.woff) format("woff"), url(/fonts//newsite-font.ttf) format("truetype"), url(/fonts//newsite-font.svg#newsite-font) format("svg");
  font-weight: 400;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
}
.icon-login-icon:before {
  content: "\61";
}
.icon-phone-form-icon:before {
  content: "\62";
}
.icon-mail-icon:before {
  content: "\63";
}
.icon-key-form-icon:before {
  content: "\64";
}
.icon-checkmark-form-icon:before {
  content: "\65";
}
.icon-up-down-arrows-icon:before {
  content: "\66";
}
.icon-gift-icon:before {
  content: "\67";
}
.icon-play-icon:before {
  content: "\68";
}
.icon-icon-1:before {
  content: "\69";
}
.icon-icon-2:before {
  content: "\6a";
}
.icon-icon-3:before {
  content: "\6b";
}
.icon-icon-4:before {
  content: "\6c";
}
.icon-icon-5:before {
  content: "\6d";
}
.icon-icon-6:before {
  content: "\6e";
}
.icon-icon-7:before {
  content: "\6f";
}
.icon-icon-8:before {
  content: "\70";
}
.icon-dash-icon:before {
  content: "\71";
}
.icon-phone-icon:before {
  content: "\72";
}
.icon-skype-icon:before {
  content: "\73";
}
.icon-facebook-icon:before {
  content: "\74";
}
.icon-twitter-icon:before {
  content: "\75";
}
.icon-googleplus-icon:before {
  content: "\76";
}
.icon-youtube-icon:before {
  content: "\77";
}
.icon-appstore-icon:before {
  content: "\78";
}
.icon-googleplay-icon:before {
  content: "\79";
}
.icon-mini-icon:before {
  content: "\7a";
}
.icon-standart-icon:before {
  content: "\41";
}
.icon-gold-icon:before {
  content: "\42";
}
.icon-platinum-icon:before {
  content: "\43";
}
.icon-web-icon:before {
  content: "\44";
}
.icon-windows-icon:before {
  content: "\45";
}
.icon-apple-icon:before {
  content: "\46";
}
.icon-mark-icon:before {
  content: "\47";
}
.icon-left-arrow-icon:before {
  content: "\48";
}
.icon-right-arrow-icon:before {
  content: "\49";
}
.icon-present-icon:before {
  content: "\4a";
}
.icon-x-icon:before {
  content: "\4b";
}
.footer .contacts {
  height: 365px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.footer .contacts .contactDegLeft {
  height: 365px;
  width: 430px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  overflow: hidden;
  background-color: #172229;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[lang=ar] .footer .contacts .contactDegLeft {
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .footer .contacts .contactDegLeft {
    width: 341px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .contacts .contactDegLeft {
    width: 311px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .fiveYearsTrade__right {
    margin-bottom: 0;
    margin-left: 19px;
  }
  .fiveYearsTrade__right span span {
    font-size: 30px;
  }
  .footer .contacts .contactDegLeft {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: skew(0);
    transform: skew(0);
    padding: 0 45px;
  }
}
.footer .contacts .contactDegLeft .contactLeft {
  height: 365px;
  padding-left: 102px;
  padding-top: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
[lang=ar] .footer .contacts .contactDegLeft .contactLeft {
  padding-right: 140px;
  padding-left: auto;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .contacts .contactDegLeft .contactLeft {
    padding-left: 108px;
    padding-top: 45px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer .contacts .contactDegLeft .contactLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 365px;
    padding-left: 0;
    padding-top: 75px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: skew(0);
    transform: skew(0);
  }
  .footer .contacts .contactDegLeft .contactLeft a {
    width: 175px;
  }
}
.footer .contacts .contactDegLeft .contactLeft a {
  display: block;
  margin-bottom: 21px;
  color: #e2e7ee;
  text-decoration: none;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer .contacts .contactDegLeft .contactLeft a:first-child {
  margin-bottom: 5px;
}
.footer .contacts .contactDegLeft .contactLeft a:hover {
  color: #f99f1d;
}
.footer .contacts .contactDegLeft .contactLeft a span {
  position: relative;
}
.footer .contacts .contactDegLeft .contactLeft a span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -44px;
  font-family: newsite-font;
  font-size: 26px;
  color: #f99f1d;
}
[lang=ar] .footer .contacts .contactDegLeft .contactLeft a span:before {
  right: -44px;
  left: auto;
}
.footer .contacts .contactDegLeft .contactLeft a span.tel:before {
  content: "\72";
  top: 3px;
}
.footer .contacts .contactDegLeft .contactLeft a span.email:before {
  content: "\63";
}
.footer .contacts .contactDegLeft .contactLeft a span.skype:before {
  content: "\73";
  top: 1px;
}
.footer .contacts .contactDegLeft .contactLeft ul {
  width: 208px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  left: -44px;
  margin-top: 52px;
  padding-left: 40px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .footer .contacts .contactDegLeft .contactLeft ul {
    left: 0;
  }
}
.footer .contacts .contactDegLeft .contactLeft ul li {
  list-style: none;
}
.footer .contacts .contactDegLeft .contactLeft ul li a {
  position: relative;
}
.footer .contacts .contactDegLeft .contactLeft ul li a:hover:before {
  color: #859097;
}
.footer .contacts .contactDegLeft .contactLeft ul li a:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -46px;
  font-family: newsite-font;
  font-size: 25px;
  color: #47565f;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer .contacts .contactDegLeft .contactLeft ul li a.facebook:before {
  content: "\74";
}
.footer .contacts .contactDegLeft .contactLeft ul li a.twitter:before {
  content: "\75";
  left: -53px;
}
.footer .contacts .contactDegLeft .contactLeft ul li a.googleplus:before {
  content: "\76";
  font-size: 32px;
  top: -6px;
  left: -54px;
}
.footer .contacts .contactDegLeft .contactLeft ul li a.youtube:before {
  content: "\77";
  font-size: 30px;
  top: -5px;
  left: -50px;
}
.contactDegCenter {
  height: 365px;
  width: 400px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contactCenter,
.market {
  -webkit-box-sizing: border-box;
}
[lang=ar] .contactDegCenter {
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .contactDegCenter {
    width: 341px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contactDegCenter {
    width: 367px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contactDegCenter {
    display: none;
  }
}
.contactCenter {
  height: 365px;
  width: 150%;
  margin-left: -90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
  padding-left: 140px;
  padding-right: 113px;
  background: url(/img/IphoneX-Shadow.png) 0 -20px no-repeat, url(/img/bg/dot_footer.png);
  box-sizing: border-box;
}
[lang=ar] .contactCenter {
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  margin-left: auto;
  margin-right: -90px;
  background: url(/img/IphoneX-Shadow.png) 20px -20px no-repeat, url(/img/bg/dot_footer.png);
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .contactCenter {
    width: 155%;
  }
}
.contactCenter .app {
  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;
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
}
[lang=ar] .contactCenter .app {
  padding-left: auto;
  padding-right: 20px;
}
.contactCenter .app .appstore {
  margin-bottom: 26px;
}
.contactCenter .mobilePic {
  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;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform .2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .contactCenter .mobilePic {
    margin-left: 27px;
  }
}
.market {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 65px;
  width: 176px;
  box-sizing: border-box;
  border: 1px solid #3e362a;
  border-radius: 5px;
  background-color: #1b272e;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.market img {
  width: 152px;
}
.contactDegRight {
  height: 365px;
  width: 459px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  overflow: hidden;
  background-color: #33434d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[lang=ar] .contactDegRight {
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .contactDegRight {
    width: 341px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contactDegRight {
    display: none;
  }
}
.contactDegRight .contactRight {
  height: 365px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
  padding-left: 51px;
  padding-top: 12px;
}
[lang=ar] .contactDegRight .contactRight {
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  padding-left: auto;
  padding-right: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .contactDegRight {
    width: 73px;
  }
  .contactDegRight .contactRight {
    display: none;
  }
}
.contactDegRight .contactRight ul {
  padding-left: 40px;
}
.contactDegRight .contactRight li {
  list-style: none;
  margin-bottom: 19px;
}
.contactDegRight .contactRight li:last-child {
  margin-bottom: 0;
}
.contactDegRight .contactRight li a {
  position: relative;
  color: #afbbc2;
  text-decoration: none;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.contactDegRight .contactRight li a:before {
  content: "\71";
  position: absolute;
  top: 7px;
  left: -17px;
  font-family: newsite-font;
  font-size: 11px;
  color: #3f4e57;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.payment .paymentDeg .payment span,
.payment .visaDeg .visa p,
.payment-warning span {
  font-size: 12px;
  font-weight: 300;
  font-family: lato, sans-serif;
}
[lang=ar] .contactDegRight .contactRight li a:before {
  right: -17px;
  left: auto;
}
.contactDegRight .contactRight li a:hover {
  color: #fff;
}
.contactDegRight .contactRight li a:hover:before {
  color: #f99f1d;
}
.wrapperContacts {
  position: relative;
  width: 100%;
  height: 365px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.wrapperContacts:after,
.wrapperContacts:before {
  content: "";
  position: absolute;
  top: 0;
  height: 365px;
  width: 50%;
  z-index: -1;
}
.wrapperContacts:before {
  display: block;
  left: 0;
  background-color: #172229;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapperContacts:after,
[lang=ar] .wrapperContacts:before {
  background-color: #33434d;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperContacts:before {
    display: none;
  }
}
.wrapperContacts:after {
  display: block;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[lang=ar] .wrapperContacts:after {
  background-color: #172229;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperContacts:after {
    display: none;
  }
}
.payment,
.payment .visaDeg .visa {
  display: -webkit-box;
  display: -ms-flexbox;
}
.payment {
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.payment .paymentDeg {
  width: 285px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[lang=ar] .payment .paymentDeg {
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .contactDegRight .contactRight {
    padding-right: 65px;
  }
  .payment .paymentDeg {
    width: 210px;
  }
}
.payment .paymentDeg .payment {
  padding: 33px 22px 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
[lang=ar] .payment .paymentDeg .payment {
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
.payment .paymentDeg .payment span {
  color: #5b6a73;
}
.payment .visaDeg {
  width: 1003px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  overflow: hidden;
  background-color: #47565f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[lang=ar] .payment .visaDeg {
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .payment .visaDeg {
    width: 810px;
  }
}
.payment .visaDeg .visa {
  padding: 34px 47px 10px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
[lang=ar] .payment .visaDeg .visa {
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  padding: 34px 10px 10px 26px;
}
.payment .visaDeg .visa .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 7px;
}
.payment .visaDeg .visa .card img {
  height: 28px;
  margin-right: 14px;
}
.payment .visaDeg .visa .card .Mastercard {
  margin-right: 44px;
}
.payment .visaDeg .visa .card .Neteller {
  margin-right: 5px;
}
.payment .visaDeg .visa p {
  color: #2a3339;
}
.wrapperPayVisa {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperPayVisa {
    display: none;
  }
}
.wrapperPayVisa:after,
.wrapperPayVisa:before {
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: -1;
  content: "";
}
.wrapperPayVisa:before {
  left: 0;
  background: url(/img/bg/dot_footer.png);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[lang=ar] .wrapperPayVisa:before {
  background: #47565f;
}
.wrapperPayVisa:after {
  left: 50%;
  background: #47565f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[lang=ar] .wrapperPayVisa:after {
  background: url(/img/bg/dot_footer.png);
}
.card-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding-top: 34px;
}
.card-media img {
  height: 28px;
}
@media only screen and (min-width: 320px) and (max-width: 820px) {
  .card-media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .card-media img {
    margin-bottom: 35px;
  }
}
.payment-warning {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .payment-warning {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
}
.payment-warning span {
  color: #1f2e37;
}
.payment-warning__payment {
  width: 50%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .payment-warning__payment {
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
  }
  .payment-warning__payment:after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #35454f;
  }
}
.payment-warning__warning {
  position: relative;
  width: 50%;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.payment-warning__warning:before {
  position: absolute;
  display: block;
  content: "";
  height: 40px;
  width: 1px;
  left: -11px;
  top: 7px;
  background-color: #35454f;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .payment-warning__warning {
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
  .payment-warning__warning:before {
    display: none;
  }
  .footer-top__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.wrapperPayVisa-media {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #47565f;
  display: none;
}
.contact-top,
.market-top {
  -webkit-box-sizing: border-box;
}
.contact-top,
.footer-top {
  background: url(/img/bg/dot_footer.png);
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperPayVisa-media {
    display: block;
  }
}
.footer-top {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .footer-top {
    display: block;
  }
}
.footer-top__list {
  padding: 18px 0 0 34px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-top__list ul {
    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;
  }
  .footer-top__list li {
    width: 33.33333%;
    padding-right: 25px;
  }
}
.footer-top__list li {
  display: block;
  margin-bottom: 12px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-top__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-top__list li a {
  position: relative;
  color: #afbbc2;
  text-decoration: none;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer-top__list li a:before {
  content: "\71";
  position: absolute;
  top: 7px;
  left: -17px;
  font-family: newsite-font;
  font-size: 11px;
  color: #3f4e57;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer-top__list li a:hover {
  color: #fff;
}
.footer-top__list li a:hover:before {
  color: #f99f1d;
}
.list-top {
  padding-right: 25px;
}
.contact-top {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.app-top {
  width: 320px;
  height: 167px;
  position: relative;
}
.app-top__appstore-googleplay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
  margin-top: 46px;
}
.app-top__mobile {
  position: absolute;
  top: 27px;
  left: 107px;
}
.market-top {
  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;
  height: 49px;
  width: 133px;
  box-sizing: border-box;
  border: 1px solid #3e362a;
  border-radius: 5px;
  background-color: #1b272e;
  z-index: 1;
}
.market-top img {
  width: 118px;
}
.footer-bottom {
  min-height: 227px;
}
.platformsForBrowser {
  height: 60px;
  padding-left: 14px;
  border-left: 1px solid #f99f1d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 150px;
}
[lang=ar] .platformsForBrowser {
  border-left: none;
  border-right: 1px solid #f99f1d;
  padding-left: auto;
  padding-right: 14px;
}
.platformsBrowser {
  position: relative;
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.forex,
.platformsBrowserIcon {
  -webkit-box-sizing: border-box;
}
.platformsBrowser span {
  position: absolute;
  top: -4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
}
.platformsBrowserIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  box-sizing: border-box;
  opacity: .35;
}
.platformsBrowserIcon span {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
  margin-right: 12px;
  cursor: unset;
}
[lang=ar] .platformsBrowserIcon span {
  margin-left: 12px;
  margin-right: auto;
}
.platformsBrowserIcon span:last-child {
  margin-right: 0;
}
.forex {
  background-color: #eef2f5;
  box-sizing: border-box;
}
.wrapperForex {
  padding: 0 42px 103px;
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .wrapperForex {
    width: 1024px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperForex {
    width: 768px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperForex {
    width: 100%;
    padding-bottom: 0;
  }
}
.forexItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 57px;
}
.forexItem__left {
  padding-left: 68px;
  padding-top: 11px;
  width: 490px;
  height: 465px;
  background: url(/img/Education-center_Image.png) center center no-repeat;
}
[lang=ar] .forexItem__left {
  background: url(/img/Education-center_Image_ar.png) center center no-repeat;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .forexItem {
    margin-top: 41px;
  }
  .forexItem__left img {
    position: relative;
    right: 94px;
  }
  .forexItem__left {
    max-width: 40%;
    overflow: hidden;
    padding-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .forexItem {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .forexItem__left {
    display: none;
  }
}
.forexItem__right {
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 590px;
  padding-left: 13px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .forexItem__right {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.forexItemButton {
  position: relative;
  width: 277px;
  padding-left: 69px;
  padding-bottom: 48px;
}
[lang=ar] .forexItemButton {
  padding-left: auto;
  padding-right: 69px;
}
.forexItemButton:before {
  content: "\6d";
  position: absolute;
  top: 0;
  left: 0;
  font-family: newsite-font;
  font-size: 55px;
  font-weight: 400;
  color: #f99f1d;
}
.checkboxBlockMP span,
.forex h2,
.forex h3,
.forex p {
  font-family: lato, sans-serif;
}
[lang=ar] .forexItemButton:before {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .forexItemButton {
    padding-left: 0;
    margin-top: 50px;
  }
  .forexItemButton:before {
    top: -71px;
    left: 110px;
  }
}
.forexItemButton__2:before {
  content: "\6e";
}
.forexItemButton__3:before {
  content: "\6f";
}
.forexItemButton__4:before {
  content: "\70";
}
.forex h2 {
  font-size: 38px;
  font-weight: 300;
  color: #33434d;
  text-align: center;
  margin: 0;
  padding-top: 68px;
}
.forex h2 span,
.forex h3 {
  font-weight: 700;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .forex h2 {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .forex h2 {
    font-size: 30px;
  }
  .forex h3 {
    text-align: center;
  }
}
.forex h3 {
  font-size: 25px;
  line-height: 30px;
  color: #1f2e37;
  margin: 0;
}
.forex p {
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
  margin: 10px 0 15px;
  line-height: 22px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .forex p {
    text-align: center;
  }
}
.formRegistration,
.mobile-form__form {
  width: 328px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  text-align: center;
  padding: 24px 24px 26px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formRegistration input,
.mobile-form__form input {
  height: 46px;
  width: 100%;
  font-size: 18px;
  border: 1px solid transparent;
  outline: 0;
  border-radius: 4px;
  padding-left: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eef2f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[lang=ar] .formRegistration input,
[lang=ar] .mobile-form__form input {
  padding-left: auto;
  padding-right: 45px;
}
.formRegistration input::-webkit-input-placeholder,
.mobile-form__form input::-webkit-input-placeholder {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #33434d;
}
.formRegistration input::-moz-placeholder,
.mobile-form__form input::-moz-placeholder {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #33434d;
}
.formRegistration input:-ms-input-placeholder,
.mobile-form__form input:-ms-input-placeholder {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #33434d;
}
.formRegistration input::-ms-input-placeholder,
.mobile-form__form input::-ms-input-placeholder {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #33434d;
}
.formRegistration input::placeholder,
.mobile-form__form input::placeholder {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #33434d;
}
.formRegistration input:focus,
.mobile-form__form input:focus {
  border-color: #f99f1d;
  background-color: #fff;
}
.formRegistration input.error,
.mobile-form__form input.error {
  border-left: 4px solid #d3151e;
  border-top: 1px solid #d3151e;
  border-right: 1px solid #d3151e;
  border-bottom: 1px solid #d3151e;
}
.formRegistration .input,
.mobile-form__form .input {
  width: 280px;
  height: 46px;
  margin-bottom: 18px;
  position: relative;
  font-family: newsite-font;
  font-size: 23px;
}
.formRegistration .input:before,
.mobile-form__form .input:before {
  content: "";
  position: absolute;
  height: 23px;
  width: 23px;
  top: 12px;
  left: 15px;
  color: #909aa1;
}
[lang=ar] .formRegistration .input:before,
[lang=ar] .mobile-form__form .input:before {
  left: auto;
  right: 15px;
}
.formRegistration .input__family:before,
.formRegistration .input__name:before,
.mobile-form__form .input__family:before,
.mobile-form__form .input__name:before {
  content: "\61";
  font-size: 20px;
}
.formRegistration .input__tel:before,
.mobile-form__form .input__tel:before {
  content: "\62";
  font-size: 21px;
}
.formRegistration .input__email:before,
.mobile-form__form .input__email:before {
  content: "\63";
  font-size: 21px;
}
.formRegistration .input__password:before,
.mobile-form__form .input__password:before {
  content: "\64";
  font-size: 21px;
}
.formRegistration .input__promo,
.mobile-form__form .input__promo {
  margin-top: 30px;
}
.formRegistration .input__promo:before,
.mobile-form__form .input__promo:before {
  content: ' ';
  background: url(/img/Icon_Promo-code.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.formRegistration .input__promo label,
.mobile-form__form .input__promo label {
  position: absolute;
  top: -25px;
  color: #8e9aa2;
  font-size: 14px;
}
.checkboxBlockMP {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkboxBlockMP input {
  height: 1px;
  width: 1px;
  opacity: 0;
  position: absolute;
}
.checkboxBlockMP input:checked + label {
  position: relative;
}
.checkboxBlockMP input:checked + label:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f99f1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkboxBlockMP input:checked + label:after {
  content: '';
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[lang=ar] .checkboxBlockMP input:checked + label:after {
  left: auto;
  right: 8px;
}
.checkboxBlockMP label {
  position: relative;
  left: 0;
  top: 0;
}
.checkboxBlockMP span {
  display: block;
  color: #8e9aa2;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  line-height: 13px;
  margin: 0 0 0 35px;
}
[lang=ar] .checkboxBlockMP span {
  margin: 0 35px 0 0;
}
.checkboxBlockMP span a {
  color: #8e9aa2;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.checkboxBlockMP span a:hover {
  color: #d0d6d9;
}
.checkboxBlockMP span .forgotPassword {
  color: #f99f1d;
  padding: 5px 0 0 20px;
}
.checkboxBlockMP label:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: #eef2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[lang=ar] .checkboxBlockMP label:before {
  left: auto;
  right: 0;
}
.checkboxBlockMP label.error:before {
  background: #d3151e;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formsName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}
.formsName .formItem .overInp {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #33434d;
  padding: 10px;
}
.formsName .formItem .itemInput {
  position: relative;
  margin-top: 10px;
  height: 50px;
  width: 340px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formsName .formItem .itemInput:before {
  display: block;
  content: "\61";
  position: absolute;
  font-family: newsite-font;
  font-size: 21px;
  color: #909aa1;
  top: 13px;
  left: 14px;
}
.formsName .formItem .itemInput input {
  height: 50px;
  width: 340px;
  border: 1px solid #c3c9ce;
  border-radius: 3px;
  background-color: #eef2f5;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formsName .formItem .itemInput input::-webkit-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsName .formItem .itemInput input::-moz-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsName .formItem .itemInput input:-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsName .formItem .itemInput input::-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsName .formItem .itemInput input::placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsName .formItem .itemInput input:focus {
  outline: 0;
  border-color: #f99f1d;
  background-color: #fff;
}
.formsName .formItem .itemInput input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.formsName .formItem .itemInput input:focus::-moz-placeholder {
  visibility: hidden;
}
.formsName .formItem .itemInput input:focus:-ms-input-placeholder {
  visibility: hidden;
}
.formsName .formItem .itemInput input:focus::-ms-input-placeholder {
  visibility: hidden;
}
.formsName .formItem .itemInput input:focus::placeholder {
  visibility: hidden;
}
.formsName .formItem .itemInput input.errorName {
  border: 1px solid #d3151e;
}
.formsNameGray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
}
.formsNameGray .formItem .overInp {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #33434d;
  padding: 10px;
}
.formsNameGray .formItem .itemInput {
  position: relative;
  margin-top: 10px;
  height: 50px;
  width: 340px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formItemCheckbox,
.formItemCheckboxGray {
  margin-top: 25px;
}
.formsNameGray .formItem .itemInput:before {
  display: block;
  content: "\61";
  position: absolute;
  font-family: newsite-font;
  font-size: 21px;
  color: #909aa1;
  top: 13px;
  left: 14px;
}
.formsNameGray .formItem .itemInput input {
  height: 50px;
  width: 340px;
  border: 1px solid #c3c9ce;
  border-radius: 3px;
  background-color: #fff;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formsNameGray .formItem .itemInput input::-webkit-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsNameGray .formItem .itemInput input::-moz-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsNameGray .formItem .itemInput input:-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsNameGray .formItem .itemInput input::-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsNameGray .formItem .itemInput input::placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formsNameGray .formItem .itemInput input:focus {
  outline: 0;
  border-color: #f99f1d;
  background-color: #fff;
}
.formsNameGray .formItem .itemInput input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.formsNameGray .formItem .itemInput input:focus::-moz-placeholder {
  visibility: hidden;
}
.formsNameGray .formItem .itemInput input:focus:-ms-input-placeholder {
  visibility: hidden;
}
.formsNameGray .formItem .itemInput input:focus::-ms-input-placeholder {
  visibility: hidden;
}
.formsNameGray .formItem .itemInput input:focus::placeholder {
  visibility: hidden;
}
.formsNameGray .formItem .itemInput input.errorName {
  border: 1px solid #d3151e;
}
.formItemCheckbox input {
  opacity: 0;
  height: 1px;
  width: 1px;
}
.formItemCheckbox input:checked + label {
  position: relative;
}
.formItemCheckbox input:checked + label:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: #33434d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #33434d;
}
.formItemCheckbox input:checked + label:after {
  content: '';
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formItemCheckbox label.formCheckbox {
  position: relative;
}
.formItemCheckbox label.formCheckbox:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border: 1px solid #c3c9ce;
  border-radius: 3px;
  background: #eef2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formItemCheckbox label.error:before,
.formItemCheckboxGray input:checked + label:before {
  content: "";
  display: block;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
}
.formItemCheckbox label.error {
  position: relative;
}
.formItemCheckbox label.error:before {
  position: absolute;
  height: 25px;
  width: 25px;
  border: 1px solid #d3151e;
  border-radius: 3px;
  background: #d3151e;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formItemCheckboxGray input {
  opacity: 0;
  height: 1px;
  width: 1px;
}
.formItemCheckboxGray input:checked + label {
  position: relative;
}
.formItemCheckboxGray input:checked + label:before {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  background: #33434d;
  box-sizing: border-box;
  border: 1px solid #33434d;
}
.formItemCheckboxGray input:checked + label:after {
  content: '';
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formItemCheckboxGray label.formCheckboxGray {
  position: relative;
}
.formItemCheckboxGray label.formCheckboxGray:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border: 1px solid #c3c9ce;
  border-radius: 3px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formItemCheckboxGray label.error {
  position: relative;
}
.formItemCheckboxGray label.error:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border: 1px solid #d3151e;
  border-radius: 3px;
  background: #d3151e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formsOrange,
.header {
  display: -webkit-box;
  display: -ms-flexbox;
}
.formsOrange {
  height: 259px;
  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: 25px;
}
.formsOrange .formItemOrange .overInpOrange {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #33434d;
  padding: 10px;
}
.formsOrange .formItemOrange .itemInputOrange {
  position: relative;
  margin-top: 10px;
  height: 50px;
  width: 340px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formsOrange .formItemOrange .itemInputOrange i {
  position: relative;
  font-style: normal;
}
.formsOrange .formItemOrange .itemInputOrange i:before {
  display: block;
  content: "\61";
  position: absolute;
  font-family: newsite-font;
  font-size: 21px;
  color: #33434d;
  top: -37px;
  left: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.browser span,
.listCountry span,
.mainCountry span,
.topMenuLink {
  font-family: Lato, sans-serif;
}
.formsOrange .formItemOrange .itemInputOrange input {
  height: 50px;
  width: 340px;
  border: none;
  border-radius: 3px;
  background-color: #eef2f5;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formsOrange .formItemOrange .itemInputOrange input::-webkit-input-placeholder {
  color: #33434d;
}
.formsOrange .formItemOrange .itemInputOrange input::-moz-placeholder {
  color: #33434d;
}
.formsOrange .formItemOrange .itemInputOrange input:-ms-input-placeholder {
  color: #33434d;
}
.formsOrange .formItemOrange .itemInputOrange input::-ms-input-placeholder {
  color: #33434d;
}
.formsOrange .formItemOrange .itemInputOrange input::placeholder {
  color: #33434d;
}
.formsOrange .formItemOrange .itemInputOrange input:focus {
  outline: 0;
  border: 1px solid #4d5d67;
}
.formsOrange .formItemOrange .itemInputOrange input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.formsOrange .formItemOrange .itemInputOrange input:focus::-moz-placeholder {
  visibility: hidden;
}
.formsOrange .formItemOrange .itemInputOrange input:focus:-ms-input-placeholder {
  visibility: hidden;
}
.formsOrange .formItemOrange .itemInputOrange input:focus::-ms-input-placeholder {
  visibility: hidden;
}
.formsOrange .formItemOrange .itemInputOrange input:focus::placeholder {
  visibility: hidden;
}
.formsOrange .formItemOrange .itemInputOrange input:focus + i:before {
  color: #f99f1d;
}
.formsOrange .formItemOrange .itemInputOrange input.error {
  border: 1px solid #d3151e;
}
.formsOrange .formItemCheckboxOrange {
  margin: 0 0 20px 20px;
}
.formsOrange .formItemCheckboxOrange input {
  opacity: 0;
  height: 1px;
  width: 1px;
}
.formsOrange .formItemCheckboxOrange input:checked + label {
  position: relative;
}
.formsOrange .formItemCheckboxOrange input:checked + label:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: #33434d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #33434d;
}
.formsOrange .formItemCheckboxOrange input:checked + label:after {
  content: '';
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formsOrange .formItemCheckboxOrange label.formCheckbox {
  position: relative;
}
.formsOrange .formItemCheckboxOrange label.formCheckbox:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border: 1px solid #c3c9ce;
  border-radius: 3px;
  background: #eef2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.formsOrange .formItemCheckboxOrange label.error {
  position: relative;
}
.formsOrange .formItemCheckboxOrange label.error:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 3px;
  background: #d3151e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header {
  width: 1180px;
  height: 111px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .header {
    width: 1024px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.angle,
.wrapperHeader:after {
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #d7dbdf;
}
.header__logo {
  width: 320px;
  background: url(/img/Header_Shadow.png) 158px 0 no-repeat;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[lang=ar] .header__logo {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: 0;
}
.header__topMenu,
.header__topMenu .chekIn {
  display: -webkit-box;
  display: -ms-flexbox;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  [lang=ar] .header__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header__topMenu {
  width: 860px;
  color: #ccc;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d7dbdf;
  z-index: 2;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .header__topMenu {
    width: 768px;
  }
}
.header__topMenu .chekIn {
  height: 55.5px;
  width: 860px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__topMenu .menu {
  height: 55.5px;
  width: 100%;
}
.header__topMenu .menu__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.header__topMenu .menu__listItem {
  list-style-type: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__topMenu .menu__listItem .active {
  color: #566772;
}
.header__topMenu .menu__listItem .active:after {
  opacity: 1;
}
.topMenuLink {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #33434d;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.topMenuLink:after {
  content: "";
  position: absolute;
  background-color: #f99f1d;
  left: 0;
  height: 4px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topMenuLink:hover {
  color: #566772;
}
.topMenuLink:hover:after {
  opacity: 1;
}
.wrapperHeader {
  height: 111px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.wrapperHeader:after,
.wrapperHeader:before {
  display: block;
  width: 50%;
  content: "";
}
.angle,
.wrapperHeader:after,
.wrapperHeader:before {
  position: absolute;
  height: 111px;
  top: 0;
}
.wrapperHeader:before {
  left: 0;
  background: url(/img/bg/dot_header.png) #122b35;
}
[lang=ar] .wrapperHeader:before {
  right: 0;
  left: auto;
}
.wrapperHeader:after {
  left: 50%;
  background: #fff;
  box-sizing: border-box;
}
.headerSmall,
.headerSmall__logo {
  display: -webkit-box;
  display: -ms-flexbox;
}
[lang=ar] .wrapperHeader:after {
  right: 50%;
  left: auto;
}
.angle {
  width: 55px;
  box-sizing: border-box;
  left: 292px;
  background-color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
[lang=ar] .angle {
  right: 292px;
  left: auto;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
@media only screen and (min-width: 320px) and (max-width: 1400px) {
  [lang=ar] .angle {
    right: 187px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .angle {
    left: 190px;
  }
}
.headerSmall {
  width: 1450px;
  height: 75px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1263px) and (max-width: 1400px) {
  .headerSmall {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .headerSmall {
    width: 1024px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .forexItem__right {
    max-width: 627px;
  }
  .headerSmall {
    width: 768px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .headerSmall {
    width: 320px;
  }
}
.headerSmall__logo {
  position: relative;
  width: 113px;
  background: url(/img/Header_Shadow_small.png) 14px 0 no-repeat;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[lang=ar] .headerSmall__logo {
  background: 0 0;
}
.headerSmall__topMenu {
  background-color: #fff;
  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;
  z-index: 2;
}
.headerSmall__topMenu .menuSmall {
  height: 75px;
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.headerSmall__topMenu .menu__list {
  width: 648px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .headerSmall__topMenu .menu__list {
    width: 425px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .headerSmall__topMenu .menu__list {
    display: none;
  }
}
.headerSmall__topMenu .menu__listItem {
  list-style-type: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .headerSmall__topMenu .menu__list {
    width: 150px;
  }
  .headerSmall__topMenu .menu__listItem:nth-child(1),
  .headerSmall__topMenu .menu__listItem:nth-child(5) {
    display: none;
  }
}
.headerSmall__topMenu .menu__listItem .topMenuLink {
  color: #33434d;
  font-family: Lato, sans-serif;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.headerSmall__topMenu .menu__listItem .active,
.headerSmall__topMenu .menu__listItem .topMenuLink:hover {
  color: #566772;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .headerSmall__topMenu .menu__listItem .topMenuLink {
    font-weight: 900;
  }
}
.headerSmall__topMenu .menu__listItem .topMenuLink:after {
  content: "";
  position: absolute;
  background-color: #f99f1d;
  left: 0;
  height: 4px;
  width: 100%;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.headerSmall__topMenu .menu__listItem .active:after,
.headerSmall__topMenu .menu__listItem .topMenuLink:hover:after {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .headerSmall__topMenu .menu__listItem .topMenuLink:after,
  .headerSmall__topMenu .menu__listItem:nth-child(2),
  .headerSmall__topMenu .menu__listItem:nth-child(6) {
    display: none;
  }
}
.headerSmall__topMenu .chekIn {
  height: 75px;
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.angleSmall {
  width: 55px;
  height: 75px;
  position: absolute;
  left: 95px;
  top: 0;
  background-color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[lang=ar] .angleSmall {
  right: 95px;
  left: auto;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.wrapperHeaderSmall {
  height: 75px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.wrapperHeaderSmall:after,
.wrapperHeaderSmall:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 75px;
  width: 50%;
}
.wrapperHeaderSmall:before {
  left: 0;
  background: url(/img/bg/dot_header.png);
}
[lang=ar] .wrapperHeaderSmall:before {
  right: 0;
  left: auto;
}
.wrapperHeaderSmall:after {
  left: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.browser,
.forBrowser {
  -webkit-box-sizing: border-box;
}
[lang=ar] .wrapperHeaderSmall:after {
  right: 50%;
  left: auto;
}
.forBrowser {
  height: 60px;
  width: 253px;
  margin-left: 20px;
  padding-left: 14px;
  border-left: 1px solid #f99f1d;
  box-sizing: border-box;
}
.listCountry img,
.mainCountry img {
  padding: 0 11px 0 15px;
}
.browser {
  position: relative;
  height: 24px;
  box-sizing: border-box;
}
.browser span {
  position: absolute;
  top: -4px;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
}
.browserIcon {
  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;
  height: 36px;
  width: 253px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.browserIcon a {
  position: relative;
  display: block;
  height: 36px;
  width: 36px;
}
.browserIcon a .iconLighter {
  position: absolute;
  height: 36px;
  width: 36px;
  top: 0;
  left: 0;
}
.browserIcon a:hover .iconLighter {
  background: #fff;
  opacity: .2;
}
.iframe {
  overflow: hidden;
  border: 0;
}
.iframe__f {
  width: 350px;
  height: 31px;
  margin-top: 15px;
}
.iframe__a {
  margin-top: 10px;
}
.iframe__c {
  margin: 10px auto 0;
  display: block;
  width: 510px;
  height: 14px;
}
.countrySelect,
.mainCountry {
  width: 100%;
  -webkit-box-sizing: border-box;
}
.mainCountry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #eef2f5;
  cursor: pointer;
}
.mainCountry span {
  font-size: 18px;
  font-weight: 400;
}
.countrySelect {
  position: absolute;
  max-height: 184px;
  top: 43px;
  left: 0;
  z-index: 9;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
  display: none;
}
.input__country,
.listCountry {
  height: 46px;
  width: 100%;
  -webkit-box-sizing: border-box;
}
.listCountry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.listCountry--active,
.listCountry:hover {
  background-color: #fde2bb;
}
.listCountry span {
  font-size: 18px;
  font-weight: 400;
}
.input__country {
  position: relative;
  font-size: 18px;
  outline: 0;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.input__country:before {
  display: none;
}
.input__country:after {
  content: "\66";
  position: absolute;
  font-size: 10px;
  height: 10px;
  width: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-family: newsite-font;
  font-weight: 400;
  color: #33434d;
}
[lang=ar] .input__country:after {
  right: auto;
  left: 15px;
}
.inputPopUp__country:after {
  color: #a7b0b7;
}
.listOnlinePlatformsBlock {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listOnlinePlatformsBlock .listOnlinePlatforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mainPageAccountTypes,
.wrapperMainPageAccountTypes {
  background-color: #eef2f5;
  -webkit-box-sizing: border-box;
}
.listOnlinePlatformsBlock .listOnlinePlatforms ul {
  padding: 0;
  margin: 16px 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .listOnlinePlatformsBlock .listOnlinePlatforms ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
  }
  .listOnlinePlatformsBlock .listOnlinePlatforms ul li {
    display: inline-block;
    text-align: center;
  }
}
.listOnlinePlatformsBlock .listOnlinePlatforms ul li {
  list-style: none;
  margin-bottom: 19px;
  padding-left: 25px;
}
.listOnlinePlatformsBlock .listOnlinePlatforms ul li:last-child {
  margin-bottom: 0;
}
.listOnlinePlatformsBlock .listOnlinePlatforms ul li div {
  position: relative;
  color: #33434d;
  text-decoration: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.listOnlinePlatformsBlock .listOnlinePlatforms ul li div:before {
  content: "\71";
  position: absolute;
  top: 9px;
  left: -24px;
  font-family: newsite-font;
  font-size: 11px;
  color: #b1c0c9;
}
[lang=ar] .listOnlinePlatformsBlock .listOnlinePlatforms ul li div:before {
  left: auto;
  right: -24px;
}
.mainPageAccountTypes {
  box-sizing: border-box;
  border-bottom: 1px solid #d7dbdf;
  -webkit-box-shadow: 0 5px 10px #e0e2e3;
  box-shadow: 0 5px 10px #e0e2e3;
  position: relative;
  z-index: 1;
}
.wrapperMainPageAccountTypes {
  padding: 18px 0 37px;
  margin: 0 auto;
  width: 1262px;
  box-sizing: border-box;
}
.accountTypesItem__1 h3,
.accountTypesItem__3 h3,
.accountTypesItem__4 h3 {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .wrapperMainPageAccountTypes {
    width: 1024px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperMainPageAccountTypes {
    width: 768px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .listOnlinePlatformsBlock .listOnlinePlatforms ul li div {
    display: inline;
  }
  .wrapperMainPageAccountTypes {
    width: 320px;
  }
  .accountTypesItems {
    padding-left: 130px;
  }
}
.accountTypesItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .accountTypesItems {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1070px) {
  .accountTypesItems {
    overflow: hidden;
  }
}
.accountTypesItem {
  height: 73px;
  width: 25%;
  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;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #d9dde1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[lang=ar] .accountTypesItem {
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
.accountTypesItem:first-child {
  border-left: none;
}
[lang=ar] .accountTypesItem:first-child {
  border-left: 1px solid #d9dde1;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  [lang=ar] .accountTypesItem:first-child {
    border-left: none;
  }
}
.accountTypesItem:last-child {
  border-left: 1px solid #d9dde1;
}
[lang=ar] .accountTypesItem:last-child {
  border-left: none;
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .accountTypesItem:last-child {
    border-left: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .accountTypesItem {
    padding-left: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .accountTypesItem {
    width: 50%;
    border-left: none;
  }
}
.accountTypesItem:hover {
  background: #f99f1d;
}
.accountTypesItem:hover :before {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .accountTypesItem {
    width: 100%;
    border-left: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .accountTypesItem:hover {
    background: 0;
  }
  .accountTypesItem:hover :before {
    color: #f99f1d;
  }
}
.accountTypesItem:hover h3 {
  border-bottom: 1px solid transparent;
}
.accountTypesItem i {
  position: relative;
  display: block;
  font-style: normal;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
[lang=ar] .accountTypesItem i {
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
.accountTypesItem i:before {
  position: absolute;
  content: "";
  top: -33px;
  left: -55px;
  font-family: newsite-font;
  font-size: 55px;
  font-weight: 400;
  color: #f99f1d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[lang=ar] .accountTypesItem i:before {
  left: auto;
  right: 20px;
}
.accountTypesItem__1 i:before {
  content: "\7a";
}
.accountTypesItem__2 {
  padding-bottom: 10px;
}
.accountTypesItem__2 i:before {
  content: "\41";
}
.accountTypesItem__3 i:before {
  content: "\42";
}
.accountTypesItem__4 i:before {
  content: "\43";
}
.accountTypesItem h3 {
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
  color: #1f2e37;
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin-left: 20px;
  border-bottom: 1px solid #1f2e37;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[lang=ar] .accountTypesItem h3 {
  margin-right: 85px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
.mobile-form h2 {
  font-size: 30px;
  font-weight: 300;
  color: #33434d;
  padding: 31px 0 8px;
  margin: 0;
  font-family: lato, sans-serif;
  text-align: center;
}
.mobile-form h2 span {
  font-weight: 700;
}
.mobile-form {
  background-color: #fff;
  padding: 0 20px;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .mobile-form {
    display: block;
  }
}
.mobile-form__wrapper {
  display: none;
}
.mobile-form__cont {
  width: 280px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .mobile-form__wrapper {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 35px;
  }
  .mobile-form__form {
    width: 280px;
    background: #fff;
    padding: 0;
  }
  .mobile-form__familyName {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .mobile-form__familyName label {
    display: none;
  }
  .mobile-form__countryTel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .mobile-form__countryTel label {
    display: none;
  }
  .mobile-form__emailPassword {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .mobile-form__emailPassword label {
    display: none;
  }
}
.mobile-form-reg__checkbox-button {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}
.mobile-form-reg__checkbox-button--f-pass {
  margin-top: 50px;
}
.mobile-form-reg__button {
  margin-top: 25px;
}
.mobile-form-reg__button button {
  text-transform: uppercase;
}
.mobile-form-reg__checkbox {
  max-width: 280px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-form-reg__checkbox input {
  height: 1px;
  width: 1px;
  opacity: 0;
  position: absolute;
}
.mobile-form-reg__checkbox input:checked + label {
  position: relative;
}
.mobile-form-reg__checkbox input:checked + label:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #33434d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.b-newpass__input,
.formHorizonRegistrationOrange input {
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  outline: 0;
}
.mobile-form-reg__checkbox input:checked + label:after {
  content: '';
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-form-reg__checkbox label {
  position: relative;
  left: 0;
  top: 0;
}
.mobile-form-reg__checkbox label:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid #c3c9ce;
  background: #eef2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-form-reg__checkbox span {
  display: block;
  font-family: lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #33434d;
  line-height: 13px;
  margin-left: 36px;
}
.mob-menu__list,
.mobile-form__welcome {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.mobile-form-reg__checkbox span a {
  color: #33434d;
}
.mobile-form-reg__checkbox span a:hover {
  text-decoration: none;
}
.mobile-form-reg__checkbox .RememberMe {
  line-height: 28px;
}
.mobile-form-reg__checkbox .forgotPassword {
  margin-left: 50px;
}
.mobile-form__welcome {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 101px;
}
.mobile-form__welcome h3 {
  position: relative;
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #1f2e37;
  margin: 0;
}
.mobile-form__welcome h3:before {
  content: "\67";
  position: absolute;
  top: -53px;
  left: 70px;
  font-family: newsite-font;
  font-size: 45px;
  font-weight: 400;
  color: #f99f1d;
}
.mobile-form__welcome p {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
  line-height: 22px;
  margin-top: 10px;
  max-width: 690px;
  text-align: center;
}
.mobile-form__welcome .campaign {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 100;
}
.security--m {
  position: relative;
  text-align: center;
  margin-top: 43px;
}
.security--m img {
  margin-right: 32px;
}
.security--m img:nth-child(3) {
  margin-right: 0;
}
.custom-select__placeholder--bd {
  border: 1px solid #c3c9ce;
}
.mob-menu {
  background-color: #fff;
  padding: 38px 0;
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .mob-menu {
    display: block;
  }
}
.mob-menu__wrapper {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .mob-menu__wrapper {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mob-menu__languages--mob {
    margin: 0;
    width: 280px;
  }
}
.mob-menu__languages--mob .languages {
  width: 100%;
}
.mob-menu__list {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.mob-menu__listItem {
  list-style-type: none;
  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;
  border-bottom: 1px solid #d7dbdf;
  border-top: 1px solid #d7dbdf;
  width: 100%;
  height: 42px;
}
.mob-menu__listItem .active {
  color: #616b71;
}
.mob-menu__listItem:nth-child(6),
.mob-menu__listItem:nth-child(7),
.mob-menu__listItem:nth-child(8) {
  border-top: 0;
}
.mob-menu__link {
  position: relative;
  color: #33434d;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.mob-menu__link--arrow-down:after,
.mob-menu__link--arrow:after {
  position: absolute;
  right: -25px;
  top: 7px;
  content: "";
  display: block;
  height: 13px;
  width: 13px;
}
.mob-menu__link--arrow:after {
  background: url(/img/Arrow-up.png) no-repeat;
}
.mob-menu__link--arrow-down:after {
  background: url(/img/Arrow-down.png) no-repeat;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .buttonCE {
    margin-top: 26px;
    margin-bottom: 1px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
  }
  .buttonCE .buttonC {
    width: 50%;
    margin-right: 0;
  }
}
.onlinePlatformsItem__right,
.orangeFormHorizon,
.platforms .platformsItem a,
.rightNews,
.submenu,
.wrapper-pl .platformsItemPlatformsPage a,
.wrapperPop-up,
.wrapperRecordNews .leftRecordNews,
.wrapperRecordNewsPage .leftRecordNewsPage {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .buttonCE .buttonE {
    width: 50%;
  }
  .buttonCE .buttonE span {
    padding: 0;
  }
  .button__checkIn,
  .button__checkIn:hover {
    background-color: #fff;
  }
  .button__checkIn {
    border-radius: 0 3px 3px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    color: #33434d;
    border: 1px solid #33434d;
    border-left: 0;
    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;
  }
  .button__entry,
  .button__entry:hover {
    background-color: #fff;
  }
  .button__entry {
    border: 1px solid #33434d;
    border-radius: 3px 0 0 3px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    color: #33434d;
    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;
  }
  .button__entry:before {
    display: none;
  }
}
.button .active,
.button .active:hover {
  background-color: #33434d;
}
.submenu,
.wrapper-newpass {
  display: -webkit-box;
  display: -ms-flexbox;
}
.button .active {
  color: #fff;
}
.submenu {
  padding: 0;
  margin: 0;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.submenu li {
  list-style-type: none;
  line-height: 35px;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .dropdownTopMenuLink {
    position: relative;
    color: #33434d;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
  }
}
.b-newpass__label,
.b-newpass__title {
  font-family: lato, sans-serif;
  font-weight: 300;
  color: #33434d;
}
.wrapper-newpass {
  width: 578px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 30px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapper-newpass {
    width: 280px;
  }
}
.wrapper-btn-box {
  width: 578px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapper-btn-box {
    width: 280px;
  }
}
.b-newpass {
  background: url(/img/bg/Dots.png), url(/img/bg/Registration_Background.jpg) center 10px no-repeat;
  background-size: cover;
  padding: 220px 0 105px;
}
.b-newpass__title {
  font-size: 22px;
  text-align: center;
  padding: 49px 0 31px;
  margin: 0;
  border-bottom: 1px solid #d7dbdf;
}
.b-newpass__input-box {
  width: 280px;
  position: relative;
  font-size: 23px;
}
.b-newpass__label {
  font-size: 13px;
  padding: 10px;
}
.b-newpass__btn-submit,
.b-newpass__more {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.b-newpass__input {
  height: 50px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #c3c9ce;
  border-radius: 4px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eef2f5;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.b-newpass__input::-webkit-input-placeholder {
  color: #a7b0b7;
}
.b-newpass__input::-moz-placeholder {
  color: #a7b0b7;
}
.b-newpass__input:-ms-input-placeholder {
  color: #a7b0b7;
}
.b-newpass__input::-ms-input-placeholder {
  color: #a7b0b7;
}
.b-newpass__input::placeholder {
  color: #a7b0b7;
}
.b-newpass__input:focus {
  border-color: #f99f1d;
  background-color: #fff;
}
.b-newpass__input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.b-newpass__input:focus::-moz-placeholder {
  visibility: hidden;
}
.b-newpass__input:focus:-ms-input-placeholder {
  visibility: hidden;
}
.b-newpass__input:focus::-ms-input-placeholder {
  visibility: hidden;
}
.b-newpass__input:focus::placeholder {
  visibility: hidden;
}
.b-newpass__btn-box {
  width: 280px;
}
.b-newpass__btn-submit {
  border: none;
  display: inline-block;
  padding: 0 46px;
  border-radius: 3px;
  background: #f99f1d;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.b-newpass__btn-submit:hover {
  background: #ff8d12;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.b-newpass__more {
  color: #33434d;
  line-height: 26px;
  margin: 18px;
}
.b-login__icon {
  position: absolute;
  top: 49px;
  left: 14px;
}
.newsPage {
  background-color: #eef2f5;
  padding-top: 111px;
}
.wrapperNewsPage {
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 23px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperNewsPage {
    width: 100%;
  }
}
.wrapperRecordNewsPage {
  padding-bottom: 5px;
}
.wrapperRecordNewsPage .leftRecordNewsPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapperRecordNewsPage .leftRecordNewsPage .dateNewsPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  width: 90px;
  margin-left: 5px;
  background: #f99f1d;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.wrapperRecordNewsPage .leftRecordNewsPage .dateNewsPage span {
  display: block;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  line-height: 21px;
  padding: 0 8px;
  font-size: 14px;
}
.wrapperRecordNewsPage .leftRecordNewsPage .dateNewsPage .time {
  margin-left: 4px;
  color: #606f78;
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.itemNewsPage {
  display: block;
  text-decoration: none;
  padding: 30px 40px;
  border-left: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.itemNewsPage h2,
.wrapperNews {
  -webkit-box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .itemNewsPage {
    padding: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .itemNewsPage {
    padding: 30px 20px;
  }
}
.itemNewsPage:nth-child(2n) {
  background: #edf0f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf0f3), color-stop(5%, #edf0f3), color-stop(20%, #f6f8fa), to(#f6f8fa));
  background: linear-gradient(to bottom, #edf0f3 0, #edf0f3 5%, #f6f8fa 20%, #f6f8fa 100%);
}
.itemNewsPage:hover {
  border-left: 2px solid #bfc4c8;
  background: #edf0f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf0f3), color-stop(5%, #edf0f3), color-stop(20%, #f6f8fa), to(#f6f8fa));
  background: linear-gradient(to bottom, #edf0f3 0, #edf0f3 5%, #f6f8fa 20%, #f6f8fa 100%);
}
.itemNewsPage:hover h2 {
  color: #f99f1d;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 2px solid #f8bd7a;
}
.itemNewsPage h2 {
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  display: inline;
}
.contentItemNewsPage {
  max-width: 940px;
}
.paginatorNewsPage .paginatorBlockNewsPage {
  height: 179px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .paginatorNewsPage .paginatorBlockNewsPage {
    padding-left: 15px;
    height: 133px;
  }
}
.paginatorNewsPage .paginatorBlockNewsPage .current,
.paginatorNewsPage .paginatorBlockNewsPage a[current] {
  background-color: #f99f1d;
  color: #fff;
}
.paginatorNewsPage .paginatorBlockNewsPage .prev {
  position: relative;
}
.paginatorNewsPage .paginatorBlockNewsPage .prev:before {
  content: "\48";
  position: absolute;
  top: 7px;
  left: 12px;
  font-family: newsite-font;
  font-size: 17px;
  color: #35454f;
  height: 17px;
  width: 17px;
}
.paginatorNewsPage .paginatorBlockNewsPage .prev:hover:before {
  color: #f99f1d;
}
.paginatorNewsPage .paginatorBlockNewsPage .next {
  position: relative;
}
.paginatorNewsPage .paginatorBlockNewsPage .next:before {
  content: "\49";
  position: absolute;
  top: 7px;
  left: 12px;
  font-family: newsite-font;
  font-size: 17px;
  color: #35454f;
  height: 17px;
  width: 17px;
}
.paginatorNewsPage .paginatorBlockNewsPage .next:hover:before {
  color: #f99f1d;
}
.paginatorNewsPage .paginatorBlockNewsPage a {
  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;
  height: 31px;
  width: 40px;
}
.paginatorNewsPage .paginatorBlockNewsPage a.pages {
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  text-decoration: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #33434d;
}
.paginatorNewsPage .paginatorBlockNewsPage a.pages:hover {
  background-color: #ebf0f4;
}
.paginatorNewsPage .paginatorBlockNewsPage a.pages--active,
.paginatorNewsPage .paginatorBlockNewsPage a.pages--active:hover {
  background-color: #f99f1d;
}
.paginatorNewsPage .paginatorBlockNewsPage a.pages span {
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .paginatorNewsPage .paginatorBlockNewsPage a.pages:nth-child(5),
  .paginatorNewsPage .paginatorBlockNewsPage a.pages:nth-child(6),
  .paginatorNewsPage .paginatorBlockNewsPage a.pages:nth-child(7) {
    display: none;
  }
}
.leftRightNews,
.rightNews {
  display: -webkit-box;
  display: -ms-flexbox;
}
.news {
  background-color: #eef2f5;
  padding-top: 111px;
}
.wrapperNews {
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .wrapperNews {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperNews {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperNews {
    width: 100%;
  }
  .leftNews {
    max-width: 100%;
  }
}
.rightNews {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 52px;
  max-width: 161px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .rightNews {
    display: none;
  }
}
.leftRightNews {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrapperRecordNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapperRecordNews .leftRecordNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapperRecordNews .leftRecordNews .dateNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  width: 90px;
  margin-left: 5px;
  background: #f99f1d;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  margin-bottom: 18px;
}
.wrapperRecordNews .leftRecordNews .dateNews span {
  display: block;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  line-height: 21px;
  padding: 0 8px;
}
.wrapperRecordNews .leftRecordNews .dateNews .time {
  margin-left: 4px;
  color: #606f78;
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.leftRightNews .leftNews ul li {
  position: relative;
}
.leftRightNews .leftNews ul li:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 11px;
  background-color: #f99f1d;
  left: -16px;
  top: 10px;
}
.NewsTypical {
  background-color: #eef2f5;
  padding-top: 50px;
}
.wrapperNewsTypical {
  margin: 0 auto;
  width: 1262px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperNewsTypical {
    width: 100%;
  }
}
.contentItemNewsTypical {
  max-width: 940px;
}
.itemNewsTypical {
  color: #33434d;
  display: block;
  text-decoration: none;
  padding: 30px 40px;
  border-left: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .itemNewsTypical {
    padding: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .itemNewsTypical {
    padding: 30px 20px;
  }
}
.itemNewsTypical:nth-child(2n) {
  background: #edf0f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf0f3), color-stop(5%, #edf0f3), color-stop(20%, #f6f8fa), to(#f6f8fa));
  background: linear-gradient(to bottom, #edf0f3 0, #edf0f3 5%, #f6f8fa 20%, #f6f8fa 100%);
}
.itemNewsTypical:hover {
  border-left: 2px solid #bfc4c8;
  background: #edf0f3;
  background: -webkit-gradient(linear, left top, left bottom, from(#edf0f3), color-stop(5%, #edf0f3), color-stop(20%, #f6f8fa), to(#f6f8fa));
  background: linear-gradient(to bottom, #edf0f3 0, #edf0f3 5%, #f6f8fa 20%, #f6f8fa 100%);
}
.itemNewsTypical:hover h2 {
  color: #f99f1d;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 2px solid #f8bd7a;
}
.itemNewsTypical h2 {
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.dateNewsTypical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  width: 90px;
  margin-left: 5px;
  background: #f99f1d;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.dateNewsTypical span {
  display: block;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  line-height: 21px;
  padding: 0 8px;
}
.dateNewsTypical .time {
  margin-left: 4px;
  color: #606f78;
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.interesting {
  font-family: lato, sans-serif;
  color: #33434d;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .interesting {
    padding: 0 30px;
  }
  .onlinePlatformsItem__right img {
    position: relative;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .interesting {
    padding: 0 20px;
  }
}
.onlinePlatforms {
  background-color: #eef2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapperOnlinePlatforms {
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 100px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperOnlinePlatforms {
    width: 1024px;
    padding-right: 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperOnlinePlatforms {
    width: 768px;
    padding-left: 20px;
  }
}
.onlinePlatformsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperOnlinePlatforms {
    width: 100%;
    padding: 0;
  }
  .onlinePlatformsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .onlinePlatformsItem__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.onlinePlatformsItem__left .buttons {
  height: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onlinePlatformsItem__left .buttons .wrapperBCash {
  margin-right: 20px;
}
[lang=ar] .onlinePlatformsItem__left .buttons .wrapperBCash {
  margin-right: auto;
  margin-left: 20px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .onlinePlatformsItem__left .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 101px;
    margin-top: 38px;
    margin-bottom: 62px;
  }
  .onlinePlatformsItem__left .buttons .wrapperBCash {
    margin-right: 0;
  }
}
.onlinePlatformsItem__right {
  max-width: 650px;
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.onlinePlatformsItem__right .laptop {
  background: url(/img/Trading-platform_Image.png) center center no-repeat;
  width: 649px;
  height: 410px;
}
[lang=ar] .onlinePlatformsItem__right .laptop {
  background: url(/img/Trading-platform_Image_ar.png) center center no-repeat;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .onlinePlatformsItem__right {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .onlinePlatformsItem__right {
    max-width: 460px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .onlinePlatformsItem__right {
    max-width: 325px;
  }
}
.onlinePlatformsItem__right .forPlatforms {
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 38px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .onlinePlatformsItem__right .forPlatforms {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 200px;
    padding-left: 15px;
  }
  .onlinePlatformsItem__right .forPlatforms .platformsForBrowser {
    margin-bottom: 20px;
  }
}
.orangeFormHorizon {
  height: 518px;
  background: url(/img/bg/bg_orange.jpg) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
[lang=ar] .orangeFormHorizon {
  background: url(/img/bg/bg_orange.jpg) center center no-repeat;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .orangeFormHorizon {
    height: 443px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .orangeFormHorizon {
    height: auto;
  }
}
.wrapperFormHorizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 931px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperFormHorizon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperFormHorizon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 320px;
  }
}
.wrapperFormHorizon input {
  height: 50px;
  width: 100%;
  font-size: 18px;
  border: 1px solid transparent;
  outline: 0;
  border-radius: 4px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eef2f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[lang=ar] .wrapperFormHorizon input {
  padding-right: 45px;
  padding-left: auto;
}
.wrapperFormHorizon input::-webkit-input-placeholder {
  color: #33434d;
}
.wrapperFormHorizon input::-moz-placeholder {
  color: #33434d;
}
.wrapperFormHorizon input:-ms-input-placeholder {
  color: #33434d;
}
.wrapperFormHorizon input::-ms-input-placeholder {
  color: #33434d;
}
.wrapperFormHorizon input::placeholder {
  color: #33434d;
}
.wrapperFormHorizon input:focus {
  border-color: #4d5d67;
  background-color: #fff;
}
.wrapperFormHorizon input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.wrapperFormHorizon input:focus::-moz-placeholder {
  visibility: hidden;
}
.wrapperFormHorizon input:focus:-ms-input-placeholder {
  visibility: hidden;
}
.wrapperFormHorizon input:focus::-ms-input-placeholder {
  visibility: hidden;
}
.wrapperFormHorizon input:focus::placeholder {
  visibility: hidden;
}
.wrapperFormHorizon input:focus + i:before {
  color: #f99f1d;
}
.wrapperFormHorizon input.error {
  border-left: 4px solid #d3151e;
  border-top: 1px solid #d3151e;
  border-right: 1px solid #d3151e;
  border-bottom: 1px solid #d3151e;
}
.wrapperFormHorizon .input {
  width: 280px;
  height: 50px;
  padding-top: 23px;
  margin-bottom: 45px;
  position: relative;
  font-family: newsite-font;
  font-size: 23px;
}
.wrapperFormHorizon .input i {
  display: block;
  position: relative;
  font-style: normal;
}
.wrapperFormHorizon .input i:before {
  display: block;
  content: "\61";
  position: absolute;
  font-family: newsite-font;
  font-size: 21px;
  color: #33434d;
  top: -37px;
  left: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[lang=ar] .wrapperFormHorizon .input i:before {
  left: auto;
  right: 14px;
}
.wrapperFormHorizon .input__country {
  position: relative;
}
.wrapperFormHorizon .input__country:before {
  position: absolute;
  height: 23px;
  width: 23px;
  top: 12px;
  left: 15px;
  content: "";
  background: url(/img/Ru.png) center center no-repeat;
}
.wrapperFormHorizon .input__country:after {
  content: "\66";
  position: absolute;
  font-size: 10px;
  height: 10px;
  width: 10px;
  top: 50%;
  right: 15px;
  margin-top: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
[lang=ar] .wrapperFormHorizon .input__country:after {
  right: auto;
  left: 15px;
}
.wrapperFormHorizon .input__tel i:before {
  content: "\62";
}
.wrapperFormHorizon .input__email i:before {
  content: "\63";
}
.wrapperFormHorizon .input__password i:before {
  content: "\64";
}
.wrapperFormHorizon .input__promo i:before {
  content: ' ';
  background: url(/img/Icon_Promo-code.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.wrapperFormHorizon .input__promo label {
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 14px;
}
.wrapperCheckboxButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 7px;
  width: 935px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperCheckboxButton {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperCheckboxButton {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 75px;
  }
}
.checkboxBlockHO {
  width: 292px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .checkboxBlockHO {
    width: 280px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.checkboxBlockHO input {
  height: 1px;
  width: 1px;
  opacity: 0;
  position: absolute;
}
.checkboxBlockHO input:checked + label {
  position: relative;
}
.checkboxBlockHO input:checked + label:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #33434d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .checkboxBlockHO input:checked + label:before {
    height: 25px;
    width: 25px;
  }
}
.checkboxBlockHO input:checked + label:after {
  content: '';
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 8px;
  top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[lang=ar] .checkboxBlockHO input:checked + label:after {
  left: auto;
  right: 8px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .checkboxBlockHO input:checked + label:after {
    top: 5px;
    left: 9px;
  }
}
.checkboxBlockHO label {
  position: relative;
  left: 0;
  top: 0;
}
.checkboxBlockHO span {
  display: block;
  color: #fff;
  font-family: lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 18px;
  margin: 0 0 0 40px;
}
[lang=ar] .checkboxBlockHO span {
  margin: 0 40px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .checkboxBlockHO span {
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
  }
  .checkboxBlockHO label:before {
    height: 25px;
    width: 25px;
  }
}
.formHorizonButtonRegistrationOrange .entry,
.formHorizonButtonRegistrationOrange button,
.pop-upButton a {
  text-align: center;
  line-height: 50px;
  text-decoration: none;
}
.checkboxBlockHO span a {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.checkboxBlockHO span a:hover {
  color: #fff;
  text-decoration: none;
}
.checkboxBlockHO label:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border-radius: 3px;
  background: #eef2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[lang=ar] .checkboxBlockHO label:before {
  left: auto;
  right: 0;
}
.checkboxBlockHO label.error:before {
  background: #d3151e;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .countryTel,
  .emailPassword,
  .familyName,
  .wrapperCheckboxButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 600px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .countryTel,
  .emailPassword,
  .familyName,
  .wrapperCheckboxButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.paginator .paginatorBlock {
  height: 80px;
  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;
}
.paginator .paginatorBlock .next:before,
.paginator .paginatorBlock .prev:before {
  top: 7px;
  left: 12px;
  font-family: newsite-font;
  font-size: 17px;
  height: 17px;
  width: 17px;
}
.paginator .paginatorBlock .prev {
  position: relative;
}
.paginator .paginatorBlock .prev:before {
  content: "\48";
  position: absolute;
  color: #35454f;
}
.paginator .paginatorBlock .prev:hover:before {
  color: #f99f1d;
}
.paginator .paginatorBlock .next {
  position: relative;
}
.paginator .paginatorBlock .next:before {
  content: "\49";
  position: absolute;
  color: #35454f;
}
.paginator .paginatorBlock .next:hover:before {
  color: #f99f1d;
}
.paginator .paginatorBlock a {
  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;
  height: 31px;
  width: 40px;
}
.paginator .paginatorBlock a.pages {
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
  background-color: #fff;
  text-decoration: none;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #33434d;
}
.platforms .platformsItem a span,
.wrapper-pl .platformsItemPlatformsPage a span {
  font-family: Lato, sans-serif;
  font-size: 20px;
  color: #4d5c66;
  font-weight: 400;
}
.paginator .paginatorBlock a.pages:hover {
  background-color: #ebf0f4;
}
.paginator .paginatorBlock a.pages--active,
.paginator .paginatorBlock a.pages--active:hover {
  background-color: #f99f1d;
}
.paginator .paginatorBlock a.pages span {
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.platforms .platformsItem:first-child {
  border-left: 1px solid #d7dbdf;
}
.platforms .platformsItem a {
  height: 265px;
  width: 237px;
  text-decoration: none;
  border: 1px solid #d7dbdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 0;
}
.platforms .platformsItem a:hover {
  background: #f3f4f5;
}
.platforms .platformsItem a img {
  height: 74px;
  width: 195px;
  padding-bottom: 44px;
}
.platformsPage {
  background-color: #eef2f5;
  padding-top: 111px;
}
.wrapperPlatformsPage {
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 79px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperPlatformsPage {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .wrapperPlatformsPage p {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperPlatformsPage p {
    padding: 0 15px;
  }
}
.platformsPlatformsPage {
  padding: 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .platformsPlatformsPage {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .platformsPlatformsPage {
    padding: 0 15px;
  }
}
.wrapper-pl {
  border: 1px solid #d7dbdf;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px;
  margin-bottom: 71px;
}
@media only screen and (min-width: 320px) and (max-width: 1000px) {
  .wrapper-pl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.wrapper-pl .platformsItemPlatformsPage {
  width: 20%;
  border-right: 1px solid #d7dbdf;
}
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .wrapper-pl .platformsItemPlatformsPage {
    width: 100%;
    border-bottom: 1px solid #d7dbdf;
    border-right: 0;
  }
  .wrapper-pl .platformsItemPlatformsPage:last-child {
    border-bottom: 0;
  }
}
.wrapper-pl .platformsItemPlatformsPage:last-child {
  border-right: 0;
}
.wrapper-pl .platformsItemPlatformsPage a {
  height: 265px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapper-pl .platformsItemPlatformsPage a:hover {
  background: #f3f4f5;
}
.wrapper-pl .platformsItemPlatformsPage a img {
  height: 118px;
  width: 195px;
  padding-bottom: 44px;
}
@media only screen and (min-width: 1000px) and (max-width: 1262px) {
  .wrapper-pl .platformsItemPlatformsPage a img {
    width: 165px;
  }
}
.wrapper-pl .platformsItemPlatformsPage a .not-activeText {
  color: #bbc1c7;
}
@media only screen and (min-width: 601px) and (max-width: 1000px) {
  .wrapper-pl .platformsItemPlatformsPage__1,
  .wrapper-pl .platformsItemPlatformsPage__2 {
    width: 33.33333%;
  }
  .wrapper-pl .platformsItemPlatformsPage__3 {
    width: 33.33333%;
    border-right: 0;
  }
  .wrapper-pl .platformsItemPlatformsPage__4,
  .wrapper-pl .platformsItemPlatformsPage__5 {
    width: 50%;
    border-top: 1px solid #d7dbdf;
  }
}
.leftPlatformsPage ul li:before,
.rightPlatformsPageB ul li:before {
  content: url(/img/svg/Mark-icon.svg);
  height: 15px;
  width: 15px;
  left: -21px;
}
.leftRightPlatformsPage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.leftPlatformsPage {
  padding-left: 40px;
  max-width: 705px;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .leftPlatformsPage {
    max-width: 860px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .leftPlatformsPage {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .leftPlatformsPage {
    padding: 0 15px;
  }
}
.leftPlatformsPage ul {
  list-style: none;
  padding-left: 20px;
}
.leftPlatformsPage ul li {
  position: relative;
  margin-bottom: 21px;
}
.leftPlatformsPage ul li:before {
  position: absolute;
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 900px) {
  .leftPlatformsPage p {
    padding: 0;
  }
}
.rightPlatformsPage {
  padding-top: 48px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .rightPlatformsPage img {
    display: none;
  }
}
.leftRightPlatformsPageB,
.pop-up {
  display: -webkit-box;
  display: -ms-flexbox;
}
.leftRightPlatformsPageB {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 47px;
}
.leftPlatformsPageB {
  padding-top: 30px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .leftPlatformsPageB {
    display: none;
  }
}
.rightPlatformsPageB {
  max-width: 705px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .rightPlatformsPageB {
    padding: 0 40px;
    max-width: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .rightPlatformsPageB {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .rightPlatformsPageB {
    padding: 0 15px;
  }
}
.rightPlatformsPageB ul {
  list-style: none;
  padding-left: 20px;
}
.rightPlatformsPageB ul li {
  position: relative;
  margin-bottom: 26px;
}
.rightPlatformsPageB ul li:before {
  position: absolute;
  display: block;
}
.rightPlatformsPageB p {
  padding: 0;
}
.not-active {
  pointer-events: none;
  cursor: default;
}
.imac {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .imac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .imac {
    display: block;
    position: relative;
    height: 430px;
  }
  .imac img {
    position: absolute;
    right: 0;
  }
  .imac-1024 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .imac-320 {
    display: none;
  }
}
.pop-up {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100vw;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-upWindowItems,
.wrapperPop-up {
  display: -webkit-box;
  display: -ms-flexbox;
}
.wrapperPop-up {
  position: relative;
  height: 295px;
  width: 860px;
  border-radius: 6px;
  background: url(/img/bg/Registration_Form_Upper-left_Decor-Image.png) left top no-repeat #ffffff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-upButton {
  width: 170px;
  margin-top: 18px;
}
.pop-upButton a {
  width: 100%;
  border: none;
  display: inline-block;
  padding: 0 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: #f99f1d;
  color: #fff;
}
.pop-upButton a:hover {
  background: #ff8d12;
}
.close {
  position: absolute;
  right: 12px;
  top: 14px;
  height: 12px;
  width: 12px;
  cursor: pointer;
}
.close i:nth-child(1),
.close i:nth-child(2) {
  top: 0;
  right: 50%;
  height: 12px;
  width: 2px;
  background-color: #1f2e37;
  display: block;
  position: absolute;
}
.close i:nth-child(1) {
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}
.close i:nth-child(2) {
  -webkit-transform: skew(-45deg);
  transform: skew(-45deg);
}
.wrapperPop-upWindow {
  background: url(/img/bg/Registration_Form_Upper-left_Decor-Image.png) no-repeat #ffffff;
  width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
  padding-bottom: 51px;
}
.pop-upWindowMain {
  background: url(/img/bg/Dots.png), url(/img/bg/Registration_Background.jpg) center 10px no-repeat;
  background-size: cover;
  padding: 220px 0 105px;
}
.menuRegistration ul li span {
  display: block;
  color: #33434d;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menuRegistration ul li span:after {
  content: "";
  position: absolute;
  background-color: #f99f1d;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuRegistration ul li span:hover {
  color: #566772;
}
.menuRegistration ul li span:hover:after {
  opacity: 1;
}
.pop-upWindowItems {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 38px 53px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .wrapperPop-upWindow {
    width: 100%;
  }
  .pop-upWindowItems {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.pop-upWindowItems__left {
  width: 686px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #d7dbdf;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .pop-upWindowItems__left {
    width: 100%;
    padding-bottom: 20px;
    border-right: 0;
  }
}
[lang=ar] .pop-upWindowItems__left {
  border-right: 1px solid #fff;
  border-left: 1px solid #d7dbdf;
}
.pop-upWindowItems__right {
  position: relative;
  width: 277px;
  padding: 0 0 0 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .pop-upWindowItems__right {
    width: 100%;
    padding: 17px;
  }
}
[lang=ar] .pop-upWindowItems__right {
  padding: 0 17px 0 0;
}
.formHorizonRegistrationOrange {
  width: 578px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .formHorizonRegistrationOrange {
    margin: 0 auto;
  }
}
.formHorizonRegistrationOrange .overInp {
  font-family: lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #33434d;
  padding: 10px;
}
.formHorizonRegistrationOrange .countryTel,
.formHorizonRegistrationOrange .emailPassword,
.formHorizonRegistrationOrange .familyName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .formHorizonRegistrationOrange {
    width: 100%;
  }
  .formHorizonRegistrationOrange .countryTel,
  .formHorizonRegistrationOrange .emailPassword,
  .formHorizonRegistrationOrange .familyName {
    margin: 0 auto;
  }
}
.formHorizonRegistrationOrange input {
  height: 50px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #c3c9ce;
  border-radius: 4px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eef2f5;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.formHorizonRegistrationOrange input::-webkit-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formHorizonRegistrationOrange input::-moz-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formHorizonRegistrationOrange input:-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formHorizonRegistrationOrange input::-ms-input-placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formHorizonRegistrationOrange input::placeholder {
  color: #a7b0b7;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.formHorizonRegistrationOrange input:focus {
  border-color: #f99f1d;
  background-color: #fff;
}
.formHorizonRegistrationOrange input:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.formHorizonRegistrationOrange input:focus::-moz-placeholder {
  visibility: hidden;
}
.formHorizonRegistrationOrange input:focus:-ms-input-placeholder {
  visibility: hidden;
}
.formHorizonRegistrationOrange input:focus::-ms-input-placeholder {
  visibility: hidden;
}
.formHorizonRegistrationOrange input:focus::placeholder {
  visibility: hidden;
}
.formHorizonRegistrationOrange input:focus + i:before {
  color: #5c6971;
}
.formHorizonRegistrationOrange input.error {
  border-left: 4px solid #d3151e;
  border-top: 1px solid #d3151e;
  border-right: 1px solid #d3151e;
  border-bottom: 1px solid #d3151e;
}
.formHorizonRegistrationOrange .inputPopUp {
  width: 280px;
  height: 50px;
  margin-bottom: 30px;
  position: relative;
  font-family: newsite-font;
  font-size: 23px;
}
.formHorizonRegistrationOrange .inputPopUp i {
  display: block;
  position: relative;
  font-style: normal;
}
.formHorizonRegistrationOrange .inputPopUp i:before {
  display: block;
  content: "\61";
  position: absolute;
  font-family: newsite-font;
  font-size: 21px;
  color: #909aa1;
  top: -37px;
  left: 14px;
}
.formHorizonRegistrationOrange .inputPopUp__tel i:before {
  content: "\62";
}
.formHorizonRegistrationOrange .inputPopUp__email i:before {
  content: "\63";
}
.formHorizonRegistrationOrange .inputPopUp__password i:before {
  content: "\64";
}
.wrapperCheckboxButtonRegistrationOrange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 51px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .wrapperCheckboxButtonRegistrationOrange {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.checkboxBlockRegistrationOrange {
  max-width: 280px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
}
.checkboxBlockRegistrationOrange input {
  position: absolute;
}
.formHorizonButtonRegistrationOrange {
  width: 280px;
}
.formHorizonButtonRegistrationOrange button {
  width: 100%;
  border: none;
  display: inline-block;
  padding: 0 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: #f99f1d;
  color: #fff;
}
.countrySelectPopUp,
.mainCountryPopUp {
  width: 100%;
  -webkit-box-sizing: border-box;
}
.formHorizonButtonRegistrationOrange button:hover {
  background: #ff8d12;
}
.itemTradingPop-upWindow {
  padding: 0 0 0 30px;
  max-width: 230px;
  position: relative;
  margin-top: 6px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .itemTradingPop-upWindow {
    width: 100%;
    max-width: 578px;
    margin: 0 auto;
  }
}
.itemTradingPop-upWindow:before {
  content: "\67";
  position: absolute;
  top: 3px;
  left: -3px;
  font-family: newsite-font;
  font-size: 20px;
  font-weight: 700;
  color: #f99f1d;
}
.security img {
  margin-right: 20px;
}
.security span {
  display: block;
  margin-top: 10px;
}
.mainCountryPopUp,
.menuRegistration ul {
  display: -webkit-box;
  display: -ms-flexbox;
}
.mainCountryPopUp {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  font-size: 18px;
  border: 1px solid #c3c9ce;
  outline: 0;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #eef2f5;
  -webkit-transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: border 0.2s ease-in-out, background-color 0.2s ease-in-out;
  cursor: pointer;
}
.mainCountryPopUp::-webkit-input-placeholder {
  color: #a7b0b7;
}
.mainCountryPopUp::-moz-placeholder {
  color: #a7b0b7;
}
.mainCountryPopUp:-ms-input-placeholder {
  color: #a7b0b7;
}
.mainCountryPopUp::-ms-input-placeholder {
  color: #a7b0b7;
}
.mainCountryPopUp::placeholder {
  color: #a7b0b7;
}
.mainCountryPopUp:focus {
  border-color: #f99f1d;
  background-color: #fff;
}
.mainCountryPopUp:focus::-webkit-input-placeholder {
  visibility: hidden;
}
.mainCountryPopUp:focus::-moz-placeholder {
  visibility: hidden;
}
.mainCountryPopUp:focus:-ms-input-placeholder {
  visibility: hidden;
}
.mainCountryPopUp:focus::-ms-input-placeholder {
  visibility: hidden;
}
.mainCountryPopUp:focus::placeholder {
  visibility: hidden;
}
.mainCountryPopUp:focus + i:before {
  color: #5c6971;
}
.mainCountryPopUp span {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #a7b0b7;
}
.mainCountryPopUp img {
  padding: 0 11px 0 15px;
}
.countrySelectPopUp {
  position: absolute;
  max-height: 184px;
  top: 77px;
  left: 0;
  z-index: 9;
  border-radius: 0 0 3px 3px;
  background: #fff;
  box-sizing: border-box;
  overflow: auto;
  display: none;
}
.pop-upWindow {
  background: url(/img/bg/Dots.png), url(/img/bg/Entrance_Background.jpg) center center no-repeat;
  background-size: cover;
  padding: 220px 0 105px;
}
.formHorizonRegistrationOrange .input {
  width: 280px;
  height: 50px;
  margin-bottom: 30px;
  position: relative;
  font-family: newsite-font;
  font-size: 23px;
}
.formHorizonRegistrationOrange .input i {
  display: block;
  position: relative;
  font-style: normal;
}
.formHorizonRegistrationOrange .input i:before {
  display: block;
  content: "\61";
  position: absolute;
  font-family: newsite-font;
  font-size: 21px;
  color: #909aa1;
  top: -37px;
  left: 14px;
}
.formHorizonRegistrationOrange .input__country {
  position: relative;
}
.formHorizonRegistrationOrange .input__country:before {
  position: absolute;
  height: 23px;
  width: 23px;
  top: 42px;
  left: 15px;
  content: "";
  background: url(/img/Ru.png) center center no-repeat;
}
.formHorizonRegistrationOrange .input__country:after {
  content: "\66";
  position: absolute;
  font-size: 10px;
  height: 10px;
  width: 10px;
  top: 50%;
  right: 15px;
  margin-top: 33px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
[lang=ar] .formHorizonRegistrationOrange .input__country:after {
  right: auto;
  left: 15px;
}
.formHorizonRegistrationOrange .input__tel i:before {
  content: "\62";
}
.formHorizonRegistrationOrange .input__email i:before {
  content: "\63";
}
.formHorizonRegistrationOrange .input__password i:before {
  content: "\64";
}
.formHorizonRegistrationOrange .input__promo i:before {
  content: ' ';
  background: url(/img/Icon_Promo-code.svg) no-repeat;
  width: 20px;
  height: 20px;
}
.formHorizonButtonRegistrationOrange .entry {
  width: 100%;
  border: none;
  display: inline-block;
  padding: 0 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: #f99f1d;
  color: #fff;
}
.formHorizonButtonRegistrationOrange .entry:hover {
  background: #ff8d12;
}
.forgotPassword {
  display: inline-block;
  font-family: lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #f99f1d;
  line-height: 16px;
  padding: 20px;
}
.p-0 {
  padding: 0;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .p-0 {
    display: block;
    width: 280px;
    margin: 10px auto 0;
  }
}
.itemTradingPop-upWindowEntry {
  padding: 0 0 0 30px;
  max-width: 230px;
  position: relative;
  margin-top: 6px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .itemTradingPop-upWindowEntry {
    margin: 0 auto;
  }
}
.forg-link {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}
.menuRegistration {
  display: block;
  height: 55.5px;
  width: 100%;
  padding: 0 51px;
  border-bottom: 1px solid #d7dbdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menuRegistration ul {
  height: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 216px;
}
.menuRegistration ul li {
  list-style-type: none;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menuRegistration ul li a {
  display: block;
  color: #33434d;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menuRegistration ul li .active,
.menuRegistration ul li a:hover {
  color: #566772;
}
.menuRegistration ul li a:after {
  content: "";
  position: absolute;
  background-color: #f99f1d;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuRegistration ul li .active:after,
.menuRegistration ul li a:hover:after {
  opacity: 1;
}
.checkboxBlockRegistrationOrange span {
  display: block;
  color: #33434d;
  font-family: lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  margin: 0 0 0 40px;
}
.checkboxBlockRegistrationOrange span a {
  color: #33434d;
}
.checkboxBlockRegistrationOrange span a:hover {
  color: #33434d;
  text-decoration: none;
}
.checkboxBlockRegistrationOrange .inputErrorCheck:before {
  background: #d3151f;
  border: none;
}
.wrapperPop-upWindowForgotPassword {
  background: url(/img/bg/Registration_Form_Upper-left_Decor-Image.png) no-repeat #ffffff;
  margin: 0 auto;
  width: 1000px;
  border-radius: 5px;
  padding-bottom: 51px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .wrapperPop-upWindowForgotPassword {
    width: 100%;
  }
}
.menuRegistrationForgotPassword {
  display: block;
  height: 55.5px;
  width: 100%;
  padding: 0 51px;
  border-bottom: 1px solid #d7dbdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menuRegistrationForgotPassword ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  width: 216px;
}
.menuRegistrationForgotPassword ul li {
  list-style-type: none;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menuRegistrationForgotPassword ul li a {
  display: block;
  color: #33434d;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menuRegistrationForgotPassword ul li a:after {
  content: "";
  position: absolute;
  background-color: #f99f1d;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuRegistrationForgotPassword ul li a:hover {
  color: #566772;
}
.menuRegistrationForgotPassword ul li a:hover:after {
  opacity: 1;
}
.pop-upWindowItemsForgotPassword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 38px 53px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .pop-upWindowItemsForgotPassword {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.pop-upWindowItemsForgotPassword__left {
  width: 686px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkboxBlockRegistrationOrange input {
  height: 1px;
  width: 1px;
  opacity: 0;
}
.checkboxBlockRegistrationOrange input:checked + label {
  position: relative;
}
.checkboxBlockRegistrationOrange input:checked + label:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #33434d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkboxBlockRegistrationOrange input:checked + label:after {
  content: '';
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 9px;
  top: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkboxBlockRegistrationOrange label {
  position: relative;
  left: 0;
  top: 0;
}
.checkboxBlockRegistrationOrange .RememberMe {
  font-family: lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #707b82;
  line-height: 28px;
}
.checkboxBlockRegistrationOrange label:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  left: 0;
  top: 0;
  border-radius: 3px;
  border: 1px solid #c3c9ce;
  background: #eef2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checkboxBlockRegistrationOrange label.error:before {
  background: #d3151e;
  border: 1px solid #ffffff;
}
.emailPasswordForgotPassword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.emailPasswordForgotPassword .formHorizonButtonRegistrationOrange {
  margin-left: 18px;
}
@media only screen and (min-width: 0) and (max-width: 610px) {
  .emailPasswordForgotPassword {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .emailPasswordForgotPassword .formHorizonButtonRegistrationOrange {
    margin-left: 0;
  }
}
.emailPasswordForgotPassword .sendPassword {
  width: 100%;
  border: none;
  text-align: center;
  display: inline-block;
  line-height: 50px;
  padding: 0 15px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  background: #f99f1d;
  color: #fff;
  margin-top: 35px;
}
.sectionTop,
.sectionTop .rightSide {
  display: -webkit-box;
  display: -ms-flexbox;
}
.selectLang,
.selectLang__ru {
  -webkit-box-sizing: border-box;
}
.emailPasswordForgotPassword .sendPassword:hover {
  background: #ff8d12;
}
.sectionTop {
  margin-top: 20px;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 770px;
  width: 100%;
  background: url(/img/bg/Banner_1-slide_Image.jpg) center center no-repeat;
  background-size: cover;
  padding: 0;
}
.calendar,
.record {
  background: url(/img/Header_Dark-substrate_Pattern.png);
}
.sectionTop .rightSide {
  height: 100%;
  width: 700px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.calendar,
.sectionTop .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
}
.sectionTop .leftSide,
.wrapperRecord .leftRecord {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.sectionTop .leftSide {
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.calendar {
  height: 70px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.record {
  height: 147px;
  width: 100%;
}
.wrapperRecord .leftRecord .date,
.wrapperRecord .rightRecord .date {
  background: #f99f1d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  font-family: Lato, sans-serif;
}
.wrapperRecord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapperRecord .leftRecord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrapperRecord .leftRecord .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  width: 90px;
  margin-left: 5px;
  color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.wrapperRecord .leftRecord .date span {
  display: block;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  line-height: 21px;
  padding: 0 8px;
}
.wrapperRecord .leftRecord .date .time {
  margin-left: 4px;
  color: #606f78;
}
.wrapperRecord a:hover {
  text-decoration: none;
  color: #f99f1d;
}
.wrapperRecord .rightRecord {
  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;
  height: 147px;
  width: 50%;
}
.wrapperRecord .rightRecord .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 21px;
  width: 90px;
  margin-left: 5px;
  color: #fff;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.wrapperRecord .rightRecord .date span {
  display: block;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
  line-height: 21px;
  padding: 0 8px;
}
.selectLang__en a,
.selectLang__ru {
  padding-left: 9px;
  padding-right: 20px;
}
.wrapperRecord .rightRecord .date .time {
  margin-left: 4px;
  color: #606f78;
}
.wrapperRecord a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.block__entry,
.selectLang__en {
  -webkit-transition: background-color 0.2s ease-in-out;
}
section.formsNameGray {
  background: #eef2f5;
}
section.CashWide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.formsOrange {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  height: 259px;
  width: 100%;
  background: url(/img/bg/bg_orange.jpg) center center no-repeat;
  background-size: cover;
}
section.platforms {
  height: 265px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.paginator {
  height: 80px;
  width: 100%;
  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;
}
.selectLang__en a,
.selectLang__ru,
.videoLeft div {
  -webkit-box-align: center;
}
.white {
  background-color: #eef2f5;
}
.white .wrapperWhite {
  height: 10px;
  width: 1262px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .white .wrapperWhite {
    width: 1024px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .white .wrapperWhite {
    width: 768px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .white .wrapperWhite {
    width: 320px;
  }
}
.selectLang {
  position: relative;
  cursor: pointer;
  margin-left: 25px;
  height: 38px;
  width: 100px;
  box-sizing: border-box;
}
.selectLang__en,
.selectLang__ru {
  position: absolute;
  height: 38px;
  width: 100%;
}
.selectLang__ru {
  border: 1px solid #dcdfe5;
  border-radius: 3px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.selectLang__ru:after {
  position: absolute;
  content: "\66";
  font-family: newsite-font;
  font-size: 10px;
  color: #9da1aa;
  left: 69px;
  top: 14px;
}
.selectLang__en {
  bottom: -35px;
  border: 1px solid #dcdfe5;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #fff;
  background: #fff;
  z-index: 15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  transition: background-color 0.2s ease-in-out;
  display: none;
}
.selectLang__en:hover {
  background-color: #fde2bb;
}
.selectLang__en a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}
.selectLang .lang {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1f2e37;
}
.socialNetwork {
  background-color: #eef2f5;
}
.wrapperSocialNetwork {
  position: relative;
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 36px 40px 68px;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .wrapperSocialNetwork {
    width: 100%;
  }
}
.wrapperSocialNetwork:after {
  content: url(/img/bg/Numbers_UP-Shadow.png);
  display: block;
  position: absolute;
  height: 50px;
  bottom: -50px;
  left: 0;
  width: 100%;
}
.social,
.wrapperTopBanner {
  display: -webkit-box;
  display: -ms-flexbox;
}
.social,
.social li a {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .wrapperSocialNetwork:after {
    content: "";
    background: url(/img/Shadow_1024.png) no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperSocialNetwork:after {
    content: "";
    background: url(/img/Shadow_768.png) no-repeat;
    background-size: cover;
  }
}
.wrapperSocialNetwork span {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #33434d;
}
.social {
  width: 168px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 34px;
  margin-left: 40px;
}
.social li {
  list-style: none;
}
.social li a:hover:before {
  color: #859097;
}
.social li a:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -46px;
  font-family: newsite-font;
  font-size: 25px;
  color: #47565f;
  -webkit-transition: color .3s;
  transition: color 0.3s;
}
.topBanner h1 span,
.topBanner p span {
  color: #fff;
  font-weight: 300;
  font-family: lato, sans-serif;
}
.social li a.facebook:before {
  content: "\74";
}
.social li a.twitter:before {
  content: "\75";
  left: -53px;
}
.social li a.googleplus:before {
  content: "\76";
  font-size: 32px;
  top: -6px;
  left: -54px;
}
.social li a.youtube:before {
  content: "\77";
  font-size: 30px;
  top: -5px;
  left: -50px;
}
.topBanner h1 {
  margin-bottom: 25px;
}
.topBanner h1 span {
  font-size: 55px;
  text-transform: uppercase;
}
.topBanner p {
  margin: 0 0 40px;
}
.topBanner p span {
  font-size: 25px;
}
.trading h2 {
  margin: 0 0 55px;
  text-align: center;
}
.trading h2 span {
  font-family: lato, sans-serif;
  font-size: 38px;
  font-weight: 300;
  color: #33434d;
}
.trading h2 span span,
.trading h3 {
  font-weight: 700;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .trading h2 {
    margin-bottom: 116px;
  }
  .trading h2 span {
    font-size: 30px;
  }
}
.trading h3 {
  font-family: lato, sans-serif;
  font-size: 25px;
  color: #1f2e37;
  margin: 0;
  line-height: 30px;
  max-width: 125px;
}
.trading p {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33434d;
  margin-top: 11px;
}
.wrapperCalendarNews .dailyNews h2,
.wrapperCalendarNews .economicCalendar h2,
.wrapperOnlinePlatforms h2 {
  margin: 0;
  font-family: lato, sans-serif;
  text-align: center;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .trading h3 {
    max-width: 100%;
    text-align: center;
  }
  .trading p {
    text-align: center;
  }
}
.wrapperCalendarNews .economicCalendar h2 {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  padding: 56px 0 59px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .wrapperCalendarNews .economicCalendar h2 {
    padding: 37px 0 47px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .wrapperCalendarNews .economicCalendar h2 {
    max-width: 350px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperCalendarNews .economicCalendar h2 {
    font-size: 30px;
    padding: 33px 0;
  }
}
.wrapperCalendarNews .economicCalendar h2 span {
  font-weight: 700;
}
.wrapperCalendarNews .dailyNews h2 {
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  padding: 56px 0 59px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .wrapperCalendarNews .dailyNews h2 {
    padding: 37px 70px 47px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .wrapperCalendarNews .dailyNews h2 {
    padding: 140px 0 59px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
  .wrapperCalendarNews .dailyNews h2 {
    padding: 56px 0 59px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperCalendarNews .dailyNews h2 {
    font-size: 30px;
  }
}
.wrapperCalendarNews .dailyNews h2 span {
  font-weight: 700;
}
.wrapperOnlinePlatforms h2 {
  font-size: 38px;
  font-weight: 300;
  color: #33434d;
  padding: 55px 0 52px;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .wrapperOnlinePlatforms h2 {
    padding: 33px 0 37px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperOnlinePlatforms h2 {
    font-size: 30px;
    padding: 33px 0 22px;
  }
}
.wrapperOnlinePlatforms h2 span {
  font-weight: 700;
}
.wrapperOnlinePlatforms h3 {
  font-family: lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: #1f2e37;
  margin: 0 0 9px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperOnlinePlatforms h3 {
    text-align: center;
    margin-bottom: 25px;
  }
}
.orangeFormHorizon h2 {
  font-family: lato, sans-serif;
  font-size: 55px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 49px 0 52px;
}
@media only screen and (min-width: 768px) and (max-width: 1262px) {
  .orangeFormHorizon h2 {
    font-size: 38px;
    padding: 31px 0 46px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .orangeFormHorizon h2 {
    font-size: 30px;
  }
}
.pop-upWindow h2,
.pop-upWindowMain h2 {
  font-size: 38px;
  color: #33434d;
  padding: 49px 0 31px;
  margin: 0;
  font-family: lato, sans-serif;
  text-align: center;
}
.orangeFormHorizon h2 span {
  font-weight: 900;
}
.pop-upWindowMain h2 {
  font-weight: 300;
}
.pop-upWindowMain h2 span {
  font-weight: 700;
}
.pop-upWindow h2 {
  font-weight: 300;
}
.pop-upWindow h2 span {
  font-weight: 700;
}
.itemsTradingPop-upWindow h3 {
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #1f2e37;
  margin: 0;
}
.itemsTradingPop-upWindow p {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
  line-height: 22px;
  margin-top: 10px;
}
.itemsTradingPop-upWindow .campaign {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ba8b46;
  line-height: 22px;
  margin-top: 23px;
}
.input .inputErrorText,
.security span,
.wrapperAccountTypes h2 {
  font-weight: 300;
  font-family: lato, sans-serif;
}
.security span {
  font-size: 13px;
  color: #707b82;
  line-height: 16px;
}
.input .inputErrorText {
  display: block;
  font-size: 12px;
  color: #d3151f;
  line-height: 13px;
  padding: 2px 9px 0 3px;
  letter-spacing: .2px;
}
.wrapperAccountTypes h2 {
  font-size: 38px;
  color: #33434d;
  text-align: center;
  margin: 0;
  padding: 55px 0 47px;
}
.wrapperAccountTypes h2 span {
  font-weight: 700;
}
.wrapperAccountTypes h3 {
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #1f2e37;
  margin: 7px 0 28px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 899px) {
  .wrapperAccountTypes h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperAccountTypes h3 {
    margin-left: 0;
  }
}
.wrapperAccountTypes .WelcomeBonus {
  color: #fff;
  margin: 15px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.typesOfTransaction span,
.wrapperContactsPage h2,
.wrapperContactsPage p {
  font-family: lato, sans-serif;
  color: #33434d;
}
.topBanner,
.wrapperTopBanner {
  width: 100%;
  -webkit-box-sizing: border-box;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperAccountTypes .WelcomeBonus {
    font-size: 26px;
    margin-top: -36px;
    max-width: 300px;
    padding: 55px 25px 47px 40px;
  }
}
.wrapperAccountTypes .WelcomeBonus span {
  font-weight: 900;
}
.typesOfTransaction span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.typesOfTransaction span span {
  font-weight: 700;
}
.wrapperContactsPage h2 {
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 55px 0 47px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperContactsPage h2 {
    font-size: 30px;
  }
}
.wrapperContactsPage h2 span {
  font-weight: 700;
}
.wrapperContactsPage p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 6px 0 0;
}
.adress p {
  color: #949da4;
  font-family: lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: .3px;
}
.formContactsPage h2,
.wrapperAboutCompany h2 {
  color: #33434d;
  margin: 0;
  font-family: lato, sans-serif;
  text-align: center;
}
.formContactsPage h2 {
  font-size: 38px;
  font-weight: 300;
  padding: 0 0 47px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .formContactsPage h2 {
    font-size: 30px;
  }
}
.formContactsPage h2 span {
  font-weight: 700;
}
.wrapperAboutCompany h2 {
  font-size: 38px;
  font-weight: 300;
  padding: 55px 0 35px;
}
.wrapperAboutCompany h2 span {
  font-weight: 700;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperAboutCompany h2 {
    font-size: 30px;
    padding-top: 33px;
  }
}
.wrapperAboutCompany h3 {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ba8b46;
}
.wrapperAboutCompany p {
  margin: 0 0 20px;
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
  line-height: 22px;
}
.wrapperAboutCompany .bold {
  font-weight: 700;
  margin-top: 22px;
}
.rightAboutCompany h3,
.rightAboutCompany p {
  font-size: 14px;
  font-weight: 400;
  font-family: lato, sans-serif;
}
.wrapperAboutCompany .gray {
  color: #33434d;
}
.rightAboutCompany p {
  line-height: 22px;
  color: #828d95;
  padding: 0;
}
.rightAboutCompany h3 {
  text-transform: uppercase;
  color: #ba8b46;
  margin-top: 0;
  height: 65px;
}
.wrapperNews h1 {
  font-family: lato, sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #33434d;
  padding: 23px 0;
  text-align: center;
  line-height: 46px;
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperNews h1 {
    font-size: 30px;
  }
}
.leftRightNews .leftNews div {
  font-family: lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #828d95;
  margin-bottom: 31px;
}
.leftRightNews .leftNews p {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
  line-height: 22px;
}
.leftRightNews .leftNews p a {
  color: #ff8d12;
}
.leftRightNews .leftNews h2 {
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #1f2e37;
  margin-top: 37px;
  margin-bottom: 23px;
  line-height: 30px;
}
.leftRightNews .leftNews h3 {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ba8b46;
}
.leftRightNews .leftNews h4 {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #33434d;
  margin: 0;
}
.leftRightNews .leftNews h5,
.leftRightNews .leftNews h6 {
  color: #1f2e37;
  margin: 0;
  font-family: lato, sans-serif;
  font-size: 16px;
}
.leftRightNews .leftNews h5 {
  font-weight: 700;
}
.leftRightNews .leftNews h6 {
  font-weight: 400;
  text-transform: uppercase;
}
.leftRightNews .leftNews ul {
  list-style: none;
}
.leftRightNews .leftNews ol li,
.leftRightNews .leftNews ul li {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
  line-height: 22px;
  margin-bottom: 24px;
}
.leftRightNews .rightNews h2 {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1f2e37;
  line-height: 22px;
  display: inline-block;
}
.leftRightNews .rightNews h3,
.leftRightNews .rightNews p {
  font-weight: 400;
  display: inline-block;
  font-family: lato, sans-serif;
}
.leftRightNews .rightNews h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ba8b46;
  margin: 0;
}
.leftRightNews .rightNews p {
  font-size: 14px;
  color: #828d95;
  line-height: 22px;
}
.wrapperNewsPage h1 {
  font-family: lato, sans-serif;
  font-size: 38px;
  font-weight: 300;
  color: #33434d;
  text-align: center;
  margin: 0;
  padding: 54px 0 29px;
}
.wrapperNewsPage h1 span {
  font-weight: 700;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperNewsPage h1 {
    font-size: 30px;
  }
}
.wrapperNewsPage h2 {
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #1f2e37;
  margin: 0;
}
.wrapperNewsPage p,
.wrapperPlatformsPage h1,
.wrapperPlatformsPage p {
  color: #33434d;
  font-family: lato, sans-serif;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperNewsPage h2 {
    font-size: 20px;
  }
}
.wrapperNewsPage p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 18px;
}
.wrapperPlatformsPage h1 {
  font-size: 38px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding: 54px 0 34px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .wrapperPlatformsPage h1 {
    font-size: 30px;
  }
}
.wrapperPlatformsPage h1 span {
  font-weight: 700;
}
.wrapperPlatformsPage p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.wrapperPlatformsPage .leftPlatformsPage h2 {
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #1f2e37;
  margin: 20px 0;
}
.wrapperPlatformsPage .leftPlatformsPage li,
.wrapperPlatformsPage .leftPlatformsPage p {
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
  font-family: lato, sans-serif;
}
.wrapperPlatformsPage .leftPlatformsPage p {
  text-align: left;
  line-height: 22px;
}
.wrapperPlatformsPage .leftPlatformsPage .secondH {
  margin-top: 46px;
  line-height: 31px;
}
.wrapperPlatformsPage .rightPlatformsPageB h2 {
  font-family: lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #1f2e37;
  margin: 20px 0;
}
.wrapperPlatformsPage .rightPlatformsPageB .secondH {
  margin-top: 46px;
  line-height: 31px;
}
.wrapperPlatformsPage .rightPlatformsPageB p {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
  text-align: left;
  line-height: 22px;
}
.wrapperPlatformsPage .rightPlatformsPageB .secondP {
  margin-top: 25px;
}
.wrapperPlatformsPage .rightPlatformsPageB li {
  font-family: lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #33434d;
}
.wrapperPop-up h2 {
  font-family: lato, sans-serif;
  font-size: 38px;
  font-weight: 300;
  color: #33434d;
  text-align: center;
  margin: 0;
  padding: 35px 0 2px;
}
.wrapperPop-up h2 span {
  font-weight: 700;
}
.wrapperPop-up p {
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #33434d;
  line-height: 26px;
  text-align: center;
}
.mainPageAccountTypes h2,
.wrapperTrading h2 {
  font-family: lato, sans-serif;
  font-size: 38px;
  color: #33434d;
  text-align: center;
}
.mainPageAccountTypes h2 {
  margin: 0 0 32px;
  font-weight: 300;
}
.mainPageAccountTypes h2 span {
  font-weight: 700;
}
.wrapperTrading h2 {
  font-weight: 300;
}
.wrapperTrading h2 span {
  font-weight: 700;
}
.topBanner {
  height: 656px;
  background: url(/img/bg/Dots.png), url(/img/bg/Banner_1-slide_Image.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.wrapperTopBanner {
  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;
  height: 100%;
  width: 1180px;
  margin: 0 auto;
  padding-top: 57px;
  box-sizing: border-box;
}
.wrapperTopBanner .rightSide {
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.wrapperTopBanner .leftSide {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 50px 0 65px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rightSide {
  position: absolute;
  top: 135px;
  right: 18%;
  z-index: 1;
}
[lang=ar] .rightSide {
  left: 18%;
  right: auto;
}
@media only screen and (min-width: 1025px) and (max-width: 1262px) {
  .rightSide {
    right: 2%;
    top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .rightSide {
    right: 2%;
    top: 102px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .rightSide {
    display: none;
  }
}
.trading {
  background-color: #eef2f5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.trading .wrapperTrading,
body {
  -webkit-box-sizing: border-box;
}
.trading .wrapperTrading {
  padding: 55px 38px 39px;
  margin: 0 auto;
  width: 1262px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 1024px) and (max-width: 1262px) {
  .trading .wrapperTrading {
    width: 1024px;
    padding: 55px 30px 39px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .trading .wrapperTrading {
    width: 768px;
  }
}
@media only screen and (min-width: 628px) and (max-width: 767px) {
  .trading .wrapperTrading {
    width: 100%;
    padding: 55px 30px 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 627px) {
  .trading .wrapperTrading {
    width: 100%;
    padding-bottom: 39px;
  }
}
.trading .wrapperTrading:after {
  content: url(/img/bg/Numbers_UP-Shadow.png);
  display: block;
  position: absolute;
  height: 25px;
  bottom: -25px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 1262px) {
  .trading .wrapperTrading:after {
    content: "";
    width: 1024px;
    background: url(/img/bg/Numbers_UP-Shadow.png);
    background-size: cover;
    height: 37px;
    bottom: -37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .trading .wrapperTrading:after {
    width: 768px;
  }
}
.itemTrading {
  position: relative;
  padding-left: 74px;
  max-width: 284px;
  margin-bottom: 40px;
}
[lang=ar] .itemTrading {
  padding-right: 74px;
}
.itemTrading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  font-family: newsite-font;
  font-size: 55px;
  font-weight: 400;
  color: #f99f1d;
}
.videoLeft,
.videoRight {
  font-weight: 300;
  -webkit-transform: skew(-25deg);
  overflow: hidden;
  text-decoration: none;
}
[lang=ar] .itemTrading:before {
  left: auto;
  right: 7px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .trading .wrapperTrading:after {
    width: 320px;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 37px;
    bottom: -37px;
  }
  .itemTrading {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 119px;
  }
  .itemTrading:last-child {
    margin-bottom: 0;
  }
  .itemTrading:before {
    top: -77px;
    left: 104px;
  }
}
.itemTrading__1:before {
  content: "\69";
}
.itemTrading__2:before {
  content: "\6a";
}
.itemTrading__3:before {
  content: "\6b";
}
.itemTrading__4:before {
  content: "\6c";
}
.itemsTrading {
  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 only screen and (min-width: 1024px) and (max-width: 1262px) {
  .itemTrading {
    padding-left: 0;
    max-width: 214px;
  }
  .itemTrading:before {
    top: -77px;
  }
  .itemsTrading {
    margin-top: 119px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 630px) {
  .itemsTrading {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.video {
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #d7dbdf;
  -webkit-box-shadow: 0 5px 10px #e0e2e3;
  box-shadow: 0 5px 10px #e0e2e3;
  z-index: 1;
}
.videoLeft {
  display: block;
  position: absolute;
  left: -50px;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 25px;
  color: #1f2e37;
  width: calc(50% + 50px);
  transform: skew(-25deg);
  background: #eef2f5;
}
.videoLeft span {
  position: absolute;
  right: 132px;
  border-bottom: 1px dotted #000000;
}
.videoLeft span:after {
  content: "\68";
  position: absolute;
  height: 37px;
  width: 37px;
  right: -67px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  font-family: newsite-font;
  font-size: 37px;
  color: #f99f1d;
}
.videoLeft:hover {
  background: #f99f1d;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.videoLeft:hover :after {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.videoLeft div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
.videoRight,
.videoRight span:after,
.videoRight span:before {
  position: absolute;
  display: block;
}
.videoLeft div img {
  height: 37px;
  width: 37px;
}
.videoRight {
  right: -50px;
  height: 100%;
  width: calc(50% + 50px);
  font-family: Lato, sans-serif;
  font-size: 25px;
  transform: skew(-25deg);
  background: #eef2f5;
}
body,
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
.videoRight span {
  position: absolute;
  left: 64px;
  border-bottom: 1px dotted #000000;
}
.videoRight span:before {
  content: "";
  height: 85px;
  width: 1px;
  top: -26px;
  left: -65px;
  background: #d9dde1;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}
.videoRight span:after {
  content: "\68";
  height: 37px;
  width: 37px;
  right: -67px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: newsite-font;
  font-size: 37px;
  color: #f99f1d;
}
.videoRight:hover {
  background: #f99f1d;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.videoRight:hover :after {
  color: #fff;
  -webkit-transition: all .3s;
  transition: all 0.3s;
}
.videoRight:hover :before {
  display: none;
}
.videoRight div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1f2e37;
  height: 100%;
  width: 100%;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}
body {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}
body a {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
.wrapper {
  min-height: 100vh;
  position: relative;
  padding-bottom: 549px;
  background: #edf3f3;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  .wrapper {
    padding-bottom: 0;
    min-height: 0;
    overflow: hidden;
  }
}
.b-container {
  max-width: 1262px;
  margin: 0 auto;
  padding: 60px 40px;
  background-color: #fff;
}
.b-container:after,
.b-container:before {
  content: "";
  display: table;
}
.b-container--full {
  height: 100%;
}
@media only screen and (min-width: 0) and (max-width: 1200px) {
  .b-container {
    padding: 60px 40px;
  }
}
[data-mobile] {
  display: none;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  [data-mobile] {
    display: block;
  }
  .b-index-types [data-mobile] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [data-desktop] {
    display: none;
  }
}
.icon-hamburger {
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  right: 20px;
  top: 30px;
  z-index: 2;
}
.icon-hamburger i {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #1f2e37;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.15s ease;
  transition: background 0.3s ease, -webkit-transform 0.15s ease;
  transition: transform .15s ease, background .3s ease;
  transition: transform 0.15s ease, background 0.3s ease, -webkit-transform 0.15s ease;
}
.icon-hamburger i:nth-child(1) {
  top: 0;
}
.icon-hamburger i:nth-child(2) {
  top: 8px;
}
.icon-hamburger i:nth-child(3) {
  top: 16px;
}
.icon-hamburger--small {
  width: 14px;
  height: 10px;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
[lang=ar] .icon-hamburger--small {
  right: auto;
  left: 0;
}
.icon-hamburger--small i {
  height: 1px;
}
.icon-hamburger--small i:nth-child(1) {
  top: 0;
}
.icon-hamburger--small i:nth-child(2) {
  top: 4px;
}
.icon-hamburger--small i:nth-child(3) {
  top: 8px;
}
.icon-hamburger.active i {
  background: #000;
  margin-top: -1px;
}
.icon-hamburger.active i:nth-child(2) {
  display: none;
}
.icon-hamburger.active i:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
}
.icon-hamburger.active i:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}
.c-title {
  text-align: center;
  display: block;
  color: #1f2e37;
  font-size: 35px;
  font-weight: 400;
  letter-spacing: .7px;
  margin: 60px 0;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .c-title {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: .01em;
    margin: 25px 0;
  }
}
.c-title--small {
  margin: 15px 0 35px;
}
.b-statistic__text,
.b-statistic__val {
  font-weight: 400;
  font-family: Stem;
}
.b-statistic__box {
  margin: 0 0 67px;
  text-align: center;
}
.b-statistic {
  padding-top: 65px;
  background-color: #ecf2f3;
  padding-bottom: 70px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-statistic__box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .b-statistic {
    padding: 30px 0 35px;
  }
}
.b-statistic__tmp {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  margin: 0 41px;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-statistic__tmp {
    display: block;
    width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .b-statistic__tmp:nth-child(1n+3) {
    margin-top: 37px;
  }
}
.b-banner__pad,
.headerTop {
  width: 100%;
  position: absolute;
}
.b-statistic__val {
  color: #79888a;
  font-size: 35px;
  line-height: 1;
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-statistic__val {
    font-size: 27px;
    line-height: 1;
  }
}
.b-statistic__text {
  color: #1f2e37;
  font-size: 15px;
  line-height: 1.25;
  margin-top: 5px;
}
.b-platform__item .b-button--small {
  margin-top: 30px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
}
@media only screen and (min-width: 0) and (max-width: 1000px) {
  .b-statistic__text {
    font-size: 13px;
    line-height: 1.25;
  }
  .b-platform__item .b-button--small {
    margin-top: 5px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0);
  }
}
html[lang=ar] {
  direction: rtl;
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.adress img {
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .adress img {
    display: none;
  }
}
.b-banner {
  position: relative;
}
.b-banner__pad {
  top: 0;
  left: 0;
  height: 933px;
  z-index: 1;
}
.b-banner__box {
  text-align: center;
}
.b-banner__ul {
  position: absolute;
  text-align: center;
}
.b-banner__link--active {
  color: #fff;
}
div.b-banner.slick-initialized.slick-slider.slick-dotted > button.slick-next.slick-arrow,
div.b-banner.slick-initialized.slick-slider.slick-dotted > button.slick-prev.slick-arrow {
  display: none !important;
}
.topMenu__checkIn .languages {
  margin: 17px 0 0 24px;
}
.headerTop {
  z-index: 6;
}
.b-education {
  padding-top: 100px;
  background-color: #edf3f3;
}
.b-banner__text h1 {
  padding: 0 15px;
}
.b-banner__text h1 span {
  font-family: lato, sans-serif;
  font-size: 55px;
  font-weight: 300;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (min-width: 401px) and (max-width: 767px) {
  .b-banner__text h1 span {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 400px) {
  .b-banner__text h1 span {
    font-size: 29px;
    line-height: 45px;
  }
}
.b-banner__text h1 span span {
  font-weight: 900;
}
.b-banner__text p {
  margin: 25px 0;
  padding: 0 15px;
}
.b-banner__text p span {
  font-family: lato, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 100;
  color: #fff;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .b-banner__text p span {
    font-size: 20px;
    line-height: 25px;
  }
}
.c-line {
  margin-bottom: 200px;
}
.b-education__menu {
  width: 54%;
  float: left;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
}
.b-education__li {
  float: left;
  display: inline-block;
  margin-right: 70px;
  padding: 10px 0;
}
.b-education__li--last {
  margin: 0;
}
.b-education__link {
  text-decoration: none;
  cursor: pointer;
}
.b-education__link:hover {
  color: #0061ff;
}
.b-education__icon {
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}
.b-education__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.b-education__tmp {
  width: 284px;
  height: 216px;
  position: relative;
  display: block;
  margin: 10px 20px 10px 0;
}
.b-education__img {
  position: absolute;
  width: 284px;
  height: 216px;
  top: 0;
  left: 0;
}
.b-education__btn,
.b-education__tmp-title {
  width: 100%;
  position: absolute;
  text-align: center;
}
.b-education__progress-box {
  float: right;
  margin-right: 20px;
}
.b-education__progress-text {
  color: #979797;
  font-family: Stem;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.b-education__progress-value {
  color: #79888a;
  font-family: Stem;
  font-size: 35px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 15px;
}
.b-education__tmp-title {
  color: #fff;
  font-family: Stem-Medium;
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
  float: left;
  top: 31px;
}
.b-education__tmp-btn,
.b-education__tmp-btn-reger {
  margin: 0 auto;
  line-height: 39px;
  height: 41px;
  font-size: 15px;
  display: block;
  text-decoration: none;
}
.b-education__btn {
  bottom: 21px;
}
.b-education__tmp-btn {
  width: 121px;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #eef3f4;
  font-family: Stem;
  font-weight: 400;
  letter-spacing: .3px;
}
.b-education__tmp-btn:hover {
  background-color: #0061ff;
  border: 1px solid #0061ff;
}
.b-education__tmp-btn-reger {
  background: url(/img/education/regUnlock.png) 19px 11px no-repeat;
  color: #fff;
  padding-left: 20px;
  width: 207px;
  border-radius: 3px;
  border: 1px solid #ffffff;
}
.b-education .b-container h1 {
  text-align: center;
  margin-bottom: 50px;
  color: #33434d;
}
.buttonQ {
  width: 200px;
  white-space: nowrap;
}
.block__entry,
[lang=ar] .block__entry {
  position: relative;
  color: #1f2e37;
  font-size: 18px;
  width: 100%;
  font-family: lato, sans-serif;
  height: 38px;
}
.block__entry {
  border-radius: 3px;
  transition: background-color 0.2s ease-in-out;
  padding: 0 10px 0 40px;
  vertical-align: middle;
}
.button__entry_simple,
[lang=ar] .block__entry {
  -webkit-transition: background-color 0.2s ease-in-out;
  vertical-align: middle;
  border-radius: 3px;
}
[lang=ar] .block__entry {
  transition: background-color 0.2s ease-in-out;
  padding: 0 40px 0 10px;
}
.block__entry::before {
  content: "\61";
  position: absolute;
  top: 1px;
  left: 11px;
  font-family: newsite-font;
  font-size: 23px;
  color: #df8800;
  height: 23px;
  width: 23px;
}
.button__entry_simple {
  position: relative;
  color: #1f2e37;
  font-size: 18px;
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  font-family: lato, sans-serif;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  height: 38px;
  background-color: #fde2bb;
}
.button__entry_simple:hover {
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
div.error label.ckeck_field::before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  top: 0;
  border-radius: 3px;
  background: #d3151e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input:checked + label.ckeck_field::before {
  background: #33434d;
}
section.mobile-form {
  display: none;
}
.out,
section.mobile-form.active {
  display: block;
}
.button__entry .icon-hamburger {
  right: 32px;
  top: 8px;
}
.active .icon-hamburger i {
  background: #fff;
}
.m_logo {
  width: 235px;
}
.out {
  background: url(/img/signout.png) center 10px no-repeat;
  height: 38px;
  width: 34px;
}
.menuSmall .menu__list .menu__listItem .wrapperdropdownTopMenu .dropdownTopMenu {
  left: calc(50% - 465px);
}
[lang=ar] .menuSmall .menu__list .menu__listItem .wrapperdropdownTopMenu .dropdownTopMenu {
  right: calc(50% - 518px);
}
@media (max-width: 1024px) {
  .headerTop {
    display: block;
  }
}
@media (max-width: 1024px) and (min-width: 200px) {
  .headerTop {
    display: none;
  }
}
.b-default__text ul li {
  list-style-type: none;
}
.b-default__text ol {
  padding-left: 15px;
}
.b-default__title span {
  font-weight: 700;
}
.b-default__text span {
  color: #33434d;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.about-page a:not([class]) {
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  color: #f99f1d;
}
.about-page__download-item {
  margin-top: 50px;
}
.about-page__download-item a {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 13px;
  color: #f99f1d;
  padding-left: 50px;
  text-decoration: underline;
}
.about-page img.moz-resize-img,
.about-page img:not([class]) {
  display: block;
  margin: 10px auto;
  max-width: 100%;
}
.about-page__download-item img {
  position: absolute;
  height: 50px;
  top: -20px;
  left: 0;
}
a[href="http://ar.tradiva.com/"] {
  display: none;
}
.user-toast {
  background: #dadadb !important;
  border: 2px solid #d2d2d3 !important;
  min-width: 300px;
}
