
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900rel=styleshee1,14..32,100..900&display=swap');
* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #d6d2c4;
  line-height: 1;
  font-family: Inter;
  font-size: totoRem(18);
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: Inter;
  font-size: inherit;
  line-height: inherit;
  color: #313131;
  background-color: rgba(0,0,0,0)
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 75rem;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto
}
[class*=__container-big] {
  max-width: 75rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 .625rem
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .625rem 1fr minmax(auto,75rem) 1fr .625rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
body::after {
  content: "";
  background-color: rgba(0,0,0,.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 149
}
.popup-show body::after {
  opacity: 1
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 900px;
  border-radius: 20px
}
.lock .popup__content {
  visibility: visible
}
.form-start__wrapper {
  display: flex
}
.form-start__item.bl2 {
  min-width: 23.125rem
}
.form-start__image {
  max-width: 32.3125rem
}
.form-start__title {
  color: #000
}
.form-start__subtitle {
  line-height: 28px;
  font-family: Montserrat
}
.form-start__subtitle span {
  color: #cba768
}
.form-start-img-bg {
  position: relative;
  justify-content: center;
  align-items: center;
  background-image: url(../img/popup/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  z-index: 1
}
.input {
  border-radius: 3px;
  border: 1px solid #c9c9c9
}
.close-form-start {
  position: absolute
}
.content-form-start {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.form-popup {
  max-width: 23.125rem;
  display: flex;
  flex-direction: column
}
.block-popup2 {
  display: flex;
  align-items: center
}
.btn-pop-close {
  display: flex;
  z-index: 99;
  width: 32px;
  height: 33px;
  border-radius: 50%;
  background-color: #000;
  align-content: center;
  justify-content: center;
  align-items: center
}
.form-thanks {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center
}
.form-thanks__title h3 {
  color: #cba768
}
.form-thanks__subtitle p {
  color: #000;
  font-family: Montserrat;
  max-width: 28.75rem;
  text-align: center;
  line-height: 33px
}
.content-form-thanks {
  max-width: 1000px;
  max-height: 700px;
  padding: 0;
  overflow: hidden
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
.button {
  position: relative;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  background-color: #295bff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 45px rgba(41,91,255,.7);
  transition: box-shadow .15s ease,background-color .15s ease,-webkit-transform .15s ease;
  transition: transform .15s ease,box-shadow .15s ease,background-color .15s ease;
  transition: transform .15s ease,box-shadow .15s ease,background-color .15s ease,-webkit-transform .15s ease
}
.button:hover {
  background-color: #3c6cff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 24px 55px rgba(41,91,255,.8)
}
.button:hover {
  background-color: #6268ff;
  box-shadow: 0 0 6px #257bd8
}
.title {
  max-width: 60%;
  color: #fff;
  font-weight: 600
}
.header {
  z-index: 9999
}
.header__container-big {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__logo {
  position: relative;
  z-index: 5
}
.header__logo img {
  max-width: 9.375rem
}
.header__actions {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 1rem;
  align-items: center
}
.menu {
  padding: 0 .625rem
}
.menu__body {
  z-index: 7
}
.menu__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: .625rem;
  -webkit-column-gap: 2.9375rem;
  -moz-column-gap: 2.9375rem;
  column-gap: 2.9375rem
}
.menu__link {
  font-size: 17px;
  color: #fff;
  font-weight: 500
}
.menu__link:hover {
  color: #6268ff
}
.bth {
  border: 1px solid #cba768;
  border-radius: 15px;
  padding: 6px 15px 6px 15px
}
.footer {
  background-color: #2c2c2c;
  position: relative
}
.footer p {
  color: #fff
}
.footer__wraper {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.footer__item {
  display: flex;
  gap: 20px;
  flex: 0 0 32%;
  flex-direction: column
}
.footer__item p {
  font-weight: 300
}
.footer__item img {
  max-width: 120px
}
.pp {
  text-decoration: underline
}
.fp {
  color: #939393!important;
  text-align: center
}
body {
  background-color: #101010
}
p {
  font-weight: 400
}
.banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -50px;
  position: relative;
  height: 100vh;
  min-height: 500px;
  padding-top: 0
}
.banner__container {
  display: flex
}
.banner__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.banner__item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex: 0 0 50%
}
.banner__subtext {
  max-width: 90%
}
.banner__subtext p {
  color: #e4dcc7;
  font-weight: 600
}
.banner__title {
  font-weight: 700;
  color: #fff
}
.banner__title span {
  color: #2b32ed
}
.itr {
  background-color: #ecedfa;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px
}
.help-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
  font-family: sans-serif
}
.help-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px
}
.tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #1b1b1b;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  cursor: default
}
.tag img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain
}
.help-info {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 500px
}
.help-info .help-icon {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.help-info p {
  font-size: 15px;
  line-height: 1.4;
  opacity: .9
}
.situation__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 35px
}
.situation__item {
  position: relative;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 31%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  background-color: #f4f5fc
}
.situation__img {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -23px
}
.situation__img img {
  overflow: hidden;
  border-radius: 17px;
  max-width: 45px
}
.situation__subtitle {
  font-weight: 600;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding-top: 35px
}
.situation__subtext {
  color: #898a8f;
  text-align: center
}
.work__wrapper {
  display: flex;
  justify-content: space-around;
  gap: 15px
}
.work__item {
  justify-content: space-between;
  background: linear-gradient(180deg,#ebecf5 16.54%,#898a8f 132.09%);
  position: relative;
  border-radius: 17px;
  flex-direction: column;
  flex: 0 0 22%;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  background-color: #f4f5fc
}
.work__img {
  right: -33px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -10px
}
.work__img img {
  overflow: hidden;
  border-radius: 17px;
  max-width: 35px
}
.work__subtitle {
  font-weight: 600;
  text-align: center;
  color: #2b32ed;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px
}
.work__subtext {
  color: #0c0c0c;
  text-align: center;
  font-weight: 500
}
.i2 {
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  color: #2b32ed;
  font-weight: 700
}
.i2 p {
  font-weight: 600
}
.team {
  position: relative;
  background-image: url(../img/block6/1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}
.team__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between
}
.team__item {
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
  flex-direction: column
}
.team__subtext {
  color: #ccc
}
.team__img {
  margin: 0 auto
}
.team__img img {
  border-radius: 15px;
  max-width: 100%
}
.for__container {
  z-index: 9999999;
  position: relative
}
.for__wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between
}
.for__item {
  flex: 0 0 45%;
  box-sizing: border-box;
  display: flex;
  gap: 15px
}
.for__subtitle {
  text-align: center;
  font-weight: 600
}
.f1 {
  display: flex;
  flex-direction: column
}
.f2 {
  display: flex;
  flex-direction: column
}
#leadform {
  display: flex;
  gap: 5px;
  flex-direction: column;
  min-width: 320px;
  width: 100%;
  max-width: 440px
}
.input-form {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 7px 10px 7px 10px;
  border-radius: 4px
}
.lse {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 5px
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #57575a
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #57575a
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #57575a
}
input::placeholder,
textarea::placeholder {
  color: #57575a
}
.popup__btn {
  display: flex
}
.submitbtn {
  text-transform: uppercase;
  margin: 0 auto;
  font-weight: 600
}
.cases {
  color: #fff
}
.cases__container {
  margin: 0 auto;
  padding: 0 20px
}
.cases__grid {
  display: flex;
  align-items: stretch;
  gap: 24px
}
.cases__col {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  min-width: 280px;
  gap: 24px
}
.cases__card {
  height: 100%;
  background-color: #313030;
  border-radius: 24px;
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 18px 40px rgba(0,0,0,.6)
}
.cases__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px
}
.cases__card-title {
  font-weight: 700;
  text-transform: uppercase
}
.cases__card-icon {
  border-radius: 10px;
  flex-shrink: 0
}
.cases__card-icon img {
  width: 100%
}
.cases__card-body {
  color: rgba(255,255,255,.8)
}
.cases__card-body p+p {
  margin-top: 10px
}
.cases__cta {
  margin-top: auto
}
.cases__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 32px;
  border-radius: 999px;
  background-color: #295bff;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 45px rgba(41,91,255,.7);
  transition: box-shadow .15s ease,background-color .15s ease,-webkit-transform .15s ease;
  transition: transform .15s ease,box-shadow .15s ease,background-color .15s ease;
  transition: transform .15s ease,box-shadow .15s ease,background-color .15s ease,-webkit-transform .15s ease
}
.cases__btn:hover {
  background-color: #3c6cff;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  box-shadow: 0 24px 55px rgba(41,91,255,.8)
}
.cases__btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 14px 35px rgba(41,91,255,.6)
}
@media (min-width:76.25em) {
  .form-start__item.bl2 {
    width: 37.125rem
  }
  .form-start__item.bl2 {
    padding-top: 1.25rem
  }
  .form-start__item.bl2 {
    padding-bottom: 1.25rem
  }
  .form-start__item.bl2 {
    padding-left: 3.75rem
  }
  .form-start__item.bl2 {
    padding-right: 3.75rem
  }
  .form-start__item.bl2 p {
    font-size: 1.25rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .9375rem
  }
  .form-start__title {
    font-size: 1.75rem
  }
  .form-start__title {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    padding-bottom: .9375rem
  }
  .form-start__subtitle {
    font-size: 1.25rem
  }
  .form-start-img-bg {
    height: 46.875rem
  }
  .form-start-img-bg {
    width: 26.0625rem
  }
  .input {
    padding-left: 1.5625rem
  }
  .input {
    height: 2.75rem
  }
  .close-form-start {
    right: 1.25rem
  }
  .close-form-start {
    top: 1.25rem
  }
  .form-popup {
    row-gap: .625rem
  }
  .form-thanks__img {
    width: 6.25rem
  }
  .form-thanks__title {
    padding-top: 1.875rem
  }
  .form-thanks__title {
    padding-bottom: 1.25rem
  }
  .form-thanks__title h3 {
    font-size: 2.25rem
  }
  .form-thanks__subtitle p {
    font-size: 1.25rem
  }
  .button {
    font-size: 1rem
  }
  .button {
    padding-top: .65625rem
  }
  .button {
    padding-bottom: .625rem
  }
  .button {
    padding-left: 1.875rem
  }
  .button {
    padding-right: 1.875rem
  }
  .title {
    padding-top: 4.0625rem
  }
  .title {
    padding-bottom: 2.8125rem
  }
  .title {
    font-size: 2.3125rem
  }
  .header {
    padding-top: .75rem
  }
  .header {
    padding-bottom: .4375rem
  }
  .menu__list {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem
  }
  .footer {
    padding-top: 2.5rem
  }
  .footer {
    padding-bottom: 2.5rem
  }
  .footer__item p {
    font-size: 1rem
  }
  .footer__item p {
    line-height: 1.25rem
  }
  .fp {
    font-size: .875rem
  }
  .fp {
    padding-top: .9375rem
  }
  p {
    font-size: 1.125rem
  }
  .banner__subtext {
    padding-left: .9375rem
  }
  .banner__subtext {
    padding-right: .9375rem
  }
  .banner__subtext {
    padding-bottom: 1.5625rem
  }
  .banner__subtext p {
    font-size: 1.6875rem
  }
  .banner__title {
    padding-left: .9375rem
  }
  .banner__title {
    padding-right: .9375rem
  }
  .banner__title {
    font-size: 2.6875rem
  }
  .banner__title {
    padding-bottom: 1.5625rem
  }
  .banner__button {
    padding-top: 3.75rem
  }
  .help-info .help-icon {
    width: 6.25rem
  }
  .situation__item {
    padding-bottom: 1.5625rem
  }
  .situation__subtitle {
    padding-left: .9375rem
  }
  .situation__subtitle {
    padding-right: .9375rem
  }
  .situation__subtitle {
    font-size: 1.5rem
  }
  .situation__subtext {
    padding-left: .9375rem
  }
  .situation__subtext {
    padding-right: .9375rem
  }
  .work__item {
    padding-bottom: 1.25rem
  }
  .work__subtitle {
    padding-left: .9375rem
  }
  .work__subtitle {
    padding-right: .9375rem
  }
  .work__subtitle {
    font-size: 1.125rem
  }
  .work__subtext {
    padding-left: .9375rem
  }
  .work__subtext {
    padding-right: .9375rem
  }
  .work__subtext p {
    font-size: 1rem
  }
  .team {
    padding-top: 3.125rem
  }
  .team {
    padding-bottom: 3.125rem
  }
  .for {
    padding-top: 3.125rem
  }
  .for {
    padding-bottom: 3.125rem
  }
  .for__wrapper {
    padding: 2.1875rem
  }
  .for__subtitle {
    padding-left: .9375rem
  }
  .for__subtitle {
    padding-right: .9375rem
  }
  .for__subtitle {
    font-size: 2.8125rem
  }
  .cases__card-title {
    font-size: 1.125rem
  }
  .cases__card-icon {
    width: 2.8125rem
  }
}
@media (max-width:1024px) {
  .cases__grid {
    flex-direction: column
  }
  .cases__col {
    min-width: 100%
  }
  .cases__btn {
    width: 100%
  }
}
@media (max-width:20em) {
  .form-start__item.bl2 {
    width: 20rem
  }
  .form-start__item.bl2 {
    padding-top: 1.125rem
  }
  .form-start__item.bl2 {
    padding-bottom: .625rem
  }
  .form-start__item.bl2 {
    padding-left: 1.25rem
  }
  .form-start__item.bl2 {
    padding-right: 1.25rem
  }
  .form-start__item.bl2 p {
    font-size: .75rem
  }
  .form-start__item.bl2 p {
    padding-bottom: .4375rem
  }
  .form-start__title {
    font-size: 1.125rem
  }
  .form-start__title {
    padding-bottom: .875rem
  }
  .form-start__subtitle {
    padding-bottom: .4375rem
  }
  .form-start__subtitle {
    font-size: .875rem
  }
  .form-start-img-bg {
    height: 9.375rem
  }
  .form-start-img-bg {
    width: 20rem
  }
  .input {
    padding-left: .625rem
  }
  .input {
    height: 2.5rem
  }
  .close-form-start {
    right: .625rem
  }
  .close-form-start {
    top: .625rem
  }
  .form-popup {
    row-gap: .4375rem
  }
  .form-thanks__img {
    width: 3.125rem
  }
  .form-thanks__title {
    padding-top: .9375rem
  }
  .form-thanks__title {
    padding-bottom: .625rem
  }
  .form-thanks__title h3 {
    font-size: 1.25rem
  }
  .form-thanks__subtitle p {
    font-size: .875rem
  }
  .button {
    font-size: .875rem
  }
  .button {
    padding-top: .625rem
  }
  .button {
    padding-bottom: .625rem
  }
  .button {
    padding-left: 1.25rem
  }
  .button {
    padding-right: 1.25rem
  }
  .title {
    padding-top: 2.5rem
  }
  .title {
    padding-bottom: 1.5625rem
  }
  .title {
    font-size: 1.375rem
  }
  .header {
    padding-top: .4375rem
  }
  .header {
    padding-bottom: .3125rem
  }
  .menu__list {
    -webkit-column-gap: .9375rem;
    -moz-column-gap: .9375rem;
    column-gap: .9375rem
  }
  .footer {
    padding-top: 1.25rem
  }
  .footer {
    padding-bottom: 1.25rem
  }
  .footer__item p {
    font-size: .875rem
  }
  .footer__item p {
    line-height: 1.125rem
  }
  .fp {
    font-size: .8125rem
  }
  .fp {
    padding-top: .625rem
  }
  p {
    font-size: 1rem
  }
  .banner__subtext {
    padding-left: .625rem
  }
  .banner__subtext {
    padding-right: .625rem
  }
  .banner__subtext {
    padding-bottom: .9375rem
  }
  .banner__subtext p {
    font-size: 1.4375rem
  }
  .banner__title {
    padding-left: .625rem
  }
  .banner__title {
    padding-right: .625rem
  }
  .banner__title {
    font-size: 1.6875rem
  }
  .banner__title {
    padding-bottom: .3125rem
  }
  .banner__button {
    padding-top: 1.875rem
  }
  .help-info .help-icon {
    width: 3.125rem
  }
  .situation__item {
    padding-bottom: .9375rem
  }
  .situation__subtitle {
    padding-left: .625rem
  }
  .situation__subtitle {
    padding-right: .625rem
  }
  .situation__subtitle {
    font-size: 1.25rem
  }
  .situation__subtext {
    padding-left: .625rem
  }
  .situation__subtext {
    padding-right: .625rem
  }
  .work__item {
    padding-bottom: .9375rem
  }
  .work__subtitle {
    padding-left: .625rem
  }
  .work__subtitle {
    padding-right: .625rem
  }
  .work__subtitle {
    font-size: 1rem
  }
  .work__subtext {
    padding-left: .625rem
  }
  .work__subtext {
    padding-right: .625rem
  }
  .work__subtext p {
    font-size: .9375rem
  }
  .team {
    padding-top: 1.875rem
  }
  .team {
    padding-bottom: 1.875rem
  }
  .for {
    padding-top: 1.875rem
  }
  .for {
    padding-bottom: 1.875rem
  }
  .for__wrapper {
    padding: .9375rem
  }
  .for__subtitle {
    padding-left: .625rem
  }
  .for__subtitle {
    padding-right: .625rem
  }
  .for__subtitle {
    font-size: 2rem
  }
  .cases__card-title {
    font-size: 1rem
  }
  .cases__card-icon {
    width: 2rem
  }
}
@media (max-width:68.75em) {
  .form-start__subtitle {
    line-height: 19px
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-1.webp)
  }
}
@media (max-width:61.99875em) {
  .button {
    border-radius: 10px
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    overflow: auto;
    background-color: #1b2327;
    gap: 1.875rem;
    z-index: 4;
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 1.875rem
  }
  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    height: 3.4375rem;
    background-color: rgba(129,93,243,.1215686275);
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .menu__list {
    flex-direction: column;
    text-align: center;
    row-gap: 1.875rem
  }
  .menu__link {
    font-size: 1.125rem
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    cursor: pointer;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #2b32ed
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
@media (max-width:61.99875em)and (max-width:0.125em) {
  .menu__body {
    padding-top: 7.5rem
  }
}
@media (max-width:61.99875em)and (max-width:20em) {
  .menu__body::before {
    padding-top: 1.375rem
  }
  .menu__body::before {
    padding-bottom: .625rem
  }
}
@media (max-width:55.3125em) {
  .form-start__wrapper {
    flex-wrap: wrap;
    justify-content: center
  }
  .form-start-img-bg {
    background-image: url(../img/popup/1-2.webp)
  }
  .content-form-start {
    max-width: 585px;
    max-height: 100%
  }
  .content-form-thanks {
    max-width: 585px;
    max-height: 100%
  }
}
@media (max-width:55.3125em)and (max-width:20em) {
  .form-start__item.bl2 {
    padding-bottom: 2.1875rem
  }
  .form-start-img-bg {
    width: 26.25rem
  }
}
@media (max-width:47.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 56px;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #4163d2
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem)
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .form-start__subtitle {
    padding-top: .5pxrem
  }
  .form-thanks__subtitle p {
    line-height: 19px
  }
  .button {
    border-radius: 8px
  }
  .title {
    max-width: 100%;
    text-align: center
  }
  .footer__wraper {
    gap: 20px;
    flex-direction: column
  }
  .footer__item p {
    text-align: center
  }
  .footer__item img {
    max-width: 80px
  }
  .l1 {
    display: flex;
    gap: 5px;
    flex-direction: column;
    order: 0
  }
  .l2 {
    order: 1
  }
  .banner {
    margin-top: 0px;
    height: 90vh;
    position: relative;
    background-image: url(../img/block6/4.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
  }
  .banner__wrapper {
    flex-direction: column;
    gap: 15px
  }
  .banner__item {
    flex: none;
    width: 100%
  }
  .banner__subtext {
    margin: 0 auto
  }
  .banner__subtext p {
    text-align: center
  }
  .banner__title {
    text-align: center
  }
  .banner__button {
    display: flex;
    justify-content: center
  }
  .itr {
    max-width: 100%!important
  }
  .tag {
    gap: 7px;
    padding: 10px 10px;
    font-size: 12px
  }
  .help-info {
    gap: 10px;
    
  }
  .help-info p {
    line-height: 1.2;
    font-size: 16px
  }
  .situation__wrapper {
    flex-wrap: wrap
  }
  .situation__item {
    flex: 0 0 100%
  }
  .work__wrapper {
    flex-wrap: wrap;
    justify-content: center
  }
  .work__item {
    flex: 0 0 92%
  }
  .team {
    background-image: url(../img/block6/3.webp)
  }
  .team__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }
  .team__subtext {
    text-align: center;
    line-height: 18px;
    font-style: 17px!important
  }
  .team__subtext p {
    line-height: 18px;
    font-style: 17px!important
  }
  .for__wrapper {
    gap: 20px;
    justify-content: space-between;
    flex-direction: column
  }
  .input-form {
    height: 37px
  }
  .lse {
    font-size: 13px
  }
}
@media (max-width:47.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em)and (max-width:20em) {
  .for__wrapper {
    padding-bottom: 1.875rem
  }
}
@media (max-width:29.99875em) {
  .header__btn-menu {
    display: none
  }
  .header__btn-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2
  }
  .menu-open .header__btn-menu {
    left: 0
  }
  .menu-open .header__btn-menu::before {
    left: 0
  }
}
@media (min-width:20em)and (max-width:76.25em) {
  .form-start__item.bl2 {
    width: clamp(20rem ,13.9111111111rem + 30.4444444444vw ,37.125rem)
  }
  .form-start__item.bl2 {
    padding-top: clamp(1.125rem ,1.0805555556rem + .2222222222vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-bottom: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
  .form-start__item.bl2 {
    padding-left: clamp(1.25rem ,.3611111111rem + 4.4444444444vw ,3.75rem)
  }
  .form-start__item.bl2 {
    padding-right: clamp(1.25rem ,.3611111111rem + 4.4444444444vw ,3.75rem)
  }
  .form-start__item.bl2 p {
    font-size: clamp(.75rem ,.5722222222rem + .8888888889vw ,1.25rem)
  }
  .form-start__item.bl2 p {
    padding-bottom: clamp(.4375rem ,.2597222222rem + .8888888889vw ,.9375rem)
  }
  .form-start__title {
    font-size: clamp(1.125rem ,.9027777778rem + 1.1111111111vw ,1.75rem)
  }
  .form-start__title {
    padding-bottom: clamp(.875rem ,.8527777778rem + .1111111111vw ,.9375rem)
  }
  .form-start__subtitle {
    padding-bottom: clamp(.4375rem ,.2597222222rem + .8888888889vw ,.9375rem)
  }
  .form-start__subtitle {
    font-size: clamp(.875rem ,.7416666667rem + .6666666667vw ,1.25rem)
  }
  .form-start-img-bg {
    height: clamp(9.375rem ,-3.9583333333rem + 66.6666666667vw ,46.875rem)
  }
  .form-start-img-bg {
    width: clamp(20rem ,17.8444444444rem + 10.7777777778vw ,26.0625rem)
  }
  .input {
    padding-left: clamp(.625rem ,.2916666667rem + 1.6666666667vw ,1.5625rem)
  }
  .input {
    height: clamp(2.5rem ,2.4111111111rem + .4444444444vw ,2.75rem)
  }
  .close-form-start {
    right: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
  .close-form-start {
    top: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
  .form-popup {
    row-gap: clamp(.4375rem ,.3708333333rem + .3333333333vw ,.625rem)
  }
  .form-thanks__img {
    width: clamp(3.125rem ,2.0138888889rem + 5.5555555556vw ,6.25rem)
  }
  .form-thanks__title {
    padding-top: clamp(.9375rem ,.6041666667rem + 1.6666666667vw ,1.875rem)
  }
  .form-thanks__title {
    padding-bottom: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
  .form-thanks__title h3 {
    font-size: clamp(1.25rem ,.8944444444rem + 1.7777777778vw ,2.25rem)
  }
  .form-thanks__subtitle p {
    font-size: clamp(.875rem ,.7416666667rem + .6666666667vw ,1.25rem)
  }
  .button {
    font-size: clamp(.875rem ,.8305555556rem + .2222222222vw ,1rem)
  }
  .button {
    padding-top: clamp(.625rem ,.6138888889rem + .0555555556vw ,.65625rem)
  }
  .button {
    padding-bottom:clamp(.625rem ,.6138888889rem + .0555555556vw ,.65625rem)
  }
  .button {
    padding-left: clamp(1.25rem ,1.0277777778rem + 1.1111111111vw ,1.875rem)
  }
  .button {
    padding-right: clamp(1.25rem ,1.0277777778rem + 1.1111111111vw ,1.875rem)
  }
  .title {
    padding-top: clamp(2.5rem ,1.9444444444rem + 2.7777777778vw ,4.0625rem)
  }
  .title {
    padding-bottom: clamp(1.5625rem ,1.1180555556rem + 2.2222222222vw ,2.8125rem)
  }
  .title {
    font-size: clamp(1.375rem ,1.0416666667rem + 1.6666666667vw ,2.3125rem)
  }
  .header {
    padding-top: clamp(.4375rem ,.3263888889rem + .5555555556vw ,.75rem)
  }
  .header {
    padding-bottom: clamp(.3125rem ,.2680555556rem + .2222222222vw ,.4375rem)
  }
  .menu__list {
    -webkit-column-gap: clamp(.9375rem ,.2930555556rem + 3.2222222222vw ,2.75rem);
    -moz-column-gap: clamp(.9375rem ,.2930555556rem + 3.2222222222vw ,2.75rem);
    column-gap: clamp(.9375rem ,.2930555556rem + 3.2222222222vw ,2.75rem)
  }
  .footer {
    padding-top: clamp(1.25rem ,.8055555556rem + 2.2222222222vw ,2.5rem)
  }
  .footer {
    padding-bottom: clamp(1.25rem ,.8055555556rem + 2.2222222222vw ,2.5rem)
  }
  .footer__item p {
    font-size: clamp(.875rem ,.8305555556rem + .2222222222vw ,1rem)
  }
  .footer__item p {
    line-height: clamp(1.125rem ,1.0805555556rem + .2222222222vw ,1.25rem)
  }
  .fp {
    font-size: clamp(.8125rem ,.7902777778rem + .1111111111vw ,.875rem)
  }
  .fp {
    padding-top: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  p {
    font-size: clamp(1rem ,.9555555556rem + .2222222222vw ,1.125rem)
  }
  .banner__subtext {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .banner__subtext {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .banner__subtext {
    padding-bottom: clamp(.9375rem ,.7152777778rem + 1.1111111111vw ,1.5625rem)
  }
  .banner__subtext p {
    font-size: clamp(1.4375rem ,1.3486111111rem + .4444444444vw ,1.6875rem)
  }
  .banner__title {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .banner__title {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .banner__title {
    font-size: clamp(1.6875rem ,1.3319444444rem + 1.7777777778vw ,2.6875rem)
  }
  .banner__title {
    padding-bottom: clamp(.3125rem ,-.1319444444rem + 2.2222222222vw ,1.5625rem)
  }
  .banner__button {
    padding-top: clamp(1.875rem ,1.2083333333rem + 3.3333333333vw ,3.75rem)
  }
  .help-info .help-icon {
    width: clamp(3.125rem ,2.0138888889rem + 5.5555555556vw ,6.25rem)
  }
  .situation__item {
    padding-bottom: clamp(.9375rem ,.7152777778rem + 1.1111111111vw ,1.5625rem)
  }
  .situation__subtitle {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .situation__subtitle {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .situation__subtitle {
    font-size: clamp(1.25rem ,1.1611111111rem + .4444444444vw ,1.5rem)
  }
  .situation__subtext {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .situation__subtext {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .work__item {
    padding-bottom: clamp(.9375rem ,.8263888889rem + .5555555556vw ,1.25rem)
  }
  .work__subtitle {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .work__subtitle {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .work__subtitle {
    font-size: clamp(1rem ,.9555555556rem + .2222222222vw ,1.125rem)
  }
  .work__subtext {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .work__subtext {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .work__subtext p {
    font-size: clamp(.9375rem ,.9152777778rem + .1111111111vw ,1rem)
  }
  .team {
    padding-top: clamp(1.875rem ,1.4305555556rem + 2.2222222222vw ,3.125rem)
  }
  .team {
    padding-bottom: clamp(1.875rem ,1.4305555556rem + 2.2222222222vw ,3.125rem)
  }
  .for {
    padding-top: clamp(1.875rem ,1.4305555556rem + 2.2222222222vw ,3.125rem)
  }
  .for {
    padding-bottom: clamp(1.875rem ,1.4305555556rem + 2.2222222222vw ,3.125rem)
  }
  .for__wrapper {
    padding: clamp(.9375rem ,.4930555556rem + 2.2222222222vw ,2.1875rem)
  }
  .for__subtitle {
    padding-left: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .for__subtitle {
    padding-right: clamp(.625rem ,.5138888889rem + .5555555556vw ,.9375rem)
  }
  .for__subtitle {
    font-size: clamp(2rem ,1.7111111111rem + 1.4444444444vw ,2.8125rem)
  }
  .cases__card-title {
    font-size: clamp(1rem ,.9555555556rem + .2222222222vw ,1.125rem)
  }
  .cases__card-icon {
    width: clamp(2rem ,1.7111111111rem + 1.4444444444vw ,2.8125rem)
  }
}
@media (max-width:55.3125em)and (min-width:76.25em) {
  .form-start__item.bl2 {
    padding-bottom: 3.125rem
  }
  .form-start-img-bg {
    width: 69.375rem
  }
}
@media (max-width:55.3125em)and (min-width:20em)and (max-width:76.25em) {
  .form-start__item.bl2 {
    padding-bottom: clamp(2.1875rem ,1.8541666667rem + 1.6666666667vw ,3.125rem)
  }
  .form-start-img-bg {
    width: clamp(26.25rem ,10.9166666667rem + 76.6666666667vw ,69.375rem)
  }
}
@media (max-width:61.99875em)and (min-width:20em) {
  .menu__body {
    padding-top: 11.25rem
  }
}
@media (max-width:61.99875em)and (min-width:0.125em)and (max-width:20em) {
  .menu__body {
    padding-top: clamp(7.5rem ,7.4764150943rem + 18.8679245283vw ,11.25rem)
  }
}
@media (max-width:61.99875em)and (min-width:76.25em) {
  .menu__body::before {
    padding-top: 1.875rem
  }
  .menu__body::before {
    padding-bottom: 1.25rem
  }
}
@media (max-width:61.99875em)and (min-width:20em)and (max-width:76.25em) {
  .menu__body::before {
    padding-top: clamp(1.375rem ,1.1972222222rem + .8888888889vw ,1.875rem)
  }
  .menu__body::before {
    padding-bottom: clamp(.625rem ,.4027777778rem + 1.1111111111vw ,1.25rem)
  }
}
@media (max-width:47.99875em)and (min-width:76.25em) {
  .for__wrapper {
    padding-bottom: 2.1875rem
  }
}
@media (max-width:47.99875em)and (min-width:20em)and (max-width:76.25em) {
  .for__wrapper {
    padding-bottom: clamp(1.875rem ,1.7638888889rem + .5555555556vw ,2.1875rem)
  }
}
@media (any-hover:hover) {
  .menu__link:hover {
    color: #6268ff;
    transition: all .3s ease 0s
  }
}

	.mbr-section-btn a {
			margin: 0;
			background-color: #181b25 !important;
			color: #ffffff !important;
			border-color: #181b25 !important;
			padding: 6px;
			border-radius: 7px;
		}

		.alert-message {
			font-size: 12px !important;
			margin: 0.3rem 0px !important;
		}

		.cookie-wrapper {
			padding: 4px !important;
		}
		.button{
			padding-bottom: 9px;
			padding-top: 9px;
		}
		.itm2{
			background-color: #ff000000;
		}

		button:disabled {
			background-color: gray;
			cursor: not-allowed;
		}
		.button:disabled::after {
			border-color: gray;
			}
		button:active {
			background-color: rgb(122, 24, 24);
			cursor: not-allowed;
		}