.header-sfd,
.sfd-new .container {
  max-width: 1900px;
  width: 100%;
  padding: 0 38px;
  margin-left: auto;
  margin-right: auto;
}
.container{
    padding: 0 12px;
    max-width: 1900px;
      margin: 0 auto;
}
.body {
  background: none;
  margin: 0 !important;
}
.wrapper {
  max-width: none;
}

.sfd-new {
   flex: 1 0 auto;
  max-height: none;   /* ВАЖНО */
  height: auto;       /* ВАЖНО */
  background-size: cover;
}
.sfd-new .container {
  max-width: 1900px !important;
}
.sfd-new__header {
  display: flex;
  padding: 48px 0 32px;
}

.sfd__top {
  display: flex;
  flex-direction: column;
  padding: 37px 0 0 37px;
  position: relative;
   border-radius: 60px;
       width: 100%;
    max-width: 1281.005px;
        margin-top: 77px;
        margin-bottom: 32px;
  background:  linear-gradient(90deg, 
            rgba(128, 0, 32, 1) 0%,      
            rgba(183, 28, 28, 1) 25%,     
            rgba(220, 20, 60, 1) 50%,     
            rgba(255, 69, 0, 0.98) 75%,   
            rgba(255, 140, 0, 0.95) 90%,  
            rgba(255, 165, 0, 0.9) 100%   
        ),
       
        linear-gradient(135deg, 
            rgba(255,255,255,0.25) 0%, 
            rgba(255,255,255,0.08) 50%, 
            transparent 80%
        ),
       
        rgba(200, 30, 40, 0.97);
}


.sfd__top::before {
        position: absolute;
    content: '';
    width: 521.99px;
    height: 850.003px;
    bottom: -540.998px;
    left: 1285.997px;

}
.sfd__top::before {
  background: url('../img/sfd/sfd_new/rhino-bg.png') center / contain no-repeat;
}

.sfd__top-title{
    color: #ffffff;
    display: flex;
    flex-direction: column;
   
}

.sfd__top-title_caps{
    text-transform: uppercase;
    font-size: 96.998px;
    line-height: 0;
    letter-spacing: 0px;
}

.sfd__top-title_lowcase{
    font-size: 96.998px;
     line-height: 0;
    letter-spacing: 0px;
}


/* Общий контейнер */
.cta {
    max-width: 920px;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    margin-top: 41px ;
    margin-bottom: 77px;
}

.cta__wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
}

/* Заголовок */
.cta__title {
    max-width: 720px;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.25;
    color: #000;
}

/* Форма */

.cta__form {
    max-width: 1061px;
    width: 100%;
}

.cta__form-top {
    display: flex;
    align-items: stretch;
    padding: 71px 0 49px 0;
}

/* Колонки */
.cta__col {
    flex: 1;
    position: relative;
}

/* Инпуты */
.cta__col input[type="text"],
.cta__col input[type="tel"] {
    width: 100%;
    max-width: 327px;
    height: 87px;
     line-height: 87px;
         text-align: center;
    margin-right: 0;
    font-size: 16px;
    border-radius: 14px;
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease;
}

.cta__col input::placeholder {
    color: #b7b7b7;
}

.cta__col input:focus {
    border-color: #ff3b30;
}

/* Кнопка */
.cta__btn {
    width: 100%;
     max-width: 327px;
    height: 87px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(90deg, #ff3b30 0%, #ff5a3d 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.1s ease;
}

.cta__btn:hover {
    opacity: 0.9;
}

.cta__btn:active {
    transform: scale(0.98);
}

/* Нижняя часть */
.cta__form-bot {
    margin-top: 18px;
}

.cta__form-bot-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 720px;
}

/* Чекбокс */
.cta__form-bot-left input[type="checkbox"] {
    margin-top: 4px;
    width: 16px;
    height: 16px;
    accent-color: #ff3b30;
}

/* Текст соглашения */
.cta__form-bot-left label {
    font-size: 14px;
    line-height: 1.4;
    color: #6b6b6b;
}

.cta__form-bot-left a {
    color: #ff3b30;
    text-decoration: none;
}

.cta__form-bot-left a:hover {
    text-decoration: underline;
}

/* Ошибки */
.error_name,
.error_phone,
.error_agreement {
    font-size: 12px;
    color: #ff3b30;
    margin-top: 4px;
}

/* Адаптив */
@media (max-width: 768px) {
 .header-sfd,
.sfd-new .container {
  max-width: 744px;
  padding: 0 38px;
}
.container{
    padding: 0 12px;
    max-width: 744px;
}
.sfd-new .container {
  max-width: 744px !important;
}
.sfd-new__header {
  display: flex;
  padding: 12px 0 12px;
}

.sfd__top {
          padding: 0px 0 0 20px;
   border-radius: 30px;
    max-width: 512px;
        margin-top: 10px;
        margin-bottom: 13px;
}


.sfd__top::before {
    width: 208.796px;
    height: 340.001px;
    bottom: -216.399px;
    left: 514.399px;

}


.sfd__top-title{
}

.sfd__top-title_caps{
    font-size: 38px;
}

.sfd__top-title_lowcase{
    font-size: 38px;
}


/* Общий контейнер */
.cta {
    max-width: 425px;
    padding: 40px 20px;
    margin-top: 16px ;
    margin-bottom: 30px;
}



/* Заголовок */
.cta__title {
    max-width: 326px;
    font-size: 16px;
}

/* Форма */

.cta__form {
    max-width: 425px;
}

.cta__form-top {
    padding: 28px 0 20px 0;
}



/* Инпуты */
.cta__col input[type="text"],
.cta__col input[type="tel"] {
    max-width: 130px;
    height: 32px;
     line-height: 32px;
    font-size: 9px;
    border-radius: 5px;
}


/* Кнопка */
.cta__btn {
     max-width: 114px;
    height: 34px;
    border-radius: 5px;
    font-size: 9px;
}



.cta__form-bot {
    margin-top: 0;
}

.cta__form-bot-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 270px;
}

/* Чекбокс */
.cta__form-bot-left input[type="checkbox"] {
    margin-top: 4px;
    width: 8px;
    height: 8px;
}

/* Текст соглашения */
.cta__form-bot-left label {
    font-size: 7px;
}



/* Ошибки */
.error_name,
.error_phone,
.error_agreement {
    font-size: 7px;
    color: #ff3b30;
    margin-top: 4px;
}
}



@media (max-width: 375px) {
    html,body {
        height: auto;
    overflow-y: auto;
    overflow-x: hidden;
  }
 .header-sfd,
.sfd-new .container {
  max-width: 336px;
  padding: 0px;
}
.container{
    padding: 0;
    max-width: 336px;
}
.sfd-new .container {
  max-width: 336px !important;
}
.sfd-new__header {
  display: flex;
  padding: 12px 0 12px;
}

.sfd__top {
          padding: 0px 0 0 12px;
   border-radius: 15px;
           max-width: 324px;
        margin-top: 30px;
        margin-bottom: 28px;
}


.sfd__top::before {
    width: 145px;
        height: 206px;
        bottom: -144px;
        left: 149px;

}


.sfd__top-title{
            max-width: 336px;
}

.sfd__top-title_caps{
    font-size: 35px;
    max-width: 318px;
            min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        flex: none;
        width: auto;
        line-height: 1.05;
         margin: 7px 0;
}

.sfd__top-title_lowcase{
    font-size: 23px;
    max-width: 166px;
            min-width: 0;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        flex: none;
        width: auto;
        line-height: 1.05;
        margin: 7px 0;
}


/* Общий контейнер */
.cta {
    max-width: 336px;
    padding: 8px 8px;
    margin-top: 8px ;
    margin-bottom: 22px;
}



/* Заголовок */
.cta__title {
    max-width: 196px;
    font-size: 20px;
}

/* Форма */

.cta__form {
    max-width: 336px;
    
}

.cta__form-top {
    margin-top: 12px;
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    padding: 28px 8px 20px 8px;
    background-color: #e1e1e1;
    justify-content: center;
}



/* Инпуты */

.cta__col{
    width: 100%;
}
.cta__col input[type="text"],
.cta__col input[type="tel"] {
    max-width: 312px;
    width: 100%;
    height: 40px;
     line-height: 40px;
    font-size: 9px;
    border-radius: 12px;
    text-align: start;
}


/* Кнопка */
.cta__btn {
     max-width: 312px;
    height: 40px;
    border-radius: 12px;
    font-size: 9px;
    margin-top: 12px;
    background-color: #e72f48;
}



.cta__form-bot {
    margin-top: 22px;
}

.cta__form-bot-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 270px;
}

/* Чекбокс */
.cta__form-bot-left input[type="checkbox"] {
    margin-top: 4px;
    width: 8px;
    height: 8px;
}

/* Текст соглашения */
.cta__form-bot-left label {
    font-size: 7px;
}



/* Ошибки */
.error_name,
.error_phone,
.error_agreement {
    font-size: 7px;
    color: #ff3b30;
    margin-top: 4px;
}
}


