.new-body main {
  margin-top: 0;
  overflow: hidden;
}
.new-hero-trb-mob {
  display: none;
}
.new-turnkey-hero-span-box {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  bottom: 13px;
  left: 402px;
}
.new-hero-title.new-hero-title-redesign {
  padding-left: 0;
  font-size: 80px;
  line-height: 76px;
  font-weight: 600;
  position: relative;
}
.new-hero-title.new-hero-title-redesign span {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-weight: 500;
  font-size: 70px;
  line-height: 49px;
  color: #2d3ed4;
  font-style: normal;
}
.new-turnkey-hero-span-box.ru {
  left: 433px;
}
.new-turnkey-hero-span {
  display: inline-flex;
  min-width: 110px;
  width: auto;
  height: 50px;
  padding: 7.995px 14.392px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #2b49e2;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.794px; /* 148.53% */
  border-radius: 119.932px;
  background: #e0e3fc;
  transition: all 1s ease-in-out;
}
.new-turnkey-hero-span.active {
  transition: all 1s ease-in-out;
  color: #e0e3fc;
  background: #2b49e2;
}
.new-turnkey-hero-span-rotate {
  transform: rotate(-30deg) translate(4px, -16px);
}
.new-turnkey-hero-span-trans {
  transform: translateX(-20px);
}

@media screen and (min-width: 1441px) {
  .new-hero {
    position: relative;
    padding: 170px 100px 40px;
  }
}
@media screen and (max-width: 1440px) {
  .new-hero {
    position: relative;
    /* padding: 90px 100px 105px; */
    padding: 110px 100px 40px;
  }
}

.new-hero-blur-1,
.new-hero-blur-2,
.new-hero-blur-3,
.new-hero-blur-4 {
  position: absolute;
  z-index: -1;
  /* display: none; */
}
.new-hero-blur-1 {
  width: 15%;
  height: 10%;
  top: 20%;
  left: 6%;
  background: #d3f468;
  opacity: 0.2;
  filter: blur(52px);
  border-radius: 40%;
}

#cursor {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 0.8em;
  background-color: #2b49e2;
  margin-left: 10px;
  animation: blink 1s step-end infinite;
  transform: rotate(13deg);
}

@keyframes blink {
  from,
  to {
    background-color: transparent;
  }
  50% {
    background-color: #2b49e2;
  }
}

.new-hero-blur-2 {
  width: 25%;
  height: 25%;
  bottom: 20%;
  left: -5%;
  background: #d3f468;
  opacity: 0.15;
  filter: blur(70px);
  border-radius: 40%;
  animation: wander 10s infinite alternate, resize 3s infinite alternate;
}
@keyframes wander {
  50% {
    bottom: 50%;
    left: 0;
  }
  100% {
    bottom: 50%;
    left: 50%;
  }
}

@keyframes resize {
  50% {
    width: 28%;
    height: 28%;
  }
  100% {
    width: 32%;
    height: 32%;
  }
}

.new-hero-blur-3 {
  width: 20%;
  height: 20%;
  top: 10%;
  right: 10%;
  background: #1b31c2;
  opacity: 0.15;
  filter: blur(100px);
  border-radius: 40%;
  filter: blur(70.37368774414062px);
  transform: rotate(134.903deg);
  animation: wander2 10s infinite alternate, resize2 3s infinite alternate;
}
@keyframes wander2 {
  50% {
    top: 40%;
    right: 30%;
  }
  100% {
    top: 50%;
    right: 50%;
  }
}

@keyframes resize2 {
  50% {
    width: 25%;
    height: 25%;
  }
  100% {
    width: 30%;
    height: 30%;
  }
}

.new-hero-blur-4 {
  width: 20%;
  height: 20%;
  top: 40%;
  right: 0;
  background: lightgrey;
  opacity: 0.15;
  filter: blur(100px);
  border-radius: 40%;
  filter: blur(70.37368774414062px);
  transform: rotate(144.903deg);
  animation: wander3 10s infinite alternate, resize3 3s infinite alternate;
}
@keyframes wander3 {
  50% {
    top: 25%;
    right: 10%;
  }
  100% {
    top: 0;
    right: 0;
  }
}

@keyframes resize3 {
  50% {
    width: 30%;
    height: 30%;
  }
  100% {
    width: 25%;
    height: 25%;
  }
}
.new-hero-title {
  color: #ebecfa;
  font-family: 'Gilroy', 'Gilroy-Light', sans-serif;
  font-size: 98px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%;
  margin-bottom: 80px;
  padding-left: 77px;
}
.new-hero-title.new-hero-title-redesign {
  margin-bottom: 51px;
}

.new-hero-title-br {
  display: none;
}
.new-hero-title-br-1 {
  display: none;
}
.new-hero-title span {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #2d3ed4;
  /* color: #c0e449; */
}
.new-hero-desc-turnkey {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  margin-bottom: 75px;
  max-width: 535px;
  color: #fff;
}
.new-hero-desc-turnkey.new-hero-desc-lp {
  max-width: 618px;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.7);
}

.new-hero-desc-turnkey.new-hero-desc-redesign {
  line-height: 29px;
  color: rgba(255, 255, 255, 0.7);
}
.new-hero-desc-turnkey span {
  font-style: italic;
  font-weight: 500;
}
.new-hero-desc-turnkey.new-hero-desc-redesign span {
  font-style: italic;
  font-weight: 500;
  color: #fff;
}
.new-hero-desc-turnkey.new-hero-desc-lp span {
  font-style: italic;
  font-weight: 500;
  color: #fff;
}
.new-hero-title-turnkey {
  position: relative;
  padding-left: 0;
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.new-hero-title-turnkey.ru-turk {
  font-size: 76px;
}
.new-hero-title-turnkey.ru-turk span {
  font-size: 76px;
}

.new-hero-title-turnkey span {
  color: #2b49e2;
  font-family: 'Gilroy', sans-serif;
  font-size: 80px;
  font-style: italic;
  font-weight: 600;
  line-height: 95%;
}
.new-hero-title strong {
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-weight: 600;
}
.new-hero-buttons {
  display: flex;
  align-items: center;
  margin-bottom: 95px;
  padding-left: 77px;
}
.new-turnkey-hero-buttons {
  padding-left: 0px;
}
/* btn */
.anim-btn {
  position: relative;
  display: flex;
  align-items: center;
  height: 72px;
  display: flex;
  overflow: hidden;
  background-color: var(--green-color);
  padding: 26px 48px;
  border-radius: 8px;
  border: 1.5px solid var(--green-color);
  margin: 0 20px 0 0;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.anim-btn:hover {
  background-color: transparent;
}

.btn-txt-green,
.btn-txt-black {
  position: relative;
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  transform: translateY(-110%);
  transition: all 0.2s linear;
}
.anim-btn:hover .btn-txt-green,
.anim-btn:hover .btn-txt-black {
  transform: translateY(-10%);
}
.btn-txt-black {
  color: #0e1020;
}
.btn-txt-green {
  color: var(--green-color);
}
.txt-wrapper {
  font-size: 16px;
  position: relative;
  height: 1em;
  margin-right: 10px;
  overflow: hidden;
  z-index: 1;
}
.btn-arr-black {
  transition: all 0.2s linear;
  z-index: 1;
}
.btn-arr-green {
  margin-left: -16px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 1;
}
.anim-btn:hover .btn-arr-green {
  visibility: visible;
  opacity: 1;
}

.anim-btn:hover .btn-arr-black {
  transform: translateX(20px);
  visibility: hidden;
  opacity: 0;
}
/* btn end */

.new-hero-right-button {
  display: flex;
  align-items: center;
  gap: 20px;
}
.new-hero-right-button img {
  width: 100px;
}
.new-hero-right-button .info {
  display: flex;
  flex-direction: column;
  gap: 4.5px

}
.new-hero-right-button .info p {
  font-family: 'Gilroy';
  font-weight: 600;
  font-size: 10px;
  line-height: 9px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.new-hero-right-button .info p span {
  color: rgba(182, 189, 234, 0.71);
  margin-left: 6px;
}
.new-hero-right-button .info svg {
  width: 100%;
}
.new-hero-partners {
  display: flex;
  gap: 13px;
}
.new-hero-partners-mob {
  display: none !important;
}
.new-hero-partner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 137px !important;
  height: 75px !important;
  border-radius: 12.632px;
  border: 0.421px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  transition: all 1s linear;
}
.new-hero-partner-filter img {
  /* transition: all 1s linear; */
  filter: grayscale(1);
}

.new-hero-partners-wrapper {
  transition-timing-function: linear !important;
}

.new-services-content-bottom-txt-turnkey {
  display: inline;
}

.new-hero-partner:last-child {
  width: 192px;
  min-width: 192px;
  padding-left: 4px;
  padding-right: 4px;
}
.new-hero-partner-last-left {
  color: #fff;
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-style: italic;
  line-height: 107%;
  letter-spacing: -0.102px;
  margin-right: 12px;
}
.new-hero-partner-last-right {
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.036px;
  color: #fff;
}

.new-hero-turnkey-box {
  display: flex;
  justify-content: space-between;
}
.new-hero-trb {
  max-width: 385px;
  display: flex;
  gap: 10px;
}
.new-hero-trbl,
.new-hero-trbr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.new-hero-trbl {
  margin-top: 21vh;
}
.new-hero-trbr {
  margin-top: 12vh;
}
.new-hero-trbl1 {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 16px 20px 16px 14px;
  max-width: 145px;
  margin-left: auto;
}
.new-hero-trbl1.trbl1-redesign {
  width: 106px;
  height: 60px;
  padding: 0;
  justify-content: center;
}
.new-hero-trbl2 {
  display: flex;
  gap: 27px;
  flex-direction: column;
  padding: 26px 36px 20px 10px;
  max-width: 187px;
}
.new-hero-trbl2.trbl2-redesign {
  display: flex;
  gap: 26px;
  flex-direction: column;
  padding: 20px;
  max-width: 169px;
}
.new-hero-trbl1 span,
.new-hero-trbl2 span,
.new-hero-trbr1 span,
.new-hero-trbr2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.new-hero-trbl2 span {
  margin-left: 10px;
}
.nhibd {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.072) 100%
  );
}
.new-hero-trbr2 {
  padding: 20px 35px 20px 20px;
}
.new-hero-trbr2.trbr2-redesign {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 187px;
}
.new-hero-trbr1 {
  background-color: rgba(43, 73, 226, 1);
  padding: 31px 21px 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 10px;
}
.new-hero-trbr1.trbr1-redesign {
  padding: 20px;
  gap: 22px;
  max-width: 187px;
}
@media screen and (min-width: 1441px) {
  .new-hero-trbl {
    margin-top: 128px;
  }
  .new-hero-trbr {
    margin-top: 42px;
  }
}

@media (min-height: 800px) and (max-height: 1000px) {
  .new-hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px 100px 50px;
  }
  .new-hero-partners {
    margin-top: auto;
  }
  .new-hero-title {
    margin-top: 10vh;
  }
  .new-hero-trbl {
    margin-top: 23vh;
  }
  .new-hero-trbr {
    margin-top: 14vh;
  }
}
@media (max-width: 1400px) {
  .new-hero-title-turnkey.ru-turk {
    font-size: 73px;
  }
  .new-hero-title-turnkey.ru-turk span {
    font-size: 73px;
  }
}
@media (max-width: 1372px) {
  .new-hero-title-turnkey {
    font-size: 78px;
  }
}
@media (max-width: 1280px) {
  .new-hero {
    padding: 83px 60px 50px;
  }
  .new-hero-title {
    font-size: 92px;
    padding-left: 37px;
  }
  .new-hero-buttons {
    padding-left: 37px;
  }
  .new-hero-partners {
    gap: 8px;
  }
  .new-hero-partner:last-child {
    min-width: 137px;
  }
  .new-hero-partner {
    height: 55px;
  }

  .new-hero-partner-last-left {
    font-size: 24px;
    margin-right: 10px;
  }
  .new-hero-partner-last-right {
    font-size: 10px;
  }
  .anim-btn {
    height: 62px;
  }
  .new-hero-right-button {
    width: 242px;
    height: 62px;
  }
  .new-hero-title-turnkey {
    position: relative;
    padding-left: 0;
    font-size: 68px;
    font-weight: 600;
    margin-bottom: 40px;
  }
  .new-hero-title-turnkey.ru-turk {
    font-size: 68px;
  }
  .new-hero-title-turnkey.ru-turk span {
    font-size: 68px;
  }
  .new-hero-title.new-hero-title-redesign {
    padding-left: 0;
    font-size: 70px;
    line-height: 66px;
    margin-bottom: 40px;
  }
  .new-hero-title.new-hero-title-redesign span {
    font-size: 60px;
  }
  .new-hero-title-turnkey span {
    color: #2b49e2;
    font-family: 'Gilroy', sans-serif;
    font-size: 68px;
    font-style: italic;
    font-weight: 600;
    line-height: 95%;
  }
  .new-turnkey-hero-buttons {
    padding-left: 0px;
  }
}
@media (max-width: 1024px) {
  .new-hero {
    padding: 80px 20px 40px;
  }
  .new-hero-title-br {
    display: block;
  }
  .new-hero-title-br-1 {
    display: block;
  }
  .new-hero-title-br-2 {
    display: none;
  }
  .new-hero-title {
    text-align: center;
    font-size: 72px;
    padding-left: 0;
    margin-bottom: 54px;
  }
  .new-hero-title img {
    margin-top: 25px;
  }
  .new-hero-title .nhtimg {
    margin-top: 0;
  }
  .new-hero-title .nhrdimg {
    margin-top: 0;
  }

  .new-hero-buttons {
    justify-content: center;
    padding-left: 0;
    margin-bottom: 43px;
  }
  .new-hero-partners {
    display: none;
  }
  .new-hero-partners-mob {
    display: block !important;
    margin-right: -20px !important;
    margin-left: -20px !important;
    transition: all 1s linear;
  }

  .new-hero-partner {
    width: 137px;
    height: 75px;
    flex-shrink: 0;
  }

  .new-hero-partner-last-left {
    font-size: 24px;
    margin-right: 10px;
  }
  .new-hero-partner-last-right {
    font-size: 10px;
  }
  .new-hero-left-button {
    width: 252px;
    height: 62px;
  }
  .new-hero-right-button {
    width: 242px;
    height: 62px;
  }
  .new-turnkey-hero-span-box {
    display: flex;
    position: static;
    margin-top: 56px;
    justify-content: center;
  }
  .thi {
    display: none;
  }
  .new-hero-title-turnkey span {
    font-size: 72px;
  }
  .new-hero-title-turnkey {
    font-size: 59px;
    margin-bottom: 24px;
  }
  .new-hero-title-turnkey.ru-turk {
    font-size: 60px;
  }
  .new-hero-title-turnkey.ru-turk span {
    font-size: 60px;
  }
  .new-hero-title.new-hero-title-redesign {
    font-size: 60px;
    margin-bottom: 24px;
    line-height: 60px;
  }
  .new-hero-title-turnkey span {
    font-size: 60px;
  }
  .new-turnkey-hero-buttons {
    padding-left: 0px;
  }
  .new-hero-turnkey-box {
    flex-direction: column;
  }
  .new-hero-trb {
    display: none;
  }
  .new-hero-desc-turnkey {
    text-align: center;
    margin: 0 auto 29px;
  }
  .new-hero-trb-mob {
    display: flex;
    gap: 6px;
    margin-bottom: 40px;
    justify-content: center;
  }
  .new-hero-trbl2 img {
    width: 73px;
    height: 58px;
  }
  .new-hero-trbl1 span,
  .new-hero-trbl2 span,
  .new-hero-trbr1 span,
  .new-hero-trbr2 {
    font-size: 11px;
    line-height: 13px;
  }
  .new-hero-trbl,
  .new-hero-trbr {
    margin-top: 0;
  }
  .new-hero-trbr-box-mob {
    display: flex;
    gap: 6px;
  }
  .new-hero-trbr-box-mob.redesign {
    flex-direction: column;
  }
  .new-hero-trbr1 {
    gap: 6px;
    padding: 5px 19px 7px 7px;
  }
  .new-hero-trbr1 img {
    width: 31px;
    height: auto;
  }
  .new-hero-trbl1 {
    padding: 10px 19px 10px 10px;
    flex-direction: column;
    margin-left: 0;
    align-items: flex-start;
    height: 58px;
    margin-top: auto;
  }
  .new-hero-trbl1 img {
    width: 18px;
    height: 18px;
  }
  .new-hero-trbr2 {
    padding: 13px 22px 13px 15px;
  }
  .new-hero-trbl2 {
    padding: 15px 16px 23px 7px;
    gap: 8px;
    width: 147px;
  }
  .new-hero-trbl,
  .new-hero-trbr {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .new-hero-trbl2.trbl2-redesign {
    width: 139px;
    padding: 12px;
    gap: 10px;
    max-height: 130px;
  }
  .new-hero-trbl2.trbl2-redesign img {
    width: 70px;
    height: 70px;
  }
  .new-hero-trbl2.trbl2-redesign span {
    margin-left: 0px;
  }
  .new-hero-trbr1.trbr1-redesign {
    flex-direction: column-reverse;
    gap: 12px;
    width: 100px;
    max-height: 134px;
    padding: 12px;
    justify-content: flex-end;
    align-items: center;
  }
  .new-hero-trbr1.trbr1-redesign img {
    width: 55px;
    height: 57px;
  }
  .new-hero-trbr2.trbr2-redesign {
    padding: 12px;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    width: 86px;
  }
  .new-hero-trbr2.trbr2-redesign img {
    width: 26px;
    height: 26px;
  }
  .new-hero-trbl1.trbl1-redesign {
    width: 72px;
    height: 36px;
    padding: 12px;
  }
}
.nhtimg-mob {
  display: none;
}
.nhtimg-mob-br {
  display: none;
}
.br-tdesk {
  display: none;
}
@media (max-width: 576px) {
  .anim-btn {
    margin: 0 0 20px 0;
  }
  .nhtimg {
    display: none;
  }
  .nhtimg-mob-br {
    display: block;
  }
  .nhtimg-mob {
    display: inline;
  }
  .new-hero-trb-mob {
    margin-bottom: 60px;
  }
  .new-hero-partner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100px !important;
    height: 55px !important;
    border-radius: 12.632px;
    border: 0.421px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    transition: all 1s linear;
  }
  .new-hero-partner.animated {
    width: 137px !important;
  }
  .new-hero-partners-mob {
    margin-bottom: 14px;
  }
  .new-hero-title {
    font-size: 54px;
    margin-top: 50px;
  }
  .new-hero-title-turnkey span {
    font-size: 54px;
  }
  .new-turnkey-hero-span {
    display: inline-flex;
    width: auto;
    height: 37px;
    padding: 7.995px 14.392px;
    font-size: 12px;
    line-height: 20.794px;
  }
  .new-hero-right-button {
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
  }
  .new-hero-clutch {
    width: 65px;
    height: 18px;
  }
  .new-hero-stars {
    transform: translateX(-2px);
    width: 45px;
    height: 9px;
  }
  .new-hero-right-button span {
    font-size: 7px;
    line-height: 6px;
  }
  .new-hero-buttons {
    flex-direction: column;
    margin-bottom: 43px;
  }
  .new-hero-left-button {
    width: 100%;
    max-width: 400px;
    height: 61px;
    margin-right: 0;
    margin-bottom: 14px;
  }
  /* .new-hero-right-button {
    width: 206px;
    height: 54px;
  } */
  .new-hero-blur-1 {
    display: none;
  }

  .new-hero-blur-2 {
    width: 30%;
    height: 20%;
    bottom: 40%;
    left: -7%;
    opacity: 0.4;
  }

  .new-hero-blur-3 {
    width: 40%;
    height: 30%;
    top: 10%;
    right: 17%;
    opacity: 0.4;
  }

  .new-hero-blur-4 {
    width: 40%;
    height: 10%;
    top: 40%;
    right: -50px;
    opacity: 0.3;
    filter: blur(50.37368774414062px);
  }
  #cursor {
    margin-left: 6px;
    width: 4px;
  }
  .new-hero-title-turnkey {
    font-size: 45px;
    text-align: left;
    margin-bottom: 24px;
  }
  .new-hero-title.new-hero-title-redesign {
    font-size: 41px;
    text-align: left;
    margin-bottom: 15px;
    line-height: 40px;
  }
  .new-hero-title.new-hero-title-redesign span {
    font-size: 42px;
    line-height: 40px;
    font-style: italic;
  }
  .new-hero-title.new-hero-title-redesign img {
    width: 62px;
    height: 34px;
  }
  .new-hero-desc-turnkey.new-hero-desc-redesign {
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
    line-height: 22px;
    max-width: 330px;
  }
  .new-hero-title-turnkey.ru-turk {
    font-size: 45px;
  }
  .new-hero-title-turnkey.ru-turk span {
    font-size: 45px;
  }
  .new-hero-title-turnkey span {
    font-size: 45px;
  }
  .new-hero-desc-turnkey {
    text-align: left;
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 23.4px;
    max-width: 276px;
  }
  .new-hero-desc-turnkey span {
    font-size: 18px;
    line-height: 23.4px;
  }
  .new-hero-title .nhtimg-mob {
    margin-top: 0;
  }
  .br-tdesk {
    display: block;
  }
  .new-hero-trb-mob.redesign {
    margin-bottom: 50px;
  }
}
@media (max-width: 476px) {
  .new-hero-title-br-1 {
    display: block;
  }
  .new-hero-blur-4,
  .new-hero-blur-3,
  .new-hero-blur-2,
  .new-hero-blur-1 {
    animation: none;
  }
}

@media (max-width: 480px) {
  .new-hero {
    padding: 30px 20px 40px;
  }
  .new-hero-title-turnkey {
    font-size: 46px;
  }
  .new-hero-title-turnkey.ru-turk {
    font-size: 46px;
  }
  .new-hero-title-turnkey.ru-turk span {
    font-size: 46px;
  }
  .new-hero-title-turnkey span {
    font-size: 46px;
  }
  .new-turnkey-hero-span-rotate {
    transform: rotate(0deg) translate(0px, 0px);
  }
  .new-turnkey-hero-span-trans {
    transform: translateX(0px);
  }
  .new-hero-trbl2 span {
    margin-left: 0px;
  }
}

@media (max-width: 410px) {
  .new-hero-title {
    font-size: 54px;
  }
  .new-hero-title-turnkey {
    font-size: 45px;
  }
  .new-hero-title-turnkey.ru-turk {
    font-size: 44px;
  }
  .new-hero-title-turnkey.ru-turk span {
    font-size: 44px;
  }
  .new-hero-title-turnkey span {
    font-size: 45px;
  }
  .new-hero-title-turnkey.ru-turk span {
    font-size: 41px;
  }
  .new-hero-title-ru {
    font-size: 46px;
  }
}
@media (max-width: 430px) {
  .new-hero-trb-mob {
    justify-content: left;
  }
  .new-hero-trbl {
    width: calc(40% - 3px);
  }
  .new-hero-trbr {
    width: calc(60% - 3px);
  }
  .new-hero-trbl2 {
    width: 100%;
    padding: 15px 16px 12px 7px;
    min-height: 134px;
  }
  .new-hero-trbl1 {
    width: calc(48% - 3px);
  }
  .new-hero-trbr1 {
    width: calc(52% - 3px);
  }

  .new-hero-trbl2.trbl2-redesign {
    width: calc(40% - 3px);
  }
  .new-hero-trbr1.trbr1-redesign {
    width: calc(30% - 3px);
  }
  .new-hero-trbr-box-mob.redesign {
    width: calc(30% - 3px);
  }
  .new-hero-trbr2.trbr2-redesign {
    width: 100%;
  }
  .new-hero-trbl1.trbl1-redesign {
    max-width: 72px;
    width: 100%;
  }
  .new-hero-trbl1,
  .new-hero-trbr2 {
    padding-left: 7px;
  }
}

.img-blur-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.img-blur-6 {
  position: absolute;
  left: -100px;
  bottom: 0;
  rotate: -180deg;
  z-index: 0;
}
@media screen and (max-width: 480px) {
  .img-blur-1 {
    left: 100%;
    top: 34%;
    height: 500px;
    z-index: -1;
  }
  .img-blur-1 img {
    height: 100%;
  }
}
@media screen and (max-width: 460px) {
  .new-hero-partners-mob {
    margin-bottom: 20px;
  }
  .new-hero-title.new-hero-title-redesign {
    margin-top: 0px;
  }
  .new-hero-title-turnkey,
  .new-hero-title-lp {
    margin-top: 0px;
  }
}
@media screen and (max-width: 390px) {
  .new-hero-title.new-hero-title-lp.ru {
    font-size: 39px;
  }
}

.turnkey-section {
  position: relative;
}

.img-blur-e1,
.img-blur-e2,
.img-blur-e3,
.img-blur-e4 {
  position: absolute;
  z-index: -1;
}
.img-blur-e1 {
  top: -118px;
  left: 40%;
  width: 639px;
  height: 531px;
  rotate: -165deg;
}
.img-blur-e2 {
  top: 127px;
  left: 51%;
  width: 512px;
  height: 567px;
  rotate: -150deg;
}
.img-blur-e3 {
  bottom: -136px;
  right: 0;
  width: 710px;
}
.img-blur-e4 {
  bottom: -70px;
  left: 0;
  width: 522px;
}
.img-blur-e1 img,
.img-blur-e2 img,
.img-blur-e3 img,
.img-blur-e4 img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .img-blur-e2 {
    display: none;
  }
  .img-blur-e3 {
    bottom: 0px;
  }
  .img-blur-e4 {
    bottom: 0px;
  }
}
@media screen and (max-width: 480px) {
  .img-blur-e2 {
    display: none;
  }
  .img-blur-e1 {
    top: 18px;
    left: 100px;
    width: 318px;
    height: 300px;
  }
  .img-blur-e3 {
    bottom: 198px;
    right: -130px;
    width: 385px;
  }
  .img-blur-e4 {
    bottom: 0px;
    left: -200px;
    width: 510px;
  }
}

/* Landing page */
.trbl1-lp {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  max-width: 100%;
  margin-left: 0;
}
.trbl2-lp {
  padding: 20px 16px;
}
.trbl2-lp img {
  margin: 0 auto;
}
.trbl2-lp span {
  margin-left: 0px;
}
.trbr1-lp {
  padding: 20px;
}
.trbr2-lp {
  padding: 13px 20px 13px 24px;
  display: flex;
  justify-content: space-between;
}
.trbr2-lp2 {
  padding: 13px 20px 13px 20px;
  display: flex;
  justify-content: space-between;
}
.new-hero-title.new-hero-title-lp {
  padding-left: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 100%; /* 80px */
  letter-spacing: -0.24px;
  margin-bottom: 30px;
}
.new-hero-title.new-hero-title-lp span {
  color: #2b49e2;
  font-size: 80px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%; /* 80px */
  letter-spacing: -0.24px;
}
.new-hero-title.new-hero-title-lp strong {
  font-weight: 400;
}
.new-hero-title.new-hero-title-lp img {
  margin-left: 20px;
  transform: translateY(10px);
  margin-top: 0;
}
.nhrdimg-mob-lp {
  display: none;
}
.lp-br-hero-mob {
  display: none;
}
@media screen and (max-width: 1330px) {
  .new-hero-title.new-hero-title-lp {
    font-size: 76px;
  }
  .new-hero-title.new-hero-title-lp span {
    font-size: 76px;
  }
}
@media screen and (max-width: 1024px) {
  .trbl1-lp {
    padding: 10px;
    padding-bottom: 12px;
    margin-top: 0;
    height: 84px;
  }
  .trbl2-lp {
    padding: 12px;
    width: 122px;
  }
  .trbl2-lp img {
    margin: 0;
    width: 83px;
    height: 67px;
  }
  .trbl2-lp span {
    margin-left: 0px;
  }
  .trbr1-lp {
    padding: 12px;
    padding-bottom: 9px;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 104px;
  }
  .trbr1-lp img {
    margin: 0 auto;
    width: 70px;
    height: 71px;
  }
  .trbr2-lp {
    padding: 12px;
    max-width: 79px;
  }
  .new-hero-title.new-hero-title-lp {
    font-size: 72px;
  }
  .new-hero-title.new-hero-title-lp span {
    font-size: 72px;
  }
}

@media screen and (max-width: 756px) {
  .nhrdimg-lp {
    display: none;
  }
  .lp-br-hero {
    display: none;
  }
  .nhrdimg-mob-lp {
    display: inline-block;
  }
  .new-hero-title.new-hero-title-lp img {
    margin-left: 10px;
    transform: translateY(4px);
    margin-top: 0;
  }
  .new-hero-title.new-hero-title-lp {
    font-size: 46px;
  }
  .new-hero-title.new-hero-title-lp span {
    font-size: 46px;
  }
  .lp-br-hero-mob {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .new-hero-title.new-hero-title-lp {
    text-align: left;
    font-size: 42px;
  }
  .new-hero-title.new-hero-title-lp span {
    font-size: 42px;
  }
}
@media screen and (max-width: 430px) {
  .new-hero-trbl2.trbl2-lp {
    width: calc(33% - 3px);
  }
  .new-hero-trbr1.trbr1-lp {
    width: calc(33% - 3px);
  }
  .new-hero-trbr-box-mob.redesign {
    width: calc(33% - 3px);
  }
  .new-hero-trbl1.trbl1-lp {
    width: 100%;
  }
  .new-hero-title.new-hero-title-lp img {
    margin-left: 0px;
  }
  .new-hero-trbl1.trbl1-lp.nhibd.ru span {
    font-size: 10px;
  }
}
@media (max-width: 430px) {
  .anim-btn {
    margin: 0 0 14px 0;
    height: 62px;
    width: 100%;
    justify-content: center;
  }
}
