

    /*Мужбуква у заголвка*/
    .t702__title {
    letter-spacing: -2px;
    }
    
    .t702__descr {
    letter-spacing: -0.6px;
    }    
    
    /*отступ между полями*/
    .t702 .t-input-group {
    margin-bottom: 10px;
    }
    
    /*отступ от чекбокса*/
    .t-checkbox__control {
    padding-top: 20px;
    }
    
    /*Скругления у поп-апа*/
    .t-popup_show .t-popup__container {
    border-radius: 16px;
    }
    
    /*Расположение галочки у чекбокса*/
    .t-checkbox__indicator:after {
    left: 7px;
    top: 4px;
    width: 3px;
    height: 8px;
    }
    
    @media screen and (max-width: 560px) {
    
    /*Цвет полосы сверху у поп-апа*/
    .t702 .t-popup__block-close {
    background: hsla(0, 0%, 100%, 1);
    }
    
    /*Крестика в поп-апе*/
    .t-popup__close-icon g {
    fill: #24935e !important;
    }
    
    .t702 .t-popup__block-close-button {
    width: 40px;
    }
    
    .t702 .t-popup__close-icon {
    width: 21px;
    height: 20px;
    }
    
    }
    
    @media screen and (max-width: 640px) {
    
     /*Размер полей в форме*/
    .t702 .t-submit, .t702 .t-input {
    height: 60px;
    font-size: 16px;
    }
    
    .t-text_xs {
    font-size: 13px;
    }
    
    }
    
    .t-radio__control.t-text_xs, .t-checkbox__control.t-text_xs {
    line-height: 1.8;
}
    
