a[href^="#calc"], .what, .t-col_2,  .t-submit {
background: radial-gradient(36.88% 73.39% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(276.16deg, #F1C868 -3.5%, #FCE4B1 131.46%);
box-shadow: inset 0px -5px 0px #C3A661;
border-radius: 10px;
}



/*Размер заголовков в мобилке*/
.t-title_xxs {
font-size: 26px;
}

/*Кнопка отправить в нижней большой форме*/

.t696 .t-submit {
height: 56px;
padding-left: 40px;
padding-right: 40px;
font-size: 26px;
}




.t-heading_md {
font-size: 32px;
}






a[href^="#ask"], a[href^="#download-all"]  {
background: radial-gradient(36.88% 73.39% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(276.16deg, #F1C868 -3.5%, #FCE4B1 131.46%);
box-shadow: inset 0px -5px 0px #C3A661;
border-radius: 10px;

}



.uc-start_block {
 
 background-image: url(https://static.tildacdn.com/tild3131-3733-4465-b930-326331316131/Frame_2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    
}


/*Error box при отправке*/

.t-form__errorbox-wrapper {
background: #F95D51;
padding: 10px;
text-align: center;
margin-bottom: -125px;
visibility: hidden;
}

.t-form .js-error-control-box .t-input:not(.t-input-phonemask), .t-form .js-error-control-box .t-checkbox__control, .t-form .js-error-control-box .t-checkboxes__wrapper, .t-form .js-error-control-box .t-select, .t-form .js-error-control-box .t-radio__wrapper, .t-form .js-error-control-box .uploadcare-widget {
    border: 1px solid red !important;
    border-radius: 10px;
}



/*скругление заявки CallBack*/
.t-popup__container {
border-radius: 20px;
}

/*скругление углов корзины*/
.t706__cartwin-content {
border-radius: 20px;
}


/*Красивая всплывающая форма заявки*/

.t702 .t-popup_show .t-popup__container {
max-width: 500px;
right: 0;
left: 0;
top: 0;
bottom: 0px;
padding-top: 0px;
margin: var();
box-sizing: var();
min-height: 50px;
-webkit-transform: translateY(5%);
transform: translateY(5%);
position: relative;
}




