@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v4/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v4/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v4/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
html {
  font-family: 'Manrope', sans-serif;
  color: #2a3758;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img,
svg {
  max-width: 100%;
}
.container {
  padding: 0 15px;
  max-width: 1280px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.title {
  font-size: 35px;
  line-height: 38px;
  color: #2a3758;
  font-weight: 700;
}
.title--up {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.btn,
.text,
.title--up {
  color: #2a3758;
}
.text {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.btn {
  width: 200px;
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #fff;
  transition: all 0.5s;
  cursor: pointer;
  outline: 0;
  font-family: 'Manrope', sans-serif;
}
.btn:hover {
  background: #567ee6;
  color: #fff;
}
.btn:active {
  background: #476dce;
}
.anim {
  font-size: 36px;
  font-weight: 700;
  overflow: hidden;
}
.anim p {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  transition: all 1s;
}
.anim--active p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.for_mob {
  display: none;
}
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.header__top {
  background: #fafafa;
  padding: 5px 0;
}
.header__nav ul,
.header__top .container {
  display: flex;
  justify-content: space-between;
}
.header__text {
  font-size: 12px;
  color: #909090;
  line-height: 18px;
  font-weight: 300;
}
.header__row {
  justify-content: space-between;
}
.header__logo,
.header__row,
.meet .container {
  display: flex;
  align-items: center;
}
.header__logo_name {
  font-size: 24px;
  font-weight: 700;
  color: #2a3758;
  margin-right: 15px;
}
.header__logo_desc {
  font-size: 9px;
  line-height: 11px;
  color: #2a3758;
  text-transform: uppercase;
}
.header__both {
  padding: 35px 0;
}
.header__nav {
  flex-basis: 575px;
}
.header__nav ul {
  list-style-type: none;
}
.header__nav li a,
.header__phone a,
.mob__phone {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #2a3758;
}
.header__phone a,
.mob__phone {
  font-size: 24px;
  font-weight: 700;
}
.mob__phone {
  display: none;
  margin-top: 30px;
  margin-bottom: 15px;
}
.animate {
  width: 1180px;
  height: 1180px;
  position: absolute;
  background: #567ee6;
  border-radius: 50%;
  left: calc(50% - 1180px / 2);
  top: calc(100vh - 300px);
  z-index: -1;
}
.animate img {
  position: absolute;
  width: 800px;
  top: 30px;
  left: calc(50% - 400px);
}
.banner {
  height: 100vh;
  position: relative;
}
.banner__bg {
  display: none;
}
.banner__content {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
}
.banner__title {
  margin-bottom: 30px;
}
.banner__desc {
  margin-bottom: 40px;
}
.meet {
  height: 100vh;
  display: flex;
}
.meet .container {
  width: 100%;
  justify-content: flex-end;
}
.meet__content {
  width: 625px;
}
.meet__title {
  margin-bottom: 40px;
}
.meet__title--up {
  margin-bottom: 20px;
}
.meet__text p {
  margin: 15px 0;
}
.meet__text p:first-child {
  margin-top: 0;
}
.meet__text p:last-child {
  margin-bottom: 0;
}
.meet__client {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 15px;
}
.buy {
  padding-bottom: 100px;
}
.buy__title {
  margin-bottom: 45px;
}
.buy__title--up {
  margin-bottom: 20px;
}
.buy__item {
  width: calc(100% / 3 - 15px * 2);
  margin-left: 15px;
  margin-right: 15px;
  background: #f7f9fe;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 5px;
}
.buy__item:hover,
.sell__item:hover {
  background: #567ee6;
}
.buy__item:hover .buy__img {
  opacity: 0;
}
.buy__item:hover .buy__name {
  -webkit-transform: translateY(-180px);
  transform: translateY(-180px);
  color: #fff;
}
.buy__item:hover .buy__desc {
  top: 70px;
  color: #fff;
}
.buy__name {
  color: #2a3758;
  font-size: 18px;
  font-weight: 700;
  margin-top: 135px;
  transition: all 0.5s;
}
.buy__desc {
  position: absolute;
  width: calc(100% - 80px);
  top: 100%;
}
.buy__desc,
.buy__img {
  transition: all 0.5s;
}
.sell {
  padding: 100px 0 75px;
}
.sell__item {
  width: calc(100% / 5 - 15px * 2);
  margin-left: 15px;
  margin-right: 15px;
  background: #f7f9fe;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 5px;
}
.sell__item:hover .buy__img {
  opacity: 0;
}
.sell__item:hover .buy__name {
  -webkit-transform: translateY(-180px);
  transform: translateY(-180px);
  color: #fff;
}
.sell__item:hover .buy__desc {
  top: 70px;
  color: #fff;
}
.brand {
  padding: 75px 0 70px;
}
.brand__row {
  align-items: center;
}
.brand__col {
  width: calc(100% / 2 - 20px * 2);
  margin-left: 20px;
  margin-right: 20px;
}
.brand__sq {
  background: #567ee6;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  font-weight: 700;
  font-size: 35px;
}
.brand__sq:nth-child(1) {
  top: 0;
  left: 0;
  width: 170px;
  height: 170px;
}
.brand__sq:nth-child(2) {
  left: 230px;
  top: 88px;
  width: 115px;
  height: 115px;
  font-size: 24px;
}
.brand__sq:nth-child(3) {
  right: 0;
  top: 60px;
  width: 170px;
  height: 170px;
}
.brand__sq:nth-child(4) {
  left: 0;
  bottom: 0;
  width: 170px;
  height: 170px;
}
.brand__sq:nth-child(5) {
  left: 200px;
  bottom: 60px;
  width: 170px;
  height: 170px;
}
.brand__sq:nth-child(6) {
  right: 0;
  width: 115px;
  height: 115px;
  bottom: 45px;
}
.brand__logo {
  position: relative;
  height: 100%;
  padding: 240px 0;
}
.brand__title {
  margin-bottom: 40px;
}
.brand__title--up {
  margin-bottom: 20px;
}
.brand__desc {
  margin-bottom: 45px;
}
.how {
  padding: 70px 0 100px;
  overflow-x: hidden;
}
.how__title,
.how__title--up {
  text-align: center;
  margin-bottom: 45px;
}
.how__title--up {
  margin-bottom: 20px;
}
.how__round {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fafafa;
  color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 10px solid #fff;
  transition: all 0.5s;
}
.how__top {
  position: relative;
}
.how__top::after,
.how__top::before {
  content: '';
  position: absolute;
  left: 40px;
  height: 2px;
  top: calc(50% - 1px);
}
.how__top::after {
  width: calc(100% - 40px);
  background: #fafafa;
  z-index: -1;
}
.how__top::before {
  background: #567ee6;
  transition-delay: 0.5s;
  width: 0;
  transition: all 0.5s;
}
.how__item {
  min-width: 410px;
  width: 410px;
  margin-right: 10px;
}
.how__item--active .how__round {
  background: #567ee6;
  border: 10px solid #cbd8f8;
}
.how__item--active .how__top::before {
  width: calc(100% - 40px);
}
.how__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.how__row {
  display: flex;
}
.always {
  padding: 100px 0;
}
.always__row {
  justify-content: space-between;
}
.always__title {
  text-align: center;
  margin-bottom: 45px;
}
.always__item {
  width: calc(100% / 3);
  max-width: 400px;
  text-align: center;
}
.always__img {
  margin-bottom: 25px;
}
.always__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer {
  margin-top: 100px;
  padding-top: 95px;
  background: #567ee6;
}
.footer__row {
  justify-content: space-between;
}
.footer__col {
  width: 50%;
}
.footer__title {
  color: #fff;
  margin-bottom: 40px;
}
.footer__text {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin: 15px 0;
}
.footer__text:first-child,
.modal__text p:first-child {
  margin-top: 0;
}
.footer__text:last-child {
  margin-bottom: 0;
}
.footer__col a,
.footer__col p,
.footer__text a {
  color: #fff;
  text-decoration: none;
}
.footer__both {
  margin-top: 100px;
  padding: 25px 0;
  background: #486ecf;
}
.footer__col:nth-child(2) {
  text-align: center;
}
.footer__col:nth-child(3) {
  text-align: right;
}
.footer__rows {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.footer .form .row {
  margin-bottom: 30px;
}
.footer .form .input {
  width: calc(100% / 2 - 15px * 2);
  margin-left: 15px;
  margin-right: 15px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #88a4ed;
  background: 0 0;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer .form .input:last-child {
  margin-right: 0;
}
.footer .form .input:first-child {
  margin-left: 0;
}
.footer .form .input--wide {
  display: block;
  margin-left: 0;
  width: calc(100% - 30px);
  margin-top: 15px;
}
.footer .form .input--long {
  display: block;
  margin-left: 0;
  width: calc(100% - 30px);
  margin-bottom: 50px;
}
.footer .form .input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer .form .input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer .form .input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer .form .input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer .form .input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
.footer .form .agree {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  margin-left: 30px;
}
.footer .form__row {
  flex-wrap: nowrap;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.modal__bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__body {
  background: #fff;
  z-index: 12;
  max-width: 600px;
  position: relative;
  border-radius: 5px;
}
.modal__btn {
  background: #567ee6;
  color: #fff;
}
.modal__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal__text p {
  margin: 15px 0;
}
.modal__close {
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 12;
}
.modal--active {
  visibility: visible;
  opacity: 1;
}
.modal .scroll {
  overflow: auto;
  padding: 45px 50px;
  max-height: 90%;
}
.modal .input {
  width: calc(100% / 2 - 15px * 2);
  margin-left: 15px;
  margin-right: 15px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #88a4ed;
  background: 0 0;
  padding: 15px 0;
  color: #2a3758;
  font-size: 14px;
  font-weight: 300;
}
.modal .input:last-child {
  margin-right: 0;
}
.modal .input:first-child {
  margin-left: 0;
}
.modal .input--wide {
  margin-left: 0;
  width: calc(100% - 30px);
  margin: 15px 0;
}
.modal .input--long {
  margin-left: 0;
  width: calc(100% - 30px);
  margin-bottom: 50px;
}
.modal .input::-webkit-input-placeholder {
  color: #2a3758;
  font-size: 14px;
  font-weight: 300;
}
.modal .input:-ms-input-placeholder {
  color: #2a3758;
  font-size: 14px;
  font-weight: 300;
}
.modal .input::-ms-input-placeholder {
  color: #2a3758;
  font-size: 14px;
  font-weight: 300;
}
.modal .input::-moz-placeholder {
  color: #2a3758;
  font-size: 14px;
  font-weight: 300;
}
.modal .input::placeholder {
  color: #2a3758;
  font-size: 14px;
  font-weight: 300;
}
.modal .agree {
  font-size: 12px;
  font-weight: 300;
  margin-left: 30px;
}
.modal .form__row {
  flex-wrap: nowrap;
}
@media screen and (max-width: 1400px) {
  .animate {
    top: calc(100vh - 180px);
    width: 900px;
    height: 900px;
    left: calc(50% - 450px);
  }
  .animate img {
    width: 600px;
    left: calc(50% - 300px);
  }
  .banner__content {
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 1200px) {
  .animate {
    display: none;
  }
  .header__phone a {
    font-size: 16px;
  }
  .banner {
    position: relative;
    overflow: hidden;
  }
  .banner__bg {
    display: block;
    position: absolute;
    bottom: 70px;
    width: 100vh;
    height: 100vh;
    left: calc(50% - 50vh);
    border-radius: 50%;
    background: #567ee6;
  }
  .banner__bg img {
    position: absolute;
    top: unset;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50%;
  }
  .banner__desc,
  .banner__title {
    color: #fff;
    padding: 0 15px;
  }
  .meet {
    height: auto;
    padding: 30px 0;
  }
  .brand__col,
  .meet__content {
    width: 100%;
  }
  .brand__col:nth-child(1) {
    order: 2;
  }
  .brand__sq--ibm {
    left: calc(50% - 67px);
  }
  .brand__sq--cis {
    left: calc(50% - 85px);
  }
  .brand__logo {
    margin-top: 20px;
  }
  .sell__item {
    width: calc(100% / 3 - 30px);
    margin: 10px 15px;
  }
}
@media screen and (max-width: 992px) {
  .header__nav {
    flex-basis: 450px;
  }
  .header__phone a {
    display: none;
  }
  .header__phone .phone {
    display: block;
  }
  .main {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .mob__phone {
    display: block;
  }
  .header {
    background: #567ee6;
  }
  .header .phone {
    display: none;
  }
  .header .burger {
    display: block;
  }
  .header__bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(42, 55, 88, 0.9);
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .header__nav {
    display: none;
    position: absolute;
    padding: 15px 20px;
    background: #fff;
    width: 100%;
    top: 72px;
    left: 0;
  }
  .header__nav ul {
    flex-direction: column;
  }
  .header__nav li {
    margin: 10px 0;
  }
  .header__nav li:first-child {
    margin-top: 0;
  }
  .header__nav li:last-child {
    margin-bottom: 0;
  }
  .header__both {
    padding: 20px 0;
  }
  .header__top {
    display: none;
  }
  .header__logo_desc,
  .header__logo_name {
    color: #fff;
  }
  .header::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .header--open::after {
    top: 0;
  }
  .header--open .header__logo_desc,
  .header--open .header__logo_name {
    color: #2a3758;
  }
  .header--open .header__bg,
  .header--open::after {
    opacity: 1;
    visibility: visible;
  }
  .always {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .always__row {
    justify-content: center;
  }
  .always__item {
    width: calc(100% / 2 - 20px);
    margin: 10px;
  }
  .footer {
    margin-top: 35px;
  }
  .footer__col {
    width: 100%;
    margin: 10px;
  }
  .footer__btn {
    max-height: 50px;
  }
  .footer .form__row,
  .modal .form__row {
    align-items: center;
  }
  .buy,
  .sell {
    padding-bottom: 35px;
  }
  .buy__item,
  .sell__item {
    width: calc(100% / 2 - 30px);
    margin: 10px 15px;
  }
  .brand,
  .sell {
    padding-top: 35px;
  }
  .brand {
    padding-bottom: 35px;
  }
  .brand__sq {
    width: 150px;
    height: 150px;
  }
  .brand__sq--emc,
  .brand__sq--ibm {
    width: 115px;
    height: 115px;
  }
  .brand__sq--cis {
    left: calc(50% - 75px);
  }
  .how {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .modal .scroll {
    padding: 15px;
  }
  .modal__body {
    width: 87%;
  }
  .modal__btn {
    max-height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .title {
    font-size: 24px;
  }
  .title--up {
    font-size: 14px;
  }
  .buy__item,
  .sell__item {
    width: 100%;
    padding: 20px;
    display: flex;
  }
  .buy__item:hover .buy__img,
  .sell__item:hover .buy__img {
    opacity: 1;
  }
  .buy__item:hover .buy__name,
  .sell__item:hover .buy__name {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .buy__item:hover .buy__desc,
  .sell__item:hover .buy__desc {
    top: 100%;
  }
  .buy__name {
    margin-top: 0;
    margin-left: 20px;
  }
  .brand__col {
    margin: 0;
  }
  .brand__logo {
    display: flex;
    flex-wrap: wrap;
    margin: 20px -5px;
    padding: 0;
  }
  .brand__sq {
    position: static;
    height: auto;
    padding: 15px 0;
    width: calc(100% / 2 - 10px);
    margin: 5px;
    font-size: 32px;
  }
  .brand__btn {
    display: none;
  }
  .brand__btn.for_mob {
    display: block;
    width: 100%;
  }
  .how__row {
    flex-wrap: wrap;
  }
  .how__content {
    margin-left: 10px;
    margin-bottom: 70px;
  }
  .how__top::after,
  .how__top::before {
    top: 60px;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 200px;
    left: 31px;
  }
  .how__top::before {
    width: 0;
  }
  .how__item {
    width: 100%;
    display: flex;
    margin: 5px 0;
    overflow: hidden;
    min-width: unset;
  }
  .how__item--active .how__top::before {
    width: 200px;
  }
  .always__item {
    width: 100%;
  }
}
.header .hide {
  display: none;
}
.header .show {
  display: block;
}
.header__text:nth-child(2) {
  color: #2a3758;
}
.header__text:nth-child(2) a {
  text-decoration: none;
}
.header__text--mob {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__text--mob {
    display: block;
    margin-top: 10px;
  }
}
.form .notes .for_err,
.form .notes .for_suc {
  padding: 10px 0;
  font-size: 89%;
  margin-bottom: 15px;
  color: #963329;
  font-weight: 700;
}
.form .notes .for_err:empty,
.form .notes .for_suc:empty,
.form .notes .for_err *:empty,
.form .notes .for_suc *:empty {
  display: none;
}
.form .notes .for_err {
  color: #963329;
}
.form .notes .for_suc {
  color: #a0bb34;
}
.form .input.err {
  color: #791111 !important;
}
