.new-cta {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: var(--light-color);
  margin-top: -1px;
}
.new-cta-container {
  position: relative;
  padding: 120px 180px;
  overflow: hidden;
}
.new-cta-decor-1 {
  top: 10px;
  right: -410px;
}
.new-cta.design .new-cta-decor-1 {
  top: -38px;
  right: -410px;
}
.new-cta-title {
  color: #0e1020;
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-align: left;
  margin-bottom: 50px;
}
.new-cta-subtitle {
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  color: #131417;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
.new-cta-subtitle-desk > strong {
  font-weight: 600;
}
.new-cta-subtitle-mob {
  display: none;
}
.new-cta-title strong {
  font-family: 'Gilroy', 'Gilroy-Bold', sans-serif;
  font-style: italic;
  font-weight: 700;
}
.new-cta-content {
  position: relative;
  display: flex;
  gap: 130px;
  z-index: 1;
}
.new-cta-left {
  width: 70%;
}
.new-cta-right {
  margin-top: -40px;
  width: 30%;
  padding-left: 40px;
  border-left: 1px solid #c0c8f6;
}
.new-cta-top-right-desc {
  color: #4e4f5c;
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 8px;
  margin-top: 50px;
}
.new-cta-top-right-tel,
.new-cta-top-right-mail {
  color: #0e1020;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
  display: block;
}
.subbutton {
  margin-top: 20px;
  color: #4e4f5c;
  text-align: center;
  font-family: 'Gilroy', 'Gilroy-Regular', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.subbutton a {
  color: #4e4f5c;
  font-family: 'Gilroy', 'Gilroy-Medium', sans-serif;
  font-weight: 500;
  text-decoration: underline;
}

.new-cta-social {
  display: flex;
  gap: 10px;
}
.new-cta-social a {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 0.85px solid var(--dark-color);
  border-radius: 50%;
}
.new-cta-social a svg {
  fill: var(--dark-color);
  stroke: var(--dark-color);
  position: relative;
  z-index: 1;
  transition: all 0.2s linear;
}
.new-cta-social .inner-footer-social {
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 0;
  background-color: var(--dark-color);
  border-radius: 50%;
  z-index: 0;
  transition: all 0.2s linear;
}
.new-cta-social a:hover .inner-footer-social {
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
}
.new-cta-social a:hover svg {
  fill: rgba(235, 236, 250, 1);
  stroke: rgba(235, 236, 250, 1);
}
.new-cta-social-contacts {
  margin-bottom: 20px;
}
@media (max-width: 1240px) {
  .new-cta-container {
    padding: 120px 60px;
  }
}
@media (max-width: 1024px) {
  .new-cta-social {
    justify-content: center;
  }
  .new-cta-title {
    font-size: 48px;
    margin-bottom: 12px;
    text-align: center;
  }
  .new-cta-subtitle-desk {
    display: none;
  }
  .new-cta-subtitle-mob {
    display: block;
    font-size: 16px;
    max-width: 80%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .new-cta-subtitle-mob > strong {
    font-weight: 600;
  }
  .new-cta-top-right-desc {
    margin-top: 30px;
  }
  .new-cta-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .new-cta-right {
    width: 100%;
    padding-left: 0;
    border-top: 1px solid #c0c8f6;
    border-left: none;
    text-align: center;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .new-cta-container {
    padding: 50px 20px;
  }
  .new-cta-title {
    font-size: 32px;
  }
  .new-cta-left {
    width: 100%;
  }
  .subbutton {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 476px) {
  .new-cta-container {
    padding: 50px 10px;
  }
  .new-cta-br {
    display: none;
  }
}

.lp-cta-br {
  display: none;
}

@media (max-width: 380px) {
  .lp-cta-br {
    display: block;
  }
  .lp-cta-br2 {
    display: none;
  }
}
