.main-title {
  color: #ffffff !important; 
  font-size: 24px;
  line-height: 100%;
}

.main-title span {
  font-weight: 800;
}

.custom-list {}

.custom-list li {
  list-style-type: decimal;
  list-style-position: inside;
}

.custom-list li span {
  font-weight: 600;
}

@keyframes scale {
  from {
    /* pushes the sun down past the viewport */
    transform: scale(1);
  }
  to {
    /* returns the sun to its default position */
    transform: scale(1.07);
  }
}

.entry__bttn a {
  animation: 1s infinite scale alternate;
}


@media (min-width: 1024px){
  .main-title {
    font-size: 60px; 
  }
}

@media (max-width: 600px){
  html {
    font-size: 10px !important;
  }
  #wrapwrap:not(.legacy-site) .pt96.entry {
    padding-top: 40rem !important;
    background-position: 58% 0% !important;
    background-image: url(../web/image/750х1515-6.jpg) !important;
  }

  .main-title {
    margin-top: -2rem;
    font-size: 6.4rem;
    display: block;
    text-align: center;
  }

  #wrapwrap:not(.legacy-site) .pb88.entry {
    padding-bottom: 0 !important;
  }

  .entry__content {
    width: 100% !important;
    max-width: 100% !important;
    flex-shrink: 0;
    flex-grow: 1;
  }

  .entry__content h1 {
    font-weight: 600;
    text-align: center;
  }

  .entry__content p {
    text-align: center;
  }

  

  section.entry .btn-custom_wrap a.btn {
    margin: 0 auto !important;
    padding: 1.2rem 2.4rem !important;
    display: block !important;
    width: fit-content !important;
  }

  #entry-bttn {
    padding: 1.2rem 2.4rem !important;

  }

  .entry__bttn a span {
    font-size: 2rem !important;
    line-height: 130% !important;
  }

  .solution {}

  .solution .container {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .solution__wrap {
    display: flex !important;
    flex-direction: column-reverse !important;
  }

  .solution__img {
    width: 100% !important;
    height: 30rem !important;
    flex-shrink: 0 !important;
    flex-grow: 1 !important;
    max-width: 100%;
  }

  .solution__img img {
    width: 100% !important;
    height: 30rem !important;
    object-fit: cover !important;
  }

  .solution__content {
    width: 100% !important;
    max-width: 100%;
    padding: 1rem 2rem !important;
  }

  .solution__content h2 {
    font-size: 2.8rem !important;
  }

  .solution__content p,
  .solution__content li {
    font-size: 1.6rem !important;
  }

  .solution__bttn {
    display: flex;
    justify-content: center;
  }

  .solution__bttn a {
    font-size: 2rem !important;
    line-height: 130% !important;
  }

  .process {
    padding: 0 2rem;
  }

  .process__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .process__list > .row {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  .process__list > .row h3 {
    font-size: 2.4rem !important;
  }

  .process__list > .row p.text-lg {
    font-size: 1.6rem !important;
    line-height: 130% !important;
  }

  .process__list > .row .start__num {
    left: 47% !important;
  }

  .info {
    padding-top: 24rem !important;
    background-position: 33% 0 !important;
    height: auto !important;
  }

  .info .custom-width {

  }

  .info__form-wrap {
    max-width: 100% !important;
    width: 100% !important;
  }

  .info input {
    padding: 1.2rem 0.8rem;
    font-size: 1.6rem !important;
    line-height: 130%;
  }

  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 1.6rem !important;
    line-height: 130% !important;
  }

  .info__form-title  {
    font-size: 2.4rem !important;
  }

  #main-info-form_btn {
    font-size: 2rem !important;
    line-height: 130% !important;
  }

  .pricing {}

  .pricing__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .pricing__list > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .pricing__list > div h4 {
    font-size: 2.4rem !important;
    line-height: 130% !important;
  }

  .pricing__list > div p {
    font-size: 1.6rem !important;
    line-height: 130% !important;
  }

  .features {}

  .features__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .features__list > div {
    width: 100% !important;
    max-width: 100% !important;
  }

  .features__list > div h3 {
    font-size: 2.4rem !important;
    line-height: 130% !important;
  }

  .features__list > div p {
    font-size: 1.6rem !important;
    line-height: 130% !important;
  }

  .footer {

  }

  .footer__wrap {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
  }

  .footer .leading-tight {
    width: fit-content !important;
    text-align: center !important;
  }

  .footer .leading-tight a {
    font-size: 1.4rem !important;
    font-weight: 130% !important;
    
    margin: 0 auto !important;
  }

  .footer__years {
    margin-left: auto;
    margin-right: auto;
  }

  .footer__years div {
    font-size: 1.4rem !important;
    font-weight: 130% !important;
  }
}