[class*=__text],
[class*=-text] {
  font-weight: 400;
  font-size: 21px;
  color: #121936;
}

h1 {
  font-weight: 600;
  font-size: 64px;
  color: #18191F;
  margin-bottom: 20px;
}

h2.block-title {
   font-size: 2.34375rem;
   text-align: center;
}

h2 {
  font-weight: 600;
  font-size: 64px;
  color: #18191F;
}

.top {
  margin-top: 0;
}
.top-blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.top-block {
  width: 54%;
}
.top-block:nth-of-type(2) {
  width: 47%;
}
.top__img img {
  margin-top: -75px;
}
.top__text {
  color: #575757;
}
.top__btn {
  margin: 40px 0;
  color: #121936;
  border: 1px solid #121936;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.top__btn span:after {
  right: -1.3rem;
  top: calc(50% - 0.3rem);
}
.top-img {
  padding-right: 100px;
}

.increase h2 {
  text-align: center;
}
.increase-blocks {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.increase-block {
  margin-bottom: 80px;
  display: flex;
  width: calc(50% - 15px);
  margin-right: 30px;
}
.increase-block:nth-of-type(2n) {
  margin-right: 0;
}
.increase-block__img {
  width: 48px;
  height: 48px;
  background: rgba(240, 240, 240, 0.5);
  border-radius: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  margin-top: -3px;
}
.increase-block__img img {
  width: 32px;
  height: 32px;
}
.increase-block__title {
  font-weight: 600;
  font-size: 32px;
  color: #121936;
  margin-bottom: 15px;
}
.increase-block__text {
  font-size: 21px;
}

.ident {
  background: #1D2036;
  padding: 90px 0;
  margin-top: 0;
}
.ident-blocks {
  display: flex;
  justify-content: space-between;
}
.ident-blocks.reverse {
  flex-direction: row-reverse;
}
.ident-block {
  width: 48%;
}
.ident-block:first-child {
  width: 40%;
}
.ident__subtitle {
  max-width: 275px;
  margin-bottom: 25px;
}
.ident__title {
  font-weight: 600;
  font-size: 56px;
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: 20px;
}
.ident__text {
  color: #fff;
}
.ident__text a {
  color: #ff6b40;
}
.ident__text a:after {
  content: "";
  display: inline-block;
  margin-left: .5em;
  width: .875rem;
  height: .75rem;
  top: calc(.525em - 0.375rem);
  background-image: url("../media/arrow-tangerine-static.svg");
  opacity: 0;
  transform: translateX(-0.25em)
}
.ident__text a span {
    transition: inherit;
    background-image: linear-gradient(to right, transparent, transparent 50%, #ff6b40 50%, #ff6b40);
    background-position: 100% 100%;
    background-size: 200% 0.125rem;
    line-height: 1.25;
}
.ident__text a:hover span {
    background-size: 0 0.125rem;
}

@media screen and (min-width: 1199px) {
  .ident__text a:after {
    transition: all .15s ease-out, transform 0s .15s
  }
}

@media screen and (min-width: 1199px) {
  .ident__text a:hover:after {
    transition: all .15s ease-out;
    opacity: 1;
    transform: none;
    pointer-events: auto
  }
}
.ident__text a:after  {

}
.ident__text a:hover {
  color: #ff7f5a;
}
.ident-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.ident-img .wrap {
  position: relative;
  margin-left: -40px;
}
.ident-img__svg {
  position: absolute;
  top: -11%;
  left: -15%;
}
.ident-img__img {
  max-width: 300px;
  position: relative;
  z-index: 2;
  object-fit: cover;
  width: 14rem;
  height: 30.1rem;
  margin-left: -1px;
  margin-top: -1px;
}
.ident-img .video {
  position: relative;
  margin: -1.5rem 1.0625rem -1.5rem 1rem;
  background-color: #fff;
  contain: layout;
  transform: translateZ(0);
  max-width: 300px;
  /* height: 480px; */
  z-index: 2;
}
.ident-img .video:before {
  content: "";
  display: block;
  position: absolute;
  top: -2.6875rem;
  left: -6.6875rem;
  width: 23.125rem;
  height: 37.4375rem;
  background-image: url(../media/phone-shadow.png);
  z-index: -1;
}
.ident-img .video:after {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: -1.0625rem;
  width: 16rem;
  height: 31.875rem;
  background-image: url(../media/phone-overlay.svg);
  z-index: 3;
}
.ident-img-block {
  position: absolute;
  left: 98%;
  bottom: 10%;
  background: #FF6B40;
  display: flex;
  flex-direction: column;
  width: 186px;
  padding: 20px;
  font-size: 18px;
  color: #fff;
}
.ident-img-block svg, .ident-img-block img {
  max-width: 32px;
  height: 32px;
  margin-bottom: 5px;
}
.ident-img-block br {
  display: none;
}

.powers-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.powers-block {
  width: 54%;
}
.powers-block:first-child {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}
.powers-block__bg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.powers .wrap {
  margin-right: 25%;
  margin-bottom: 25px;
}
.powers .wrap:nth-of-type(2n) {
  margin-right: 0;
}
.powers-item {
  background: #FF6B40;
  width: 160px;
  position: relative;
  z-index: 2;
  height: 160px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.powers-item img {
  width: 45%;
}
.powers-item__title {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 10px;
  line-height: 1.2;
}
.powers__title {
  font-size: 56px;
  font-weight: 600;
  color: #18191F;
  margin-bottom: 15px;
}
.powers__text {
  color: #575757;
}

.about-idnow-blocks {
  display: flex;
  justify-content: space-between;
}
.about-idnow-block {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-idnow-block-bg {
  background-size: 90% auto;
  background-position: right;
  background-repeat: no-repeat;
}
.about-idnow-block img {
  max-width: 230px;
}
.about-idnow__title {
  font-size: 56px;
  font-weight: 600;
  color: #18191F;
  margin-bottom: 15px;
}
.about-idnow__text {
  color: #575757;
}

.better.not-standart.standard .texts {
  padding-top: 80px;
  align-items: stretch;
  justify-content: space-between;
}

.better.not-standart.standard .better-item:nth-child(even) {
  margin-top: 0;
}

.better.not-standart.standard .better-item:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='233' viewBox='0 0 367 233' width='367' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-rule='evenodd' fill='%23121936' fill-rule='evenodd'%3E%3Cpath d='m363.161 6.07517c-1.722 0-3.118-1.36038-3.118-3.03759s1.396-3.03757994 3.118-3.03757996c1.721-.00000002 3.117 1.36036996 3.117 3.03757996s-1.396 3.03759-3.117 3.03759z'/%3E%3Cpath d='m363.161 44.0473c-1.721 0-3.117-1.3615-3.117-3.0383s1.396-3.0368 3.117-3.0368 3.117 1.36 3.117 3.0368-1.396 3.0383-3.117 3.0383z'/%3E%3Cpath d='m363.161 82.0183c-1.721 0-3.117-1.3604-3.117-3.0377s1.396-3.0377 3.117-3.0377 3.117 1.3604 3.117 3.0377-1.396 3.0377-3.117 3.0377z'/%3E%3Cpath d='m363.161 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038s3.117 1.362 3.117 3.038c0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m327.312 6.07517c-1.721 0-3.117-1.36038-3.117-3.03759s1.396-3.03757994 3.117-3.03757996c1.722-.00000002 3.118 1.36036996 3.118 3.03757996s-1.396 3.03759-3.118 3.03759z'/%3E%3Cpath d='m327.312 44.0473c-1.721 0-3.117-1.3615-3.117-3.0383s1.396-3.0368 3.117-3.0368c1.722 0 3.118 1.36 3.118 3.0368s-1.396 3.0383-3.118 3.0383z'/%3E%3Cpath d='m327.312 82.0183c-1.721 0-3.117-1.3604-3.117-3.0377s1.396-3.0377 3.117-3.0377c1.722 0 3.118 1.3604 3.118 3.0377s-1.396 3.0377-3.118 3.0377z'/%3E%3Cpath d='m327.312 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038 1.722 0 3.118 1.362 3.118 3.038 0 1.677-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m289.906 6.07517c-1.722 0-3.118-1.36038-3.118-3.03759s1.396-3.03757994 3.118-3.03757996c1.721-.00000002 3.117 1.36036996 3.117 3.03757996s-1.396 3.03759-3.117 3.03759z'/%3E%3Cpath d='m289.906 44.0473c-1.722 0-3.118-1.3615-3.118-3.0383s1.396-3.0368 3.118-3.0368c1.721 0 3.117 1.36 3.117 3.0368s-1.396 3.0383-3.117 3.0383z'/%3E%3Cpath d='m289.906 82.0183c-1.722 0-3.118-1.3604-3.118-3.0377s1.396-3.0377 3.118-3.0377c1.721 0 3.117 1.3604 3.117 3.0377s-1.396 3.0377-3.117 3.0377z'/%3E%3Cpath d='m289.906 119.99c-1.722 0-3.118-1.36-3.118-3.037 0-1.676 1.396-3.038 3.118-3.038 1.721 0 3.117 1.362 3.117 3.038 0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m254.057 6.07517c-1.721 0-3.117-1.36038-3.117-3.03759s1.396-3.03757994 3.117-3.03757996 3.117 1.36036996 3.117 3.03757996-1.396 3.03759-3.117 3.03759z'/%3E%3Cpath d='m254.057 44.0473c-1.721 0-3.117-1.3615-3.117-3.0383s1.396-3.0368 3.117-3.0368 3.117 1.36 3.117 3.0368-1.396 3.0383-3.117 3.0383z'/%3E%3Cpath d='m254.057 82.0183c-1.721 0-3.117-1.3604-3.117-3.0377s1.396-3.0377 3.117-3.0377 3.117 1.3604 3.117 3.0377-1.396 3.0377-3.117 3.0377z'/%3E%3Cpath d='m254.057 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038s3.117 1.362 3.117 3.038c0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m218.208 6.07517c-1.721 0-3.117-1.36038-3.117-3.03759s1.396-3.03757994 3.117-3.03757996 3.117 1.36036996 3.117 3.03757996-1.396 3.03759-3.117 3.03759z'/%3E%3Cpath d='m218.208 44.0473c-1.721 0-3.117-1.3615-3.117-3.0383s1.396-3.0368 3.117-3.0368 3.117 1.36 3.117 3.0368-1.396 3.0383-3.117 3.0383z'/%3E%3Cpath d='m218.208 82.0183c-1.721 0-3.117-1.3604-3.117-3.0377s1.396-3.0377 3.117-3.0377 3.117 1.3604 3.117 3.0377-1.396 3.0377-3.117 3.0377z'/%3E%3Cpath d='m218.208 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038s3.117 1.362 3.117 3.038c0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m183.918 6.07517c-1.721 0-3.117-1.36038-3.117-3.03759s1.396-3.03757994 3.117-3.03757996c1.722-.00000002 3.118 1.36036996 3.118 3.03757996s-1.396 3.03759-3.118 3.03759z'/%3E%3Cpath d='m183.918 44.0473c-1.721 0-3.117-1.3615-3.117-3.0383s1.396-3.0368 3.117-3.0368c1.722 0 3.118 1.36 3.118 3.0368s-1.396 3.0383-3.118 3.0383z'/%3E%3Cpath d='m183.918 82.0183c-1.721 0-3.117-1.3604-3.117-3.0377s1.396-3.0377 3.117-3.0377c1.722 0 3.118 1.3604 3.118 3.0377s-1.396 3.0377-3.118 3.0377z'/%3E%3Cpath d='m183.918 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038 1.722 0 3.118 1.362 3.118 3.038 0 1.677-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m363.161 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038s3.117 1.362 3.117 3.038c0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m363.161 157.962c-1.721 0-3.117-1.361-3.117-3.038s1.396-3.038 3.117-3.038 3.117 1.361 3.117 3.038-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m363.161 195.932c-1.721 0-3.117-1.36-3.117-3.037s1.396-3.038 3.117-3.038 3.117 1.361 3.117 3.038-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m363.161 232.385c-1.721 0-3.117-1.36-3.117-3.038 0-1.677 1.396-3.037 3.117-3.037s3.117 1.36 3.117 3.037c0 1.678-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m327.312 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038 1.722 0 3.118 1.362 3.118 3.038 0 1.677-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m327.312 157.962c-1.721 0-3.117-1.361-3.117-3.038s1.396-3.038 3.117-3.038c1.722 0 3.118 1.361 3.118 3.038s-1.396 3.038-3.118 3.038z'/%3E%3Cpath d='m327.312 195.932c-1.721 0-3.117-1.36-3.117-3.037s1.396-3.038 3.117-3.038c1.722 0 3.118 1.361 3.118 3.038s-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m327.312 232.385c-1.721 0-3.117-1.36-3.117-3.038 0-1.677 1.396-3.037 3.117-3.037 1.722 0 3.118 1.36 3.118 3.037 0 1.678-1.396 3.038-3.118 3.038z'/%3E%3Cpath d='m289.906 119.99c-1.722 0-3.118-1.36-3.118-3.037 0-1.676 1.396-3.038 3.118-3.038 1.721 0 3.117 1.362 3.117 3.038 0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m289.906 157.962c-1.722 0-3.118-1.361-3.118-3.038s1.396-3.038 3.118-3.038c1.721 0 3.117 1.361 3.117 3.038s-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m289.906 195.932c-1.722 0-3.118-1.36-3.118-3.037s1.396-3.038 3.118-3.038c1.721 0 3.117 1.361 3.117 3.038s-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m289.906 232.385c-1.722 0-3.118-1.36-3.118-3.038 0-1.677 1.396-3.037 3.118-3.037 1.721 0 3.117 1.36 3.117 3.037 0 1.678-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m254.057 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038s3.117 1.362 3.117 3.038c0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m254.057 157.962c-1.721 0-3.117-1.361-3.117-3.038s1.396-3.038 3.117-3.038 3.117 1.361 3.117 3.038-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m254.057 195.932c-1.721 0-3.117-1.36-3.117-3.037s1.396-3.038 3.117-3.038 3.117 1.361 3.117 3.038-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m254.057 232.385c-1.721 0-3.117-1.36-3.117-3.038 0-1.677 1.396-3.037 3.117-3.037s3.117 1.36 3.117 3.037c0 1.678-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m218.208 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038s3.117 1.362 3.117 3.038c0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m218.208 157.962c-1.721 0-3.117-1.361-3.117-3.038s1.396-3.038 3.117-3.038 3.117 1.361 3.117 3.038-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m218.208 195.932c-1.721 0-3.117-1.36-3.117-3.037s1.396-3.038 3.117-3.038 3.117 1.361 3.117 3.038-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m218.208 232.385c-1.721 0-3.117-1.36-3.117-3.038 0-1.677 1.396-3.037 3.117-3.037s3.117 1.36 3.117 3.037c0 1.678-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m183.918 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038 1.722 0 3.118 1.362 3.118 3.038 0 1.677-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m183.918 157.962c-1.721 0-3.117-1.361-3.117-3.038s1.396-3.038 3.117-3.038c1.722 0 3.118 1.361 3.118 3.038s-1.396 3.038-3.118 3.038z'/%3E%3Cpath d='m183.918 195.932c-1.721 0-3.117-1.36-3.117-3.037s1.396-3.038 3.117-3.038c1.722 0 3.118 1.361 3.118 3.038s-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m183.918 232.385c-1.721 0-3.117-1.36-3.117-3.038 0-1.677 1.396-3.037 3.117-3.037 1.722 0 3.118 1.36 3.118 3.037 0 1.678-1.396 3.038-3.118 3.038z'/%3E%3Cpath d='m183.918 6.07517c-1.721 0-3.117-1.36038-3.117-3.03759s1.396-3.03757994 3.117-3.03757996c1.722-.00000002 3.118 1.36036996 3.118 3.03757996s-1.396 3.03759-3.118 3.03759z'/%3E%3Cpath d='m183.918 44.0473c-1.721 0-3.117-1.3615-3.117-3.0383s1.396-3.0368 3.117-3.0368c1.722 0 3.118 1.36 3.118 3.0368s-1.396 3.0383-3.118 3.0383z'/%3E%3Cpath d='m183.918 82.0183c-1.721 0-3.117-1.3604-3.117-3.0377s1.396-3.0377 3.117-3.0377c1.722 0 3.118 1.3604 3.118 3.0377s-1.396 3.0377-3.118 3.0377z'/%3E%3Cpath d='m183.918 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038 1.722 0 3.118 1.362 3.118 3.038 0 1.677-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m146.512 6.07517c-1.722 0-3.118-1.36038-3.118-3.03759s1.396-3.03757994 3.118-3.03757996c1.721-.00000002 3.117 1.36036996 3.117 3.03757996s-1.396 3.03759-3.117 3.03759z'/%3E%3Cpath d='m146.512 44.0473c-1.722 0-3.118-1.3615-3.118-3.0383s1.396-3.0368 3.118-3.0368c1.721 0 3.117 1.36 3.117 3.0368s-1.396 3.0383-3.117 3.0383z'/%3E%3Cpath d='m146.512 82.0183c-1.722 0-3.118-1.3604-3.118-3.0377s1.396-3.0377 3.118-3.0377c1.721 0 3.117 1.3604 3.117 3.0377s-1.396 3.0377-3.117 3.0377z'/%3E%3Cpath d='m146.512 119.99c-1.722 0-3.118-1.36-3.118-3.037 0-1.676 1.396-3.038 3.118-3.038 1.721 0 3.117 1.362 3.117 3.038 0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m110.664 6.07517c-1.722 0-3.118-1.36038-3.118-3.03759s1.396-3.03757994 3.118-3.03757996c1.721-.00000002 3.117 1.36036996 3.117 3.03757996s-1.396 3.03759-3.117 3.03759z'/%3E%3Cpath d='m110.664 44.0473c-1.722 0-3.118-1.3615-3.118-3.0383s1.396-3.0368 3.118-3.0368c1.721 0 3.117 1.36 3.117 3.0368s-1.396 3.0383-3.117 3.0383z'/%3E%3Cpath d='m110.664 82.0183c-1.722 0-3.118-1.3604-3.118-3.0377s1.396-3.0377 3.118-3.0377c1.721 0 3.117 1.3604 3.117 3.0377s-1.396 3.0377-3.117 3.0377z'/%3E%3Cpath d='m110.664 119.99c-1.722 0-3.118-1.36-3.118-3.037 0-1.676 1.396-3.038 3.118-3.038 1.721 0 3.117 1.362 3.117 3.038 0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m74.8149 6.07517c-1.7212 0-3.1173-1.36038-3.1173-3.03759s1.3961-3.03757994 3.1173-3.03757996 3.1172 1.36036996 3.1172 3.03757996-1.396 3.03759-3.1172 3.03759z'/%3E%3Cpath d='m74.8149 44.0473c-1.7212 0-3.1173-1.3615-3.1173-3.0383s1.3961-3.0368 3.1173-3.0368 3.1172 1.36 3.1172 3.0368-1.396 3.0383-3.1172 3.0383z'/%3E%3Cpath d='m74.8149 82.0183c-1.7212 0-3.1173-1.3604-3.1173-3.0377s1.3961-3.0377 3.1173-3.0377 3.1172 1.3604 3.1172 3.0377-1.396 3.0377-3.1172 3.0377z'/%3E%3Cpath d='m74.8149 119.99c-1.7212 0-3.1173-1.36-3.1173-3.037 0-1.676 1.3961-3.038 3.1173-3.038s3.1172 1.362 3.1172 3.038c0 1.677-1.396 3.037-3.1172 3.037z'/%3E%3Cpath d='m38.9657 6.07517c-1.7212 0-3.1172-1.36038-3.1172-3.03759s1.396-3.03757994 3.1172-3.03757996c1.7213-.00000002 3.1173 1.36036996 3.1173 3.03757996s-1.396 3.03759-3.1173 3.03759z'/%3E%3Cpath d='m38.9657 44.0473c-1.7212 0-3.1172-1.3615-3.1172-3.0383s1.396-3.0368 3.1172-3.0368c1.7213 0 3.1173 1.36 3.1173 3.0368s-1.396 3.0383-3.1173 3.0383z'/%3E%3Cpath d='m38.9657 82.0183c-1.7212 0-3.1172-1.3604-3.1172-3.0377s1.396-3.0377 3.1172-3.0377c1.7213 0 3.1173 1.3604 3.1173 3.0377s-1.396 3.0377-3.1173 3.0377z'/%3E%3Cpath d='m38.9657 119.99c-1.7212 0-3.1172-1.36-3.1172-3.037 0-1.676 1.396-3.038 3.1172-3.038 1.7213 0 3.1173 1.362 3.1173 3.038 0 1.677-1.396 3.037-3.1173 3.037z'/%3E%3Cpath d='m3.11711 6.07517c-1.7227 0-3.11726253-1.36038-3.11726255-3.03759s1.39456255-3.03757994 3.11726255-3.03757996c1.72121-.00000002 3.11727 1.36036996 3.11727 3.03757996s-1.39606 3.03759-3.11727 3.03759z'/%3E%3Cpath d='m3.11711 44.0473c-1.7227 0-3.11726253-1.3615-3.11726255-3.0383s1.39456255-3.0368 3.11726255-3.0368c1.72121 0 3.11727 1.36 3.11727 3.0368s-1.39606 3.0383-3.11727 3.0383z'/%3E%3Cpath d='m3.11711 82.0183c-1.7227 0-3.11726253-1.3604-3.11726255-3.0377s1.39456255-3.0377 3.11726255-3.0377c1.72121 0 3.11727 1.3604 3.11727 3.0377s-1.39606 3.0377-3.11727 3.0377z'/%3E%3Cpath d='m3.11711 119.99c-1.7227 0-3.11726253-1.36-3.11726255-3.037-.00000002-1.676 1.39456255-3.038 3.11726255-3.038 1.72121 0 3.11727 1.362 3.11727 3.038 0 1.677-1.39606 3.037-3.11727 3.037z'/%3E%3Cpath d='m183.918 119.99c-1.721 0-3.117-1.36-3.117-3.037 0-1.676 1.396-3.038 3.117-3.038 1.722 0 3.118 1.362 3.118 3.038 0 1.677-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m183.918 157.962c-1.721 0-3.117-1.361-3.117-3.038s1.396-3.038 3.117-3.038c1.722 0 3.118 1.361 3.118 3.038s-1.396 3.038-3.118 3.038z'/%3E%3Cpath d='m183.918 195.932c-1.721 0-3.117-1.36-3.117-3.037s1.396-3.038 3.117-3.038c1.722 0 3.118 1.361 3.118 3.038s-1.396 3.037-3.118 3.037z'/%3E%3Cpath d='m183.918 232.385c-1.721 0-3.117-1.36-3.117-3.038 0-1.677 1.396-3.037 3.117-3.037 1.722 0 3.118 1.36 3.118 3.037 0 1.678-1.396 3.038-3.118 3.038z'/%3E%3Cpath d='m146.512 119.99c-1.722 0-3.118-1.36-3.118-3.037 0-1.676 1.396-3.038 3.118-3.038 1.721 0 3.117 1.362 3.117 3.038 0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m146.512 157.962c-1.722 0-3.118-1.361-3.118-3.038s1.396-3.038 3.118-3.038c1.721 0 3.117 1.361 3.117 3.038s-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m146.512 195.932c-1.722 0-3.118-1.36-3.118-3.037s1.396-3.038 3.118-3.038c1.721 0 3.117 1.361 3.117 3.038s-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m146.512 232.385c-1.722 0-3.118-1.36-3.118-3.038 0-1.677 1.396-3.037 3.118-3.037 1.721 0 3.117 1.36 3.117 3.037 0 1.678-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m110.664 119.99c-1.722 0-3.118-1.36-3.118-3.037 0-1.676 1.396-3.038 3.118-3.038 1.721 0 3.117 1.362 3.117 3.038 0 1.677-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m110.664 157.962c-1.722 0-3.118-1.361-3.118-3.038s1.396-3.038 3.118-3.038c1.721 0 3.117 1.361 3.117 3.038s-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m110.664 195.932c-1.722 0-3.118-1.36-3.118-3.037s1.396-3.038 3.118-3.038c1.721 0 3.117 1.361 3.117 3.038s-1.396 3.037-3.117 3.037z'/%3E%3Cpath d='m110.664 232.385c-1.722 0-3.118-1.36-3.118-3.038 0-1.677 1.396-3.037 3.118-3.037 1.721 0 3.117 1.36 3.117 3.037 0 1.678-1.396 3.038-3.117 3.038z'/%3E%3Cpath d='m74.8149 119.99c-1.7212 0-3.1173-1.36-3.1173-3.037 0-1.676 1.3961-3.038 3.1173-3.038s3.1172 1.362 3.1172 3.038c0 1.677-1.396 3.037-3.1172 3.037z'/%3E%3Cpath d='m74.8149 157.962c-1.7212 0-3.1173-1.361-3.1173-3.038s1.3961-3.038 3.1173-3.038 3.1172 1.361 3.1172 3.038-1.396 3.038-3.1172 3.038z'/%3E%3Cpath d='m74.8149 195.932c-1.7212 0-3.1173-1.36-3.1173-3.037s1.3961-3.038 3.1173-3.038 3.1172 1.361 3.1172 3.038-1.396 3.037-3.1172 3.037z'/%3E%3Cpath d='m74.8149 232.385c-1.7212 0-3.1173-1.36-3.1173-3.038 0-1.677 1.3961-3.037 3.1173-3.037s3.1172 1.36 3.1172 3.037c0 1.678-1.396 3.038-3.1172 3.038z'/%3E%3Cpath d='m38.9657 119.99c-1.7212 0-3.1172-1.36-3.1172-3.037 0-1.676 1.396-3.038 3.1172-3.038 1.7213 0 3.1173 1.362 3.1173 3.038 0 1.677-1.396 3.037-3.1173 3.037z'/%3E%3Cpath d='m38.9657 157.962c-1.7212 0-3.1172-1.361-3.1172-3.038s1.396-3.038 3.1172-3.038c1.7213 0 3.1173 1.361 3.1173 3.038s-1.396 3.038-3.1173 3.038z'/%3E%3Cpath d='m38.9657 195.932c-1.7212 0-3.1172-1.36-3.1172-3.037s1.396-3.038 3.1172-3.038c1.7213 0 3.1173 1.361 3.1173 3.038s-1.396 3.037-3.1173 3.037z'/%3E%3Cpath d='m38.9657 232.385c-1.7212 0-3.1172-1.36-3.1172-3.038 0-1.677 1.396-3.037 3.1172-3.037 1.7213 0 3.1173 1.36 3.1173 3.037 0 1.678-1.396 3.038-3.1173 3.038z'/%3E%3Cpath d='m3.11711 119.99c-1.7227 0-3.11726253-1.36-3.11726255-3.037-.00000002-1.676 1.39456255-3.038 3.11726255-3.038 1.72121 0 3.11727 1.362 3.11727 3.038 0 1.677-1.39606 3.037-3.11727 3.037z'/%3E%3Cpath d='m3.11711 157.962c-1.7227 0-3.11726253-1.361-3.11726255-3.038s1.39456255-3.038 3.11726255-3.038c1.72121 0 3.11727 1.361 3.11727 3.038s-1.39606 3.038-3.11727 3.038z'/%3E%3Cpath d='m3.11711 195.932c-1.7227 0-3.11726253-1.36-3.11726255-3.037s1.39456255-3.038 3.11726255-3.038c1.72121 0 3.11727 1.361 3.11727 3.038s-1.39606 3.037-3.11727 3.037z'/%3E%3Cpath d='m3.11711 232.385c-1.7227 0-3.11726253-1.36-3.11726255-3.038-.00000002-1.677 1.39456255-3.037 3.11726255-3.037 1.72121 0 3.11727 1.36 3.11727 3.037 0 1.678-1.39606 3.038-3.11727 3.038z'/%3E%3C/g%3E%3C/svg%3E");
  width: 350px;
  height: 350px;
  top: -80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.better.not-standart.standard .better-item {
  padding: 60px 35px 35px;
  margin-top: 0;
}

.better.not-standart.standard .better-item h2 {
  font-size: 56px;
  color: #1C2C4D;
  margin-bottom: 40px;
}

.better.not-standart.standard .better-item ul {
  margin-left: 0;
}

.better.not-standart.standard .better-item ul li {
  font-weight: 400;
  font-size: 18px;
  color: #121936;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.better.not-standart.standard .better-item ul li:last-of-type {
  margin-bottom: 0;
}

.better.not-standart.standard .better-item ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23ff6b40' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Cpath d='m15 10.38 1.12-1.13'/%3E%3Cpath d='m7.87988 12 2.74002 2.75 2.55-2.54'/%3E%3C/g%3E%3C/svg%3E");
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  min-width: 24px;
  background-position: center center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}

.adobe-footer-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adobe-footer-block {
  width: 50%;
}
.adobe-footer-block:first-child {
  width: 45%;
}
.adobe-footer-block__img {
  margin-bottom: 30px;
  max-width: 345px;
}
.adobe-footer__subtitle {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #FF6B40;
}
.adobe-footer__title {
  font-weight: 600;
  font-size: 56px;
  color: #18191F;
  margin-bottom: 15px;
}
.adobe-footer__text {
  font-weight: 400;
  font-size: 18px;
  color: #18191F;
  max-width: 450px;
}
.adobe-footer-text {
  margin-top: 100px;
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  text-align: center;
  padding-bottom: 40px;
}

.footer-alternative {
  text-align: center;
  padding: 50px 0 45px;
  background: #FF6B40;
}
.footer-alternative p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-size: 56px;
  }

  h2,
.ident__title,
.powers__title,
.adobe-footer__title {
    font-size: 48px;
  }

  .ident-img__img {
    max-width: 250px;
  }

  .ident-img {
    justify-content: flex-start;
  }

  .ident-img-block {
    width: 160px;
    font-size: 16px;
  }

  .ident-img .wrap {
    margin-left: 0;
  }

  .powers-item {
    width: 135px;
    height: 135px;
  }

  .powers-item__title {
    font-size: 17px;
    line-height: 1.1;
  }

  .better.not-standart.standard .better-item {
    padding: 25px;
  }

  .better.not-standart.standard .better-item h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-blocks {
    flex-wrap: wrap;
  }

  .top__btn {
    color: #fff;
    border: none;
  }

  .top-block {
    width: 100%;
  }

  .top-block:nth-of-type(2) {
    width: 100%;
  }

  .top-img {
    max-width: 450px;
  }

  .top__img {
    max-width: 450px;
    margin: 0 auto;
  }
  .top__img img {
    margin-top: -50px;
  }

  .increase-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .ident-blocks {
    flex-wrap: wrap;
  }

  .ident-block:first-child,
.ident-block {
    width: 100%;
  }

  .ident-block:first-child {
    margin-bottom: 20px;
  }

  .ident-img {
    justify-content: center;
  }

  .ident-img__svg {
    left: 5%;
  }

  .ident {
    padding-bottom: 40px;
  }

  .powers-blocks {
    flex-wrap: wrap;
  }

  .powers-block,
.powers-block:first-child {
    width: 100%;
  }

  .powers-block:first-child {
    justify-content: center;
    order: 2;
    margin-top: 35px;
  }

  .powers .wrap {
    width: calc(33.334% - 15px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
  }
  .powers .wrap:nth-of-type(2n) {
    margin-right: 20px;
  }
  .powers .wrap:nth-of-type(3n) {
    margin-right: 0;
  }

  .powers-block__bg {
    max-width: 50%;
  }

  .about-idnow-blocks {
    flex-wrap: wrap;
  }

  .about-idnow-block {
    width: 100%;
  }
  .about-idnow-block:first-child {
    margin-bottom: 30px;
  }

  .better.not-standart.standard .texts {
    padding-top: 0;
  }

  .adobe-footer-blocks {
    flex-wrap: wrap;
  }

  .adobe-footer-block:first-child,
.adobe-footer-block {
    width: 100%;
  }

  .ident-img {
    transform: scale(0.67);
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  .ident__title, .powers__title, .adobe-footer__title, .about-idnow__title {
    font-size: 38px;
  }

  [class*=__text], [class*=-text], .increase-block__text {
    font-size: 18px;
  }

  .top__btn {
    margin: 20px 0;
  }

  .top__img {
    max-width: 380px;
  }

  .increase-block__title {
    font-size: 28px;
  }

  .increase-block {
    flex-direction: column;
  }

  .increase-block__img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .ident__subtitle {
    max-width: 220px;
  }

  .powers-item:nth-of-type(2n), .powers-item {
    margin-right: 7%;
  }

  .better.not-standart.standard .better-item h2 {
    font-size: 38px;
  }

  .adobe-footer-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .about-idnow-block img {
    max-width: 160px;
  }

  .powers .wrap {
    width: calc(50% - 20px);
    margin-right: 10px;
  }
  .powers .wrap:nth-of-type(3n) {
    margin-right: 10px;
  }
  .powers .wrap:nth-of-type(2n) {
    margin-right: 0;
  }
  .powers .wrap > div {
    margin-right: 0;
  }

  .ident-img .wrap {
    margin-left: -150px;
  }

  .ident-img__svg {
    left: 0%;
    max-width: 100px;
    display: none;
  }

  .ident {
    padding-top: 40px;
  }

  h1 {
    font-size: 34px;
  }

  .increase-blocks {
    padding-top: 35px;
  }
}

/*# sourceMappingURL=new.css.map */