/* *, p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;

}

a {
  text-decoration: none;
  color: #337ab7;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
} */

.scroll-section {
  position: relative;
}

#gradient {
  position: sticky;
  top: 0;
  z-index: 1;
}

#businessBlock {
  /* background-color: #ffff; */
  position: sticky;
  top: 100vh;
  width: 100%;
  z-index: 2;
}

#helps {
  background-color: #ffff;
}

#profit {
  background-color: #ffff;
}

#footer {
  background-color: #ffff;
}

body {
  /* display: none; */
  background-color: #ffff;
  font-family: 'Roboto', sans-serif;
}

@keyframes slideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}



/* Для блока welcom */

.background {
  /* background: url('../assets/img/Welcom-banner.svg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover; */
  height: 100vh;
  width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 105, 255, 1) 100%);
}

.header_block {
  position: relative;
  z-index: 1000;
}

.header_p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.link {
  position: relative;
  padding: 3px 0;
}

.link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  -webkit-transform: scaleX(0);
  -webkit-transition: transform 0.2s ease-in-out;
}

.link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -webkit-transform: scaleX(1);
}

.welcom_banner {
  height: 100%;
  align-items: center;
  overflow-x: hidden;
  /* justify-content: center; */
}

.welcom_img {
  height: 60vh;
  /* height: 100vh; */
  /* position: absolute; */
  top: 0;
  /* rotate: 26deg; */
}

.welcom_block {
  /* position: absolute;
  top: 42%;
  left: 65%;
  transform: translate(-50%, -50%);
  max-width: 710px; */

  margin-top: -300px;
  max-width: 1000px;
}

.about_info {
  width: 800px;
}

.welcom_p {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}

.welcom_span {
  background-color: #fff;
}

.welcom_h1 {
  font-weight: 600;
  font-size: 76px;
  color: #fff;
}

/* .btn {
  font-weight: 500;
  width: 262px;
  height: 52px;
  padding: 0;
}

.btn a {
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 100%;
  align-content: center;
} */

.welcom_block .btn {
  font-weight: 500;
  width: 350px;
  height: 80px;
  padding: 0;
}

.welcom_block .btn a {
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 100%;
  align-content: center;
}

@media screen and (max-width: 2200px) {
  .welcom_img {
    height: 70vh;
  }

  .welcom_block {
    margin-top: -200px;
    max-width: 710px;
  }

  .welcom_h1 {
    font-size: 54px;
  }

  .about_info {
    width: 540px;
  }

  .welcom_p {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
  }

  .welcom_block .btn {
    font-weight: 500;
    width: 262px;
    height: 52px;
    padding: 0;
  }

  .welcom_block .btn a {
    color: #FFF;
    display: inline-block;
    width: 100%;
    height: 100%;
    align-content: center;
  }
}

@media screen and (max-width: 1300px) {
  .welcom_img {
    height: 60vh;
  }

  /* .welcom_block {
    left: 70%;
  } */

  .welcom_h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1080px) {

  .welcom_h1 {
    font-size: 36px;
  }

  .welcom_block {
    max-width: 600px;
  }

  .about_info {
    width: auto;
    padding-right: 30px;
  }
}

@media screen and (max-width: 880px) {
  .welcom_banner {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }

  .welcom_block {
    margin: 36px 16px 0 16px;
    position: static;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .welcom_img {
    margin-top: 50px;
    position: static;
    height: 50%;
    width: 100%;
  }

  .background {
    height: auto;
  }
}


@media screen and (max-width: 600px) {
  .button {
    display: none;
  }

  .button_img {
    display: none;
  }

  .logo {
    position: absolute;
    left: 16px;
    top: 20px;
  }

  .header_block {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-end;
    margin: 0 16px !important
  }

  .about_info {
    padding-right: 0;
  }

  .welcom_block {
    text-align: center;
  }

  .welcom_block .btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 365px) {
  .logo {
    width: 40px;
    left: 0;
  }

  .navigation_buttons {
    gap: 8px !important;
  }
}



/* Для блока convenient */

.picture {
  position: absolute;
  top: 30px;
  max-width: 108px;
  width: 100%;
}

.cards {
  max-width: 1120px;
  width: 100%;
}

.container {
  text-align: center;
  margin: 120px 0;
  gap: 100px;
}

.convenient_h2 {
  font-weight: 600;
  font-size: 36px;
  max-width: 1000px;
}

.convenient_h3 {
  font-weight: 400;
  font-size: 24px;
  color: #17171A;
}

.convenient_p {
  color: #5D5F67;
  font-size: 14px;
}

.convenient_rounded {
  background-color: #F1F2F6;
  border-radius: 8px;
}

.card {
  width: 23%;
  background-color: #F1F2F6;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
}

@media screen and (max-width: 1120px) {
  .card {
    margin: 0 16px;
    width: 40%;
  }

  .cards {
    width: auto;
  }
}

@media screen and (max-width: 992px) {
  .card {
    width: 100%;
  }
}

@media screen and (max-width: 610px) {
  .convenient_h2 {
    font-size: 24px;
    margin: 0 16px;
  }
}

@media screen and (max-width: 450px) {
  .container {
    margin: 80px 0;
    gap: 56px;
  }

}



/* Для блока howIsItWorks */

.helps_content {
  background-color: #F1F2F6;
  padding: 120px 0;
}

.works_h2 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 80px;
}

.number {
  background-color: #fff;
  border-radius: 100%;
  width: 50px;
  height: 50px;
}

.text_block {
  font-size: 24px;
}

.works_block {
  max-width: 1120px;
  width: 100%;
}

.works_img {
  height: 380px;
}

.works_p {
  font-weight: 400;
  width: 430px;
}


@media screen and (max-width: 1120px) {
  .works_block {
    width: auto;
    margin: 0 16px
  }
}

@media screen and (max-width: 1050px) {
  .works_p {
    width: 100%;
  }
}

@media screen and (max-width: 780px) {
  .works_block {
    flex-direction: column-reverse;
  }

  .reverse {
    flex-direction: column;
  }

  .works_img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 610px) {
  .works_h2 {
    font-size: 24px;
    margin: 0 16px 80px 16px;
  }
}

@media screen and (max-width: 450px) {
  .helps_content {
    padding: 80px 0;
  }

  .works_h2 {
    font-size: 24px;
    margin: 0 16px 56px 16px;
  }
}



/* Для блока suitable */

.gradient {
  background: url('../assets/img/Radial_Gradient.svg');
  background-repeat: no-repeat;
  background-position: center;
  /* background: #0069FF;
  background: radial-gradient(circle, rgba(0, 105, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); */
  height: 100vh;
}

.subject_img {
  width: 100%;
}

.suitable_content {
  padding-top: 120px;
}

/* .suitable_block{
  gap: 200px;
} */

.podium {
  width: 1105px;
  margin-top: 200px;
  background-color: #F1F2F6;
  border-radius: 24px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center
}

.leasing_subjects {
  position: relative;
  top: -80px;
  /* bottom: -2894px; */
  width: 1048px;
}

.subject {
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
  background-color: #fff;
  width: 33%;
}

.suitable_p {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  color: #17171A;
}

.suitable_h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}

.suitable_h1 {
  max-width: 1020px;
  font-weight: 600;
  font-size: 42px;
  color: #fff;
  text-align: center;
}

.suitable_btn {
  font-weight: 500;
  width: 262px;
  height: 52px;
  padding: 0;
}

.suitable_btn a {
  color: #000;
  display: inline-block;
  width: 100%;
  height: 100%;
  align-content: center;
}

@media screen and (max-width: 1120px) {
  .podium {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: transparent;
  }

  .leasing_subjects {
    width: 100%;
    position: static;
    flex-direction: column;
    align-items: center;
  }

  .suitable_h2 {
    margin: 0 16px 80px 16px;
  }

  .subject {
    width: auto;
    margin: 0 16px;
  }

  .suitable_block {
    width: 100%;
  }
}

@media screen and (max-width: 610px) {
  .suitable_h1 {
    font-size: 24px;
    margin: 0 16px;
  }
}

@media screen and (max-width: 610px) {
  .suitable_h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 450px) {
  .suitable_content {
    padding-top: 80px;
  }

  .suitable_h2 {
    margin: 0 16px 56px 16px;
  }

  .subject_img {
    width: 100%;
  }
}



/* Для блока reliable */

.block {
  margin: 80px 0 120px 0;
  padding: 0 16px;
  max-width: 1200px;
}

.business-block {
  background-color: #ffff;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  box-shadow: 0px -4px 10px 0 rgba(0, 0, 0, 0.08);
}

.reliable_span {
  background-color: #F1F2F6;
  margin: 104px 0 32px 0;
  text-align: center;
}

.reliable_h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 80px;
}

.reliable_h1 {
  text-align: center;
  font-size: 160px;
  font-weight: bold;
  color: #E2E3E5;
}

.reliable_info_block {
  background-color: #F1F2F6;
  border-radius: 24px;
  border: 1px solid #E5E5E5;
  font-weight: 400;
  font-size: 24px;
  max-width: 740px;
}

.reliable_p {
  margin: 0;
  text-align: center;
  color: #5D5F67;
  font-size: 14px;
  max-width: 310px;
}

.reliable_img {
  background: radial-gradient(circle, rgba(41, 157, 248, 0.4) 0%, rgba(41, 157, 248, 0.2) 40%, transparent 70%);
  ;
  border-radius: 100%;
}

.reliable_h3 {
  font-size: 24px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 920px) {
  .reliable_h1 {
    font-size: 100px;
  }

  .reliable_info {
    flex-direction: column;
  }

  .reliable_info_block {
    width: 100%;
  }
}

@media screen and (max-width: 610px) {
  .reliable_h1 {
    font-size: 48px;
  }

  .business-block {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .reliable_h2 {
    font-size: 24px;
    margin: 0 16px 80px 16px;
  }
}

@keyframes slideUpFadeIn {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* #businessBlock.init-hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: none;
}

#businessBlock.animate-now {
  animation: slideUpFadeIn 0.8s ease-out forwards;
} */



/* Для блока helps */

.helps_content {
  background-color: #F1F2F6;
  padding: 120px 0;
}

.helps_h2 {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 80px;
}

.helps_block {
  width: 48.9%;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 24px;
}

.blocks_container {
  max-width: 1120px;
  width: 100%;
}

.helps_img {
  width: 200px;
  /* height: 180px; */
  /* height: fit-content; */
  min-height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.helps_p {
  font-weight: 400;
  font-size: 14px;
  color: #5D5F67;
}

.helps_span {
  text-align: center;
  background-color: #fff;
}

@media screen and (max-width: 1120px) {
  .helps_block {
    margin: 0 16px;
    width: 100%;
    justify-content: space-between;
  }

  .blocks_container {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .helps_h2 {
    text-align: center;
    margin: 0 16px 80px 16px;
  }
}

@media screen and (max-width: 610px) {
  .helps_h2 {
    font-size: 24px;
    margin: 0 16px 80px 16px;
  }
}

@media screen and (max-width: 500px) {
  .helps_block {
    align-items: center;
    flex-direction: column;
  }

  .helps_img {
    text-align: center;
    width: 300px;
    height: fit-content;
    min-height: auto;
  }

}

@media screen and (max-width: 450px) {
  .helps_content {
    padding: 80px 0;
  }

  .helps_h2 {
    margin: 0 16px 56px 16px;
  }
}

@media screen and (max-width: 380px) {
  .helps_img {
    width: 100%;
  }
}



/* Для блока profit */

.banner {
  padding-bottom: 120px;
  /* background: url('../assets/img/Linear_gradient.svg');
  background-color: #fff;
  background-position: center; */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 105, 255, 1) 100%);
  height: 660px;
}

.profit_h1 {
  max-width: 1020px;
  font-weight: 600;
  font-size: 42px;
  color: #fff;
  text-align: center;
}

.profit_btn {
  font-weight: 500;
  width: 262px;
  height: 52px;
  padding: 0;
}

.profit_btn a {
  color: #000;
  display: inline-block;
  width: 100%;
  height: 100%;
  align-content: center;
}

.profit_h2 {
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 80px;
}

.info {
  padding-top: 120px;
  background-color: #fff;
}

.info_block {
  align-items: center;
  background-color: #F1F2F6;
  border-radius: 24px;
  border: 1px solid #E5E5E5;
  font-weight: 400;
  font-size: 24px;
  max-width: 740px;
}

.profit_p {
  margin: 0;
}

.profit_img {
  background: radial-gradient(circle, rgba(41, 157, 248, 0.4) 0%, rgba(41, 157, 248, 0.2) 40%, transparent 70%);
  ;
  border-radius: 100%;
  width: 90px;
  height: 90px
}

@media screen and (max-width: 780px) {
  .info_block {
    margin: 0 16px;
  }

  .profit_h1 {
    margin: 0 16px;
  }
}

@media screen and (max-width: 610px) {
  .profit_h2 {
    font-size: 24px;
    margin: 0 16px 80px 16px;
  }
}

@media screen and (max-width: 450px) {
  .info_block {
    flex-direction: column;
    align-items: flex-start;
  }

  .profit_img {
    width: 80px;
    height: 80px
  }
}

@media screen and (max-width: 450px) {
  .info {
    padding-top: 80px;
  }

  .banner {
    padding-top: 200px;
  }

  .profit_h2 {
    margin: 0 16px 56px 16px;
  }
}

@media screen and (max-width: 335px) {
  .profit_h1 {
    font-size: 24px;
  }

}



/* Для блока footer */

.footer_span {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  color: #5D5F67;
}

.footer {
  background-color: #ffff;
}

a {
  text-decoration: none;
}

.footer_p::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #5D5F67;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}

.footer_p:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.footer_p {
  font-weight: 400;
  font-size: 14px;
  color: #5D5F67;
  margin: 0;
  position: relative;
  padding: 3px 0;
}

.leasgram {
  font-weight: 700;
  font-size: 230px;
  color: hsl(228, 22%, 95%);
  display: none;
}

@media screen and (max-width: 1210px) {
  .name {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .leasgram {
    font-size: 70px;
    display: block;
    width: 95vw;
  }

  .name {
    display: none;
  }

  .qr {
    display: none;
  }

  #footerCrmLink {
    display: none;
  }

  .footer_buttons {
    flex-direction: column;
    gap: 40px;
  }
}

@media screen and (max-width: 600px) {

  .footer_span {
    padding-top: 90px;
  }

  .buttons {
    flex-direction: column;
  }
}