body {
  padding: 68px 0 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

.container {
  max-width: 1170px !important;
}

.titleh2 h2 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #2D2D2D;
}

.titleh2 h2 span {
  color: #A64686;
}

.btn-all {
  position: relative;
  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: 62px;
  background: #A64686;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  overflow: hidden;
}

.btn-all a {
  position: relative;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
}

.btn-all button {
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

.btn-all span {
  position: absolute;
  display: block;
  width: 300px;
  height: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(#ee9835, #ee9835 10%, #A64686, #d9ec28);
  z-index: 0;
  -webkit-animation: sunanim 12s infinite;
          animation: sunanim 12s infinite;
}

@-webkit-keyframes sunanim {
  0% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
  50% {
    opacity: 1;
    width: 600px;
    height: 600px;
  }
  100% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}

@keyframes sunanim {
  0% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
  50% {
    opacity: 1;
    width: 600px;
    height: 600px;
  }
  100% {
    opacity: 0;
    width: 300px;
    height: 300px;
  }
}

/*header*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 2000;
}

.header .header__phone-popup {
  position: absolute;
  padding: 15px;
  bottom: 100%;
  width: 230px;
  background: #A64686;
}

.header .header__phone-popup.active {
  bottom: auto;
  top: 100%;
}

.header .header__phone-popup .header__phone-popup-title {
  text-align: center;
}

.header .header__phone-popup .header__phone-popup-title h5 {
  color: #fff;
}

.header .header__phone-popup .header__phone-popup-tel .popup-tel-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  margin-bottom: 7px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#813066), to(#c467a5));
  background: linear-gradient(90deg, #813066, #c467a5);
}

.header .header__phone-popup .header__phone-popup-tel .popup-tel-itm a {
  color: #fff;
}

.header .header__phone-popup .header__phone-popup-tel .popup-tel-itm img {
    width: 16px;
    height: 16px;
  margin-right: 7px;
}

.header .header__mob-menu {
  position: absolute;
  bottom: 100%;
  width: 100%;
  padding: 20px;
  background: #A64686;
  z-index: -1;
}

.header .header__mob-menu.active {
  bottom: auto;
  top: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .header__mob-menu ul li {
  border-bottom: 1px solid #ca68a9;
  padding: 7px 0;
}

.header .header__mob-menu ul li:last-child {
  border-bottom: none;
}

.header .header__mob-menu ul li a {
  color: #fff;
}

.header .header__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}

.header .header__cont .header__menu {
    margin: 0 auto;
}

.header .header__cont .header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header__cont .header__menu ul li {
  margin: 0 15px 0 0;
}

@media (min-width: 950px) {
    .header .header__cont .header__menu ul li {
        margin: 0 20px 0 0;
    }
}

@media (min-width: 1200px) {
    .header .header__cont .header__menu ul li {
        margin: 0 25px 0 0;
    }
}

.header .header__cont .header__menu ul li:last-child {
  margin: 0;
}

.header .header__cont .header__menu ul li a {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}

.header .header__cont .header__menu ul li a:hover {
  color: #A64686;
}

.header .header__cont .header__menu ul .header__link {
  position: relative;
}

.header .header__cont .header__menu ul .header__link.active::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #A64686;
}

.header .header__cont .header__menu ul .header__link.active a {
  color: #A64686;
}

.header .header__cont .header__phone {
    display: none;
}

@media (min-width: 400px) {
    .header .header__cont .header__phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

.header .header__cont .header__phone .header__phone-img {
    width: 18px;
    height: 18px;
}

.header .header__cont .header__phone .header__phone-txt {
    color: #000;
    padding: 0 0 0 5px;
}

@media (min-width: 769px) and (max-width: 949px) {
    .header .header__cont .header__phone .header__phone-txt {
        display: none;
    }
}

.header .header__cont .header__email {
    display: none;
}

@media (min-width: 769px) {
    .header .header__cont .header__email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0 0 0 10px;
    }
}

@media (min-width: 950px) {
    .header .header__cont .header__email {
        margin: 0 0 0 20px;
    }
}

.header .header__cont .header__email .header__email-img {
    width: 20px;
    height: 20px;
}

.header .header__cont .header__email .header__email-txt {
    display: none;
    padding: 0 0 0 5px;
    color: #000;
}

@media (min-width: 1100px) {
    .header .header__cont .header__email .header__email-txt {
        display: inline;
    }
}

.header .header__cont .header__mob-control {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header__cont .header__mob-control .header__mob-burger {
  position: relative;
  width: 40px;
  border-radius: 5px;
  height: 30px;
  border: 1px solid #A64686;
}

.header .header__cont .header__mob-control .header__mob-burger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 6px);
  height: 2px;
  background: #A64686;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header .header__cont .header__mob-control .header__mob-burger::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 6px);
  height: 2px;
  background: #A64686;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header .header__cont .header__mob-control .header__mob-burger::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 6px);
  height: 2px;
  background: #A64686;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header .header__cont .header__mob-control .header__mob-burger.active span {
  opacity: 0;
}

.header .header__cont .header__mob-control .header__mob-burger.active::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}

.header .header__cont .header__mob-control .header__mob-burger.active::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

.header .header__cont .header__mob-control .header__mob-phone {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #A64686;
  margin-right: 10px;
  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;
}

.header .header__cont .header__mob-control .header__mob-phone img {
  width: 18px;
}

/*header*/
/*hero*/
.hero {
  padding: 56px 0 40px 0;
}

.hero .hero__cont {
  margin-bottom: 30px;
}

.hero .hero__cont h1 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #2D2D2D;
  margin-bottom: 20px;
}

.hero .hero__cont h1 span {
  color: #A64686;
}

.hero .hero__cont p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #2D2D2D;
  margin-bottom: 20px;
  max-width: 550px;
}

.hero .hero__links-group {
  position: relative;
}

.hero .hero__links-group .hero__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 224px;
  height: 62px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 15px;
  z-index: 10;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.hero .hero__links-group .hero__links img {
  width: 140px;
}

.hero .hero__links-group .hero__links:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hero .hero__links-group > img {
  position: absolute;
  top: -20px;
  right: 20px;
}

.hero .hero__info-app > p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 60px;
}

.hero .hero__info-app .hero__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero .hero__info-app .hero__info-group .hero__info-itm {
  position: relative;
  width: 264px;
  height: 123px;
  background: rgba(212, 156, 255, 0.59);
  border: 1px solid #8E8E8E;
  border-radius: 15px;
  margin-right: 30px;
  padding: 40px 15px 0 15px;
}

.hero .hero__info-app .hero__info-group .hero__info-itm .hero__info-itm-ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #FFFFFF;
  border: 1px solid #8E8E8E;
  border-radius: 50%;
}

.hero .hero__info-app .hero__info-group .hero__info-itm p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

/*hero*/
/*advantages*/
.advantages {
  position: relative;
  overflow: hidden;
  padding: 66px 0;
}

.advantages .adwentages__paralax {
  position: absolute;
  width: 200px;
  height: 100%;
  left: 0;
  top: 0;
}

.advantages .adwentages__paralax .adwentages__paralax-layer1 {
  position: relative;
}

.advantages .adwentages__paralax .adwentages__paralax-layer1 img {
  position: absolute;
  left: 0;
  opacity: 0;
}

.advantages .adwentages__paralax .adwentages__paralax-layer2 {
  position: relative;
  width: 100px;
}

.advantages .adwentages__paralax .adwentages__paralax-layer2 img {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 300px;
  width: 100px;
}

.advantages .advantages__real-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #A64686;
  width: 100%;
  border-radius: 15px;
  padding: 18px 0;
  margin-bottom: 28px;
}

.advantages .advantages__real-time .advantages__real-time-ico {
  margin-right: 35px;
}

.advantages .advantages__real-time .advantages__real-time-txt {
  max-width: 656px;
}

.advantages .advantages__real-time .advantages__real-time-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 0;
}

.advantages .advantages__support {
  text-align: center;
}

.advantages .advantages__support p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.advantages .advantages__cont {
  padding-top: 60px;
}

.advantages .advantages__cont .titleh2 {
  text-align: center;
  margin-bottom: 58px;
}

.advantages .advantages__cont .advantages__cont-block-inf p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 25px;
}

.advantages .advantages__cont .advantages__cont-block-inf .advantages__download-txt {
  margin-bottom: 32px;
}

.advantages .advantages__cont .advantages__cont-block-inf .advantages__download-txt span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.advantages .advantages__cont .advantages__cont-block-inf .advantages__download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages .advantages__cont .advantages__cont-block-inf .advantages__download-link .advantages__download-link-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 224px;
  height: 62px;
  background: rgba(212, 156, 255, 0.59);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-right: 40px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.advantages .advantages__cont .advantages__cont-block-inf .advantages__download-link .advantages__download-link-itm img {
  width: 140px;
}

.advantages .advantages__cont .advantages__cont-block-inf .advantages__download-link .advantages__download-link-itm:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.advantages .advantages__cont .advantages__cont-block .advantages__cont-img img {
  border-radius: 15px 0 0 15px;
}

/*opportunities*/
/*help-par*/
.help-par {
  position: relative;
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}

.help-par .help-par__layer {
  position: absolute;
  width: 120%;
  top: -500px;
  left: 0;
  -webkit-transform: translate3d(0, calc(var(--scrollTop)/3), 0);
          transform: translate3d(0, calc(var(--scrollTop)/3), 0);
  will-change: transform;
}

.help-par .help-par__layer img {
  width: 100%;
}

.help-par .help-par__cont .titleh2 {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 37px;
}

.help-par .help-par__cont .sub-title {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 60px auto;
}

.help-par .help-par__cont .sub-title p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2D2D2D;
}

.help-par .help-par__cont .help-par__group {
  margin-bottom: 37px;
}

.help-par .help-par__cont .help-par__group .help-par__group-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 362px;
  height: 151px;
  padding: 29px 20px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 15px;
}

.help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-ico {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
}

.help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-txt {
  max-width: 230px;
}

.help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2D2D2D;
}

.help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm:nth-child(1) > .help-par__itm-ico {
  background: #4846A6;
}

.help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm:nth-child(2) > .help-par__itm-ico {
  background: #A64686;
}

.help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm:nth-child(3) > .help-par__itm-ico {
  background: #A64686;
}

.help-par .help-par__cont .help-par__submit .help-par__submit-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.help-par .help-par__cont .help-par__submit .help-par__submit-cont .help-par__submit-txt {
  max-width: 558px;
}

.help-par .help-par__cont .help-par__submit .help-par__submit-cont .help-par__submit-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
}

.help-par .help-par__cont .help-par__submit .help-par__submit-cont .btn-all {
  width: 300px;
}

/*help-par*/
/*opportunities*/
.opportunities .opportunities__cont {
  padding: 70px 0 20px 0;
}

.opportunities .opportunities__cont .titleh2 {
  text-align: center;
  margin-bottom: 60px;
}

.opportunities .opportunities__cont .opportunities__cont-block-inf p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 25px;
}

.opportunities .opportunities__cont .opportunities__cont-block-inf .opportunities__download-txt {
  margin-bottom: 20px;
}

.opportunities .opportunities__cont .opportunities__cont-block-inf .opportunities__download-txt span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.opportunities .opportunities__cont .opportunities__cont-block .opportunities__cont-img img {
  float: right;
  border-radius: 0 15px 15px 0;
}

/*opportunities*/
/*register-app*/
.register-app {
  position: relative;
  overflow: hidden;
  padding: 70px 0 30px 0;
}

.register-app .register-app__paralax {
  position: absolute;
  width: 200px;
  height: 100%;
  right: 0;
  top: 0;
}

.register-app .register-app__paralax .register-app__paralax-layer1 {
  position: relative;
}

.register-app .register-app__paralax .register-app__paralax-layer1 img {
  position: absolute;
  top: -70px;
  right: -70px;
  opacity: 0;
}

.register-app .register-app__paralax .register-app__paralax-layer2 {
  position: relative;
  width: 100px;
}

.register-app .register-app__paralax .register-app__paralax-layer2 img {
  position: absolute;
  opacity: 0;
  right: -130px;
  top: 300px;
  width: 100px;
}

.register-app .register-app__title .titleh2 {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.register-app .register-app__cont .register-app__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #a6468667;
  margin-right: 14px;
}

.register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-circle::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #A64686;
}

.register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-txt {
  max-width: 700px;
}

.register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin: 0;
}

.register-app .register-app__cont .register-app__block .register-app__col-two {
  position: relative;
}

.register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-arrow {
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-animation: animArrow 3s linear infinite;
          animation: animArrow 3s linear infinite;
}

@-webkit-keyframes animArrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animArrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download {
  margin-bottom: 100px;
}

.register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download .advantages__download-link-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  height: 62px;
  background: rgba(212, 156, 255, 0.59);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 23px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download .advantages__download-link-itm img {
  width: 140px;
}

.register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download .advantages__download-link-itm:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-submit input {
  width: 100%;
  height: 60px;
  border: none;
  background: #D9D9D9;
  border-radius: 10px;
  outline: none;
  padding: 15px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
}

.register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-submit .btn-all {
  width: 100%;
}

/*register-app*/
/*difference*/
.difference {
  position: relative;
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}

.difference .difference__layer {
  position: absolute;
  width: 120%;
  top: -1300px;
  left: 0;
  -webkit-transform: translate3d(0, calc(var(--scrollTop)/3), 0);
          transform: translate3d(0, calc(var(--scrollTop)/3), 0);
  will-change: transform;
}

.difference .difference__layer img {
  width: 100%;
}

.difference .difference__cont .titleh2 {
  max-width: 730px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 37px;
}

.difference .difference__cont .sub-title {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 30px auto;
}

.difference .difference__cont .sub-title p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #2D2D2D;
}

.difference .difference__cont .difference__group {
  margin-bottom: 37px;
}

.difference .difference__cont .difference__group .difference__group-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.difference .difference__cont .difference__group .difference__group-itm .difference__itm {
  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: 264px;
  height: 290px;
  padding: 20px;
  background: #FFFFFF;
  border: 1px solid #8E8E8E;
  border-radius: 15px;
}

.difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-ico {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D9D9D9;
  margin-bottom: 12px;
}

.difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-ico img {
  width: 40px;
}

.difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-txt {
  text-align: center;
}

.difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2D2D2D;
}

.difference .difference__cont .difference__submit .difference__submit-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.difference .difference__cont .difference__submit .difference__submit-cont .btn-all {
  width: 300px;
}

/*difference*/
/*functionApp*/
.functionApp {
  position: relative;
  overflow: hidden;
  padding: 61px 0 30px 0;
}

.functionApp .functionApp__paralax {
  position: absolute;
  width: 200px;
  height: 100%;
  left: 0;
  top: 0;
}

.functionApp .functionApp__paralax .functionApp__paralax-layer1 {
  position: relative;
}

.functionApp .functionApp__paralax .functionApp__paralax-layer1 img {
  position: absolute;
  left: 0;
  opacity: 0;
}

.functionApp .functionApp__paralax .functionApp__paralax-layer2 {
  position: relative;
  width: 100px;
}

.functionApp .functionApp__paralax .functionApp__paralax-layer2 img {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 300px;
  width: 100px;
}

.functionApp .functionApp__title {
  margin-bottom: 65px;
}

.functionApp .functionApp__title .titleh2 {
  text-align: center;
  margin-bottom: 30px;
}

.functionApp .functionApp__title .sub-title {
  max-width: 953px;
  margin: 0 auto;
}

.functionApp .functionApp__title .sub-title p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000;
}

.functionApp .functionApp__cont {
  margin-bottom: 40px;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #D9D9D9;
  margin-right: 5px;
  cursor: pointer;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-btn span {
  position: relative;
  display: block;
  width: 15px;
  height: 2px;
  background: #000;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-btn span::before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 15px;
  background: #000;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-btn.active span::before {
  opacity: 0;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont {
  width: 800px;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont .functionApp__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  background: #D9D9D9;
  padding: 11px 30px;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont .functionApp__list-title p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  margin: 0;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont .functionApp__list-el {
  display: none;
  margin-top: 5px;
  padding: 20px 30px;
  background: #D9D9D9;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont .functionApp__list-el ul li {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 10px;
}

.functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont .functionApp__list-el.active {
  display: block;
}

.functionApp .functionApp__end .functionApp__end-txt {
  max-width: 868px;
  margin: 0 auto;
}

.functionApp .functionApp__end .functionApp__end-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000;
}

/*functionApp*/
/*cooperation*/
.cooperation {
  padding: 70px 0 30px 0;
}

.cooperation .cooperation__title .titleh2 {
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.cooperation .cooperation__cont {
  margin-bottom: 70px;
}

.cooperation .cooperation__cont .cooperation__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-circle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  height: 50px;
  background: #A64686;
  border-radius: 10px;
  margin-right: 30px;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-circle span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 52px;
  color: #fff;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-circle img {
  position: absolute;
  top: 100%;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-txt {
  max-width: 700px;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin: 0;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two {
  position: relative;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-arrow {
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-animation: animArrow 3s linear infinite;
          animation: animArrow 3s linear infinite;
}

@keyframes animArrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download {
  margin-bottom: 100px;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download .advantages__download-link-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  height: 62px;
  background: rgba(212, 156, 255, 0.59);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-bottom: 23px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download .advantages__download-link-itm img {
  width: 140px;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download .advantages__download-link-itm:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-submit input {
  width: 100%;
  height: 60px;
  border: none;
  background: #D9D9D9;
  border-radius: 10px;
  outline: none;
  padding: 15px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 15px;
}

.cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-submit .btn-all {
  width: 100%;
}

.cooperation .cooperation__cont-end .cooperation__cont-end-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000;
}

/*cooperation*/
/*relizeApp*/
.relizeApp {
  position: relative;
  overflow: hidden;
  padding: 80px 0 62px 0;
}

.relizeApp .relizeApp__paralax {
  position: absolute;
  width: 200px;
  height: 100%;
  right: 0;
  top: 0;
}

.relizeApp .relizeApp__paralax .relizeApp__paralax-layer1 {
  position: relative;
}

.relizeApp .relizeApp__paralax .relizeApp__paralax-layer1 img {
  position: absolute;
  top: -70px;
  right: -70px;
  opacity: 0;
}

.relizeApp .relizeApp__paralax .relizeApp__paralax-layer2 {
  position: relative;
  width: 100px;
}

.relizeApp .relizeApp__paralax .relizeApp__paralax-layer2 img {
  position: absolute;
  opacity: 0;
  right: -130px;
  top: 300px;
  width: 100px;
}

.relizeApp .relizeApp__title .titleh2 {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
}

.relizeApp .relizeApp__title .sub-title {
  max-width: 950px;
  margin: 0 auto;
}

.relizeApp .relizeApp__title .sub-title p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #000;
}

.relizeApp .relizeApp__cont {
  padding-top: 60px;
}

.relizeApp .relizeApp__cont .relizeApp__cont-block-inf p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 25px;
}

.relizeApp .relizeApp__cont .relizeApp__cont-block-inf p span a {
  color: #A64686;
}

.relizeApp .relizeApp__cont .relizeApp__cont-block .relizeApp__cont-img img {
  border-radius: 15px 0 0 15px;
}

/*relizeApp*/
/*footer*/
.footer .footer__cont {
  background: #A64686;
  padding: 24px 0;
}

.footer .footer__cont .footer__cont-txt p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}

.footer .footer__cont .footer__download-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__cont .footer__download-link .footer__download-link-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 224px;
  height: 62px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-right: 40px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer .footer__cont .footer__download-link .footer__download-link-itm img {
  width: 140px;
}

.footer .footer__cont .footer__download-link .footer__download-link-itm:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer .footer__copy {
  padding: 20px 0;
}

.footer .footer__copy .footer__copy-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer__copy .footer__copy-cont .footer__copy-cont-el span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #000;
  margin-right: 15px;
}

/*footer*/
/*to-top*/
.to-top {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 50px;
  width: 80px;
  height: 80px;
  -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;
  z-index: 2000;
  cursor: pointer;
}

.to-top .arrow-to-top {
  width: 70px;
  height: 40px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -webkit-filter: none;
          filter: none;
  background: linear-gradient(50deg, #4846A6, #eba4d3);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-bottom: 3px;
}

.to-top .to-top-pot {
  width: 40px;
  height: 10px;
  -webkit-filter: none;
          filter: none;
  background: linear-gradient(50deg, #4846A6, #eba4d3);
  margin-bottom: 3px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.to-top:hover .arrow-to-top {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.to-top:hover .to-top-pot:nth-child(2) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.to-top:hover .to-top-pot:nth-child(3) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.to-top.to-top-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*popup-manager*/
.popup-manager {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(50deg, #a64686d0, #4846a6cb);
  z-index: 5000;
}

.popup-manager.manager-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-manager .popup-manager__form {
  position: relative;
  padding: 50px 15px 30px 15px;
  border-radius: 7px;
  width: 350px;
  background: #fff;
}

.popup-manager .popup-manager__form .btn-manager-close {
  position: absolute;
  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;
  top: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup-manager .popup-manager__form .btn-manager-close img {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.popup-manager .popup-manager__form .btn-manager-close:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-manager .popup-manager__form input {
  padding: 10px 20px;
  width: 100%;
  outline: none;
  border-radius: 7px;
  border: 1px solid rgba(141, 142, 143, 0.8);
  margin-bottom: 20px;
}

.popup-manager .popup-manager__form .btn-all {
  margin-bottom: 15px;
}

.popup-manager .popup-manager__form .form-dicorate {
  text-align: center;
}

/*popup-manager*/
/*popup-accept*/
.popup-accept {
  position: fixed;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(50deg, #a64686d0, #4846a6cb);
  z-index: 5000;
}

.popup-accept.accept-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-accept .popup-accept-cont {
  position: relative;
  padding: 50px 15px 30px 15px;
  border-radius: 7px;
  width: 350px;
  background: #fff;
}

.popup-accept .popup-accept-cont .btn-accept-close {
  position: absolute;
  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;
  top: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.popup-accept .popup-accept-cont .btn-accept-close img {
  position: relative;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.popup-accept .popup-accept-cont .btn-accept-close:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.popup-accept .popup-accept-cont .popup-accept__text {
  text-align: center;
}

.popup-accept .popup-accept-cont .popup-accept__text p {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}

.popup-accept .popup-accept-cont .form-dicorate {
  text-align: center;
}

/*popup-accept*/
@media screen and (max-width: 1200px) {
  .titleh2 h2 {
    font-size: 28px;
  }
  .btn-all a {
    font-size: 18px;
  }
  .btn-all button {
    font-size: 18px;
  }
  .hero .hero__links-group > img {
    width: 350px;
  }
  .advantages .adwentages__paralax {
    display: none;
  }
  .advantages .advantages__cont .advantages__cont-block .advantages__cont-block-inf p {
    font-size: 18px;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm {
    height: auto;
    width: 320px;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-txt {
    max-width: 200px;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-txt p {
    margin: 0;
  }
  .opportunities .opportunities__cont .opportunities__cont-block .opportunities__cont-block-inf p {
    font-size: 16px;
  }
  .opportunities .opportunities__cont .opportunities__cont-block .opportunities__cont-block-inf .opportunities__download-txt span {
    font-size: 18px;
  }
  .register-app .register-app__paralax {
    display: none;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-txt {
    max-width: 550px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-txt p {
    font-size: 18px;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm {
    width: 230px;
    padding: 10px;
  }
  .functionApp .functionApp__paralax {
    display: none;
  }
  .cooperation .cooperation__cont {
    margin-bottom: 30px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-txt {
    max-width: 550px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-txt p {
    font-size: 18px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download {
    margin-bottom: 50px;
  }
  .cooperation .cooperation__cont-end .cooperation__cont-end-txt p {
    font-size: 18px;
  }
  .relizeApp .relizeApp__paralax {
    display: none;
  }
  .relizeApp .relizeApp__cont .relizeApp__cont-block .relizeApp__cont-block-inf p {
    font-size: 18px;
  }
  .footer .footer__cont .footer__cont-txt p {
    font-size: 18px;
  }
  .footer .footer__cont .footer__download-link .footer__download-link-itm {
    margin-right: 25px;
  }
  .footer .footer__cont .footer__download-link .footer__download-link-itm:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .header .header__cont .header__menu {
    display: none;
  }
  .header .header__cont .header__mob-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero .hero__links-group > img {
    width: 300px;
    top: -50px;
  }
  .hero .hero__info-app {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .hero__info-app .hero__info-group .hero__info-itm {
    margin: 0 10px;
    height: auto;
  }
  .advantages .advantages__real-time .advantages__real-time-txt {
    max-width: 500px;
  }
  .advantages .advantages__cont .titleh2 {
    max-width: 500px;
    margin: 0 auto 30px auto;
  }
  .advantages .advantages__cont .advantages__cont-block .advantages__cont-block-inf .advantages__download-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .advantages .advantages__cont .advantages__cont-block .advantages__cont-block-inf .advantages__download-link .advantages__download-link-itm {
    margin: 0 20px;
  }
  .advantages .advantages__cont .advantages__cont-block .advantages__cont-img img {
    border-radius: 15px;
  }
  .help-par .help-par__layer {
    top: -700px;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    margin-bottom: 15px;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-txt {
    max-width: 80%;
  }
  .help-par .help-par__cont .help-par__submit .help-par__submit-cont .help-par__submit-txt {
    max-width: 500px;
  }
  .opportunities .opportunities__cont .titleh2 {
    max-width: 600px;
    margin: 0 auto 50px auto;
  }
  .opportunities .opportunities__cont .opportunities__cont-block .opportunities__cont-img img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 30px;
  }
  .register-app .register-app__cont .register-app__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two {
    width: 400px;
    margin: 0 auto;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-arrow {
    top: 10px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-arrow img {
    width: 80px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download .advantages__download-link-itm {
    margin: 0 10px;
  }
  .difference .difference__layer {
    top: -1500px;
  }
  .difference .difference__cont .difference__group .difference__group-itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-ico {
    margin: 0 15px 0 0;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-txt {
    max-width: 80%;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-txt p {
    margin: 0;
    text-align: left;
  }
  .cooperation .cooperation__cont .cooperation__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two {
    width: 400px;
    margin: 0 auto;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-arrow {
    top: 10px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-arrow img {
    width: 80px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download .advantages__download-link-itm {
    margin: 0 10px;
  }
  .cooperation .cooperation__cont-end .cooperation__cont-end-txt {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }
  .relizeApp .relizeApp__cont .relizeApp__cont-block .relizeApp__cont-img img {
    width: 100%;
    border-radius: 15px;
  }
  .footer .footer__cont .footer__cont-txt {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer__cont .footer__download-link {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer__cont .footer__download-link .footer__download-link-itm {
    margin: 0 10px;
  }
}

@media screen and (max-width: 490px) {
  .hero .hero__info-app > p {
    margin-bottom: 20px;
  }
  .hero .hero__info-app .hero__info-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .hero__info-app .hero__info-group .hero__info-itm {
    padding: 10px;
    width: 100%;
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .hero__info-app .hero__info-group .hero__info-itm .hero__info-itm-ico {
    position: inherit;
    left: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    margin-right: 7px;
  }
  .hero .hero__info-app .hero__info-group .hero__info-itm p {
    max-width: 300px;
    text-align: left;
    margin-bottom: 0;
  }
  .hero .hero__links-group > img {
    width: 200px;
  }
  .advantages .advantages__real-time {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px;
  }
  .advantages .advantages__real-time .advantages__real-time-ico {
    margin: 0 0 10px 0;
  }
  .advantages .advantages__real-time .advantages__real-time-txt {
    text-align: center;
  }
  .advantages .advantages__cont .advantages__cont-block .advantages__cont-block-inf .advantages__download-link .advantages__download-link-itm {
    margin: 0 5px;
  }
  .advantages .advantages__cont .advantages__cont-block .advantages__cont-img img {
    width: 100%;
    border-radius: 15px;
  }
  .help-par .help-par__layer {
    width: 100%;
    top: -1000px;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-txt {
    max-width: 250px;
  }
  .help-par .help-par__cont .help-par__submit .help-par__submit-cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .help-par .help-par__cont .help-par__submit .help-par__submit-cont .help-par__submit-txt {
    text-align: center;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-circle {
    width: 25px;
    height: 25px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-circle::before {
    width: 15px;
    height: 15px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-txt {
    max-width: 320px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-txt p {
    font-size: 16px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-arrow {
    display: none;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download .advantages__download-link-itm {
    margin: 0;
    margin-right: 5px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download .advantages__download-link-itm:last-child {
    margin: 0 5px 0 0;
  }
  .difference .difference__layer {
    top: -1800px;
  }
  .functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-btn {
    width: 49px;
  }
  .functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont .functionApp__list-title {
    padding: 11px 10px;
  }
  .functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont .functionApp__list-title p {
    font-size: 14px;
    line-height: 16px;
  }
  .functionApp .functionApp__end .functionApp__end-txt p {
    font-size: 16px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-circle {
    width: 40px;
    height: 40px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-circle span {
    font-size: 24px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-txt {
    max-width: 290px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-txt p {
    font-size: 14px;
    line-height: 16px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-arrow {
    display: none;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download .advantages__download-link-itm {
    margin: 0 5px 0 0;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download .advantages__download-link-itm:last-child {
    margin: 0 5px 0 0;
  }
  .footer .footer__cont .footer__cont-txt p {
    font-size: 16px;
  }
  .footer .footer__cont .footer__download-link .footer__download-link-itm {
    margin: 0 5px 0 0;
  }
  .footer .footer__cont .footer__download-link .footer__download-link-itm:last-child {
    margin: 0 0 5px 0;
  }
  .footer .footer__copy .footer__copy-cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /*to-top*/
  .to-top {
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
  }
  .to-top .arrow-to-top {
    width: 50px;
    height: 20px;
  }
  .to-top .to-top-pot {
    width: 20px;
    height: 8px;
  }
  /*popup-manager*/
}

@media screen and (max-width: 380px) {
  .titleh2 h2 {
    font-size: 24px;
  }
  .hero .hero__links-group > img {
    display: none;
  }
  .hero .hero__info-app .hero__info-group .hero__info-itm .hero__info-itm-ico {
    width: 40px;
    height: 40px;
  }
  .hero .hero__info-app .hero__info-group .hero__info-itm .hero__info-itm-ico img {
    width: 25px;
  }
  .hero .hero__info-app .hero__info-group .hero__info-itm p {
    max-width: 270px;
  }
  .help-par .help-par__layer {
    top: -900px;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm {
    padding: 10px;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-ico {
    margin: 0 15px 0 0;
  }
  .help-par .help-par__cont .help-par__group .help-par__group-itm .help-par__itm .help-par__itm-txt p {
    font-size: 15px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-txt {
    max-width: 280px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-one .register-app__col-one-itm .register-app__col-itm-txt p {
    font-size: 15px;
    line-height: 18px;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .register-app .register-app__cont .register-app__block .register-app__col-two .register-app__col-two-download .advantages__download-link-itm {
    width: 100%;
    margin-bottom: 10px;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-ico {
    width: 50px;
    height: 50px;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-ico img {
    width: 30px;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-txt {
    width: 100%;
    text-align: center;
  }
  .difference .difference__cont .difference__group .difference__group-itm .difference__itm .difference__itm-txt p {
    text-align: center;
  }
  .functionApp .functionApp__title {
    margin-bottom: 30px;
  }
  .functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-btn {
    height: 80px;
    /**/
  }
  .functionApp .functionApp__cont .functionApp__list ul li .functionApp__item .functionApp__list-cont .functionApp__list-title {
    height: 80px;
    /**/
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm {
    margin-bottom: 30px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-circle > img {
    display: none;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-one .cooperation__col-one-itm .cooperation__col-itm-txt {
    max-width: 270px;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cooperation .cooperation__cont .cooperation__block .cooperation__col-two .cooperation__col-two-download .advantages__download-link-itm {
    width: 100%;
    margin-bottom: 15px;
  }
}
/*# sourceMappingURL=style.css.map */

.otkaz-form h5{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.otkaz-form form input{
        display: block;
    margin: 20px auto;
    max-width: 700px;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #9d9d9d;
}

.otkaz-form form .btn-all{
    width: 100%;
    max-width: 700px;
    margin: auto;
}

.otkaz-form {
    width: 100%;
    max-width: 700px;
    margin:auto;
    padding:0 40px;
}

#polit{
    display: inline-block;
    width: 40px;
}

.otkaz-form label{
    display:inline-block;
}